1 sbin_PROGRAMS = swanctl
10 commands/list_authorities.c \
11 commands/list_conns.c \
12 commands/list_certs.c \
13 commands/list_pools.c \
14 commands/list_algs.c \
16 commands/load_authorities.h commands/load_authorities.c \
17 commands/load_conns.c commands/load_conns.h \
18 commands/load_creds.c commands/load_creds.h \
19 commands/load_pools.c commands/load_pools.h \
23 commands/reload_settings.c \
27 $(top_builddir)/src/libcharon/plugins/vici/libvici.la \
28 $(top_builddir)/src/libstrongswan/libstrongswan.la
30 swanctl.o : $(top_builddir)/config.status
33 -I$(top_srcdir)/src/libstrongswan \
34 -I$(top_srcdir)/src/libcharon/plugins/vici \
35 -DSWANCTLDIR=\""${swanctldir}\"" \
36 -DPLUGINS=\""${s_plugins}\""
42 BUILT_SOURCES = swanctl.conf swanctl.conf.5.main
43 EXTRA_DIST = swanctl.opt swanctl.conf swanctl.conf.5.main
44 CLEANFILES = $(man_MANS)
48 $(PYTHON) $(top_srcdir)/conf/format-options.py -n -f conf $< > $(srcdir)/$@
50 swanctl.conf.5.main: swanctl.opt
52 cd $(srcdir) && $(PYTHON) $(abs_top_srcdir)/conf/format-options.py -n -f man swanctl.opt > $@
54 swanctl.conf.5: swanctl.conf.5.head swanctl.conf.5.main swanctl.conf.5.tail
56 cat swanctl.conf.5.head $(srcdir)/swanctl.conf.5.main swanctl.conf.5.tail > $@
58 maintainer-clean-local:
59 cd $(srcdir) && rm -f swanctl.conf swanctl.conf.5.main
61 install-data-local: swanctl.conf
62 test -e "$(DESTDIR)$(swanctldir)" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)" || true
63 test -e "$(DESTDIR)$(swanctldir)/x509" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/x509" || true
64 test -e "$(DESTDIR)$(swanctldir)/x509ca" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/x509ca" || true
65 test -e "$(DESTDIR)$(swanctldir)/x509aa" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/x509aa" || true
66 test -e "$(DESTDIR)$(swanctldir)/x509crl" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/x509crl" || true
67 test -e "$(DESTDIR)$(swanctldir)/x509ac" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/x509ac" || true
68 test -e "$(DESTDIR)$(swanctldir)/rsa" || $(INSTALL) -d -m 750 "$(DESTDIR)$(swanctldir)/rsa" || true
69 test -e "$(DESTDIR)$(swanctldir)/ecdsa" || $(INSTALL) -d -m 750 "$(DESTDIR)$(swanctldir)/ecdsa" || true
70 test -e "$(DESTDIR)$(swanctldir)/pkcs8" || $(INSTALL) -d -m 750 "$(DESTDIR)$(swanctldir)/pkcs8" || true
71 test -e "$(DESTDIR)$(swanctldir)/pkcs12" || $(INSTALL) -d -m 750 "$(DESTDIR)$(swanctldir)/pkcs12" || true
72 test -e "$(DESTDIR)$(swanctldir)/swanctl.conf" || $(INSTALL) -m 640 $(srcdir)/swanctl.conf $(DESTDIR)$(swanctldir)/swanctl.conf || true