]> git.ipfire.org Git - people/ms/strongswan.git/blame - src/Makefile.am
apidoc: Fix make target dependency find precedence
[people/ms/strongswan.git] / src / Makefile.am
CommitLineData
66bb16b0 1SUBDIRS = . include
cbfb2aff 2
cbfb2aff
MW
3if USE_LIBSTRONGSWAN
4 SUBDIRS += libstrongswan
5endif
6
0bf68cbf
TB
7if USE_LIBHYDRA
8 SUBDIRS += libhydra
9endif
10
b70139fb
TB
11if USE_LIBIPSEC
12 SUBDIRS += libipsec
13endif
14
f8330d03
MW
15if USE_SIMAKA
16 SUBDIRS += libsimaka
17endif
18
0f82a470
MW
19if USE_TLS
20 SUBDIRS += libtls
21endif
22
f0f94e2c
MW
23if USE_RADIUS
24 SUBDIRS += libradius
25endif
26
7c4d4d20
AS
27if USE_LIBTNCIF
28 SUBDIRS += libtncif
29endif
30
f0a8bf47 31if USE_LIBTNCCS
f0fa002f
AS
32 SUBDIRS += libtnccs
33endif
34
18d56a18 35if USE_LIBPTTLS
b38d9d5a 36 SUBDIRS += libpttls
18d56a18
MW
37endif
38
510f37ab
AS
39if USE_IMCV
40 SUBDIRS += libimcv
41endif
42
1f7aad7f
AS
43if USE_LIBCHARON
44 SUBDIRS += libcharon
45endif
46
bcbf1109 47if USE_FILE_CONFIG
fff4b74d 48 SUBDIRS += starter
37b3fad7
MW
49endif
50
51if USE_IPSEC_SCRIPT
52 SUBDIRS += ipsec _copyright
bcbf1109
TB
53endif
54
cbfb2aff 55if USE_CHARON
e78ec86d 56 SUBDIRS += charon
cbfb2aff
MW
57endif
58
73ed38e7
MW
59if USE_SYSTEMD
60 SUBDIRS += charon-systemd
61endif
62
1c7a733e
TB
63if USE_NM
64 SUBDIRS += charon-nm
65endif
66
cbfb2aff
MW
67if USE_STROKE
68 SUBDIRS += stroke
69endif
70
1e9c46f1 71if USE_UPDOWN
4e92441d 72 SUBDIRS += _updown
cbfb2aff
MW
73endif
74
3986c1e3 75if USE_SCEPCLIENT
b70849ad
MW
76 SUBDIRS += scepclient
77endif
78
79if USE_PKI
80 SUBDIRS += pki
cbfb2aff 81endif
fd4ded97 82
e381e69f
MW
83if USE_SWANCTL
84 SUBDIRS += swanctl
85endif
86
e78ec86d
MW
87if USE_CONFTEST
88 SUBDIRS += conftest
89endif
90
6b9290ff 91if USE_DUMM
fd4ded97
MW
92 SUBDIRS += dumm
93endif
94
552cc11b
MW
95if USE_FAST
96 SUBDIRS += libfast
97endif
98
b8c7453a
MW
99if USE_MANAGER
100 SUBDIRS += manager
101endif
102
9529fb68
MW
103if USE_MEDSRV
104 SUBDIRS += medsrv
105endif
106
ec6ad6b0
TB
107if USE_ATTR_SQL
108 SUBDIRS += pool
6e288ed1
TB
109else
110if USE_SQL
111 SUBDIRS += pool
112endif
ec6ad6b0
TB
113endif
114
559fe48c
RB
115if USE_TKM
116 SUBDIRS += charon-tkm
117endif
118
1fed10be
MW
119if USE_CMD
120 SUBDIRS += charon-cmd
121endif
122
df434174
MW
123if USE_SVC
124 SUBDIRS += charon-svc
125endif
126
b38d9d5a
AS
127if USE_LIBPTTLS
128 SUBDIRS += pt-tls-client
129endif
130
e465c006
TB
131if USE_INTEGRITY_TEST
132 SUBDIRS += checksum
133endif
9be1c8d1
AS
134
135if USE_AIKGEN
136 SUBDIRS += aikgen
137endif