###################################################################### ## ## 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 includes += ../../../bin/asn1 libs += ../../../bin/asn1/libItsAsn.so include ../common.mk