1 lib_LTLIBRARIES = libstrongswan.la
3 libstrongswan_la_SOURCES = \
8 settings.h settings.c \
9 printf_hook.c printf_hook.h \
10 asn1/asn1.c asn1/asn1.h \
11 asn1/asn1_parser.c asn1/asn1_parser.h \
12 asn1/oid.c asn1/oid.h \
13 bio/bio_reader.h bio/bio_reader.c bio/bio_writer.h bio/bio_writer.c \
14 crypto/crypters/crypter.c crypto/crypters/crypter.h \
15 crypto/hashers/hasher.h crypto/hashers/hasher.c \
16 crypto/pkcs9.c crypto/pkcs9.h \
17 crypto/proposal/proposal_keywords.c crypto/proposal/proposal_keywords.h \
18 crypto/prfs/prf.c crypto/prfs/prf.h \
19 crypto/rngs/rng.c crypto/rngs/rng.h \
20 crypto/prf_plus.h crypto/prf_plus.c \
21 crypto/signers/signer.c crypto/signers/signer.h \
22 crypto/crypto_factory.c crypto/crypto_factory.h \
23 crypto/crypto_tester.c crypto/crypto_tester.h \
24 crypto/diffie_hellman.c crypto/diffie_hellman.h \
25 crypto/aead.c crypto/aead.h \
26 crypto/transform.c crypto/transform.h \
27 credentials/credential_factory.c credentials/credential_factory.h \
28 credentials/builder.c credentials/builder.h \
29 credentials/cred_encoding.c credentials/cred_encoding.h \
30 credentials/keys/private_key.c credentials/keys/private_key.h \
31 credentials/keys/public_key.c credentials/keys/public_key.h \
32 credentials/keys/shared_key.c credentials/keys/shared_key.h \
33 credentials/certificates/certificate.c credentials/certificates/certificate.h \
34 credentials/certificates/x509.h credentials/certificates/ac.h \
35 credentials/certificates/crl.h credentials/certificates/crl.c \
36 credentials/certificates/pkcs10.h \
37 credentials/certificates/ocsp_request.h \
38 credentials/certificates/ocsp_response.h credentials/certificates/ocsp_response.c \
39 credentials/certificates/pgp_certificate.h \
40 credentials/ietf_attributes/ietf_attributes.c credentials/ietf_attributes/ietf_attributes.h \
41 credentials/credential_manager.c credentials/credential_manager.h \
42 credentials/sets/auth_cfg_wrapper.c credentials/sets/auth_cfg_wrapper.h \
43 credentials/sets/ocsp_response_wrapper.c credentials/sets/ocsp_response_wrapper.h \
44 credentials/sets/cert_cache.c credentials/sets/cert_cache.h \
45 credentials/sets/mem_cred.c credentials/sets/mem_cred.h \
46 credentials/sets/callback_cred.c credentials/sets/callback_cred.h \
47 credentials/auth_cfg.c credentials/auth_cfg.h credentials/credential_set.h \
48 credentials/cert_validator.h \
49 database/database.h database/database_factory.h database/database_factory.c \
50 fetcher/fetcher.h fetcher/fetcher.c fetcher/fetcher_manager.h fetcher/fetcher_manager.c \
53 plugins/plugin_loader.c plugins/plugin_loader.h plugins/plugin.h \
54 processing/jobs/job.h processing/jobs/job.c \
55 processing/jobs/callback_job.c processing/jobs/callback_job.h \
56 processing/processor.c processing/processor.h \
57 processing/scheduler.c processing/scheduler.h \
58 selectors/traffic_selector.c selectors/traffic_selector.h \
59 threading/thread.h threading/thread.c \
60 threading/thread_value.h threading/thread_value.c \
61 threading/mutex.h threading/mutex.c threading/condvar.h \
62 threading/rwlock.h threading/rwlock.c \
63 threading/lock_profiler.h \
65 utils/host.c utils/host.h \
66 utils/identification.c utils/identification.h \
68 utils/lexparser.c utils/lexparser.h \
69 utils/linked_list.c utils/linked_list.h \
70 utils/hashtable.c utils/hashtable.h \
71 utils/enumerator.c utils/enumerator.h \
72 utils/optionsfrom.c utils/optionsfrom.h \
73 utils/backtrace.c utils/backtrace.h
76 library.lo : $(top_builddir)/config.status
78 libstrongswan_la_LIBADD = $(PTHREADLIB) $(DLLIB) $(BTLIB) $(SOCKLIB) $(RTLIB)
80 INCLUDES = -I$(top_srcdir)/src/libstrongswan
82 -DIPSEC_DIR=\"${ipsecdir}\" \
83 -DPLUGINDIR=\"${plugindir}\" \
84 -DSTRONGSWAN_CONF=\"${strongswan_conf}\"
87 AM_CFLAGS += -DLEAK_DETECTIVE
88 libstrongswan_la_SOURCES += \
89 utils/leak_detective.c utils/leak_detective.h
93 AM_CFLAGS += -DLOCK_PROFILER
97 AM_CFLAGS += -DINTEGRITY_TEST
98 libstrongswan_la_SOURCES += \
99 integrity_checker.c integrity_checker.h
103 libstrongswan_la_LIBADD += -lvstr
107 asn1/oid.txt asn1/oid.pl \
108 crypto/proposal/proposal_keywords.txt \
109 Android.mk AndroidConfigLocal.h
112 $(srcdir)/asn1/oid.c $(srcdir)/asn1/oid.h \
113 $(srcdir)/crypto/proposal/proposal_keywords.c
115 MAINTAINERCLEANFILES = \
116 $(srcdir)/asn1/oid.c $(srcdir)/asn1/oid.h \
117 $(srcdir)/crypto/proposal/proposal_keywords.c
119 $(srcdir)/asn1/oid.c : $(srcdir)/asn1/oid.pl $(srcdir)/asn1/oid.txt
120 (cd $(srcdir)/asn1/ && $(PERL) oid.pl)
122 $(srcdir)/asn1/oid.h : $(srcdir)/asn1/oid.pl $(srcdir)/asn1/oid.txt
123 (cd $(srcdir)/asn1/ && $(PERL) oid.pl)
125 $(srcdir)/crypto/proposal/proposal_keywords.c: $(srcdir)/crypto/proposal/proposal_keywords.txt \
126 $(srcdir)/crypto/proposal/proposal_keywords.h
127 $(GPERF) -N proposal_get_token -m 10 -C -G -c -t -D < \
128 $(srcdir)/crypto/proposal/proposal_keywords.txt > $@
131 # build plugins with their own Makefile
132 #######################################
141 SUBDIRS += plugins/af_alg
143 libstrongswan_la_LIBADD += plugins/af_alg/libstrongswan-af-alg.la
148 SUBDIRS += plugins/aes
150 libstrongswan_la_LIBADD += plugins/aes/libstrongswan-aes.la
155 SUBDIRS += plugins/des
157 libstrongswan_la_LIBADD += plugins/des/libstrongswan-des.la
162 SUBDIRS += plugins/blowfish
164 libstrongswan_la_LIBADD += plugins/blowfish/libstrongswan-blowfish.la
169 SUBDIRS += plugins/md4
171 libstrongswan_la_LIBADD += plugins/md4/libstrongswan-md4.la
176 SUBDIRS += plugins/md5
178 libstrongswan_la_LIBADD += plugins/md5/libstrongswan-md5.la
183 SUBDIRS += plugins/sha1
185 libstrongswan_la_LIBADD += plugins/sha1/libstrongswan-sha1.la
190 SUBDIRS += plugins/sha2
192 libstrongswan_la_LIBADD += plugins/sha2/libstrongswan-sha2.la
197 SUBDIRS += plugins/gmp
199 libstrongswan_la_LIBADD += plugins/gmp/libstrongswan-gmp.la
204 SUBDIRS += plugins/random
206 libstrongswan_la_LIBADD += plugins/random/libstrongswan-random.la
211 SUBDIRS += plugins/hmac
213 libstrongswan_la_LIBADD += plugins/hmac/libstrongswan-hmac.la
218 SUBDIRS += plugins/xcbc
220 libstrongswan_la_LIBADD += plugins/xcbc/libstrongswan-xcbc.la
225 SUBDIRS += plugins/x509
227 libstrongswan_la_LIBADD += plugins/x509/libstrongswan-x509.la
232 SUBDIRS += plugins/revocation
234 libstrongswan_la_LIBADD += plugins/revocation/libstrongswan-revocation.la
239 SUBDIRS += plugins/constraints
241 libstrongswan_la_LIBADD += plugins/constraints/libstrongswan-constraints.la
246 SUBDIRS += plugins/pubkey
248 libstrongswan_la_LIBADD += plugins/pubkey/libstrongswan-pubkey.la
253 SUBDIRS += plugins/pkcs1
255 libstrongswan_la_LIBADD += plugins/pkcs1/libstrongswan-pkcs1.la
260 SUBDIRS += plugins/pgp
262 libstrongswan_la_LIBADD += plugins/pgp/libstrongswan-pgp.la
267 SUBDIRS += plugins/dnskey
269 libstrongswan_la_LIBADD += plugins/dnskey/libstrongswan-dnskey.la
274 SUBDIRS += plugins/pem
276 libstrongswan_la_LIBADD += plugins/pem/libstrongswan-pem.la
281 SUBDIRS += plugins/curl
283 libstrongswan_la_LIBADD += plugins/curl/libstrongswan-curl.la
288 SUBDIRS += plugins/soup
290 libstrongswan_la_LIBADD += plugins/soup/libstrongswan-soup.la
295 SUBDIRS += plugins/ldap
297 libstrongswan_la_LIBADD += plugins/ldap/libstrongswan-ldap.la
302 SUBDIRS += plugins/mysql
304 libstrongswan_la_LIBADD += plugins/mysql/libstrongswan-mysql.la
309 SUBDIRS += plugins/sqlite
311 libstrongswan_la_LIBADD += plugins/sqlite/libstrongswan-sqlite.la
316 SUBDIRS += plugins/padlock
318 libstrongswan_la_LIBADD += plugins/padlock/libstrongswan-padlock.la
323 SUBDIRS += plugins/openssl
325 libstrongswan_la_LIBADD += plugins/openssl/libstrongswan-openssl.la
330 SUBDIRS += plugins/gcrypt
332 libstrongswan_la_LIBADD += plugins/gcrypt/libstrongswan-gcrypt.la
337 SUBDIRS += plugins/fips_prf
339 libstrongswan_la_LIBADD += plugins/fips_prf/libstrongswan-fips-prf.la
344 SUBDIRS += plugins/agent
346 libstrongswan_la_LIBADD += plugins/agent/libstrongswan-agent.la
351 SUBDIRS += plugins/pkcs11
353 libstrongswan_la_LIBADD += plugins/pkcs11/libstrongswan-pkcs11.la
358 SUBDIRS += plugins/ctr
360 libstrongswan_la_LIBADD += plugins/ctr/libstrongswan-ctr.la
365 SUBDIRS += plugins/ccm
367 libstrongswan_la_LIBADD += plugins/ccm/libstrongswan-ccm.la
372 SUBDIRS += plugins/gcm
374 libstrongswan_la_LIBADD += plugins/gcm/libstrongswan-gcm.la
379 SUBDIRS += plugins/test_vectors
381 libstrongswan_la_LIBADD += plugins/test_vectors/libstrongswan-test-vectors.la