1 ipseclib_LTLIBRARIES = libstrongswan.la
3 libstrongswan_la_SOURCES = \
5 asn1/asn1.c asn1/asn1_parser.c asn1/oid.c bio/bio_reader.c bio/bio_writer.c \
6 collections/blocking_queue.c collections/enumerator.c collections/hashtable.c \
8 collections/linked_list.c crypto/crypters/crypter.c crypto/hashers/hasher.c \
9 crypto/proposal/proposal_keywords.c crypto/proposal/proposal_keywords_static.c \
10 crypto/prfs/prf.c crypto/prfs/mac_prf.c crypto/pkcs5.c \
11 crypto/rngs/rng.c crypto/prf_plus.c crypto/signers/signer.c \
12 crypto/signers/mac_signer.c crypto/crypto_factory.c crypto/crypto_tester.c \
13 crypto/diffie_hellman.c crypto/aead.c crypto/transform.c \
14 crypto/iv/iv_gen_rand.c crypto/iv/iv_gen_seq.c \
15 credentials/credential_factory.c credentials/builder.c \
16 credentials/cred_encoding.c credentials/keys/private_key.c \
17 credentials/keys/public_key.c credentials/keys/shared_key.c \
18 credentials/certificates/certificate.c credentials/certificates/crl.c \
19 credentials/certificates/ocsp_response.c \
20 credentials/containers/container.c credentials/containers/pkcs12.c \
21 credentials/credential_manager.c \
22 credentials/sets/auth_cfg_wrapper.c credentials/sets/ocsp_response_wrapper.c \
23 credentials/sets/cert_cache.c credentials/sets/mem_cred.c \
24 credentials/sets/callback_cred.c credentials/auth_cfg.c database/database.c \
25 database/database_factory.c fetcher/fetcher.c fetcher/fetcher_manager.c eap/eap.c \
27 networking/host.c networking/host_resolver.c networking/packet.c \
28 networking/tun_device.c networking/streams/stream.c \
29 networking/streams/stream_service.c networking/streams/stream_manager.c \
30 pen/pen.c plugins/plugin_loader.c plugins/plugin_feature.c processing/jobs/job.c \
31 processing/jobs/callback_job.c processing/processor.c processing/scheduler.c \
32 processing/watcher.c resolver/resolver_manager.c resolver/rr_set.c \
33 selectors/traffic_selector.c settings/settings.c settings/settings_types.c \
34 settings/settings_parser.y settings/settings_lexer.l \
35 threading/thread.c threading/thread_value.c threading/mutex.c \
36 threading/semaphore.c threading/rwlock.c threading/spinlock.c \
37 utils/utils.c utils/chunk.c utils/debug.c utils/enum.c utils/identification.c \
38 utils/lexparser.c utils/optionsfrom.c utils/capabilities.c utils/backtrace.c \
39 utils/parser_helper.c utils/test.c utils/utils/strerror.c
41 # private header files
43 settings/settings_types.h
46 strongswan_includedir = ${dev_headers}
47 nobase_strongswan_include_HEADERS = \
49 asn1/asn1.h asn1/asn1_parser.h asn1/oid.h bio/bio_reader.h bio/bio_writer.h \
50 collections/blocking_queue.h collections/enumerator.h collections/hashtable.h \
51 collections/linked_list.h collections/array.h \
52 crypto/crypters/crypter.h crypto/hashers/hasher.h crypto/mac.h \
53 crypto/proposal/proposal_keywords.h crypto/proposal/proposal_keywords_static.h \
54 crypto/prfs/prf.h crypto/prfs/mac_prf.h crypto/rngs/rng.h crypto/nonce_gen.h \
55 crypto/prf_plus.h crypto/signers/signer.h crypto/signers/mac_signer.h \
56 crypto/crypto_factory.h crypto/crypto_tester.h crypto/diffie_hellman.h \
57 crypto/aead.h crypto/transform.h crypto/pkcs5.h crypto/iv/iv_gen.h \
58 crypto/iv/iv_gen_rand.h crypto/iv/iv_gen_seq.h \
59 credentials/credential_factory.h credentials/builder.h \
60 credentials/cred_encoding.h credentials/keys/private_key.h \
61 credentials/keys/public_key.h credentials/keys/shared_key.h \
62 credentials/certificates/certificate.h credentials/certificates/x509.h \
63 credentials/certificates/ac.h credentials/certificates/crl.h \
64 credentials/certificates/pkcs10.h credentials/certificates/ocsp_request.h \
65 credentials/certificates/ocsp_response.h \
66 credentials/certificates/pgp_certificate.h \
67 credentials/containers/container.h credentials/containers/pkcs7.h \
68 credentials/containers/pkcs12.h \
69 credentials/credential_manager.h credentials/sets/auth_cfg_wrapper.h \
70 credentials/sets/ocsp_response_wrapper.h credentials/sets/cert_cache.h \
71 credentials/sets/mem_cred.h credentials/sets/callback_cred.h \
72 credentials/auth_cfg.h credentials/credential_set.h credentials/cert_validator.h \
73 database/database.h database/database_factory.h fetcher/fetcher.h \
74 fetcher/fetcher_manager.h eap/eap.h pen/pen.h ipsec/ipsec_types.h \
75 networking/host.h networking/host_resolver.h networking/packet.h \
76 networking/tun_device.h networking/streams/stream.h \
77 networking/streams/stream_service.h networking/streams/stream_manager.h \
78 resolver/resolver.h resolver/resolver_response.h resolver/rr_set.h \
79 resolver/rr.h resolver/resolver_manager.h \
80 plugins/plugin_loader.h plugins/plugin.h plugins/plugin_feature.h \
81 processing/jobs/job.h processing/jobs/callback_job.h processing/processor.h \
82 processing/scheduler.h processing/watcher.h selectors/traffic_selector.h \
83 settings/settings.h threading/thread.h threading/thread_value.h \
84 threading/mutex.h threading/condvar.h threading/spinlock.h threading/semaphore.h \
85 threading/rwlock.h threading/rwlock_condvar.h threading/lock_profiler.h \
86 utils/utils.h utils/chunk.h utils/debug.h utils/enum.h utils/identification.h \
87 utils/lexparser.h utils/optionsfrom.h utils/capabilities.h utils/backtrace.h \
88 utils/leak_detective.h utils/printf_hook/printf_hook.h \
89 utils/printf_hook/printf_hook_vstr.h utils/printf_hook/printf_hook_builtin.h \
90 utils/parser_helper.h utils/test.h utils/integrity_checker.h utils/windows.h \
91 utils/utils/strerror.h
94 library.lo : $(top_builddir)/config.status
96 libstrongswan_la_LIBADD = $(PTHREADLIB) $(DLLIB) $(BTLIB) $(SOCKLIB) $(RTLIB) $(BFDLIB) $(UNWINDLIB)
99 -I$(top_srcdir)/src/libstrongswan \
100 -DIPSEC_DIR=\"${ipsecdir}\" \
101 -DIPSEC_LIB_DIR=\"${ipseclibdir}\" \
102 -DPLUGINDIR=\"${plugindir}\" \
103 -DSTRONGSWAN_CONF=\"${strongswan_conf}\"
114 libstrongswan_la_LIBADD += -lws2_32
117 if USE_LEAK_DETECTIVE
118 AM_CPPFLAGS += -DLEAK_DETECTIVE
119 libstrongswan_la_SOURCES += utils/leak_detective.c
123 AM_CPPFLAGS += -DLOCK_PROFILER
126 if USE_INTEGRITY_TEST
127 AM_CPPFLAGS += -DINTEGRITY_TEST
128 libstrongswan_la_SOURCES += utils/integrity_checker.c
132 libstrongswan_la_SOURCES += utils/printf_hook/printf_hook_vstr.c
133 libstrongswan_la_LIBADD += -lvstr
136 if USE_BUILTIN_PRINTF
137 libstrongswan_la_SOURCES += utils/printf_hook/printf_hook_builtin.c
138 libstrongswan_la_LIBADD += -lm
141 if !USE_BUILTIN_PRINTF
143 libstrongswan_la_SOURCES += utils/printf_hook/printf_hook_glibc.c
148 libstrongswan_la_LIBADD += -lcap
152 asn1/oid.txt asn1/oid.pl \
153 crypto/proposal/proposal_keywords_static.txt \
154 Android.mk AndroidConfigLocal.h
157 $(srcdir)/asn1/oid.c $(srcdir)/asn1/oid.h \
158 $(srcdir)/crypto/proposal/proposal_keywords_static.c \
159 settings/settings_parser.h
161 MAINTAINERCLEANFILES = \
162 $(srcdir)/asn1/oid.c $(srcdir)/asn1/oid.h \
163 $(srcdir)/crypto/proposal/proposal_keywords_static.c
165 $(srcdir)/asn1/oid.c : $(srcdir)/asn1/oid.pl $(srcdir)/asn1/oid.txt
167 (cd $(srcdir)/asn1/ && $(PERL) oid.pl)
169 $(srcdir)/asn1/oid.h : $(srcdir)/asn1/oid.pl $(srcdir)/asn1/oid.txt
171 (cd $(srcdir)/asn1/ && $(PERL) oid.pl)
173 $(srcdir)/crypto/proposal/proposal_keywords_static.c: $(srcdir)/crypto/proposal/proposal_keywords_static.txt \
174 $(srcdir)/crypto/proposal/proposal_keywords_static.h
176 $(GPERF) -N proposal_get_token_static -m 10 -C -G -c -t -D < \
177 $(srcdir)/crypto/proposal/proposal_keywords_static.txt > $@
180 # build plugins with their own Makefile
181 #######################################
190 SUBDIRS += plugins/af_alg
192 libstrongswan_la_LIBADD += plugins/af_alg/libstrongswan-af-alg.la
197 SUBDIRS += plugins/aes
199 libstrongswan_la_LIBADD += plugins/aes/libstrongswan-aes.la
204 SUBDIRS += plugins/des
206 libstrongswan_la_LIBADD += plugins/des/libstrongswan-des.la
211 SUBDIRS += plugins/blowfish
213 libstrongswan_la_LIBADD += plugins/blowfish/libstrongswan-blowfish.la
218 SUBDIRS += plugins/rc2
220 libstrongswan_la_LIBADD += plugins/rc2/libstrongswan-rc2.la
225 SUBDIRS += plugins/md4
227 libstrongswan_la_LIBADD += plugins/md4/libstrongswan-md4.la
232 SUBDIRS += plugins/md5
234 libstrongswan_la_LIBADD += plugins/md5/libstrongswan-md5.la
239 SUBDIRS += plugins/sha1
241 libstrongswan_la_LIBADD += plugins/sha1/libstrongswan-sha1.la
246 SUBDIRS += plugins/sha2
248 libstrongswan_la_LIBADD += plugins/sha2/libstrongswan-sha2.la
253 SUBDIRS += plugins/gmp
255 libstrongswan_la_LIBADD += plugins/gmp/libstrongswan-gmp.la
260 SUBDIRS += plugins/rdrand
262 libstrongswan_la_LIBADD += plugins/rdrand/libstrongswan-rdrand.la
267 SUBDIRS += plugins/random
269 libstrongswan_la_LIBADD += plugins/random/libstrongswan-random.la
274 SUBDIRS += plugins/nonce
276 libstrongswan_la_LIBADD += plugins/nonce/libstrongswan-nonce.la
281 SUBDIRS += plugins/hmac
283 libstrongswan_la_LIBADD += plugins/hmac/libstrongswan-hmac.la
288 SUBDIRS += plugins/cmac
290 libstrongswan_la_LIBADD += plugins/cmac/libstrongswan-cmac.la
295 SUBDIRS += plugins/xcbc
297 libstrongswan_la_LIBADD += plugins/xcbc/libstrongswan-xcbc.la
302 SUBDIRS += plugins/x509
304 libstrongswan_la_LIBADD += plugins/x509/libstrongswan-x509.la
309 SUBDIRS += plugins/revocation
311 libstrongswan_la_LIBADD += plugins/revocation/libstrongswan-revocation.la
316 SUBDIRS += plugins/constraints
318 libstrongswan_la_LIBADD += plugins/constraints/libstrongswan-constraints.la
323 SUBDIRS += plugins/acert
325 libstrongswan_la_LIBADD += plugins/acert/libstrongswan-acert.la
330 SUBDIRS += plugins/pubkey
332 libstrongswan_la_LIBADD += plugins/pubkey/libstrongswan-pubkey.la
337 SUBDIRS += plugins/pkcs1
339 libstrongswan_la_LIBADD += plugins/pkcs1/libstrongswan-pkcs1.la
344 SUBDIRS += plugins/pkcs7
346 libstrongswan_la_LIBADD += plugins/pkcs7/libstrongswan-pkcs7.la
351 SUBDIRS += plugins/pkcs8
353 libstrongswan_la_LIBADD += plugins/pkcs8/libstrongswan-pkcs8.la
358 SUBDIRS += plugins/pkcs12
360 libstrongswan_la_LIBADD += plugins/pkcs12/libstrongswan-pkcs12.la
365 SUBDIRS += plugins/pgp
367 libstrongswan_la_LIBADD += plugins/pgp/libstrongswan-pgp.la
372 SUBDIRS += plugins/dnskey
374 libstrongswan_la_LIBADD += plugins/dnskey/libstrongswan-dnskey.la
379 SUBDIRS += plugins/sshkey
381 libstrongswan_la_LIBADD += plugins/sshkey/libstrongswan-sshkey.la
386 SUBDIRS += plugins/pem
388 libstrongswan_la_LIBADD += plugins/pem/libstrongswan-pem.la
393 SUBDIRS += plugins/curl
395 libstrongswan_la_LIBADD += plugins/curl/libstrongswan-curl.la
400 SUBDIRS += plugins/unbound
402 libstrongswan_la_LIBADD += plugins/unbound/libstrongswan-unbound.la
407 SUBDIRS += plugins/soup
409 libstrongswan_la_LIBADD += plugins/soup/libstrongswan-soup.la
414 SUBDIRS += plugins/ldap
416 libstrongswan_la_LIBADD += plugins/ldap/libstrongswan-ldap.la
421 SUBDIRS += plugins/mysql
423 libstrongswan_la_LIBADD += plugins/mysql/libstrongswan-mysql.la
428 SUBDIRS += plugins/sqlite
430 libstrongswan_la_LIBADD += plugins/sqlite/libstrongswan-sqlite.la
435 SUBDIRS += plugins/padlock
437 libstrongswan_la_LIBADD += plugins/padlock/libstrongswan-padlock.la
442 SUBDIRS += plugins/openssl
444 libstrongswan_la_LIBADD += plugins/openssl/libstrongswan-openssl.la
449 SUBDIRS += plugins/gcrypt
451 libstrongswan_la_LIBADD += plugins/gcrypt/libstrongswan-gcrypt.la
456 SUBDIRS += plugins/fips_prf
458 libstrongswan_la_LIBADD += plugins/fips_prf/libstrongswan-fips-prf.la
463 SUBDIRS += plugins/agent
465 libstrongswan_la_LIBADD += plugins/agent/libstrongswan-agent.la
470 SUBDIRS += plugins/keychain
472 libstrongswan_la_LIBADD += plugins/keychain/libstrongswan-keychain.la
477 SUBDIRS += plugins/pkcs11
479 libstrongswan_la_LIBADD += plugins/pkcs11/libstrongswan-pkcs11.la
484 SUBDIRS += plugins/ctr
486 libstrongswan_la_LIBADD += plugins/ctr/libstrongswan-ctr.la
491 SUBDIRS += plugins/ccm
493 libstrongswan_la_LIBADD += plugins/ccm/libstrongswan-ccm.la
498 SUBDIRS += plugins/gcm
500 libstrongswan_la_LIBADD += plugins/gcm/libstrongswan-gcm.la
505 SUBDIRS += plugins/ntru
507 libstrongswan_la_LIBADD += plugins/ntru/libstrongswan-ntru.la
512 SUBDIRS += plugins/test_vectors
514 libstrongswan_la_LIBADD += plugins/test_vectors/libstrongswan-test-vectors.la