1 sbin_PROGRAMS = swanctl
11 commands/list_pols.c \
12 commands/list_authorities.c \
13 commands/list_conns.c \
14 commands/list_certs.c \
15 commands/list_pools.c \
16 commands/list_algs.c \
17 commands/flush_certs.c \
19 commands/load_authorities.h commands/load_authorities.c \
20 commands/load_conns.c commands/load_conns.h \
21 commands/load_creds.c commands/load_creds.h \
22 commands/load_pools.c commands/load_pools.h \
26 commands/reload_settings.c \
30 $(top_builddir)/src/libcharon/plugins/vici/libvici.la \
31 $(top_builddir)/src/libstrongswan/libstrongswan.la \
32 $(PTHREADLIB) $(ATOMICLIB) $(DLLIB)
34 swanctl.o : $(top_builddir)/config.status
37 -I$(top_srcdir)/src/libstrongswan \
38 -I$(top_srcdir)/src/libcharon/plugins/vici \
39 -DSWANCTLDIR=\""${swanctldir}\"" \
40 -DPLUGINS=\""${s_plugins}\""
46 BUILT_SOURCES = swanctl.conf swanctl.conf.5.main
47 EXTRA_DIST = swanctl.opt swanctl.conf swanctl.conf.5.main
48 CLEANFILES = $(man_MANS)
52 $(PYTHON) $(top_srcdir)/conf/format-options.py -n -f conf $< > $(srcdir)/$@
54 swanctl.conf.5.main: swanctl.opt
56 cd $(srcdir) && $(PYTHON) $(abs_top_srcdir)/conf/format-options.py -n -f man swanctl.opt > $@
58 swanctl.conf.5: swanctl.conf.5.head swanctl.conf.5.main swanctl.conf.5.tail
60 cat swanctl.conf.5.head $(srcdir)/swanctl.conf.5.main swanctl.conf.5.tail > $@
62 maintainer-clean-local:
63 cd $(srcdir) && rm -f swanctl.conf swanctl.conf.5.main
65 install-data-local: swanctl.conf
66 test -e "$(DESTDIR)$(swanctldir)" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)" || true
67 test -e "$(DESTDIR)$(swanctldir)/conf.d" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/conf.d" || true
68 test -e "$(DESTDIR)$(swanctldir)/x509" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/x509" || true
69 test -e "$(DESTDIR)$(swanctldir)/x509ca" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/x509ca" || true
70 test -e "$(DESTDIR)$(swanctldir)/x509aa" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/x509aa" || true
71 test -e "$(DESTDIR)$(swanctldir)/x509ocsp" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/x509ocsp" || true
72 test -e "$(DESTDIR)$(swanctldir)/x509crl" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/x509crl" || true
73 test -e "$(DESTDIR)$(swanctldir)/x509ac" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/x509ac" || true
74 test -e "$(DESTDIR)$(swanctldir)/pubkey" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/pubkey" || true
75 test -e "$(DESTDIR)$(swanctldir)/private" || $(INSTALL) -d -m 750 "$(DESTDIR)$(swanctldir)/private" || true
76 test -e "$(DESTDIR)$(swanctldir)/rsa" || $(INSTALL) -d -m 750 "$(DESTDIR)$(swanctldir)/rsa" || true
77 test -e "$(DESTDIR)$(swanctldir)/ecdsa" || $(INSTALL) -d -m 750 "$(DESTDIR)$(swanctldir)/ecdsa" || true
78 test -e "$(DESTDIR)$(swanctldir)/bliss" || $(INSTALL) -d -m 750 "$(DESTDIR)$(swanctldir)/bliss" || true
79 test -e "$(DESTDIR)$(swanctldir)/pkcs8" || $(INSTALL) -d -m 750 "$(DESTDIR)$(swanctldir)/pkcs8" || true
80 test -e "$(DESTDIR)$(swanctldir)/pkcs12" || $(INSTALL) -d -m 750 "$(DESTDIR)$(swanctldir)/pkcs12" || true
81 test -e "$(DESTDIR)$(swanctldir)/swanctl.conf" || $(INSTALL) -m 640 $(srcdir)/swanctl.conf $(DESTDIR)$(swanctldir)/swanctl.conf || true