Annotation of embedaddon/strongswan/src/starter/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:
! 18: VPATH = @srcdir@
! 19: am__is_gnu_make = { \
! 20: if test -z '$(MAKELEVEL)'; then \
! 21: false; \
! 22: elif test -n '$(MAKE_HOST)'; then \
! 23: true; \
! 24: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
! 25: true; \
! 26: else \
! 27: false; \
! 28: fi; \
! 29: }
! 30: am__make_running_with_option = \
! 31: case $${target_option-} in \
! 32: ?) ;; \
! 33: *) echo "am__make_running_with_option: internal error: invalid" \
! 34: "target option '$${target_option-}' specified" >&2; \
! 35: exit 1;; \
! 36: esac; \
! 37: has_opt=no; \
! 38: sane_makeflags=$$MAKEFLAGS; \
! 39: if $(am__is_gnu_make); then \
! 40: sane_makeflags=$$MFLAGS; \
! 41: else \
! 42: case $$MAKEFLAGS in \
! 43: *\\[\ \ ]*) \
! 44: bs=\\; \
! 45: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
! 46: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
! 47: esac; \
! 48: fi; \
! 49: skip_next=no; \
! 50: strip_trailopt () \
! 51: { \
! 52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
! 53: }; \
! 54: for flg in $$sane_makeflags; do \
! 55: test $$skip_next = yes && { skip_next=no; continue; }; \
! 56: case $$flg in \
! 57: *=*|--*) continue;; \
! 58: -*I) strip_trailopt 'I'; skip_next=yes;; \
! 59: -*I?*) strip_trailopt 'I';; \
! 60: -*O) strip_trailopt 'O'; skip_next=yes;; \
! 61: -*O?*) strip_trailopt 'O';; \
! 62: -*l) strip_trailopt 'l'; skip_next=yes;; \
! 63: -*l?*) strip_trailopt 'l';; \
! 64: -[dEDm]) skip_next=yes;; \
! 65: -[JT]) skip_next=yes;; \
! 66: esac; \
! 67: case $$flg in \
! 68: *$$target_option*) has_opt=yes; break;; \
! 69: esac; \
! 70: done; \
! 71: test $$has_opt = yes
! 72: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
! 73: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
! 74: pkgdatadir = $(datadir)/@PACKAGE@
! 75: pkgincludedir = $(includedir)/@PACKAGE@
! 76: pkglibdir = $(libdir)/@PACKAGE@
! 77: pkglibexecdir = $(libexecdir)/@PACKAGE@
! 78: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
! 79: install_sh_DATA = $(install_sh) -c -m 644
! 80: install_sh_PROGRAM = $(install_sh) -c
! 81: install_sh_SCRIPT = $(install_sh) -c
! 82: INSTALL_HEADER = $(INSTALL_DATA)
! 83: transform = $(program_transform_name)
! 84: NORMAL_INSTALL = :
! 85: PRE_INSTALL = :
! 86: POST_INSTALL = :
! 87: NORMAL_UNINSTALL = :
! 88: PRE_UNINSTALL = :
! 89: POST_UNINSTALL = :
! 90: build_triplet = @build@
! 91: host_triplet = @host@
! 92: ipsec_PROGRAMS = starter$(EXEEXT)
! 93: @USE_LOAD_WARNING_TRUE@am__append_1 = -DLOAD_WARNING
! 94: subdir = src/starter
! 95: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 96: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
! 97: $(top_srcdir)/m4/config/ltoptions.m4 \
! 98: $(top_srcdir)/m4/config/ltsugar.m4 \
! 99: $(top_srcdir)/m4/config/ltversion.m4 \
! 100: $(top_srcdir)/m4/config/lt~obsolete.m4 \
! 101: $(top_srcdir)/m4/macros/split-package-version.m4 \
! 102: $(top_srcdir)/m4/macros/with.m4 \
! 103: $(top_srcdir)/m4/macros/enable-disable.m4 \
! 104: $(top_srcdir)/m4/macros/add-plugin.m4 \
! 105: $(top_srcdir)/configure.ac
! 106: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
! 107: $(ACLOCAL_M4)
! 108: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
! 109: mkinstalldirs = $(install_sh) -d
! 110: CONFIG_HEADER = $(top_builddir)/config.h
! 111: CONFIG_CLEAN_FILES =
! 112: CONFIG_CLEAN_VPATH_FILES =
! 113: LTLIBRARIES = $(noinst_LTLIBRARIES)
! 114: libstarter_la_LIBADD =
! 115: am__dirstamp = $(am__leading_dot)dirstamp
! 116: am_libstarter_la_OBJECTS = parser/parser.lo parser/lexer.lo \
! 117: parser/conf_parser.lo
! 118: libstarter_la_OBJECTS = $(am_libstarter_la_OBJECTS)
! 119: AM_V_lt = $(am__v_lt_@AM_V@)
! 120: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
! 121: am__v_lt_0 = --silent
! 122: am__v_lt_1 =
! 123: am__installdirs = "$(DESTDIR)$(ipsecdir)"
! 124: PROGRAMS = $(ipsec_PROGRAMS)
! 125: am_starter_OBJECTS = starter.$(OBJEXT) args.$(OBJEXT) \
! 126: confread.$(OBJEXT) keywords.$(OBJEXT) cmp.$(OBJEXT) \
! 127: invokecharon.$(OBJEXT) starterstroke.$(OBJEXT)
! 128: starter_OBJECTS = $(am_starter_OBJECTS)
! 129: am__DEPENDENCIES_1 =
! 130: starter_DEPENDENCIES = \
! 131: $(top_builddir)/src/libstrongswan/libstrongswan.la \
! 132: $(top_builddir)/src/libcharon/libcharon.la libstarter.la \
! 133: $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
! 134: $(am__DEPENDENCIES_1)
! 135: AM_V_P = $(am__v_P_@AM_V@)
! 136: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
! 137: am__v_P_0 = false
! 138: am__v_P_1 = :
! 139: AM_V_GEN = $(am__v_GEN_@AM_V@)
! 140: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
! 141: am__v_GEN_0 = @echo " GEN " $@;
! 142: am__v_GEN_1 =
! 143: AM_V_at = $(am__v_at_@AM_V@)
! 144: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
! 145: am__v_at_0 = @
! 146: am__v_at_1 =
! 147: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
! 148: depcomp = $(SHELL) $(top_srcdir)/depcomp
! 149: am__depfiles_maybe = depfiles
! 150: am__mv = mv -f
! 151: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 152: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 153: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
! 154: $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
! 155: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
! 156: $(AM_CFLAGS) $(CFLAGS)
! 157: AM_V_CC = $(am__v_CC_@AM_V@)
! 158: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
! 159: am__v_CC_0 = @echo " CC " $@;
! 160: am__v_CC_1 =
! 161: CCLD = $(CC)
! 162: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
! 163: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
! 164: $(AM_LDFLAGS) $(LDFLAGS) -o $@
! 165: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
! 166: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
! 167: am__v_CCLD_0 = @echo " CCLD " $@;
! 168: am__v_CCLD_1 =
! 169: LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
! 170: LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
! 171: $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
! 172: AM_V_LEX = $(am__v_LEX_@AM_V@)
! 173: am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
! 174: am__v_LEX_0 = @echo " LEX " $@;
! 175: am__v_LEX_1 =
! 176: YLWRAP = $(top_srcdir)/ylwrap
! 177: am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
! 178: -e s/c++$$/h++/ -e s/c$$/h/
! 179: YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
! 180: LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
! 181: $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
! 182: AM_V_YACC = $(am__v_YACC_@AM_V@)
! 183: am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
! 184: am__v_YACC_0 = @echo " YACC " $@;
! 185: am__v_YACC_1 =
! 186: SOURCES = $(libstarter_la_SOURCES) $(starter_SOURCES)
! 187: DIST_SOURCES = $(libstarter_la_SOURCES) $(starter_SOURCES)
! 188: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
! 189: ctags-recursive dvi-recursive html-recursive info-recursive \
! 190: install-data-recursive install-dvi-recursive \
! 191: install-exec-recursive install-html-recursive \
! 192: install-info-recursive install-pdf-recursive \
! 193: install-ps-recursive install-recursive installcheck-recursive \
! 194: installdirs-recursive pdf-recursive ps-recursive \
! 195: tags-recursive uninstall-recursive
! 196: am__can_run_installinfo = \
! 197: case $$AM_UPDATE_INFO_DIR in \
! 198: n|no|NO) false;; \
! 199: *) (install-info --version) >/dev/null 2>&1;; \
! 200: esac
! 201: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
! 202: distclean-recursive maintainer-clean-recursive
! 203: am__recursive_targets = \
! 204: $(RECURSIVE_TARGETS) \
! 205: $(RECURSIVE_CLEAN_TARGETS) \
! 206: $(am__extra_recursive_targets)
! 207: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
! 208: distdir
! 209: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
! 210: # Read a list of newline-separated strings from the standard input,
! 211: # and print each of them once, without duplicates. Input order is
! 212: # *not* preserved.
! 213: am__uniquify_input = $(AWK) '\
! 214: BEGIN { nonempty = 0; } \
! 215: { items[$$0] = 1; nonempty = 1; } \
! 216: END { if (nonempty) { for (i in items) print i; }; } \
! 217: '
! 218: # Make sure the list of sources is unique. This is necessary because,
! 219: # e.g., the same source file might be shared among _SOURCES variables
! 220: # for different programs/libraries.
! 221: am__define_uniq_tagged_files = \
! 222: list='$(am__tagged_files)'; \
! 223: unique=`for i in $$list; do \
! 224: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 225: done | $(am__uniquify_input)`
! 226: ETAGS = etags
! 227: CTAGS = ctags
! 228: DIST_SUBDIRS = $(SUBDIRS)
! 229: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
! 230: $(top_srcdir)/ylwrap parser/lexer.c parser/parser.c \
! 231: parser/parser.h
! 232: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 233: am__relativize = \
! 234: dir0=`pwd`; \
! 235: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
! 236: sed_rest='s,^[^/]*/*,,'; \
! 237: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
! 238: sed_butlast='s,/*[^/]*$$,,'; \
! 239: while test -n "$$dir1"; do \
! 240: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
! 241: if test "$$first" != "."; then \
! 242: if test "$$first" = ".."; then \
! 243: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
! 244: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
! 245: else \
! 246: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
! 247: if test "$$first2" = "$$first"; then \
! 248: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
! 249: else \
! 250: dir2="../$$dir2"; \
! 251: fi; \
! 252: dir0="$$dir0"/"$$first"; \
! 253: fi; \
! 254: fi; \
! 255: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
! 256: done; \
! 257: reldir="$$dir2"
! 258: ACLOCAL = @ACLOCAL@
! 259: ALLOCA = @ALLOCA@
! 260: AMTAR = @AMTAR@
! 261: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
! 262: AR = @AR@
! 263: ATOMICLIB = @ATOMICLIB@
! 264: AUTOCONF = @AUTOCONF@
! 265: AUTOHEADER = @AUTOHEADER@
! 266: AUTOMAKE = @AUTOMAKE@
! 267: AWK = @AWK@
! 268: BFDLIB = @BFDLIB@
! 269: BTLIB = @BTLIB@
! 270: CC = @CC@
! 271: CCDEPMODE = @CCDEPMODE@
! 272: CFLAGS = @CFLAGS@
! 273: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
! 274: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
! 275: CPP = @CPP@
! 276: CPPFLAGS = @CPPFLAGS@
! 277: CYGPATH_W = @CYGPATH_W@
! 278: DEFS = @DEFS@
! 279: DEPDIR = @DEPDIR@
! 280: DLLIB = @DLLIB@
! 281: DLLTOOL = @DLLTOOL@
! 282: DSYMUTIL = @DSYMUTIL@
! 283: DUMPBIN = @DUMPBIN@
! 284: EASY_INSTALL = @EASY_INSTALL@
! 285: ECHO_C = @ECHO_C@
! 286: ECHO_N = @ECHO_N@
! 287: ECHO_T = @ECHO_T@
! 288: EGREP = @EGREP@
! 289: EXEEXT = @EXEEXT@
! 290: FGREP = @FGREP@
! 291: FUZZING_CFLAGS = @FUZZING_CFLAGS@
! 292: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
! 293: GEM = @GEM@
! 294: GENHTML = @GENHTML@
! 295: GPERF = @GPERF@
! 296: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
! 297: GPRBUILD = @GPRBUILD@
! 298: GREP = @GREP@
! 299: INSTALL = @INSTALL@
! 300: INSTALL_DATA = @INSTALL_DATA@
! 301: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 302: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 303: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 304: LCOV = @LCOV@
! 305: LD = @LD@
! 306: LDFLAGS = @LDFLAGS@
! 307: LEX = @LEX@
! 308: LEXLIB = @LEXLIB@
! 309: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
! 310: LIBOBJS = @LIBOBJS@
! 311: LIBS = @LIBS@
! 312: LIBTOOL = @LIBTOOL@
! 313: LIPO = @LIPO@
! 314: LN_S = @LN_S@
! 315: LTLIBOBJS = @LTLIBOBJS@
! 316: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
! 317: MAKEINFO = @MAKEINFO@
! 318: MANIFEST_TOOL = @MANIFEST_TOOL@
! 319: MKDIR_P = @MKDIR_P@
! 320: MYSQLCFLAG = @MYSQLCFLAG@
! 321: MYSQLCONFIG = @MYSQLCONFIG@
! 322: MYSQLLIB = @MYSQLLIB@
! 323: NM = @NM@
! 324: NMEDIT = @NMEDIT@
! 325: OBJDUMP = @OBJDUMP@
! 326: OBJEXT = @OBJEXT@
! 327: OPENSSL_LIB = @OPENSSL_LIB@
! 328: OTOOL = @OTOOL@
! 329: OTOOL64 = @OTOOL64@
! 330: PACKAGE = @PACKAGE@
! 331: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 332: PACKAGE_NAME = @PACKAGE_NAME@
! 333: PACKAGE_STRING = @PACKAGE_STRING@
! 334: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 335: PACKAGE_URL = @PACKAGE_URL@
! 336: PACKAGE_VERSION = @PACKAGE_VERSION@
! 337: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
! 338: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
! 339: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
! 340: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
! 341: PATH_SEPARATOR = @PATH_SEPARATOR@
! 342: PERL = @PERL@
! 343: PKG_CONFIG = @PKG_CONFIG@
! 344: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
! 345: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
! 346: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
! 347: PTHREADLIB = @PTHREADLIB@
! 348: PYTHON = @PYTHON@
! 349: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
! 350: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
! 351: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
! 352: PYTHON_PLATFORM = @PYTHON_PLATFORM@
! 353: PYTHON_PREFIX = @PYTHON_PREFIX@
! 354: PYTHON_VERSION = @PYTHON_VERSION@
! 355: PY_TEST = @PY_TEST@
! 356: RANLIB = @RANLIB@
! 357: RTLIB = @RTLIB@
! 358: RUBYGEMDIR = @RUBYGEMDIR@
! 359: SED = @SED@
! 360: SET_MAKE = @SET_MAKE@
! 361: SHELL = @SHELL@
! 362: SOCKLIB = @SOCKLIB@
! 363: STRIP = @STRIP@
! 364: TOX = @TOX@
! 365: UNWINDLIB = @UNWINDLIB@
! 366: VERSION = @VERSION@
! 367: YACC = @YACC@
! 368: YFLAGS = @YFLAGS@
! 369: abs_builddir = @abs_builddir@
! 370: abs_srcdir = @abs_srcdir@
! 371: abs_top_builddir = @abs_top_builddir@
! 372: abs_top_srcdir = @abs_top_srcdir@
! 373: ac_ct_AR = @ac_ct_AR@
! 374: ac_ct_CC = @ac_ct_CC@
! 375: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
! 376: aikgen_plugins = @aikgen_plugins@
! 377: am__include = @am__include@
! 378: am__leading_dot = @am__leading_dot@
! 379: am__quote = @am__quote@
! 380: am__tar = @am__tar@
! 381: am__untar = @am__untar@
! 382: attest_plugins = @attest_plugins@
! 383: bindir = @bindir@
! 384: botan_CFLAGS = @botan_CFLAGS@
! 385: botan_LIBS = @botan_LIBS@
! 386: build = @build@
! 387: build_alias = @build_alias@
! 388: build_cpu = @build_cpu@
! 389: build_os = @build_os@
! 390: build_vendor = @build_vendor@
! 391: builddir = @builddir@
! 392: c_plugins = @c_plugins@
! 393: charon_natt_port = @charon_natt_port@
! 394: charon_plugins = @charon_plugins@
! 395: charon_udp_port = @charon_udp_port@
! 396: clearsilver_LIBS = @clearsilver_LIBS@
! 397: cmd_plugins = @cmd_plugins@
! 398: datadir = @datadir@
! 399: datarootdir = @datarootdir@
! 400: dbusdatadir = @dbusdatadir@
! 401: dbuspolicydir = @dbuspolicydir@
! 402: dev_headers = @dev_headers@
! 403: docdir = @docdir@
! 404: dvidir = @dvidir@
! 405: exec_prefix = @exec_prefix@
! 406: fips_mode = @fips_mode@
! 407: fuzz_plugins = @fuzz_plugins@
! 408: host = @host@
! 409: host_alias = @host_alias@
! 410: host_cpu = @host_cpu@
! 411: host_os = @host_os@
! 412: host_vendor = @host_vendor@
! 413: htmldir = @htmldir@
! 414: imcvdir = @imcvdir@
! 415: includedir = @includedir@
! 416: infodir = @infodir@
! 417: install_sh = @install_sh@
! 418: ipsec_script = @ipsec_script@
! 419: ipsec_script_upper = @ipsec_script_upper@
! 420: ipsecdir = @ipsecdir@
! 421: ipsecgroup = @ipsecgroup@
! 422: ipseclibdir = @ipseclibdir@
! 423: ipsecuser = @ipsecuser@
! 424: json_CFLAGS = @json_CFLAGS@
! 425: json_LIBS = @json_LIBS@
! 426: libdir = @libdir@
! 427: libexecdir = @libexecdir@
! 428: libfuzzer = @libfuzzer@
! 429: libiptc_CFLAGS = @libiptc_CFLAGS@
! 430: libiptc_LIBS = @libiptc_LIBS@
! 431: linux_headers = @linux_headers@
! 432: localedir = @localedir@
! 433: localstatedir = @localstatedir@
! 434: manager_plugins = @manager_plugins@
! 435: mandir = @mandir@
! 436: medsrv_plugins = @medsrv_plugins@
! 437: mkdir_p = @mkdir_p@
! 438: nm_CFLAGS = @nm_CFLAGS@
! 439: nm_LIBS = @nm_LIBS@
! 440: nm_ca_dir = @nm_ca_dir@
! 441: nm_plugins = @nm_plugins@
! 442: oldincludedir = @oldincludedir@
! 443: p_plugins = @p_plugins@
! 444: pcsclite_CFLAGS = @pcsclite_CFLAGS@
! 445: pcsclite_LIBS = @pcsclite_LIBS@
! 446: pdfdir = @pdfdir@
! 447: piddir = @piddir@
! 448: pkgpyexecdir = @pkgpyexecdir@
! 449: pkgpythondir = @pkgpythondir@
! 450: pki_plugins = @pki_plugins@
! 451: plugindir = @plugindir@
! 452: pool_plugins = @pool_plugins@
! 453: prefix = @prefix@
! 454: program_transform_name = @program_transform_name@
! 455: psdir = @psdir@
! 456: pyexecdir = @pyexecdir@
! 457: pythondir = @pythondir@
! 458: random_device = @random_device@
! 459: resolv_conf = @resolv_conf@
! 460: routing_table = @routing_table@
! 461: routing_table_prio = @routing_table_prio@
! 462: runstatedir = @runstatedir@
! 463: s_plugins = @s_plugins@
! 464: sbindir = @sbindir@
! 465: scepclient_plugins = @scepclient_plugins@
! 466: scripts_plugins = @scripts_plugins@
! 467: sharedstatedir = @sharedstatedir@
! 468: soup_CFLAGS = @soup_CFLAGS@
! 469: soup_LIBS = @soup_LIBS@
! 470: srcdir = @srcdir@
! 471: starter_plugins = @starter_plugins@
! 472: strongswan_conf = @strongswan_conf@
! 473: strongswan_options = @strongswan_options@
! 474: swanctldir = @swanctldir@
! 475: sysconfdir = @sysconfdir@
! 476: systemd_CFLAGS = @systemd_CFLAGS@
! 477: systemd_LIBS = @systemd_LIBS@
! 478: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
! 479: systemd_daemon_LIBS = @systemd_daemon_LIBS@
! 480: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
! 481: systemd_journal_LIBS = @systemd_journal_LIBS@
! 482: systemdsystemunitdir = @systemdsystemunitdir@
! 483: t_plugins = @t_plugins@
! 484: target_alias = @target_alias@
! 485: top_build_prefix = @top_build_prefix@
! 486: top_builddir = @top_builddir@
! 487: top_srcdir = @top_srcdir@
! 488: tss2_CFLAGS = @tss2_CFLAGS@
! 489: tss2_LIBS = @tss2_LIBS@
! 490: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
! 491: tss2_esys_LIBS = @tss2_esys_LIBS@
! 492: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
! 493: tss2_socket_LIBS = @tss2_socket_LIBS@
! 494: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
! 495: tss2_sys_LIBS = @tss2_sys_LIBS@
! 496: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
! 497: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
! 498: urandom_device = @urandom_device@
! 499: wolfssl_CFLAGS = @wolfssl_CFLAGS@
! 500: wolfssl_LIBS = @wolfssl_LIBS@
! 501: xml_CFLAGS = @xml_CFLAGS@
! 502: xml_LIBS = @xml_LIBS@
! 503: SUBDIRS = . tests
! 504: starter_SOURCES = \
! 505: starter.c files.h \
! 506: args.c args.h confread.c confread.h keywords.c keywords.h cmp.c cmp.h \
! 507: invokecharon.c invokecharon.h starterstroke.c starterstroke.h
! 508:
! 509:
! 510: # parser is also used by tests
! 511: noinst_LTLIBRARIES = libstarter.la
! 512: libstarter_la_SOURCES = \
! 513: parser/parser.y parser/lexer.l parser/conf_parser.c parser/conf_parser.h
! 514:
! 515: AM_CPPFLAGS = -I${linux_headers} -I$(top_srcdir)/src/libstrongswan \
! 516: -I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/starter \
! 517: -I$(top_srcdir)/src/stroke -DIPSEC_DIR=\"${ipsecdir}\" \
! 518: -DIPSEC_CONFDIR=\"${sysconfdir}\" -DIPSEC_PIDDIR=\"${piddir}\" \
! 519: -DIPSEC_EAPDIR=\"${eapdir}\" \
! 520: -DIPSEC_SCRIPT=\"${ipsec_script}\" \
! 521: -DDEV_RANDOM=\"${random_device}\" \
! 522: -DDEV_URANDOM=\"${urandom_device}\" \
! 523: -DPLUGINS=\""${starter_plugins}\"" -DDEBUG $(am__append_1)
! 524: AM_CFLAGS = \
! 525: @COVERAGE_CFLAGS@
! 526:
! 527: AM_YFLAGS = -v -d
! 528: starter_LDADD = \
! 529: $(top_builddir)/src/libstrongswan/libstrongswan.la \
! 530: $(top_builddir)/src/libcharon/libcharon.la \
! 531: libstarter.la \
! 532: $(SOCKLIB) $(PTHREADLIB) $(ATOMICLIB)
! 533:
! 534: EXTRA_DIST = keywords.h.in keywords.txt ipsec.conf ipsec.secrets Android.mk
! 535: MAINTAINERCLEANFILES = keywords.h keywords.c
! 536: BUILT_SOURCES = keywords.h keywords.c parser/parser.h
! 537: all: $(BUILT_SOURCES)
! 538: $(MAKE) $(AM_MAKEFLAGS) all-recursive
! 539:
! 540: .SUFFIXES:
! 541: .SUFFIXES: .c .l .lo .o .obj .y
! 542: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
! 543: @for dep in $?; do \
! 544: case '$(am__configure_deps)' in \
! 545: *$$dep*) \
! 546: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
! 547: && { if test -f $@; then exit 0; else break; fi; }; \
! 548: exit 1;; \
! 549: esac; \
! 550: done; \
! 551: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/starter/Makefile'; \
! 552: $(am__cd) $(top_srcdir) && \
! 553: $(AUTOMAKE) --gnu src/starter/Makefile
! 554: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 555: @case '$?' in \
! 556: *config.status*) \
! 557: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
! 558: *) \
! 559: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
! 560: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
! 561: esac;
! 562:
! 563: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 564: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 565:
! 566: $(top_srcdir)/configure: $(am__configure_deps)
! 567: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 568: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
! 569: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 570: $(am__aclocal_m4_deps):
! 571:
! 572: clean-noinstLTLIBRARIES:
! 573: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
! 574: @list='$(noinst_LTLIBRARIES)'; \
! 575: locs=`for p in $$list; do echo $$p; done | \
! 576: sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
! 577: sort -u`; \
! 578: test -z "$$locs" || { \
! 579: echo rm -f $${locs}; \
! 580: rm -f $${locs}; \
! 581: }
! 582: parser/parser.h: parser/parser.c
! 583: @if test ! -f $@; then rm -f parser/parser.c; else :; fi
! 584: @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) parser/parser.c; else :; fi
! 585: parser/$(am__dirstamp):
! 586: @$(MKDIR_P) parser
! 587: @: > parser/$(am__dirstamp)
! 588: parser/$(DEPDIR)/$(am__dirstamp):
! 589: @$(MKDIR_P) parser/$(DEPDIR)
! 590: @: > parser/$(DEPDIR)/$(am__dirstamp)
! 591: parser/parser.lo: parser/$(am__dirstamp) \
! 592: parser/$(DEPDIR)/$(am__dirstamp)
! 593: parser/lexer.lo: parser/$(am__dirstamp) \
! 594: parser/$(DEPDIR)/$(am__dirstamp)
! 595: parser/conf_parser.lo: parser/$(am__dirstamp) \
! 596: parser/$(DEPDIR)/$(am__dirstamp)
! 597:
! 598: libstarter.la: $(libstarter_la_OBJECTS) $(libstarter_la_DEPENDENCIES) $(EXTRA_libstarter_la_DEPENDENCIES)
! 599: $(AM_V_CCLD)$(LINK) $(libstarter_la_OBJECTS) $(libstarter_la_LIBADD) $(LIBS)
! 600: install-ipsecPROGRAMS: $(ipsec_PROGRAMS)
! 601: @$(NORMAL_INSTALL)
! 602: @list='$(ipsec_PROGRAMS)'; test -n "$(ipsecdir)" || list=; \
! 603: if test -n "$$list"; then \
! 604: echo " $(MKDIR_P) '$(DESTDIR)$(ipsecdir)'"; \
! 605: $(MKDIR_P) "$(DESTDIR)$(ipsecdir)" || exit 1; \
! 606: fi; \
! 607: for p in $$list; do echo "$$p $$p"; done | \
! 608: sed 's/$(EXEEXT)$$//' | \
! 609: while read p p1; do if test -f $$p \
! 610: || test -f $$p1 \
! 611: ; then echo "$$p"; echo "$$p"; else :; fi; \
! 612: done | \
! 613: sed -e 'p;s,.*/,,;n;h' \
! 614: -e 's|.*|.|' \
! 615: -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
! 616: sed 'N;N;N;s,\n, ,g' | \
! 617: $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
! 618: { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
! 619: if ($$2 == $$4) files[d] = files[d] " " $$1; \
! 620: else { print "f", $$3 "/" $$4, $$1; } } \
! 621: END { for (d in files) print "f", d, files[d] }' | \
! 622: while read type dir files; do \
! 623: if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
! 624: test -z "$$files" || { \
! 625: echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(ipsecdir)$$dir'"; \
! 626: $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(ipsecdir)$$dir" || exit $$?; \
! 627: } \
! 628: ; done
! 629:
! 630: uninstall-ipsecPROGRAMS:
! 631: @$(NORMAL_UNINSTALL)
! 632: @list='$(ipsec_PROGRAMS)'; test -n "$(ipsecdir)" || list=; \
! 633: files=`for p in $$list; do echo "$$p"; done | \
! 634: sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
! 635: -e 's/$$/$(EXEEXT)/' \
! 636: `; \
! 637: test -n "$$list" || exit 0; \
! 638: echo " ( cd '$(DESTDIR)$(ipsecdir)' && rm -f" $$files ")"; \
! 639: cd "$(DESTDIR)$(ipsecdir)" && rm -f $$files
! 640:
! 641: clean-ipsecPROGRAMS:
! 642: @list='$(ipsec_PROGRAMS)'; test -n "$$list" || exit 0; \
! 643: echo " rm -f" $$list; \
! 644: rm -f $$list || exit $$?; \
! 645: test -n "$(EXEEXT)" || exit 0; \
! 646: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
! 647: echo " rm -f" $$list; \
! 648: rm -f $$list
! 649:
! 650: starter$(EXEEXT): $(starter_OBJECTS) $(starter_DEPENDENCIES) $(EXTRA_starter_DEPENDENCIES)
! 651: @rm -f starter$(EXEEXT)
! 652: $(AM_V_CCLD)$(LINK) $(starter_OBJECTS) $(starter_LDADD) $(LIBS)
! 653:
! 654: mostlyclean-compile:
! 655: -rm -f *.$(OBJEXT)
! 656: -rm -f parser/*.$(OBJEXT)
! 657: -rm -f parser/*.lo
! 658:
! 659: distclean-compile:
! 660: -rm -f *.tab.c
! 661:
! 662: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/args.Po@am__quote@
! 663: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp.Po@am__quote@
! 664: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/confread.Po@am__quote@
! 665: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/invokecharon.Po@am__quote@
! 666: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keywords.Po@am__quote@
! 667: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/starter.Po@am__quote@
! 668: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/starterstroke.Po@am__quote@
! 669: @AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/conf_parser.Plo@am__quote@
! 670: @AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/lexer.Plo@am__quote@
! 671: @AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/parser.Plo@am__quote@
! 672:
! 673: .c.o:
! 674: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
! 675: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
! 676: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
! 677: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 678: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 679: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
! 680:
! 681: .c.obj:
! 682: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
! 683: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
! 684: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
! 685: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 686: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 687: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
! 688:
! 689: .c.lo:
! 690: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
! 691: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
! 692: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
! 693: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
! 694: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 695: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
! 696:
! 697: .l.c:
! 698: $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
! 699:
! 700: .y.c:
! 701: $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
! 702:
! 703: mostlyclean-libtool:
! 704: -rm -f *.lo
! 705:
! 706: clean-libtool:
! 707: -rm -rf .libs _libs
! 708: -rm -rf parser/.libs parser/_libs
! 709:
! 710: # This directory's subdirectories are mostly independent; you can cd
! 711: # into them and run 'make' without going through this Makefile.
! 712: # To change the values of 'make' variables: instead of editing Makefiles,
! 713: # (1) if the variable is set in 'config.status', edit 'config.status'
! 714: # (which will cause the Makefiles to be regenerated when you run 'make');
! 715: # (2) otherwise, pass the desired values on the 'make' command line.
! 716: $(am__recursive_targets):
! 717: @fail=; \
! 718: if $(am__make_keepgoing); then \
! 719: failcom='fail=yes'; \
! 720: else \
! 721: failcom='exit 1'; \
! 722: fi; \
! 723: dot_seen=no; \
! 724: target=`echo $@ | sed s/-recursive//`; \
! 725: case "$@" in \
! 726: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
! 727: *) list='$(SUBDIRS)' ;; \
! 728: esac; \
! 729: for subdir in $$list; do \
! 730: echo "Making $$target in $$subdir"; \
! 731: if test "$$subdir" = "."; then \
! 732: dot_seen=yes; \
! 733: local_target="$$target-am"; \
! 734: else \
! 735: local_target="$$target"; \
! 736: fi; \
! 737: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 738: || eval $$failcom; \
! 739: done; \
! 740: if test "$$dot_seen" = "no"; then \
! 741: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
! 742: fi; test -z "$$fail"
! 743:
! 744: ID: $(am__tagged_files)
! 745: $(am__define_uniq_tagged_files); mkid -fID $$unique
! 746: tags: tags-recursive
! 747: TAGS: tags
! 748:
! 749: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 750: set x; \
! 751: here=`pwd`; \
! 752: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
! 753: include_option=--etags-include; \
! 754: empty_fix=.; \
! 755: else \
! 756: include_option=--include; \
! 757: empty_fix=; \
! 758: fi; \
! 759: list='$(SUBDIRS)'; for subdir in $$list; do \
! 760: if test "$$subdir" = .; then :; else \
! 761: test ! -f $$subdir/TAGS || \
! 762: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
! 763: fi; \
! 764: done; \
! 765: $(am__define_uniq_tagged_files); \
! 766: shift; \
! 767: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
! 768: test -n "$$unique" || unique=$$empty_fix; \
! 769: if test $$# -gt 0; then \
! 770: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 771: "$$@" $$unique; \
! 772: else \
! 773: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 774: $$unique; \
! 775: fi; \
! 776: fi
! 777: ctags: ctags-recursive
! 778:
! 779: CTAGS: ctags
! 780: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 781: $(am__define_uniq_tagged_files); \
! 782: test -z "$(CTAGS_ARGS)$$unique" \
! 783: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
! 784: $$unique
! 785:
! 786: GTAGS:
! 787: here=`$(am__cd) $(top_builddir) && pwd` \
! 788: && $(am__cd) $(top_srcdir) \
! 789: && gtags -i $(GTAGS_ARGS) "$$here"
! 790: cscopelist: cscopelist-recursive
! 791:
! 792: cscopelist-am: $(am__tagged_files)
! 793: list='$(am__tagged_files)'; \
! 794: case "$(srcdir)" in \
! 795: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
! 796: *) sdir=$(subdir)/$(srcdir) ;; \
! 797: esac; \
! 798: for i in $$list; do \
! 799: if test -f "$$i"; then \
! 800: echo "$(subdir)/$$i"; \
! 801: else \
! 802: echo "$$sdir/$$i"; \
! 803: fi; \
! 804: done >> $(top_builddir)/cscope.files
! 805:
! 806: distclean-tags:
! 807: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
! 808:
! 809: distdir: $(DISTFILES)
! 810: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 811: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 812: list='$(DISTFILES)'; \
! 813: dist_files=`for file in $$list; do echo $$file; done | \
! 814: sed -e "s|^$$srcdirstrip/||;t" \
! 815: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 816: case $$dist_files in \
! 817: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 818: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 819: sort -u` ;; \
! 820: esac; \
! 821: for file in $$dist_files; do \
! 822: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 823: if test -d $$d/$$file; then \
! 824: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 825: if test -d "$(distdir)/$$file"; then \
! 826: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 827: fi; \
! 828: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 829: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
! 830: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 831: fi; \
! 832: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
! 833: else \
! 834: test -f "$(distdir)/$$file" \
! 835: || cp -p $$d/$$file "$(distdir)/$$file" \
! 836: || exit 1; \
! 837: fi; \
! 838: done
! 839: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
! 840: if test "$$subdir" = .; then :; else \
! 841: $(am__make_dryrun) \
! 842: || test -d "$(distdir)/$$subdir" \
! 843: || $(MKDIR_P) "$(distdir)/$$subdir" \
! 844: || exit 1; \
! 845: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
! 846: $(am__relativize); \
! 847: new_distdir=$$reldir; \
! 848: dir1=$$subdir; dir2="$(top_distdir)"; \
! 849: $(am__relativize); \
! 850: new_top_distdir=$$reldir; \
! 851: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
! 852: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
! 853: ($(am__cd) $$subdir && \
! 854: $(MAKE) $(AM_MAKEFLAGS) \
! 855: top_distdir="$$new_top_distdir" \
! 856: distdir="$$new_distdir" \
! 857: am__remove_distdir=: \
! 858: am__skip_length_check=: \
! 859: am__skip_mode_fix=: \
! 860: distdir) \
! 861: || exit 1; \
! 862: fi; \
! 863: done
! 864: check-am: all-am
! 865: check: $(BUILT_SOURCES)
! 866: $(MAKE) $(AM_MAKEFLAGS) check-recursive
! 867: all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
! 868: installdirs: installdirs-recursive
! 869: installdirs-am:
! 870: for dir in "$(DESTDIR)$(ipsecdir)"; do \
! 871: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
! 872: done
! 873: install: $(BUILT_SOURCES)
! 874: $(MAKE) $(AM_MAKEFLAGS) install-recursive
! 875: install-exec: install-exec-recursive
! 876: install-data: install-data-recursive
! 877: uninstall: uninstall-recursive
! 878:
! 879: install-am: all-am
! 880: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 881:
! 882: installcheck: installcheck-recursive
! 883: install-strip:
! 884: if test -z '$(STRIP)'; then \
! 885: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 886: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 887: install; \
! 888: else \
! 889: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 890: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 891: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
! 892: fi
! 893: mostlyclean-generic:
! 894:
! 895: clean-generic:
! 896:
! 897: distclean-generic:
! 898: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 899: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
! 900: -rm -f parser/$(DEPDIR)/$(am__dirstamp)
! 901: -rm -f parser/$(am__dirstamp)
! 902:
! 903: maintainer-clean-generic:
! 904: @echo "This command is intended for maintainers to use"
! 905: @echo "it deletes files that may require special tools to rebuild."
! 906: -rm -f parser/lexer.c
! 907: -rm -f parser/parser.c
! 908: -rm -f parser/parser.h
! 909: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
! 910: -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
! 911: clean: clean-recursive
! 912:
! 913: clean-am: clean-generic clean-ipsecPROGRAMS clean-libtool \
! 914: clean-noinstLTLIBRARIES mostlyclean-am
! 915:
! 916: distclean: distclean-recursive
! 917: -rm -rf ./$(DEPDIR) parser/$(DEPDIR)
! 918: -rm -f Makefile
! 919: distclean-am: clean-am distclean-compile distclean-generic \
! 920: distclean-tags
! 921:
! 922: dvi: dvi-recursive
! 923:
! 924: dvi-am:
! 925:
! 926: html: html-recursive
! 927:
! 928: html-am:
! 929:
! 930: info: info-recursive
! 931:
! 932: info-am:
! 933:
! 934: install-data-am: install-ipsecPROGRAMS
! 935:
! 936: install-dvi: install-dvi-recursive
! 937:
! 938: install-dvi-am:
! 939:
! 940: install-exec-am: install-exec-local
! 941:
! 942: install-html: install-html-recursive
! 943:
! 944: install-html-am:
! 945:
! 946: install-info: install-info-recursive
! 947:
! 948: install-info-am:
! 949:
! 950: install-man:
! 951:
! 952: install-pdf: install-pdf-recursive
! 953:
! 954: install-pdf-am:
! 955:
! 956: install-ps: install-ps-recursive
! 957:
! 958: install-ps-am:
! 959:
! 960: installcheck-am:
! 961:
! 962: maintainer-clean: maintainer-clean-recursive
! 963: -rm -rf ./$(DEPDIR) parser/$(DEPDIR)
! 964: -rm -f Makefile
! 965: maintainer-clean-am: distclean-am maintainer-clean-generic
! 966:
! 967: mostlyclean: mostlyclean-recursive
! 968:
! 969: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
! 970: mostlyclean-libtool
! 971:
! 972: pdf: pdf-recursive
! 973:
! 974: pdf-am:
! 975:
! 976: ps: ps-recursive
! 977:
! 978: ps-am:
! 979:
! 980: uninstall-am: uninstall-ipsecPROGRAMS
! 981:
! 982: .MAKE: $(am__recursive_targets) all check install install-am \
! 983: install-strip
! 984:
! 985: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
! 986: check-am clean clean-generic clean-ipsecPROGRAMS clean-libtool \
! 987: clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
! 988: distclean-compile distclean-generic distclean-libtool \
! 989: distclean-tags distdir dvi dvi-am html html-am info info-am \
! 990: install install-am install-data install-data-am install-dvi \
! 991: install-dvi-am install-exec install-exec-am install-exec-local \
! 992: install-html install-html-am install-info install-info-am \
! 993: install-ipsecPROGRAMS install-man install-pdf install-pdf-am \
! 994: install-ps install-ps-am install-strip installcheck \
! 995: installcheck-am installdirs installdirs-am maintainer-clean \
! 996: maintainer-clean-generic mostlyclean mostlyclean-compile \
! 997: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
! 998: tags tags-am uninstall uninstall-am uninstall-ipsecPROGRAMS
! 999:
! 1000: .PRECIOUS: Makefile
! 1001:
! 1002:
! 1003: keywords.h: $(srcdir)/keywords.h.in
! 1004: $(AM_V_GEN) \
! 1005: sed \
! 1006: -e "s:\@GPERF_LEN_TYPE\@:$(GPERF_LEN_TYPE):" \
! 1007: $(srcdir)/keywords.h.in > $@
! 1008:
! 1009: keywords.c: $(srcdir)/keywords.txt keywords.h
! 1010: $(AM_V_GEN) \
! 1011: $(GPERF) -m 10 -C -G -D -t \
! 1012: --output-file=$@ $(srcdir)/keywords.txt
! 1013:
! 1014: install-exec-local :
! 1015: test -e "$(DESTDIR)${sysconfdir}/ipsec.d" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d" || true
! 1016: test -e "$(DESTDIR)${sysconfdir}/ipsec.d/cacerts" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/cacerts" || true
! 1017: test -e "$(DESTDIR)${sysconfdir}/ipsec.d/ocspcerts" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/ocspcerts" || true
! 1018: test -e "$(DESTDIR)${sysconfdir}/ipsec.d/certs" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/certs" || true
! 1019: test -e "$(DESTDIR)${sysconfdir}/ipsec.d/acerts" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/acerts" || true
! 1020: test -e "$(DESTDIR)${sysconfdir}/ipsec.d/aacerts" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/aacerts" || true
! 1021: test -e "$(DESTDIR)${sysconfdir}/ipsec.d/crls" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/crls" || true
! 1022: test -e "$(DESTDIR)${sysconfdir}/ipsec.d/reqs" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/reqs" || true
! 1023: test -e "$(DESTDIR)${sysconfdir}/ipsec.d/private" || $(INSTALL) -d -m 750 "$(DESTDIR)$(sysconfdir)/ipsec.d/private" || true
! 1024: test -e "$(DESTDIR)$(sysconfdir)/ipsec.conf" || $(INSTALL) -m 644 $(srcdir)/ipsec.conf $(DESTDIR)$(sysconfdir)/ipsec.conf.sample || true
! 1025: test -e "$(DESTDIR)$(sysconfdir)/ipsec.secrets" || $(INSTALL) -m 600 $(srcdir)/ipsec.secrets $(DESTDIR)$(sysconfdir)/ipsec.secrets.sample || true
! 1026:
! 1027: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 1028: # Otherwise a system limit (for SysV at least) may be exceeded.
! 1029: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>