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/hmac_prf.c crypto/prfs/hmac_prf.h \
16 crypto/prfs/prf.c crypto/prfs/prf.h \
17 crypto/signers/hmac_signer.c crypto/signers/hmac_signer.h \
18 crypto/signers/signer.c crypto/signers/signer.h \
19 crypto/crypters/crypter.c crypto/crypters/crypter.h \
20 crypto/crypters/aes_cbc_crypter.c crypto/crypters/aes_cbc_crypter.h\
21 crypto/crypters/des_crypter.c crypto/crypters/des_crypter.h\
22 crypto/hashers/hasher.h crypto/hashers/hasher.c \
23 crypto/hashers/sha1_hasher.c crypto/hashers/sha1_hasher.h \
24 crypto/hashers/sha2_hasher.c crypto/hashers/sha2_hasher.h \
25 crypto/hashers/md5_hasher.c crypto/hashers/md5_hasher.h \
26 crypto/prf_plus.h crypto/prf_plus.c \
27 crypto/hmac.c crypto/hmac.h \
28 crypto/certinfo.c crypto/certinfo.h \
29 crypto/x509.c crypto/x509.h \
30 crypto/crl.c crypto/crl.h \
31 crypto/diffie_hellman.c crypto/diffie_hellman.h \
32 utils/identification.c utils/identification.h \
33 utils/linked_list.c utils/linked_list.h utils/iterator.h\
34 utils/randomizer.c utils/randomizer.h \
35 utils/host.c utils/host.h \
36 utils/lexparser.c utils/lexparser.h \
37 utils/leak_detective.c utils/leak_detective.h
39 libstrongswan_la_LIBADD = -lgmp -lpthread
41 INCLUDES = -I$(top_srcdir)/src/libstrongswan
42 EXTRA_DIST = asn1/oid.txt asn1/oid.pl
43 BUILT_SOURCES = asn1/oid.c asn1/oid.h
44 MAINTAINERCLEANFILES = asn1/oid.c asn1/oid.h
47 libstrongswan_la_LIBADD += -ldl
48 AM_CFLAGS = -DLEAK_DETECTIVE
51 asn1/oid.c : asn1/oid.txt asn1/oid.pl
52 cd asn1 && $(PERL) oid.pl
54 asn1/oid.h : asn1/oid.txt asn1/oid.pl
55 cd asn1 && $(PERL) oid.pl