Makefile 609 Bytes
Newer Older
filatov's avatar
filatov committed
######################################################################
##
##  Created by: Denis Filatov
##
##  Copyleft (c) 2015
##  This code is provided under the CeCill-C license agreement.
######################################################################
PROJECTROOT    = ..
BUILDROOT      = ../build
PROJECT        = asn1certgen
DEBUG          = yes
bins           = asn1certgen
sources       := asn1certgen.c ecc_openssl.c
sources-WIN32 := applink.c
packages      += cshared openssl
filatov's avatar
filatov committed
includes      += asncodec
itsLib        := asncodec/libSecItsAsn.a
libs          += $(itsLib)
filatov's avatar
filatov committed
include ../common.mk