1 lib_LTLIBRARIES = libstrongswan.la
3 libstrongswan_la_SOURCES = \
8 printf_hook.c printf_hook.h \
9 asn1/oid.c asn1/oid.h \
10 asn1/asn1.c asn1/asn1.h \
11 asn1/pem.c asn1/pem.h \
12 asn1/ttodata.c asn1/ttodata.h \
13 crypto/rsa/rsa_private_key.c crypto/rsa/rsa_private_key.h \
14 crypto/rsa/rsa_public_key.h crypto/rsa/rsa_public_key.c \
15 crypto/prfs/fips_prf.c crypto/prfs/fips_prf.h \
16 crypto/prfs/hmac_prf.c crypto/prfs/hmac_prf.h \
17 crypto/prfs/prf.c crypto/prfs/prf.h \
18 crypto/signers/hmac_signer.c crypto/signers/hmac_signer.h \
19 crypto/signers/signer.c crypto/signers/signer.h \
20 crypto/crypters/crypter.c crypto/crypters/crypter.h \
21 crypto/crypters/aes_cbc_crypter.c crypto/crypters/aes_cbc_crypter.h\
22 crypto/crypters/des_crypter.c crypto/crypters/des_crypter.h\
23 crypto/hashers/hasher.h crypto/hashers/hasher.c \
24 crypto/hashers/sha1_hasher.c crypto/hashers/sha1_hasher.h \
25 crypto/hashers/sha2_hasher.c crypto/hashers/sha2_hasher.h \
26 crypto/hashers/md5_hasher.c crypto/hashers/md5_hasher.h \
27 crypto/prf_plus.h crypto/prf_plus.c \
28 crypto/hmac.c crypto/hmac.h \
29 crypto/certinfo.c crypto/certinfo.h \
30 crypto/x509.c crypto/x509.h \
31 crypto/crl.c crypto/crl.h \
32 crypto/diffie_hellman.c crypto/diffie_hellman.h \
33 utils/identification.c utils/identification.h \
34 utils/linked_list.c utils/linked_list.h utils/iterator.h\
35 utils/randomizer.c utils/randomizer.h \
36 utils/host.c utils/host.h \
37 utils/lexparser.c utils/lexparser.h \
38 utils/leak_detective.c utils/leak_detective.h
40 libstrongswan_la_LIBADD = -lgmp -lpthread
42 INCLUDES = -I$(top_srcdir)/src/libstrongswan
43 EXTRA_DIST = asn1/oid.txt asn1/oid.pl
44 BUILT_SOURCES = asn1/oid.c asn1/oid.h
45 MAINTAINERCLEANFILES = asn1/oid.c asn1/oid.h
48 libstrongswan_la_LIBADD += -ldl
49 AM_CFLAGS = -DLEAK_DETECTIVE
52 asn1/oid.c : asn1/oid.txt asn1/oid.pl
53 cd asn1 && $(PERL) oid.pl
55 asn1/oid.h : asn1/oid.txt asn1/oid.pl
56 cd asn1 && $(PERL) oid.pl