File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / Makefile.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:20:08 2021 UTC (3 years, 3 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, HEAD
strongswan 5.9.2

    1: # Makefile.in generated by automake 1.15.1 from Makefile.am.
    2: # @configure_input@
    3: 
    4: # Copyright (C) 1994-2017 Free Software Foundation, Inc.
    5: 
    6: # This Makefile.in is free software; the Free Software Foundation
    7: # gives unlimited permission to copy and/or distribute it,
    8: # with or without modifications, as long as this notice is preserved.
    9: 
   10: # This program is distributed in the hope that it will be useful,
   11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   13: # PARTICULAR PURPOSE.
   14: 
   15: @SET_MAKE@
   16: 
   17: VPATH = @srcdir@
   18: am__is_gnu_make = { \
   19:   if test -z '$(MAKELEVEL)'; then \
   20:     false; \
   21:   elif test -n '$(MAKE_HOST)'; then \
   22:     true; \
   23:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
   24:     true; \
   25:   else \
   26:     false; \
   27:   fi; \
   28: }
   29: am__make_running_with_option = \
   30:   case $${target_option-} in \
   31:       ?) ;; \
   32:       *) echo "am__make_running_with_option: internal error: invalid" \
   33:               "target option '$${target_option-}' specified" >&2; \
   34:          exit 1;; \
   35:   esac; \
   36:   has_opt=no; \
   37:   sane_makeflags=$$MAKEFLAGS; \
   38:   if $(am__is_gnu_make); then \
   39:     sane_makeflags=$$MFLAGS; \
   40:   else \
   41:     case $$MAKEFLAGS in \
   42:       *\\[\ \	]*) \
   43:         bs=\\; \
   44:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
   45:           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
   46:     esac; \
   47:   fi; \
   48:   skip_next=no; \
   49:   strip_trailopt () \
   50:   { \
   51:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
   52:   }; \
   53:   for flg in $$sane_makeflags; do \
   54:     test $$skip_next = yes && { skip_next=no; continue; }; \
   55:     case $$flg in \
   56:       *=*|--*) continue;; \
   57:         -*I) strip_trailopt 'I'; skip_next=yes;; \
   58:       -*I?*) strip_trailopt 'I';; \
   59:         -*O) strip_trailopt 'O'; skip_next=yes;; \
   60:       -*O?*) strip_trailopt 'O';; \
   61:         -*l) strip_trailopt 'l'; skip_next=yes;; \
   62:       -*l?*) strip_trailopt 'l';; \
   63:       -[dEDm]) skip_next=yes;; \
   64:       -[JT]) skip_next=yes;; \
   65:     esac; \
   66:     case $$flg in \
   67:       *$$target_option*) has_opt=yes; break;; \
   68:     esac; \
   69:   done; \
   70:   test $$has_opt = yes
   71: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
   72: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
   73: pkgdatadir = $(datadir)/@PACKAGE@
   74: pkgincludedir = $(includedir)/@PACKAGE@
   75: pkglibdir = $(libdir)/@PACKAGE@
   76: pkglibexecdir = $(libexecdir)/@PACKAGE@
   77: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   78: install_sh_DATA = $(install_sh) -c -m 644
   79: install_sh_PROGRAM = $(install_sh) -c
   80: install_sh_SCRIPT = $(install_sh) -c
   81: INSTALL_HEADER = $(INSTALL_DATA)
   82: transform = $(program_transform_name)
   83: NORMAL_INSTALL = :
   84: PRE_INSTALL = :
   85: POST_INSTALL = :
   86: NORMAL_UNINSTALL = :
   87: PRE_UNINSTALL = :
   88: POST_UNINSTALL = :
   89: build_triplet = @build@
   90: host_triplet = @host@
   91: subdir = conf
   92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   93: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
   94: 	$(top_srcdir)/m4/config/ltoptions.m4 \
   95: 	$(top_srcdir)/m4/config/ltsugar.m4 \
   96: 	$(top_srcdir)/m4/config/ltversion.m4 \
   97: 	$(top_srcdir)/m4/config/lt~obsolete.m4 \
   98: 	$(top_srcdir)/m4/macros/split-package-version.m4 \
   99: 	$(top_srcdir)/m4/macros/with.m4 \
  100: 	$(top_srcdir)/m4/macros/enable-disable.m4 \
  101: 	$(top_srcdir)/m4/macros/add-plugin.m4 \
  102: 	$(top_srcdir)/configure.ac
  103: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  104: 	$(ACLOCAL_M4)
  105: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  106: mkinstalldirs = $(install_sh) -d
  107: CONFIG_HEADER = $(top_builddir)/config.h
  108: CONFIG_CLEAN_FILES = strongswan.conf.5.head strongswan.conf.5.tail
  109: CONFIG_CLEAN_VPATH_FILES =
  110: AM_V_P = $(am__v_P_@AM_V@)
  111: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  112: am__v_P_0 = false
  113: am__v_P_1 = :
  114: AM_V_GEN = $(am__v_GEN_@AM_V@)
  115: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  116: am__v_GEN_0 = @echo "  GEN     " $@;
  117: am__v_GEN_1 = 
  118: AM_V_at = $(am__v_at_@AM_V@)
  119: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  120: am__v_at_0 = @
  121: am__v_at_1 = 
  122: SOURCES =
  123: DIST_SOURCES =
  124: am__can_run_installinfo = \
  125:   case $$AM_UPDATE_INFO_DIR in \
  126:     n|no|NO) false;; \
  127:     *) (install-info --version) >/dev/null 2>&1;; \
  128:   esac
  129: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  130: am__vpath_adj = case $$p in \
  131:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  132:     *) f=$$p;; \
  133:   esac;
  134: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  135: am__install_max = 40
  136: am__nobase_strip_setup = \
  137:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  138: am__nobase_strip = \
  139:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  140: am__nobase_list = $(am__nobase_strip_setup); \
  141:   for p in $$list; do echo "$$p $$p"; done | \
  142:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  143:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  144:     if (++n[$$2] == $(am__install_max)) \
  145:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  146:     END { for (dir in files) print dir, files[dir] }'
  147: am__base_list = \
  148:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  149:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  150: am__uninstall_files_from_dir = { \
  151:   test -z "$$files" \
  152:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  153:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  154:          $(am__cd) "$$dir" && rm -f $$files; }; \
  155:   }
  156: man5dir = $(mandir)/man5
  157: am__installdirs = "$(DESTDIR)$(man5dir)" \
  158: 	"$(DESTDIR)$(optionstemplatedir)" \
  159: 	"$(DESTDIR)$(pluginstemplatedir)" "$(DESTDIR)$(templatesdir)"
  160: NROFF = nroff
  161: MANS = $(man_MANS)
  162: DATA = $(optionstemplate_DATA) $(pluginstemplate_DATA) \
  163: 	$(templates_DATA)
  164: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  165: am__DIST_COMMON = $(srcdir)/Makefile.in \
  166: 	$(srcdir)/strongswan.conf.5.head.in \
  167: 	$(srcdir)/strongswan.conf.5.tail.in
  168: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  169: ACLOCAL = @ACLOCAL@
  170: ALLOCA = @ALLOCA@
  171: AMTAR = @AMTAR@
  172: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  173: AR = @AR@
  174: ATOMICLIB = @ATOMICLIB@
  175: AUTOCONF = @AUTOCONF@
  176: AUTOHEADER = @AUTOHEADER@
  177: AUTOMAKE = @AUTOMAKE@
  178: AWK = @AWK@
  179: BFDLIB = @BFDLIB@
  180: BTLIB = @BTLIB@
  181: CC = @CC@
  182: CCDEPMODE = @CCDEPMODE@
  183: CFLAGS = @CFLAGS@
  184: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
  185: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
  186: CPP = @CPP@
  187: CPPFLAGS = @CPPFLAGS@
  188: CYGPATH_W = @CYGPATH_W@
  189: DEFS = @DEFS@
  190: DEPDIR = @DEPDIR@
  191: DLLIB = @DLLIB@
  192: DLLTOOL = @DLLTOOL@
  193: DSYMUTIL = @DSYMUTIL@
  194: DUMPBIN = @DUMPBIN@
  195: EASY_INSTALL = @EASY_INSTALL@
  196: ECHO_C = @ECHO_C@
  197: ECHO_N = @ECHO_N@
  198: ECHO_T = @ECHO_T@
  199: EGREP = @EGREP@
  200: EXEEXT = @EXEEXT@
  201: FGREP = @FGREP@
  202: FUZZING_CFLAGS = @FUZZING_CFLAGS@
  203: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
  204: GEM = @GEM@
  205: GENHTML = @GENHTML@
  206: GIT_VERSION = @GIT_VERSION@
  207: GPERF = @GPERF@
  208: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
  209: GPRBUILD = @GPRBUILD@
  210: GREP = @GREP@
  211: INSTALL = @INSTALL@
  212: INSTALL_DATA = @INSTALL_DATA@
  213: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  214: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  215: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  216: LCOV = @LCOV@
  217: LD = @LD@
  218: LDFLAGS = @LDFLAGS@
  219: LEX = @LEX@
  220: LEXLIB = @LEXLIB@
  221: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  222: LIBOBJS = @LIBOBJS@
  223: LIBS = @LIBS@
  224: LIBTOOL = @LIBTOOL@
  225: LIPO = @LIPO@
  226: LN_S = @LN_S@
  227: LTLIBOBJS = @LTLIBOBJS@
  228: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  229: MAKEINFO = @MAKEINFO@
  230: MANIFEST_TOOL = @MANIFEST_TOOL@
  231: MKDIR_P = @MKDIR_P@
  232: MYSQLCFLAG = @MYSQLCFLAG@
  233: MYSQLCONFIG = @MYSQLCONFIG@
  234: MYSQLLIB = @MYSQLLIB@
  235: NM = @NM@
  236: NMEDIT = @NMEDIT@
  237: OBJDUMP = @OBJDUMP@
  238: OBJEXT = @OBJEXT@
  239: OPENSSL_LIB = @OPENSSL_LIB@
  240: OTOOL = @OTOOL@
  241: OTOOL64 = @OTOOL64@
  242: PACKAGE = @PACKAGE@
  243: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  244: PACKAGE_NAME = @PACKAGE_NAME@
  245: PACKAGE_STRING = @PACKAGE_STRING@
  246: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  247: PACKAGE_URL = @PACKAGE_URL@
  248: PACKAGE_VERSION = @PACKAGE_VERSION@
  249: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
  250: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
  251: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
  252: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
  253: PATH_SEPARATOR = @PATH_SEPARATOR@
  254: PERL = @PERL@
  255: PKG_CONFIG = @PKG_CONFIG@
  256: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  257: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  258: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
  259: PTHREADLIB = @PTHREADLIB@
  260: PYTHON = @PYTHON@
  261: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
  262: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
  263: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
  264: PYTHON_PLATFORM = @PYTHON_PLATFORM@
  265: PYTHON_PREFIX = @PYTHON_PREFIX@
  266: PYTHON_VERSION = @PYTHON_VERSION@
  267: PY_TEST = @PY_TEST@
  268: RANLIB = @RANLIB@
  269: RTLIB = @RTLIB@
  270: RUBYGEMDIR = @RUBYGEMDIR@
  271: SED = @SED@
  272: SET_MAKE = @SET_MAKE@
  273: SHELL = @SHELL@
  274: SOCKLIB = @SOCKLIB@
  275: STRIP = @STRIP@
  276: TOX = @TOX@
  277: UNWINDLIB = @UNWINDLIB@
  278: VERSION = @VERSION@
  279: YACC = @YACC@
  280: YFLAGS = @YFLAGS@
  281: abs_builddir = @abs_builddir@
  282: abs_srcdir = @abs_srcdir@
  283: abs_top_builddir = @abs_top_builddir@
  284: abs_top_srcdir = @abs_top_srcdir@
  285: ac_ct_AR = @ac_ct_AR@
  286: ac_ct_CC = @ac_ct_CC@
  287: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  288: aikgen_plugins = @aikgen_plugins@
  289: am__include = @am__include@
  290: am__leading_dot = @am__leading_dot@
  291: am__quote = @am__quote@
  292: am__tar = @am__tar@
  293: am__untar = @am__untar@
  294: attest_plugins = @attest_plugins@
  295: bindir = @bindir@
  296: botan_CFLAGS = @botan_CFLAGS@
  297: botan_LIBS = @botan_LIBS@
  298: build = @build@
  299: build_alias = @build_alias@
  300: build_cpu = @build_cpu@
  301: build_os = @build_os@
  302: build_vendor = @build_vendor@
  303: builddir = @builddir@
  304: c_plugins = @c_plugins@
  305: charon_natt_port = @charon_natt_port@
  306: charon_plugins = @charon_plugins@
  307: charon_udp_port = @charon_udp_port@
  308: clearsilver_LIBS = @clearsilver_LIBS@
  309: cmd_plugins = @cmd_plugins@
  310: datadir = @datadir@
  311: datarootdir = @datarootdir@
  312: dbusdatadir = @dbusdatadir@
  313: dbuspolicydir = @dbuspolicydir@
  314: dev_headers = @dev_headers@
  315: docdir = @docdir@
  316: dvidir = @dvidir@
  317: exec_prefix = @exec_prefix@
  318: fips_mode = @fips_mode@
  319: fuzz_plugins = @fuzz_plugins@
  320: host = @host@
  321: host_alias = @host_alias@
  322: host_cpu = @host_cpu@
  323: host_os = @host_os@
  324: host_vendor = @host_vendor@
  325: htmldir = @htmldir@
  326: imcvdir = @imcvdir@
  327: includedir = @includedir@
  328: infodir = @infodir@
  329: install_sh = @install_sh@
  330: ipsec_script = @ipsec_script@
  331: ipsec_script_upper = @ipsec_script_upper@
  332: ipsecdir = @ipsecdir@
  333: ipsecgroup = @ipsecgroup@
  334: ipseclibdir = @ipseclibdir@
  335: ipsecuser = @ipsecuser@
  336: json_CFLAGS = @json_CFLAGS@
  337: json_LIBS = @json_LIBS@
  338: libdir = @libdir@
  339: libexecdir = @libexecdir@
  340: libfuzzer = @libfuzzer@
  341: libiptc_CFLAGS = @libiptc_CFLAGS@
  342: libiptc_LIBS = @libiptc_LIBS@
  343: linux_headers = @linux_headers@
  344: localedir = @localedir@
  345: localstatedir = @localstatedir@
  346: manager_plugins = @manager_plugins@
  347: mandir = @mandir@
  348: medsrv_plugins = @medsrv_plugins@
  349: mkdir_p = @mkdir_p@
  350: nm_CFLAGS = @nm_CFLAGS@
  351: nm_LIBS = @nm_LIBS@
  352: nm_ca_dir = @nm_ca_dir@
  353: nm_plugins = @nm_plugins@
  354: oldincludedir = @oldincludedir@
  355: p_plugins = @p_plugins@
  356: pcsclite_CFLAGS = @pcsclite_CFLAGS@
  357: pcsclite_LIBS = @pcsclite_LIBS@
  358: pdfdir = @pdfdir@
  359: piddir = @piddir@
  360: pkgpyexecdir = @pkgpyexecdir@
  361: pkgpythondir = @pkgpythondir@
  362: pki_plugins = @pki_plugins@
  363: plugindir = @plugindir@
  364: pool_plugins = @pool_plugins@
  365: prefix = @prefix@
  366: program_transform_name = @program_transform_name@
  367: psdir = @psdir@
  368: pyexecdir = @pyexecdir@
  369: pythondir = @pythondir@
  370: random_device = @random_device@
  371: resolv_conf = @resolv_conf@
  372: routing_table = @routing_table@
  373: routing_table_prio = @routing_table_prio@
  374: runstatedir = @runstatedir@
  375: s_plugins = @s_plugins@
  376: sbindir = @sbindir@
  377: scepclient_plugins = @scepclient_plugins@
  378: scripts_plugins = @scripts_plugins@
  379: sharedstatedir = @sharedstatedir@
  380: soup_CFLAGS = @soup_CFLAGS@
  381: soup_LIBS = @soup_LIBS@
  382: srcdir = @srcdir@
  383: starter_plugins = @starter_plugins@
  384: strongswan_conf = @strongswan_conf@
  385: strongswan_options = @strongswan_options@
  386: swanctldir = @swanctldir@
  387: sysconfdir = @sysconfdir@
  388: systemd_CFLAGS = @systemd_CFLAGS@
  389: systemd_LIBS = @systemd_LIBS@
  390: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
  391: systemd_daemon_LIBS = @systemd_daemon_LIBS@
  392: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
  393: systemd_journal_LIBS = @systemd_journal_LIBS@
  394: systemdsystemunitdir = @systemdsystemunitdir@
  395: t_plugins = @t_plugins@
  396: target_alias = @target_alias@
  397: top_build_prefix = @top_build_prefix@
  398: top_builddir = @top_builddir@
  399: top_srcdir = @top_srcdir@
  400: tss2_CFLAGS = @tss2_CFLAGS@
  401: tss2_LIBS = @tss2_LIBS@
  402: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
  403: tss2_esys_LIBS = @tss2_esys_LIBS@
  404: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
  405: tss2_socket_LIBS = @tss2_socket_LIBS@
  406: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
  407: tss2_sys_LIBS = @tss2_sys_LIBS@
  408: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
  409: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
  410: urandom_device = @urandom_device@
  411: wolfssl_CFLAGS = @wolfssl_CFLAGS@
  412: wolfssl_LIBS = @wolfssl_LIBS@
  413: xml_CFLAGS = @xml_CFLAGS@
  414: xml_LIBS = @xml_LIBS@
  415: 
  416: # make this relative to the location of strongswan.conf
  417: strongswanconfdir = `dirname $(strongswan_conf)`
  418: strongswanddir = $(strongswanconfdir)/strongswan.d
  419: charonconfdir = $(strongswanddir)/charon
  420: # copy these files also to /usr/share
  421: templatesdir = $(pkgdatadir)/templates/config
  422: optionstemplatedir = $(templatesdir)/strongswan.d
  423: pluginstemplatedir = $(templatesdir)/plugins
  424: options = \
  425: 	options/aikgen.opt \
  426: 	options/attest.opt \
  427: 	options/charon.opt \
  428: 	options/charon-logging.opt \
  429: 	options/charon-nm.opt \
  430: 	options/charon-systemd.opt \
  431: 	options/imcv.opt \
  432: 	options/imv_policy_manager.opt \
  433: 	options/manager.opt \
  434: 	options/medsrv.opt \
  435: 	options/pki.opt \
  436: 	options/pool.opt \
  437: 	options/scepclient.opt \
  438: 	options/starter.opt \
  439: 	options/swanctl.opt \
  440: 	options/tnc.opt \
  441: 	options/sec-updater.opt \
  442: 	options/sw-collector.opt
  443: 
  444: plugins = \
  445: 	plugins/addrblock.opt \
  446: 	plugins/android_log.opt \
  447: 	plugins/attr.opt \
  448: 	plugins/attr-sql.opt \
  449: 	plugins/bliss.opt \
  450: 	plugins/botan.opt \
  451: 	plugins/bypass-lan.opt \
  452: 	plugins/certexpire.opt \
  453: 	plugins/coupling.opt \
  454: 	plugins/curl.opt \
  455: 	plugins/dhcp.opt \
  456: 	plugins/dnscert.opt \
  457: 	plugins/drbg.opt \
  458: 	plugins/duplicheck.opt \
  459: 	plugins/eap-aka.opt \
  460: 	plugins/eap-aka-3gpp.opt \
  461: 	plugins/eap-aka-3gpp2.opt \
  462: 	plugins/eap-dynamic.opt \
  463: 	plugins/eap-gtc.opt \
  464: 	plugins/eap-peap.opt \
  465: 	plugins/eap-radius.opt \
  466: 	plugins/eap-sim.opt \
  467: 	plugins/eap-simaka-sql.opt \
  468: 	plugins/eap-tls.opt \
  469: 	plugins/eap-tnc.opt \
  470: 	plugins/eap-ttls.opt \
  471: 	plugins/error-notify.opt \
  472: 	plugins/ext-auth.opt \
  473: 	plugins/forecast.opt \
  474: 	plugins/gcrypt.opt \
  475: 	plugins/ha.opt \
  476: 	plugins/imc-attestation.opt \
  477: 	plugins/imc-hcd.opt \
  478: 	plugins/imc-os.opt \
  479: 	plugins/imc-scanner.opt \
  480: 	plugins/imc-swima.opt \
  481: 	plugins/imc-test.opt \
  482: 	plugins/imv-attestation.opt \
  483: 	plugins/imv-os.opt \
  484: 	plugins/imv-scanner.opt \
  485: 	plugins/imv-swima.opt \
  486: 	plugins/imv-test.opt \
  487: 	plugins/ipseckey.opt \
  488: 	plugins/led.opt \
  489: 	plugins/kernel-libipsec.opt \
  490: 	plugins/kernel-netlink.opt \
  491: 	plugins/kernel-pfkey.opt \
  492: 	plugins/kernel-pfroute.opt \
  493: 	plugins/load-tester.opt \
  494: 	plugins/lookip.opt \
  495: 	plugins/ntru.opt \
  496: 	plugins/openssl.opt \
  497: 	plugins/osx-attr.opt \
  498: 	plugins/p-cscf.opt \
  499: 	plugins/pkcs11.opt \
  500: 	plugins/radattr.opt \
  501: 	plugins/random.opt \
  502: 	plugins/resolve.opt \
  503: 	plugins/revocation.opt \
  504: 	plugins/save-keys.opt \
  505: 	plugins/socket-default.opt \
  506: 	plugins/sql.opt \
  507: 	plugins/stroke.opt \
  508: 	plugins/systime-fix.opt \
  509: 	plugins/tnc-ifmap.opt \
  510: 	plugins/tnc-imc.opt \
  511: 	plugins/tnc-imv.opt \
  512: 	plugins/tnc-pdp.opt \
  513: 	plugins/tnccs-11.opt \
  514: 	plugins/tnccs-20.opt \
  515: 	plugins/tpm.opt \
  516: 	plugins/unbound.opt \
  517: 	plugins/updown.opt \
  518: 	plugins/vici.opt \
  519: 	plugins/whitelist.opt \
  520: 	plugins/wolfssl.opt \
  521: 	plugins/xauth-eap.opt \
  522: 	plugins/xauth-pam.opt
  523: 
  524: alloptions = $(options) $(plugins)
  525: confsnippets = $(alloptions:opt=conf)
  526: 
  527: # we only install snippets for enabled plugins
  528: plugins_install_tmp = $(charon_plugins:%=plugins/%.tmp)
  529: plugins_install_src = $(charon_plugins:%=plugins/%.conf)
  530: # only install snippets for enabled components
  531: # has to be defined via autoconf as we can't do it with automake conditionals
  532: options_install_src = $(strongswan_options:%=options/%.conf)
  533: templates_DATA = strongswan.conf
  534: optionstemplate_DATA = $(options_install_src)
  535: pluginstemplate_DATA = $(plugins_install_src)
  536: man_MANS = \
  537: 	strongswan.conf.5
  538: 
  539: BUILT_SOURCES = default.conf strongswan.conf.5.main $(confsnippets)
  540: EXTRA_DIST = format-options.py strongswan.conf default.opt \
  541: 	default.conf strongswan.conf.5.main $(alloptions) $(confsnippets)
  542: 
  543: CLEANFILES = $(man_MANS)
  544: all: $(BUILT_SOURCES)
  545: 	$(MAKE) $(AM_MAKEFLAGS) all-am
  546: 
  547: .SUFFIXES:
  548: .SUFFIXES: .conf .opt .tmp
  549: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  550: 	@for dep in $?; do \
  551: 	  case '$(am__configure_deps)' in \
  552: 	    *$$dep*) \
  553: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  554: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  555: 	      exit 1;; \
  556: 	  esac; \
  557: 	done; \
  558: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu conf/Makefile'; \
  559: 	$(am__cd) $(top_srcdir) && \
  560: 	  $(AUTOMAKE) --gnu conf/Makefile
  561: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  562: 	@case '$?' in \
  563: 	  *config.status*) \
  564: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  565: 	  *) \
  566: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  567: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  568: 	esac;
  569: 
  570: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  571: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  572: 
  573: $(top_srcdir)/configure:  $(am__configure_deps)
  574: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  575: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  576: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  577: $(am__aclocal_m4_deps):
  578: strongswan.conf.5.head: $(top_builddir)/config.status $(srcdir)/strongswan.conf.5.head.in
  579: 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  580: strongswan.conf.5.tail: $(top_builddir)/config.status $(srcdir)/strongswan.conf.5.tail.in
  581: 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  582: 
  583: mostlyclean-libtool:
  584: 	-rm -f *.lo
  585: 
  586: clean-libtool:
  587: 	-rm -rf .libs _libs
  588: install-man5: $(man_MANS)
  589: 	@$(NORMAL_INSTALL)
  590: 	@list1=''; \
  591: 	list2='$(man_MANS)'; \
  592: 	test -n "$(man5dir)" \
  593: 	  && test -n "`echo $$list1$$list2`" \
  594: 	  || exit 0; \
  595: 	echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
  596: 	$(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
  597: 	{ for i in $$list1; do echo "$$i"; done;  \
  598: 	if test -n "$$list2"; then \
  599: 	  for i in $$list2; do echo "$$i"; done \
  600: 	    | sed -n '/\.5[a-z]*$$/p'; \
  601: 	fi; \
  602: 	} | while read p; do \
  603: 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  604: 	  echo "$$d$$p"; echo "$$p"; \
  605: 	done | \
  606: 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
  607: 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  608: 	sed 'N;N;s,\n, ,g' | { \
  609: 	list=; while read file base inst; do \
  610: 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  611: 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
  612: 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
  613: 	  fi; \
  614: 	done; \
  615: 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  616: 	while read files; do \
  617: 	  test -z "$$files" || { \
  618: 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
  619: 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
  620: 	done; }
  621: 
  622: uninstall-man5:
  623: 	@$(NORMAL_UNINSTALL)
  624: 	@list=''; test -n "$(man5dir)" || exit 0; \
  625: 	files=`{ for i in $$list; do echo "$$i"; done; \
  626: 	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  627: 	  sed -n '/\.5[a-z]*$$/p'; \
  628: 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
  629: 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  630: 	dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
  631: install-optionstemplateDATA: $(optionstemplate_DATA)
  632: 	@$(NORMAL_INSTALL)
  633: 	@list='$(optionstemplate_DATA)'; test -n "$(optionstemplatedir)" || list=; \
  634: 	if test -n "$$list"; then \
  635: 	  echo " $(MKDIR_P) '$(DESTDIR)$(optionstemplatedir)'"; \
  636: 	  $(MKDIR_P) "$(DESTDIR)$(optionstemplatedir)" || exit 1; \
  637: 	fi; \
  638: 	for p in $$list; do \
  639: 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  640: 	  echo "$$d$$p"; \
  641: 	done | $(am__base_list) | \
  642: 	while read files; do \
  643: 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(optionstemplatedir)'"; \
  644: 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(optionstemplatedir)" || exit $$?; \
  645: 	done
  646: 
  647: uninstall-optionstemplateDATA:
  648: 	@$(NORMAL_UNINSTALL)
  649: 	@list='$(optionstemplate_DATA)'; test -n "$(optionstemplatedir)" || list=; \
  650: 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  651: 	dir='$(DESTDIR)$(optionstemplatedir)'; $(am__uninstall_files_from_dir)
  652: install-pluginstemplateDATA: $(pluginstemplate_DATA)
  653: 	@$(NORMAL_INSTALL)
  654: 	@list='$(pluginstemplate_DATA)'; test -n "$(pluginstemplatedir)" || list=; \
  655: 	if test -n "$$list"; then \
  656: 	  echo " $(MKDIR_P) '$(DESTDIR)$(pluginstemplatedir)'"; \
  657: 	  $(MKDIR_P) "$(DESTDIR)$(pluginstemplatedir)" || exit 1; \
  658: 	fi; \
  659: 	for p in $$list; do \
  660: 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  661: 	  echo "$$d$$p"; \
  662: 	done | $(am__base_list) | \
  663: 	while read files; do \
  664: 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pluginstemplatedir)'"; \
  665: 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pluginstemplatedir)" || exit $$?; \
  666: 	done
  667: 
  668: uninstall-pluginstemplateDATA:
  669: 	@$(NORMAL_UNINSTALL)
  670: 	@list='$(pluginstemplate_DATA)'; test -n "$(pluginstemplatedir)" || list=; \
  671: 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  672: 	dir='$(DESTDIR)$(pluginstemplatedir)'; $(am__uninstall_files_from_dir)
  673: install-templatesDATA: $(templates_DATA)
  674: 	@$(NORMAL_INSTALL)
  675: 	@list='$(templates_DATA)'; test -n "$(templatesdir)" || list=; \
  676: 	if test -n "$$list"; then \
  677: 	  echo " $(MKDIR_P) '$(DESTDIR)$(templatesdir)'"; \
  678: 	  $(MKDIR_P) "$(DESTDIR)$(templatesdir)" || exit 1; \
  679: 	fi; \
  680: 	for p in $$list; do \
  681: 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  682: 	  echo "$$d$$p"; \
  683: 	done | $(am__base_list) | \
  684: 	while read files; do \
  685: 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(templatesdir)'"; \
  686: 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(templatesdir)" || exit $$?; \
  687: 	done
  688: 
  689: uninstall-templatesDATA:
  690: 	@$(NORMAL_UNINSTALL)
  691: 	@list='$(templates_DATA)'; test -n "$(templatesdir)" || list=; \
  692: 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  693: 	dir='$(DESTDIR)$(templatesdir)'; $(am__uninstall_files_from_dir)
  694: tags TAGS:
  695: 
  696: ctags CTAGS:
  697: 
  698: cscope cscopelist:
  699: 
  700: 
  701: distdir: $(DISTFILES)
  702: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  703: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  704: 	list='$(DISTFILES)'; \
  705: 	  dist_files=`for file in $$list; do echo $$file; done | \
  706: 	  sed -e "s|^$$srcdirstrip/||;t" \
  707: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  708: 	case $$dist_files in \
  709: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  710: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  711: 			   sort -u` ;; \
  712: 	esac; \
  713: 	for file in $$dist_files; do \
  714: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  715: 	  if test -d $$d/$$file; then \
  716: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  717: 	    if test -d "$(distdir)/$$file"; then \
  718: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  719: 	    fi; \
  720: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  721: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  722: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  723: 	    fi; \
  724: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  725: 	  else \
  726: 	    test -f "$(distdir)/$$file" \
  727: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  728: 	    || exit 1; \
  729: 	  fi; \
  730: 	done
  731: check-am: all-am
  732: check: $(BUILT_SOURCES)
  733: 	$(MAKE) $(AM_MAKEFLAGS) check-am
  734: all-am: Makefile $(MANS) $(DATA)
  735: installdirs:
  736: 	for dir in "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(optionstemplatedir)" "$(DESTDIR)$(pluginstemplatedir)" "$(DESTDIR)$(templatesdir)"; do \
  737: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  738: 	done
  739: install: $(BUILT_SOURCES)
  740: 	$(MAKE) $(AM_MAKEFLAGS) install-am
  741: install-exec: install-exec-am
  742: install-data: install-data-am
  743: uninstall: uninstall-am
  744: 
  745: install-am: all-am
  746: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  747: 
  748: installcheck: installcheck-am
  749: install-strip:
  750: 	if test -z '$(STRIP)'; then \
  751: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  752: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  753: 	      install; \
  754: 	else \
  755: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  756: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  757: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  758: 	fi
  759: mostlyclean-generic:
  760: 
  761: clean-generic:
  762: 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  763: 
  764: distclean-generic:
  765: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  766: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  767: 
  768: maintainer-clean-generic:
  769: 	@echo "This command is intended for maintainers to use"
  770: 	@echo "it deletes files that may require special tools to rebuild."
  771: 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  772: clean: clean-am
  773: 
  774: clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  775: 
  776: distclean: distclean-am
  777: 	-rm -f Makefile
  778: distclean-am: clean-am distclean-generic
  779: 
  780: dvi: dvi-am
  781: 
  782: dvi-am:
  783: 
  784: html: html-am
  785: 
  786: html-am:
  787: 
  788: info: info-am
  789: 
  790: info-am:
  791: 
  792: install-data-am: install-data-local install-man \
  793: 	install-optionstemplateDATA install-pluginstemplateDATA \
  794: 	install-templatesDATA
  795: 
  796: install-dvi: install-dvi-am
  797: 
  798: install-dvi-am:
  799: 
  800: install-exec-am:
  801: 
  802: install-html: install-html-am
  803: 
  804: install-html-am:
  805: 
  806: install-info: install-info-am
  807: 
  808: install-info-am:
  809: 
  810: install-man: install-man5
  811: 
  812: install-pdf: install-pdf-am
  813: 
  814: install-pdf-am:
  815: 
  816: install-ps: install-ps-am
  817: 
  818: install-ps-am:
  819: 
  820: installcheck-am:
  821: 
  822: maintainer-clean: maintainer-clean-am
  823: 	-rm -f Makefile
  824: maintainer-clean-am: distclean-am maintainer-clean-generic \
  825: 	maintainer-clean-local
  826: 
  827: mostlyclean: mostlyclean-am
  828: 
  829: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  830: 
  831: pdf: pdf-am
  832: 
  833: pdf-am:
  834: 
  835: ps: ps-am
  836: 
  837: ps-am:
  838: 
  839: uninstall-am: uninstall-man uninstall-optionstemplateDATA \
  840: 	uninstall-pluginstemplateDATA uninstall-templatesDATA
  841: 
  842: uninstall-man: uninstall-man5
  843: 
  844: .MAKE: all check install install-am install-strip
  845: 
  846: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  847: 	clean-local cscopelist-am ctags-am distclean distclean-generic \
  848: 	distclean-libtool distdir dvi dvi-am html html-am info info-am \
  849: 	install install-am install-data install-data-am \
  850: 	install-data-local install-dvi install-dvi-am install-exec \
  851: 	install-exec-am install-html install-html-am install-info \
  852: 	install-info-am install-man install-man5 \
  853: 	install-optionstemplateDATA install-pdf install-pdf-am \
  854: 	install-pluginstemplateDATA install-ps install-ps-am \
  855: 	install-strip install-templatesDATA installcheck \
  856: 	installcheck-am installdirs maintainer-clean \
  857: 	maintainer-clean-generic maintainer-clean-local mostlyclean \
  858: 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  859: 	tags-am uninstall uninstall-am uninstall-man uninstall-man5 \
  860: 	uninstall-optionstemplateDATA uninstall-pluginstemplateDATA \
  861: 	uninstall-templatesDATA
  862: 
  863: .PRECIOUS: Makefile
  864: 
  865: 
  866: .opt.conf:
  867: 	$(AM_V_GEN) \
  868: 	case "$<" in \
  869: 	*plugins/*) \
  870: 		sed \
  871: 		-e "s:\@PLUGIN_NAME\@:`basename $< .opt`:" \
  872: 		$(srcdir)/default.opt | cat - $< | \
  873: 		$(PYTHON) $(srcdir)/format-options.py -f conf -r charon.plugins > $(srcdir)/$@ \
  874: 		;; \
  875: 	*) \
  876: 		$(PYTHON) $(srcdir)/format-options.py -f conf -r charon.plugins $< > $(srcdir)/$@ \
  877: 		;; \
  878: 	esac
  879: 
  880: # we need another implicit rule to generate files from the generic template only
  881: # if the rules above did not catch it.  this requires an intermediate step that
  882: # generates a copy of the generic config template.
  883: $(plugins_install_tmp):
  884: 	@mkdir -p $(builddir)/plugins
  885: 	@cp $(srcdir)/default.conf $(builddir)/$@
  886: 
  887: .tmp.conf:
  888: 	$(AM_V_GEN) \
  889: 	sed \
  890: 	-e "s:\@PLUGIN_NAME\@:`basename $< .tmp`:" \
  891: 	$(builddir)/$< > $(builddir)/$@
  892: 
  893: strongswan.conf.5.main: $(alloptions)
  894: 	$(AM_V_GEN) \
  895: 	cd $(srcdir) && $(PYTHON) format-options.py -f man $(alloptions) > $@
  896: 
  897: strongswan.conf.5: strongswan.conf.5.head strongswan.conf.5.main strongswan.conf.5.tail
  898: 	$(AM_V_GEN) \
  899: 	cat strongswan.conf.5.head $(srcdir)/strongswan.conf.5.main strongswan.conf.5.tail > $@
  900: 
  901: clean-local:
  902: 	rm -f plugins/*.conf plugins/*.tmp
  903: 
  904: maintainer-clean-local:
  905: 	cd $(srcdir) && \
  906: 		rm -f $(confsnippets) default.conf plugins/*.conf plugins/*.tmp
  907: 
  908: install-data-local: $(plugins_install_src)
  909: 	test -e "$(DESTDIR)${strongswanconfdir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanconfdir)" || true
  910: 	test -e "$(DESTDIR)${strongswanddir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanddir)" || true
  911: 	test -e "$(DESTDIR)${charonconfdir}" || $(INSTALL) -d "$(DESTDIR)$(charonconfdir)" || true
  912: 	test -e "$(DESTDIR)$(strongswan_conf)" || $(INSTALL) -m 644 $(srcdir)/strongswan.conf $(DESTDIR)$(strongswan_conf).sample || true
  913: 	for f in $(options_install_src); do \
  914: 		name=`basename $$f`; \
  915: 		test -f "$(DESTDIR)$(strongswanddir)/$$name" || $(INSTALL) -m 644 "$(srcdir)/$$f" "$(DESTDIR)$(strongswanddir)/$${name}.sample" || true; \
  916: 	done
  917: 	for f in $(plugins_install_src); do \
  918: 		name=`basename $$f`; \
  919: 		if test -f "$$f"; then dir=; else dir="$(srcdir)/"; fi; \
  920: 		test -f "$(DESTDIR)$(charonconfdir)/$$name" || $(INSTALL) -m 644 "$$dir$$f" "$(DESTDIR)$(charonconfdir)/$${name}.sample" || true; \
  921: 	done
  922: 
  923: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  924: # Otherwise a system limit (for SysV at least) may be exceeded.
  925: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>