]> git.ipfire.org Git - people/ms/strongswan.git/blob - src/libstrongswan/Makefile.am
Merge branch 'ipc-service'
[people/ms/strongswan.git] / src / libstrongswan / Makefile.am
1 ipseclib_LTLIBRARIES = libstrongswan.la
2
3 libstrongswan_la_SOURCES = \
4 library.c \
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 \
7 collections/array.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 credentials/credential_factory.c credentials/builder.c \
15 credentials/cred_encoding.c credentials/keys/private_key.c \
16 credentials/keys/public_key.c credentials/keys/shared_key.c \
17 credentials/certificates/certificate.c credentials/certificates/crl.c \
18 credentials/certificates/ocsp_response.c \
19 credentials/containers/container.c credentials/containers/pkcs12.c \
20 credentials/ietf_attributes/ietf_attributes.c credentials/credential_manager.c \
21 credentials/sets/auth_cfg_wrapper.c credentials/sets/ocsp_response_wrapper.c \
22 credentials/sets/cert_cache.c credentials/sets/mem_cred.c \
23 credentials/sets/callback_cred.c credentials/auth_cfg.c database/database.c \
24 database/database_factory.c fetcher/fetcher.c fetcher/fetcher_manager.c eap/eap.c \
25 ipsec/ipsec_types.c \
26 networking/host.c networking/host_resolver.c networking/packet.c \
27 networking/tun_device.c networking/streams/stream.c \
28 networking/streams/stream_service.c networking/streams/stream_manager.c \
29 pen/pen.c plugins/plugin_loader.c plugins/plugin_feature.c processing/jobs/job.c \
30 processing/jobs/callback_job.c processing/processor.c processing/scheduler.c \
31 processing/watcher.c resolver/resolver_manager.c resolver/rr_set.c \
32 selectors/traffic_selector.c threading/thread.c threading/thread_value.c \
33 threading/mutex.c threading/semaphore.c threading/rwlock.c threading/spinlock.c \
34 utils/utils.c utils/chunk.c utils/debug.c utils/enum.c utils/identification.c \
35 utils/lexparser.c utils/optionsfrom.c utils/capabilities.c utils/backtrace.c \
36 utils/printf_hook.c utils/settings.c
37
38 if USE_DEV_HEADERS
39 strongswan_includedir = ${dev_headers}
40 nobase_strongswan_include_HEADERS = \
41 library.h \
42 asn1/asn1.h asn1/asn1_parser.h asn1/oid.h bio/bio_reader.h bio/bio_writer.h \
43 collections/blocking_queue.h collections/enumerator.h collections/hashtable.h \
44 collections/linked_list.h collections/array.h \
45 crypto/crypters/crypter.h crypto/hashers/hasher.h crypto/mac.h \
46 crypto/proposal/proposal_keywords.h crypto/proposal/proposal_keywords_static.h \
47 crypto/prfs/prf.h crypto/prfs/mac_prf.h crypto/rngs/rng.h crypto/nonce_gen.h \
48 crypto/prf_plus.h crypto/signers/signer.h crypto/signers/mac_signer.h \
49 crypto/crypto_factory.h crypto/crypto_tester.h crypto/diffie_hellman.h \
50 crypto/aead.h crypto/transform.h crypto/pkcs5.h \
51 credentials/credential_factory.h credentials/builder.h \
52 credentials/cred_encoding.h credentials/keys/private_key.h \
53 credentials/keys/public_key.h credentials/keys/shared_key.h \
54 credentials/certificates/certificate.h credentials/certificates/x509.h \
55 credentials/certificates/ac.h credentials/certificates/crl.h \
56 credentials/certificates/pkcs10.h credentials/certificates/ocsp_request.h \
57 credentials/certificates/ocsp_response.h \
58 credentials/certificates/pgp_certificate.h \
59 credentials/containers/container.h credentials/containers/pkcs7.h \
60 credentials/containers/pkcs12.h \
61 credentials/ietf_attributes/ietf_attributes.h \
62 credentials/credential_manager.h credentials/sets/auth_cfg_wrapper.h \
63 credentials/sets/ocsp_response_wrapper.h credentials/sets/cert_cache.h \
64 credentials/sets/mem_cred.h credentials/sets/callback_cred.h \
65 credentials/auth_cfg.h credentials/credential_set.h credentials/cert_validator.h \
66 database/database.h database/database_factory.h fetcher/fetcher.h \
67 fetcher/fetcher_manager.h eap/eap.h pen/pen.h ipsec/ipsec_types.h \
68 networking/host.h networking/host_resolver.h networking/packet.h \
69 networking/tun_device.h networking/streams/stream.h \
70 networking/streams/stream_service.h networking/streams/stream_manager.h \
71 resolver/resolver.h resolver/resolver_response.h resolver/rr_set.h \
72 resolver/rr.h resolver/resolver_manager.h \
73 plugins/plugin_loader.h plugins/plugin.h plugins/plugin_feature.h \
74 processing/jobs/job.h processing/jobs/callback_job.h processing/processor.h \
75 processing/scheduler.h processing/watcher.h selectors/traffic_selector.h \
76 threading/thread.h threading/thread_value.h \
77 threading/mutex.h threading/condvar.h threading/spinlock.h threading/semaphore.h \
78 threading/rwlock.h threading/rwlock_condvar.h threading/lock_profiler.h \
79 utils/utils.h utils/chunk.h utils/debug.h utils/enum.h utils/identification.h \
80 utils/lexparser.h utils/optionsfrom.h utils/capabilities.h utils/backtrace.h \
81 utils/leak_detective.h utils/printf_hook.h utils/settings.h utils/integrity_checker.h
82 endif
83
84 library.lo : $(top_builddir)/config.status
85
86 libstrongswan_la_LIBADD = $(PTHREADLIB) $(DLLIB) $(BTLIB) $(SOCKLIB) $(RTLIB) $(BFDLIB) $(UNWINDLIB)
87
88 AM_CPPFLAGS = \
89 -I$(top_srcdir)/src/libstrongswan \
90 -DIPSEC_DIR=\"${ipsecdir}\" \
91 -DIPSEC_LIB_DIR=\"${ipseclibdir}\" \
92 -DPLUGINDIR=\"${plugindir}\" \
93 -DSTRONGSWAN_CONF=\"${strongswan_conf}\"
94
95 AM_CFLAGS = \
96 @COVERAGE_CFLAGS@
97
98 if USE_LEAK_DETECTIVE
99 AM_CPPFLAGS += -DLEAK_DETECTIVE
100 libstrongswan_la_SOURCES += utils/leak_detective.c
101 endif
102
103 if USE_LOCK_PROFILER
104 AM_CPPFLAGS += -DLOCK_PROFILER
105 endif
106
107 if USE_INTEGRITY_TEST
108 AM_CPPFLAGS += -DINTEGRITY_TEST
109 libstrongswan_la_SOURCES += utils/integrity_checker.c
110 endif
111
112 if USE_VSTR
113 libstrongswan_la_LIBADD += -lvstr
114 endif
115
116 if USE_LIBCAP
117 libstrongswan_la_LIBADD += -lcap
118 endif
119
120 EXTRA_DIST = \
121 asn1/oid.txt asn1/oid.pl \
122 crypto/proposal/proposal_keywords_static.txt \
123 Android.mk AndroidConfigLocal.h
124
125 BUILT_SOURCES = \
126 $(srcdir)/asn1/oid.c $(srcdir)/asn1/oid.h \
127 $(srcdir)/crypto/proposal/proposal_keywords_static.c
128
129 MAINTAINERCLEANFILES = \
130 $(srcdir)/asn1/oid.c $(srcdir)/asn1/oid.h \
131 $(srcdir)/crypto/proposal/proposal_keywords_static.c
132
133 $(srcdir)/asn1/oid.c : $(srcdir)/asn1/oid.pl $(srcdir)/asn1/oid.txt
134 $(AM_V_GEN) \
135 (cd $(srcdir)/asn1/ && $(PERL) oid.pl)
136
137 $(srcdir)/asn1/oid.h : $(srcdir)/asn1/oid.pl $(srcdir)/asn1/oid.txt
138 $(AM_V_GEN) \
139 (cd $(srcdir)/asn1/ && $(PERL) oid.pl)
140
141 $(srcdir)/crypto/proposal/proposal_keywords_static.c: $(srcdir)/crypto/proposal/proposal_keywords_static.txt \
142 $(srcdir)/crypto/proposal/proposal_keywords_static.h
143 $(AM_V_GEN) \
144 $(GPERF) -N proposal_get_token_static -m 10 -C -G -c -t -D < \
145 $(srcdir)/crypto/proposal/proposal_keywords_static.txt > $@
146
147
148 # build plugins with their own Makefile
149 #######################################
150
151 if MONOLITHIC
152 SUBDIRS =
153 else
154 SUBDIRS = .
155 endif
156
157 if USE_AF_ALG
158 SUBDIRS += plugins/af_alg
159 if MONOLITHIC
160 libstrongswan_la_LIBADD += plugins/af_alg/libstrongswan-af-alg.la
161 endif
162 endif
163
164 if USE_AES
165 SUBDIRS += plugins/aes
166 if MONOLITHIC
167 libstrongswan_la_LIBADD += plugins/aes/libstrongswan-aes.la
168 endif
169 endif
170
171 if USE_DES
172 SUBDIRS += plugins/des
173 if MONOLITHIC
174 libstrongswan_la_LIBADD += plugins/des/libstrongswan-des.la
175 endif
176 endif
177
178 if USE_BLOWFISH
179 SUBDIRS += plugins/blowfish
180 if MONOLITHIC
181 libstrongswan_la_LIBADD += plugins/blowfish/libstrongswan-blowfish.la
182 endif
183 endif
184
185 if USE_RC2
186 SUBDIRS += plugins/rc2
187 if MONOLITHIC
188 libstrongswan_la_LIBADD += plugins/rc2/libstrongswan-rc2.la
189 endif
190 endif
191
192 if USE_MD4
193 SUBDIRS += plugins/md4
194 if MONOLITHIC
195 libstrongswan_la_LIBADD += plugins/md4/libstrongswan-md4.la
196 endif
197 endif
198
199 if USE_MD5
200 SUBDIRS += plugins/md5
201 if MONOLITHIC
202 libstrongswan_la_LIBADD += plugins/md5/libstrongswan-md5.la
203 endif
204 endif
205
206 if USE_SHA1
207 SUBDIRS += plugins/sha1
208 if MONOLITHIC
209 libstrongswan_la_LIBADD += plugins/sha1/libstrongswan-sha1.la
210 endif
211 endif
212
213 if USE_SHA2
214 SUBDIRS += plugins/sha2
215 if MONOLITHIC
216 libstrongswan_la_LIBADD += plugins/sha2/libstrongswan-sha2.la
217 endif
218 endif
219
220 if USE_GMP
221 SUBDIRS += plugins/gmp
222 if MONOLITHIC
223 libstrongswan_la_LIBADD += plugins/gmp/libstrongswan-gmp.la
224 endif
225 endif
226
227 if USE_RDRAND
228 SUBDIRS += plugins/rdrand
229 if MONOLITHIC
230 libstrongswan_la_LIBADD += plugins/rdrand/libstrongswan-rdrand.la
231 endif
232 endif
233
234 if USE_RANDOM
235 SUBDIRS += plugins/random
236 if MONOLITHIC
237 libstrongswan_la_LIBADD += plugins/random/libstrongswan-random.la
238 endif
239 endif
240
241 if USE_NONCE
242 SUBDIRS += plugins/nonce
243 if MONOLITHIC
244 libstrongswan_la_LIBADD += plugins/nonce/libstrongswan-nonce.la
245 endif
246 endif
247
248 if USE_HMAC
249 SUBDIRS += plugins/hmac
250 if MONOLITHIC
251 libstrongswan_la_LIBADD += plugins/hmac/libstrongswan-hmac.la
252 endif
253 endif
254
255 if USE_CMAC
256 SUBDIRS += plugins/cmac
257 if MONOLITHIC
258 libstrongswan_la_LIBADD += plugins/cmac/libstrongswan-cmac.la
259 endif
260 endif
261
262 if USE_XCBC
263 SUBDIRS += plugins/xcbc
264 if MONOLITHIC
265 libstrongswan_la_LIBADD += plugins/xcbc/libstrongswan-xcbc.la
266 endif
267 endif
268
269 if USE_X509
270 SUBDIRS += plugins/x509
271 if MONOLITHIC
272 libstrongswan_la_LIBADD += plugins/x509/libstrongswan-x509.la
273 endif
274 endif
275
276 if USE_REVOCATION
277 SUBDIRS += plugins/revocation
278 if MONOLITHIC
279 libstrongswan_la_LIBADD += plugins/revocation/libstrongswan-revocation.la
280 endif
281 endif
282
283 if USE_CONSTRAINTS
284 SUBDIRS += plugins/constraints
285 if MONOLITHIC
286 libstrongswan_la_LIBADD += plugins/constraints/libstrongswan-constraints.la
287 endif
288 endif
289
290 if USE_PUBKEY
291 SUBDIRS += plugins/pubkey
292 if MONOLITHIC
293 libstrongswan_la_LIBADD += plugins/pubkey/libstrongswan-pubkey.la
294 endif
295 endif
296
297 if USE_PKCS1
298 SUBDIRS += plugins/pkcs1
299 if MONOLITHIC
300 libstrongswan_la_LIBADD += plugins/pkcs1/libstrongswan-pkcs1.la
301 endif
302 endif
303
304 if USE_PKCS7
305 SUBDIRS += plugins/pkcs7
306 if MONOLITHIC
307 libstrongswan_la_LIBADD += plugins/pkcs7/libstrongswan-pkcs7.la
308 endif
309 endif
310
311 if USE_PKCS8
312 SUBDIRS += plugins/pkcs8
313 if MONOLITHIC
314 libstrongswan_la_LIBADD += plugins/pkcs8/libstrongswan-pkcs8.la
315 endif
316 endif
317
318 if USE_PKCS12
319 SUBDIRS += plugins/pkcs12
320 if MONOLITHIC
321 libstrongswan_la_LIBADD += plugins/pkcs12/libstrongswan-pkcs12.la
322 endif
323 endif
324
325 if USE_PGP
326 SUBDIRS += plugins/pgp
327 if MONOLITHIC
328 libstrongswan_la_LIBADD += plugins/pgp/libstrongswan-pgp.la
329 endif
330 endif
331
332 if USE_DNSKEY
333 SUBDIRS += plugins/dnskey
334 if MONOLITHIC
335 libstrongswan_la_LIBADD += plugins/dnskey/libstrongswan-dnskey.la
336 endif
337 endif
338
339 if USE_SSHKEY
340 SUBDIRS += plugins/sshkey
341 if MONOLITHIC
342 libstrongswan_la_LIBADD += plugins/sshkey/libstrongswan-sshkey.la
343 endif
344 endif
345
346 if USE_PEM
347 SUBDIRS += plugins/pem
348 if MONOLITHIC
349 libstrongswan_la_LIBADD += plugins/pem/libstrongswan-pem.la
350 endif
351 endif
352
353 if USE_CURL
354 SUBDIRS += plugins/curl
355 if MONOLITHIC
356 libstrongswan_la_LIBADD += plugins/curl/libstrongswan-curl.la
357 endif
358 endif
359
360 if USE_UNBOUND
361 SUBDIRS += plugins/unbound
362 if MONOLITHIC
363 libstrongswan_la_LIBADD += plugins/unbound/libstrongswan-unbound.la
364 endif
365 endif
366
367 if USE_SOUP
368 SUBDIRS += plugins/soup
369 if MONOLITHIC
370 libstrongswan_la_LIBADD += plugins/soup/libstrongswan-soup.la
371 endif
372 endif
373
374 if USE_LDAP
375 SUBDIRS += plugins/ldap
376 if MONOLITHIC
377 libstrongswan_la_LIBADD += plugins/ldap/libstrongswan-ldap.la
378 endif
379 endif
380
381 if USE_MYSQL
382 SUBDIRS += plugins/mysql
383 if MONOLITHIC
384 libstrongswan_la_LIBADD += plugins/mysql/libstrongswan-mysql.la
385 endif
386 endif
387
388 if USE_SQLITE
389 SUBDIRS += plugins/sqlite
390 if MONOLITHIC
391 libstrongswan_la_LIBADD += plugins/sqlite/libstrongswan-sqlite.la
392 endif
393 endif
394
395 if USE_PADLOCK
396 SUBDIRS += plugins/padlock
397 if MONOLITHIC
398 libstrongswan_la_LIBADD += plugins/padlock/libstrongswan-padlock.la
399 endif
400 endif
401
402 if USE_OPENSSL
403 SUBDIRS += plugins/openssl
404 if MONOLITHIC
405 libstrongswan_la_LIBADD += plugins/openssl/libstrongswan-openssl.la
406 endif
407 endif
408
409 if USE_GCRYPT
410 SUBDIRS += plugins/gcrypt
411 if MONOLITHIC
412 libstrongswan_la_LIBADD += plugins/gcrypt/libstrongswan-gcrypt.la
413 endif
414 endif
415
416 if USE_FIPS_PRF
417 SUBDIRS += plugins/fips_prf
418 if MONOLITHIC
419 libstrongswan_la_LIBADD += plugins/fips_prf/libstrongswan-fips-prf.la
420 endif
421 endif
422
423 if USE_AGENT
424 SUBDIRS += plugins/agent
425 if MONOLITHIC
426 libstrongswan_la_LIBADD += plugins/agent/libstrongswan-agent.la
427 endif
428 endif
429
430 if USE_KEYCHAIN
431 SUBDIRS += plugins/keychain
432 if MONOLITHIC
433 libstrongswan_la_LIBADD += plugins/keychain/libstrongswan-keychain.la
434 endif
435 endif
436
437 if USE_PKCS11
438 SUBDIRS += plugins/pkcs11
439 if MONOLITHIC
440 libstrongswan_la_LIBADD += plugins/pkcs11/libstrongswan-pkcs11.la
441 endif
442 endif
443
444 if USE_CTR
445 SUBDIRS += plugins/ctr
446 if MONOLITHIC
447 libstrongswan_la_LIBADD += plugins/ctr/libstrongswan-ctr.la
448 endif
449 endif
450
451 if USE_CCM
452 SUBDIRS += plugins/ccm
453 if MONOLITHIC
454 libstrongswan_la_LIBADD += plugins/ccm/libstrongswan-ccm.la
455 endif
456 endif
457
458 if USE_GCM
459 SUBDIRS += plugins/gcm
460 if MONOLITHIC
461 libstrongswan_la_LIBADD += plugins/gcm/libstrongswan-gcm.la
462 endif
463 endif
464
465 if USE_TEST_VECTORS
466 SUBDIRS += plugins/test_vectors
467 if MONOLITHIC
468 libstrongswan_la_LIBADD += plugins/test_vectors/libstrongswan-test-vectors.la
469 endif
470 endif
471
472 if UNITTESTS
473 if MONOLITHIC
474 SUBDIRS += .
475 endif
476 SUBDIRS += tests
477 endif