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