Annotation of embedaddon/strongswan/conf/Makefile.in, revision 1.1
1.1 ! misho 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: GPERF = @GPERF@
! 207: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
! 208: GPRBUILD = @GPRBUILD@
! 209: GREP = @GREP@
! 210: INSTALL = @INSTALL@
! 211: INSTALL_DATA = @INSTALL_DATA@
! 212: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 213: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 214: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 215: LCOV = @LCOV@
! 216: LD = @LD@
! 217: LDFLAGS = @LDFLAGS@
! 218: LEX = @LEX@
! 219: LEXLIB = @LEXLIB@
! 220: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
! 221: LIBOBJS = @LIBOBJS@
! 222: LIBS = @LIBS@
! 223: LIBTOOL = @LIBTOOL@
! 224: LIPO = @LIPO@
! 225: LN_S = @LN_S@
! 226: LTLIBOBJS = @LTLIBOBJS@
! 227: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
! 228: MAKEINFO = @MAKEINFO@
! 229: MANIFEST_TOOL = @MANIFEST_TOOL@
! 230: MKDIR_P = @MKDIR_P@
! 231: MYSQLCFLAG = @MYSQLCFLAG@
! 232: MYSQLCONFIG = @MYSQLCONFIG@
! 233: MYSQLLIB = @MYSQLLIB@
! 234: NM = @NM@
! 235: NMEDIT = @NMEDIT@
! 236: OBJDUMP = @OBJDUMP@
! 237: OBJEXT = @OBJEXT@
! 238: OPENSSL_LIB = @OPENSSL_LIB@
! 239: OTOOL = @OTOOL@
! 240: OTOOL64 = @OTOOL64@
! 241: PACKAGE = @PACKAGE@
! 242: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 243: PACKAGE_NAME = @PACKAGE_NAME@
! 244: PACKAGE_STRING = @PACKAGE_STRING@
! 245: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 246: PACKAGE_URL = @PACKAGE_URL@
! 247: PACKAGE_VERSION = @PACKAGE_VERSION@
! 248: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
! 249: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
! 250: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
! 251: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
! 252: PATH_SEPARATOR = @PATH_SEPARATOR@
! 253: PERL = @PERL@
! 254: PKG_CONFIG = @PKG_CONFIG@
! 255: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
! 256: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
! 257: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
! 258: PTHREADLIB = @PTHREADLIB@
! 259: PYTHON = @PYTHON@
! 260: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
! 261: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
! 262: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
! 263: PYTHON_PLATFORM = @PYTHON_PLATFORM@
! 264: PYTHON_PREFIX = @PYTHON_PREFIX@
! 265: PYTHON_VERSION = @PYTHON_VERSION@
! 266: PY_TEST = @PY_TEST@
! 267: RANLIB = @RANLIB@
! 268: RTLIB = @RTLIB@
! 269: RUBYGEMDIR = @RUBYGEMDIR@
! 270: SED = @SED@
! 271: SET_MAKE = @SET_MAKE@
! 272: SHELL = @SHELL@
! 273: SOCKLIB = @SOCKLIB@
! 274: STRIP = @STRIP@
! 275: TOX = @TOX@
! 276: UNWINDLIB = @UNWINDLIB@
! 277: VERSION = @VERSION@
! 278: YACC = @YACC@
! 279: YFLAGS = @YFLAGS@
! 280: abs_builddir = @abs_builddir@
! 281: abs_srcdir = @abs_srcdir@
! 282: abs_top_builddir = @abs_top_builddir@
! 283: abs_top_srcdir = @abs_top_srcdir@
! 284: ac_ct_AR = @ac_ct_AR@
! 285: ac_ct_CC = @ac_ct_CC@
! 286: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
! 287: aikgen_plugins = @aikgen_plugins@
! 288: am__include = @am__include@
! 289: am__leading_dot = @am__leading_dot@
! 290: am__quote = @am__quote@
! 291: am__tar = @am__tar@
! 292: am__untar = @am__untar@
! 293: attest_plugins = @attest_plugins@
! 294: bindir = @bindir@
! 295: botan_CFLAGS = @botan_CFLAGS@
! 296: botan_LIBS = @botan_LIBS@
! 297: build = @build@
! 298: build_alias = @build_alias@
! 299: build_cpu = @build_cpu@
! 300: build_os = @build_os@
! 301: build_vendor = @build_vendor@
! 302: builddir = @builddir@
! 303: c_plugins = @c_plugins@
! 304: charon_natt_port = @charon_natt_port@
! 305: charon_plugins = @charon_plugins@
! 306: charon_udp_port = @charon_udp_port@
! 307: clearsilver_LIBS = @clearsilver_LIBS@
! 308: cmd_plugins = @cmd_plugins@
! 309: datadir = @datadir@
! 310: datarootdir = @datarootdir@
! 311: dbusdatadir = @dbusdatadir@
! 312: dbuspolicydir = @dbuspolicydir@
! 313: dev_headers = @dev_headers@
! 314: docdir = @docdir@
! 315: dvidir = @dvidir@
! 316: exec_prefix = @exec_prefix@
! 317: fips_mode = @fips_mode@
! 318: fuzz_plugins = @fuzz_plugins@
! 319: host = @host@
! 320: host_alias = @host_alias@
! 321: host_cpu = @host_cpu@
! 322: host_os = @host_os@
! 323: host_vendor = @host_vendor@
! 324: htmldir = @htmldir@
! 325: imcvdir = @imcvdir@
! 326: includedir = @includedir@
! 327: infodir = @infodir@
! 328: install_sh = @install_sh@
! 329: ipsec_script = @ipsec_script@
! 330: ipsec_script_upper = @ipsec_script_upper@
! 331: ipsecdir = @ipsecdir@
! 332: ipsecgroup = @ipsecgroup@
! 333: ipseclibdir = @ipseclibdir@
! 334: ipsecuser = @ipsecuser@
! 335: json_CFLAGS = @json_CFLAGS@
! 336: json_LIBS = @json_LIBS@
! 337: libdir = @libdir@
! 338: libexecdir = @libexecdir@
! 339: libfuzzer = @libfuzzer@
! 340: libiptc_CFLAGS = @libiptc_CFLAGS@
! 341: libiptc_LIBS = @libiptc_LIBS@
! 342: linux_headers = @linux_headers@
! 343: localedir = @localedir@
! 344: localstatedir = @localstatedir@
! 345: manager_plugins = @manager_plugins@
! 346: mandir = @mandir@
! 347: medsrv_plugins = @medsrv_plugins@
! 348: mkdir_p = @mkdir_p@
! 349: nm_CFLAGS = @nm_CFLAGS@
! 350: nm_LIBS = @nm_LIBS@
! 351: nm_ca_dir = @nm_ca_dir@
! 352: nm_plugins = @nm_plugins@
! 353: oldincludedir = @oldincludedir@
! 354: p_plugins = @p_plugins@
! 355: pcsclite_CFLAGS = @pcsclite_CFLAGS@
! 356: pcsclite_LIBS = @pcsclite_LIBS@
! 357: pdfdir = @pdfdir@
! 358: piddir = @piddir@
! 359: pkgpyexecdir = @pkgpyexecdir@
! 360: pkgpythondir = @pkgpythondir@
! 361: pki_plugins = @pki_plugins@
! 362: plugindir = @plugindir@
! 363: pool_plugins = @pool_plugins@
! 364: prefix = @prefix@
! 365: program_transform_name = @program_transform_name@
! 366: psdir = @psdir@
! 367: pyexecdir = @pyexecdir@
! 368: pythondir = @pythondir@
! 369: random_device = @random_device@
! 370: resolv_conf = @resolv_conf@
! 371: routing_table = @routing_table@
! 372: routing_table_prio = @routing_table_prio@
! 373: runstatedir = @runstatedir@
! 374: s_plugins = @s_plugins@
! 375: sbindir = @sbindir@
! 376: scepclient_plugins = @scepclient_plugins@
! 377: scripts_plugins = @scripts_plugins@
! 378: sharedstatedir = @sharedstatedir@
! 379: soup_CFLAGS = @soup_CFLAGS@
! 380: soup_LIBS = @soup_LIBS@
! 381: srcdir = @srcdir@
! 382: starter_plugins = @starter_plugins@
! 383: strongswan_conf = @strongswan_conf@
! 384: strongswan_options = @strongswan_options@
! 385: swanctldir = @swanctldir@
! 386: sysconfdir = @sysconfdir@
! 387: systemd_CFLAGS = @systemd_CFLAGS@
! 388: systemd_LIBS = @systemd_LIBS@
! 389: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
! 390: systemd_daemon_LIBS = @systemd_daemon_LIBS@
! 391: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
! 392: systemd_journal_LIBS = @systemd_journal_LIBS@
! 393: systemdsystemunitdir = @systemdsystemunitdir@
! 394: t_plugins = @t_plugins@
! 395: target_alias = @target_alias@
! 396: top_build_prefix = @top_build_prefix@
! 397: top_builddir = @top_builddir@
! 398: top_srcdir = @top_srcdir@
! 399: tss2_CFLAGS = @tss2_CFLAGS@
! 400: tss2_LIBS = @tss2_LIBS@
! 401: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
! 402: tss2_esys_LIBS = @tss2_esys_LIBS@
! 403: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
! 404: tss2_socket_LIBS = @tss2_socket_LIBS@
! 405: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
! 406: tss2_sys_LIBS = @tss2_sys_LIBS@
! 407: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
! 408: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
! 409: urandom_device = @urandom_device@
! 410: wolfssl_CFLAGS = @wolfssl_CFLAGS@
! 411: wolfssl_LIBS = @wolfssl_LIBS@
! 412: xml_CFLAGS = @xml_CFLAGS@
! 413: xml_LIBS = @xml_LIBS@
! 414:
! 415: # make this relative to the location of strongswan.conf
! 416: strongswanconfdir = `dirname $(strongswan_conf)`
! 417: strongswanddir = $(strongswanconfdir)/strongswan.d
! 418: charonconfdir = $(strongswanddir)/charon
! 419: # copy these files also to /usr/share
! 420: templatesdir = $(pkgdatadir)/templates/config
! 421: optionstemplatedir = $(templatesdir)/strongswan.d
! 422: pluginstemplatedir = $(templatesdir)/plugins
! 423: options = \
! 424: options/aikgen.opt \
! 425: options/attest.opt \
! 426: options/charon.opt \
! 427: options/charon-logging.opt \
! 428: options/charon-nm.opt \
! 429: options/charon-systemd.opt \
! 430: options/imcv.opt \
! 431: options/imv_policy_manager.opt \
! 432: options/manager.opt \
! 433: options/medsrv.opt \
! 434: options/pki.opt \
! 435: options/pool.opt \
! 436: options/scepclient.opt \
! 437: options/starter.opt \
! 438: options/swanctl.opt \
! 439: options/tnc.opt \
! 440: options/sec-updater.opt \
! 441: options/sw-collector.opt
! 442:
! 443: plugins = \
! 444: plugins/addrblock.opt \
! 445: plugins/android_log.opt \
! 446: plugins/attr.opt \
! 447: plugins/attr-sql.opt \
! 448: plugins/bliss.opt \
! 449: plugins/bypass-lan.opt \
! 450: plugins/certexpire.opt \
! 451: plugins/coupling.opt \
! 452: plugins/curl.opt \
! 453: plugins/dhcp.opt \
! 454: plugins/dnscert.opt \
! 455: plugins/drbg.opt \
! 456: plugins/duplicheck.opt \
! 457: plugins/eap-aka.opt \
! 458: plugins/eap-aka-3gpp.opt \
! 459: plugins/eap-aka-3gpp2.opt \
! 460: plugins/eap-dynamic.opt \
! 461: plugins/eap-gtc.opt \
! 462: plugins/eap-peap.opt \
! 463: plugins/eap-radius.opt \
! 464: plugins/eap-sim.opt \
! 465: plugins/eap-simaka-sql.opt \
! 466: plugins/eap-tls.opt \
! 467: plugins/eap-tnc.opt \
! 468: plugins/eap-ttls.opt \
! 469: plugins/error-notify.opt \
! 470: plugins/ext-auth.opt \
! 471: plugins/forecast.opt \
! 472: plugins/gcrypt.opt \
! 473: plugins/ha.opt \
! 474: plugins/imc-attestation.opt \
! 475: plugins/imc-hcd.opt \
! 476: plugins/imc-os.opt \
! 477: plugins/imc-scanner.opt \
! 478: plugins/imc-swima.opt \
! 479: plugins/imc-test.opt \
! 480: plugins/imv-attestation.opt \
! 481: plugins/imv-os.opt \
! 482: plugins/imv-scanner.opt \
! 483: plugins/imv-swima.opt \
! 484: plugins/imv-test.opt \
! 485: plugins/ipseckey.opt \
! 486: plugins/led.opt \
! 487: plugins/kernel-libipsec.opt \
! 488: plugins/kernel-netlink.opt \
! 489: plugins/kernel-pfkey.opt \
! 490: plugins/kernel-pfroute.opt \
! 491: plugins/load-tester.opt \
! 492: plugins/lookip.opt \
! 493: plugins/ntru.opt \
! 494: plugins/openssl.opt \
! 495: plugins/osx-attr.opt \
! 496: plugins/p-cscf.opt \
! 497: plugins/pkcs11.opt \
! 498: plugins/radattr.opt \
! 499: plugins/random.opt \
! 500: plugins/resolve.opt \
! 501: plugins/revocation.opt \
! 502: plugins/save-keys.opt \
! 503: plugins/socket-default.opt \
! 504: plugins/sql.opt \
! 505: plugins/stroke.opt \
! 506: plugins/systime-fix.opt \
! 507: plugins/tnc-ifmap.opt \
! 508: plugins/tnc-imc.opt \
! 509: plugins/tnc-imv.opt \
! 510: plugins/tnc-pdp.opt \
! 511: plugins/tnccs-11.opt \
! 512: plugins/tnccs-20.opt \
! 513: plugins/tpm.opt \
! 514: plugins/unbound.opt \
! 515: plugins/updown.opt \
! 516: plugins/vici.opt \
! 517: plugins/whitelist.opt \
! 518: plugins/wolfssl.opt \
! 519: plugins/xauth-eap.opt \
! 520: plugins/xauth-pam.opt
! 521:
! 522: alloptions = $(options) $(plugins)
! 523: confsnippets = $(alloptions:opt=conf)
! 524:
! 525: # we only install snippets for enabled plugins
! 526: plugins_install_tmp = $(charon_plugins:%=plugins/%.tmp)
! 527: plugins_install_src = $(charon_plugins:%=plugins/%.conf)
! 528: # only install snippets for enabled components
! 529: # has to be defined via autoconf as we can't do it with automake conditionals
! 530: options_install_src = $(strongswan_options:%=options/%.conf)
! 531: templates_DATA = strongswan.conf
! 532: optionstemplate_DATA = $(options_install_src)
! 533: pluginstemplate_DATA = $(plugins_install_src)
! 534: man_MANS = \
! 535: strongswan.conf.5
! 536:
! 537: BUILT_SOURCES = default.conf strongswan.conf.5.main $(confsnippets)
! 538: EXTRA_DIST = format-options.py strongswan.conf default.opt \
! 539: default.conf strongswan.conf.5.main $(alloptions) $(confsnippets)
! 540:
! 541: CLEANFILES = $(man_MANS)
! 542: all: $(BUILT_SOURCES)
! 543: $(MAKE) $(AM_MAKEFLAGS) all-am
! 544:
! 545: .SUFFIXES:
! 546: .SUFFIXES: .conf .opt .tmp
! 547: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
! 548: @for dep in $?; do \
! 549: case '$(am__configure_deps)' in \
! 550: *$$dep*) \
! 551: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
! 552: && { if test -f $@; then exit 0; else break; fi; }; \
! 553: exit 1;; \
! 554: esac; \
! 555: done; \
! 556: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu conf/Makefile'; \
! 557: $(am__cd) $(top_srcdir) && \
! 558: $(AUTOMAKE) --gnu conf/Makefile
! 559: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 560: @case '$?' in \
! 561: *config.status*) \
! 562: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
! 563: *) \
! 564: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
! 565: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
! 566: esac;
! 567:
! 568: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 569: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 570:
! 571: $(top_srcdir)/configure: $(am__configure_deps)
! 572: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 573: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
! 574: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 575: $(am__aclocal_m4_deps):
! 576: strongswan.conf.5.head: $(top_builddir)/config.status $(srcdir)/strongswan.conf.5.head.in
! 577: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
! 578: strongswan.conf.5.tail: $(top_builddir)/config.status $(srcdir)/strongswan.conf.5.tail.in
! 579: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
! 580:
! 581: mostlyclean-libtool:
! 582: -rm -f *.lo
! 583:
! 584: clean-libtool:
! 585: -rm -rf .libs _libs
! 586: install-man5: $(man_MANS)
! 587: @$(NORMAL_INSTALL)
! 588: @list1=''; \
! 589: list2='$(man_MANS)'; \
! 590: test -n "$(man5dir)" \
! 591: && test -n "`echo $$list1$$list2`" \
! 592: || exit 0; \
! 593: echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
! 594: $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
! 595: { for i in $$list1; do echo "$$i"; done; \
! 596: if test -n "$$list2"; then \
! 597: for i in $$list2; do echo "$$i"; done \
! 598: | sed -n '/\.5[a-z]*$$/p'; \
! 599: fi; \
! 600: } | while read p; do \
! 601: if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
! 602: echo "$$d$$p"; echo "$$p"; \
! 603: done | \
! 604: sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
! 605: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
! 606: sed 'N;N;s,\n, ,g' | { \
! 607: list=; while read file base inst; do \
! 608: if test "$$base" = "$$inst"; then list="$$list $$file"; else \
! 609: echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
! 610: $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
! 611: fi; \
! 612: done; \
! 613: for i in $$list; do echo "$$i"; done | $(am__base_list) | \
! 614: while read files; do \
! 615: test -z "$$files" || { \
! 616: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
! 617: $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
! 618: done; }
! 619:
! 620: uninstall-man5:
! 621: @$(NORMAL_UNINSTALL)
! 622: @list=''; test -n "$(man5dir)" || exit 0; \
! 623: files=`{ for i in $$list; do echo "$$i"; done; \
! 624: l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
! 625: sed -n '/\.5[a-z]*$$/p'; \
! 626: } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
! 627: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
! 628: dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
! 629: install-optionstemplateDATA: $(optionstemplate_DATA)
! 630: @$(NORMAL_INSTALL)
! 631: @list='$(optionstemplate_DATA)'; test -n "$(optionstemplatedir)" || list=; \
! 632: if test -n "$$list"; then \
! 633: echo " $(MKDIR_P) '$(DESTDIR)$(optionstemplatedir)'"; \
! 634: $(MKDIR_P) "$(DESTDIR)$(optionstemplatedir)" || exit 1; \
! 635: fi; \
! 636: for p in $$list; do \
! 637: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
! 638: echo "$$d$$p"; \
! 639: done | $(am__base_list) | \
! 640: while read files; do \
! 641: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(optionstemplatedir)'"; \
! 642: $(INSTALL_DATA) $$files "$(DESTDIR)$(optionstemplatedir)" || exit $$?; \
! 643: done
! 644:
! 645: uninstall-optionstemplateDATA:
! 646: @$(NORMAL_UNINSTALL)
! 647: @list='$(optionstemplate_DATA)'; test -n "$(optionstemplatedir)" || list=; \
! 648: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
! 649: dir='$(DESTDIR)$(optionstemplatedir)'; $(am__uninstall_files_from_dir)
! 650: install-pluginstemplateDATA: $(pluginstemplate_DATA)
! 651: @$(NORMAL_INSTALL)
! 652: @list='$(pluginstemplate_DATA)'; test -n "$(pluginstemplatedir)" || list=; \
! 653: if test -n "$$list"; then \
! 654: echo " $(MKDIR_P) '$(DESTDIR)$(pluginstemplatedir)'"; \
! 655: $(MKDIR_P) "$(DESTDIR)$(pluginstemplatedir)" || exit 1; \
! 656: fi; \
! 657: for p in $$list; do \
! 658: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
! 659: echo "$$d$$p"; \
! 660: done | $(am__base_list) | \
! 661: while read files; do \
! 662: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pluginstemplatedir)'"; \
! 663: $(INSTALL_DATA) $$files "$(DESTDIR)$(pluginstemplatedir)" || exit $$?; \
! 664: done
! 665:
! 666: uninstall-pluginstemplateDATA:
! 667: @$(NORMAL_UNINSTALL)
! 668: @list='$(pluginstemplate_DATA)'; test -n "$(pluginstemplatedir)" || list=; \
! 669: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
! 670: dir='$(DESTDIR)$(pluginstemplatedir)'; $(am__uninstall_files_from_dir)
! 671: install-templatesDATA: $(templates_DATA)
! 672: @$(NORMAL_INSTALL)
! 673: @list='$(templates_DATA)'; test -n "$(templatesdir)" || list=; \
! 674: if test -n "$$list"; then \
! 675: echo " $(MKDIR_P) '$(DESTDIR)$(templatesdir)'"; \
! 676: $(MKDIR_P) "$(DESTDIR)$(templatesdir)" || exit 1; \
! 677: fi; \
! 678: for p in $$list; do \
! 679: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
! 680: echo "$$d$$p"; \
! 681: done | $(am__base_list) | \
! 682: while read files; do \
! 683: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(templatesdir)'"; \
! 684: $(INSTALL_DATA) $$files "$(DESTDIR)$(templatesdir)" || exit $$?; \
! 685: done
! 686:
! 687: uninstall-templatesDATA:
! 688: @$(NORMAL_UNINSTALL)
! 689: @list='$(templates_DATA)'; test -n "$(templatesdir)" || list=; \
! 690: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
! 691: dir='$(DESTDIR)$(templatesdir)'; $(am__uninstall_files_from_dir)
! 692: tags TAGS:
! 693:
! 694: ctags CTAGS:
! 695:
! 696: cscope cscopelist:
! 697:
! 698:
! 699: distdir: $(DISTFILES)
! 700: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 701: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 702: list='$(DISTFILES)'; \
! 703: dist_files=`for file in $$list; do echo $$file; done | \
! 704: sed -e "s|^$$srcdirstrip/||;t" \
! 705: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 706: case $$dist_files in \
! 707: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 708: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 709: sort -u` ;; \
! 710: esac; \
! 711: for file in $$dist_files; do \
! 712: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 713: if test -d $$d/$$file; then \
! 714: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 715: if test -d "$(distdir)/$$file"; then \
! 716: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 717: fi; \
! 718: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 719: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
! 720: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 721: fi; \
! 722: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
! 723: else \
! 724: test -f "$(distdir)/$$file" \
! 725: || cp -p $$d/$$file "$(distdir)/$$file" \
! 726: || exit 1; \
! 727: fi; \
! 728: done
! 729: check-am: all-am
! 730: check: $(BUILT_SOURCES)
! 731: $(MAKE) $(AM_MAKEFLAGS) check-am
! 732: all-am: Makefile $(MANS) $(DATA)
! 733: installdirs:
! 734: for dir in "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(optionstemplatedir)" "$(DESTDIR)$(pluginstemplatedir)" "$(DESTDIR)$(templatesdir)"; do \
! 735: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
! 736: done
! 737: install: $(BUILT_SOURCES)
! 738: $(MAKE) $(AM_MAKEFLAGS) install-am
! 739: install-exec: install-exec-am
! 740: install-data: install-data-am
! 741: uninstall: uninstall-am
! 742:
! 743: install-am: all-am
! 744: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 745:
! 746: installcheck: installcheck-am
! 747: install-strip:
! 748: if test -z '$(STRIP)'; then \
! 749: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 750: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 751: install; \
! 752: else \
! 753: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 754: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 755: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
! 756: fi
! 757: mostlyclean-generic:
! 758:
! 759: clean-generic:
! 760: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
! 761:
! 762: distclean-generic:
! 763: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 764: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
! 765:
! 766: maintainer-clean-generic:
! 767: @echo "This command is intended for maintainers to use"
! 768: @echo "it deletes files that may require special tools to rebuild."
! 769: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
! 770: clean: clean-am
! 771:
! 772: clean-am: clean-generic clean-libtool clean-local mostlyclean-am
! 773:
! 774: distclean: distclean-am
! 775: -rm -f Makefile
! 776: distclean-am: clean-am distclean-generic
! 777:
! 778: dvi: dvi-am
! 779:
! 780: dvi-am:
! 781:
! 782: html: html-am
! 783:
! 784: html-am:
! 785:
! 786: info: info-am
! 787:
! 788: info-am:
! 789:
! 790: install-data-am: install-data-local install-man \
! 791: install-optionstemplateDATA install-pluginstemplateDATA \
! 792: install-templatesDATA
! 793:
! 794: install-dvi: install-dvi-am
! 795:
! 796: install-dvi-am:
! 797:
! 798: install-exec-am:
! 799:
! 800: install-html: install-html-am
! 801:
! 802: install-html-am:
! 803:
! 804: install-info: install-info-am
! 805:
! 806: install-info-am:
! 807:
! 808: install-man: install-man5
! 809:
! 810: install-pdf: install-pdf-am
! 811:
! 812: install-pdf-am:
! 813:
! 814: install-ps: install-ps-am
! 815:
! 816: install-ps-am:
! 817:
! 818: installcheck-am:
! 819:
! 820: maintainer-clean: maintainer-clean-am
! 821: -rm -f Makefile
! 822: maintainer-clean-am: distclean-am maintainer-clean-generic \
! 823: maintainer-clean-local
! 824:
! 825: mostlyclean: mostlyclean-am
! 826:
! 827: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
! 828:
! 829: pdf: pdf-am
! 830:
! 831: pdf-am:
! 832:
! 833: ps: ps-am
! 834:
! 835: ps-am:
! 836:
! 837: uninstall-am: uninstall-man uninstall-optionstemplateDATA \
! 838: uninstall-pluginstemplateDATA uninstall-templatesDATA
! 839:
! 840: uninstall-man: uninstall-man5
! 841:
! 842: .MAKE: all check install install-am install-strip
! 843:
! 844: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
! 845: clean-local cscopelist-am ctags-am distclean distclean-generic \
! 846: distclean-libtool distdir dvi dvi-am html html-am info info-am \
! 847: install install-am install-data install-data-am \
! 848: install-data-local install-dvi install-dvi-am install-exec \
! 849: install-exec-am install-html install-html-am install-info \
! 850: install-info-am install-man install-man5 \
! 851: install-optionstemplateDATA install-pdf install-pdf-am \
! 852: install-pluginstemplateDATA install-ps install-ps-am \
! 853: install-strip install-templatesDATA installcheck \
! 854: installcheck-am installdirs maintainer-clean \
! 855: maintainer-clean-generic maintainer-clean-local mostlyclean \
! 856: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
! 857: tags-am uninstall uninstall-am uninstall-man uninstall-man5 \
! 858: uninstall-optionstemplateDATA uninstall-pluginstemplateDATA \
! 859: uninstall-templatesDATA
! 860:
! 861: .PRECIOUS: Makefile
! 862:
! 863:
! 864: .opt.conf:
! 865: $(AM_V_GEN) \
! 866: case "$<" in \
! 867: *plugins/*) \
! 868: sed \
! 869: -e "s:\@PLUGIN_NAME\@:`basename $< .opt`:" \
! 870: $(srcdir)/default.opt | cat - $< | \
! 871: $(PYTHON) $(srcdir)/format-options.py -f conf -r charon.plugins > $(srcdir)/$@ \
! 872: ;; \
! 873: *) \
! 874: $(PYTHON) $(srcdir)/format-options.py -f conf -r charon.plugins $< > $(srcdir)/$@ \
! 875: ;; \
! 876: esac
! 877:
! 878: # we need another implicit rule to generate files from the generic template only
! 879: # if the rules above did not catch it. this requires an intermediate step that
! 880: # generates a copy of the generic config template.
! 881: $(plugins_install_tmp):
! 882: @mkdir -p $(builddir)/plugins
! 883: @cp $(srcdir)/default.conf $(builddir)/$@
! 884:
! 885: .tmp.conf:
! 886: $(AM_V_GEN) \
! 887: sed \
! 888: -e "s:\@PLUGIN_NAME\@:`basename $< .tmp`:" \
! 889: $(builddir)/$< > $(builddir)/$@
! 890:
! 891: strongswan.conf.5.main: $(alloptions)
! 892: $(AM_V_GEN) \
! 893: cd $(srcdir) && $(PYTHON) format-options.py -f man $(alloptions) > $@
! 894:
! 895: strongswan.conf.5: strongswan.conf.5.head strongswan.conf.5.main strongswan.conf.5.tail
! 896: $(AM_V_GEN) \
! 897: cat strongswan.conf.5.head $(srcdir)/strongswan.conf.5.main strongswan.conf.5.tail > $@
! 898:
! 899: clean-local:
! 900: rm -f plugins/*.conf plugins/*.tmp
! 901:
! 902: maintainer-clean-local:
! 903: cd $(srcdir) && \
! 904: rm -f $(confsnippets) default.conf plugins/*.conf plugins/*.tmp
! 905:
! 906: install-data-local: $(plugins_install_src)
! 907: test -e "$(DESTDIR)${strongswanconfdir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanconfdir)" || true
! 908: test -e "$(DESTDIR)${strongswanddir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanddir)" || true
! 909: test -e "$(DESTDIR)${charonconfdir}" || $(INSTALL) -d "$(DESTDIR)$(charonconfdir)" || true
! 910: test -e "$(DESTDIR)$(strongswan_conf)" || $(INSTALL) -m 644 $(srcdir)/strongswan.conf $(DESTDIR)$(strongswan_conf).sample || true
! 911: for f in $(options_install_src); do \
! 912: name=`basename $$f`; \
! 913: test -f "$(DESTDIR)$(strongswanddir)/$$name" || $(INSTALL) -m 644 "$(srcdir)/$$f" "$(DESTDIR)$(strongswanddir)/$${name}.sample" || true; \
! 914: done
! 915: for f in $(plugins_install_src); do \
! 916: name=`basename $$f`; \
! 917: if test -f "$$f"; then dir=; else dir="$(srcdir)/"; fi; \
! 918: test -f "$(DESTDIR)$(charonconfdir)/$$name" || $(INSTALL) -m 644 "$$dir$$f" "$(DESTDIR)$(charonconfdir)/$${name}.sample" || true; \
! 919: done
! 920:
! 921: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 922: # Otherwise a system limit (for SysV at least) may be exceeded.
! 923: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>