strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
aikgen generates AIK private/public key pairs
[strongswan.git]
/
src
/
Makefile.am
1
SUBDIRS = . include
2
3
if USE_LIBSTRONGSWAN
4
SUBDIRS += libstrongswan
5
endif
6
7
if USE_LIBHYDRA
8
SUBDIRS += libhydra
9
endif
10
11
if USE_LIBIPSEC
12
SUBDIRS += libipsec
13
endif
14
15
if USE_SIMAKA
16
SUBDIRS += libsimaka
17
endif
18
19
if USE_TLS
20
SUBDIRS += libtls
21
endif
22
23
if USE_RADIUS
24
SUBDIRS += libradius
25
endif
26
27
if USE_LIBTNCIF
28
SUBDIRS += libtncif
29
endif
30
31
if USE_LIBTNCCS
32
SUBDIRS += libtnccs
33
endif
34
35
if USE_LIBPTTLS
36
SUBDIRS += libpttls
37
endif
38
39
if USE_IMCV
40
SUBDIRS += libimcv
41
endif
42
43
if USE_PTS
44
SUBDIRS += libpts
45
endif
46
47
if USE_LIBCHARON
48
SUBDIRS += libcharon
49
endif
50
51
if USE_FILE_CONFIG
52
SUBDIRS += starter
53
endif
54
55
if USE_IPSEC_SCRIPT
56
SUBDIRS += ipsec _copyright
57
endif
58
59
if USE_CHARON
60
SUBDIRS += charon
61
endif
62
63
if USE_NM
64
SUBDIRS += charon-nm
65
endif
66
67
if USE_STROKE
68
SUBDIRS += stroke
69
endif
70
71
if USE_UPDOWN
72
SUBDIRS += _updown _updown_espmark
73
endif
74
75
if USE_TOOLS
76
SUBDIRS += scepclient pki
77
endif
78
79
if USE_CONFTEST
80
SUBDIRS += conftest
81
endif
82
83
if USE_DUMM
84
SUBDIRS += dumm
85
endif
86
87
if USE_FAST
88
SUBDIRS += libfast
89
endif
90
91
if USE_MANAGER
92
SUBDIRS += manager
93
endif
94
95
if USE_MEDSRV
96
SUBDIRS += medsrv
97
endif
98
99
if USE_ATTR_SQL
100
SUBDIRS += pool
101
else
102
if USE_SQL
103
SUBDIRS += pool
104
endif
105
endif
106
107
if USE_TKM
108
SUBDIRS += charon-tkm
109
endif
110
111
if USE_CMD
112
SUBDIRS += charon-cmd
113
endif
114
115
if USE_LIBPTTLS
116
SUBDIRS += pt-tls-client
117
endif
118
119
if USE_INTEGRITY_TEST
120
SUBDIRS += checksum
121
endif
122
123
if USE_AIKGEN
124
SUBDIRS += aikgen
125
endif