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