######################################################################
##
##  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
cflags        += -Wno-pointer-sign -Wno-enum-compare
sources-WIN32 := applink.c
packages      += cshared openssl
predirs       := asncodec
includes      += asncodec
libs          += $(outdir)/libItsCertAsn.a
include ../common.mk
