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