File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / starter / 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, 6 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: 
   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: GIT_VERSION = @GIT_VERSION@
  296: GPERF = @GPERF@
  297: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
  298: GPRBUILD = @GPRBUILD@
  299: GREP = @GREP@
  300: INSTALL = @INSTALL@
  301: INSTALL_DATA = @INSTALL_DATA@
  302: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  303: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  304: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  305: LCOV = @LCOV@
  306: LD = @LD@
  307: LDFLAGS = @LDFLAGS@
  308: LEX = @LEX@
  309: LEXLIB = @LEXLIB@
  310: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  311: LIBOBJS = @LIBOBJS@
  312: LIBS = @LIBS@
  313: LIBTOOL = @LIBTOOL@
  314: LIPO = @LIPO@
  315: LN_S = @LN_S@
  316: LTLIBOBJS = @LTLIBOBJS@
  317: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  318: MAKEINFO = @MAKEINFO@
  319: MANIFEST_TOOL = @MANIFEST_TOOL@
  320: MKDIR_P = @MKDIR_P@
  321: MYSQLCFLAG = @MYSQLCFLAG@
  322: MYSQLCONFIG = @MYSQLCONFIG@
  323: MYSQLLIB = @MYSQLLIB@
  324: NM = @NM@
  325: NMEDIT = @NMEDIT@
  326: OBJDUMP = @OBJDUMP@
  327: OBJEXT = @OBJEXT@
  328: OPENSSL_LIB = @OPENSSL_LIB@
  329: OTOOL = @OTOOL@
  330: OTOOL64 = @OTOOL64@
  331: PACKAGE = @PACKAGE@
  332: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  333: PACKAGE_NAME = @PACKAGE_NAME@
  334: PACKAGE_STRING = @PACKAGE_STRING@
  335: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  336: PACKAGE_URL = @PACKAGE_URL@
  337: PACKAGE_VERSION = @PACKAGE_VERSION@
  338: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
  339: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
  340: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
  341: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
  342: PATH_SEPARATOR = @PATH_SEPARATOR@
  343: PERL = @PERL@
  344: PKG_CONFIG = @PKG_CONFIG@
  345: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  346: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  347: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
  348: PTHREADLIB = @PTHREADLIB@
  349: PYTHON = @PYTHON@
  350: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
  351: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
  352: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
  353: PYTHON_PLATFORM = @PYTHON_PLATFORM@
  354: PYTHON_PREFIX = @PYTHON_PREFIX@
  355: PYTHON_VERSION = @PYTHON_VERSION@
  356: PY_TEST = @PY_TEST@
  357: RANLIB = @RANLIB@
  358: RTLIB = @RTLIB@
  359: RUBYGEMDIR = @RUBYGEMDIR@
  360: SED = @SED@
  361: SET_MAKE = @SET_MAKE@
  362: SHELL = @SHELL@
  363: SOCKLIB = @SOCKLIB@
  364: STRIP = @STRIP@
  365: TOX = @TOX@
  366: UNWINDLIB = @UNWINDLIB@
  367: VERSION = @VERSION@
  368: YACC = @YACC@
  369: YFLAGS = @YFLAGS@
  370: abs_builddir = @abs_builddir@
  371: abs_srcdir = @abs_srcdir@
  372: abs_top_builddir = @abs_top_builddir@
  373: abs_top_srcdir = @abs_top_srcdir@
  374: ac_ct_AR = @ac_ct_AR@
  375: ac_ct_CC = @ac_ct_CC@
  376: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  377: aikgen_plugins = @aikgen_plugins@
  378: am__include = @am__include@
  379: am__leading_dot = @am__leading_dot@
  380: am__quote = @am__quote@
  381: am__tar = @am__tar@
  382: am__untar = @am__untar@
  383: attest_plugins = @attest_plugins@
  384: bindir = @bindir@
  385: botan_CFLAGS = @botan_CFLAGS@
  386: botan_LIBS = @botan_LIBS@
  387: build = @build@
  388: build_alias = @build_alias@
  389: build_cpu = @build_cpu@
  390: build_os = @build_os@
  391: build_vendor = @build_vendor@
  392: builddir = @builddir@
  393: c_plugins = @c_plugins@
  394: charon_natt_port = @charon_natt_port@
  395: charon_plugins = @charon_plugins@
  396: charon_udp_port = @charon_udp_port@
  397: clearsilver_LIBS = @clearsilver_LIBS@
  398: cmd_plugins = @cmd_plugins@
  399: datadir = @datadir@
  400: datarootdir = @datarootdir@
  401: dbusdatadir = @dbusdatadir@
  402: dbuspolicydir = @dbuspolicydir@
  403: dev_headers = @dev_headers@
  404: docdir = @docdir@
  405: dvidir = @dvidir@
  406: exec_prefix = @exec_prefix@
  407: fips_mode = @fips_mode@
  408: fuzz_plugins = @fuzz_plugins@
  409: host = @host@
  410: host_alias = @host_alias@
  411: host_cpu = @host_cpu@
  412: host_os = @host_os@
  413: host_vendor = @host_vendor@
  414: htmldir = @htmldir@
  415: imcvdir = @imcvdir@
  416: includedir = @includedir@
  417: infodir = @infodir@
  418: install_sh = @install_sh@
  419: ipsec_script = @ipsec_script@
  420: ipsec_script_upper = @ipsec_script_upper@
  421: ipsecdir = @ipsecdir@
  422: ipsecgroup = @ipsecgroup@
  423: ipseclibdir = @ipseclibdir@
  424: ipsecuser = @ipsecuser@
  425: json_CFLAGS = @json_CFLAGS@
  426: json_LIBS = @json_LIBS@
  427: libdir = @libdir@
  428: libexecdir = @libexecdir@
  429: libfuzzer = @libfuzzer@
  430: libiptc_CFLAGS = @libiptc_CFLAGS@
  431: libiptc_LIBS = @libiptc_LIBS@
  432: linux_headers = @linux_headers@
  433: localedir = @localedir@
  434: localstatedir = @localstatedir@
  435: manager_plugins = @manager_plugins@
  436: mandir = @mandir@
  437: medsrv_plugins = @medsrv_plugins@
  438: mkdir_p = @mkdir_p@
  439: nm_CFLAGS = @nm_CFLAGS@
  440: nm_LIBS = @nm_LIBS@
  441: nm_ca_dir = @nm_ca_dir@
  442: nm_plugins = @nm_plugins@
  443: oldincludedir = @oldincludedir@
  444: p_plugins = @p_plugins@
  445: pcsclite_CFLAGS = @pcsclite_CFLAGS@
  446: pcsclite_LIBS = @pcsclite_LIBS@
  447: pdfdir = @pdfdir@
  448: piddir = @piddir@
  449: pkgpyexecdir = @pkgpyexecdir@
  450: pkgpythondir = @pkgpythondir@
  451: pki_plugins = @pki_plugins@
  452: plugindir = @plugindir@
  453: pool_plugins = @pool_plugins@
  454: prefix = @prefix@
  455: program_transform_name = @program_transform_name@
  456: psdir = @psdir@
  457: pyexecdir = @pyexecdir@
  458: pythondir = @pythondir@
  459: random_device = @random_device@
  460: resolv_conf = @resolv_conf@
  461: routing_table = @routing_table@
  462: routing_table_prio = @routing_table_prio@
  463: runstatedir = @runstatedir@
  464: s_plugins = @s_plugins@
  465: sbindir = @sbindir@
  466: scepclient_plugins = @scepclient_plugins@
  467: scripts_plugins = @scripts_plugins@
  468: sharedstatedir = @sharedstatedir@
  469: soup_CFLAGS = @soup_CFLAGS@
  470: soup_LIBS = @soup_LIBS@
  471: srcdir = @srcdir@
  472: starter_plugins = @starter_plugins@
  473: strongswan_conf = @strongswan_conf@
  474: strongswan_options = @strongswan_options@
  475: swanctldir = @swanctldir@
  476: sysconfdir = @sysconfdir@
  477: systemd_CFLAGS = @systemd_CFLAGS@
  478: systemd_LIBS = @systemd_LIBS@
  479: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
  480: systemd_daemon_LIBS = @systemd_daemon_LIBS@
  481: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
  482: systemd_journal_LIBS = @systemd_journal_LIBS@
  483: systemdsystemunitdir = @systemdsystemunitdir@
  484: t_plugins = @t_plugins@
  485: target_alias = @target_alias@
  486: top_build_prefix = @top_build_prefix@
  487: top_builddir = @top_builddir@
  488: top_srcdir = @top_srcdir@
  489: tss2_CFLAGS = @tss2_CFLAGS@
  490: tss2_LIBS = @tss2_LIBS@
  491: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
  492: tss2_esys_LIBS = @tss2_esys_LIBS@
  493: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
  494: tss2_socket_LIBS = @tss2_socket_LIBS@
  495: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
  496: tss2_sys_LIBS = @tss2_sys_LIBS@
  497: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
  498: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
  499: urandom_device = @urandom_device@
  500: wolfssl_CFLAGS = @wolfssl_CFLAGS@
  501: wolfssl_LIBS = @wolfssl_LIBS@
  502: xml_CFLAGS = @xml_CFLAGS@
  503: xml_LIBS = @xml_LIBS@
  504: SUBDIRS = . tests
  505: starter_SOURCES = \
  506: starter.c files.h \
  507: args.c args.h confread.c confread.h keywords.c keywords.h cmp.c cmp.h \
  508: invokecharon.c invokecharon.h starterstroke.c starterstroke.h
  509: 
  510: 
  511: # parser is also used by tests
  512: noinst_LTLIBRARIES = libstarter.la
  513: libstarter_la_SOURCES = \
  514: parser/parser.y parser/lexer.l parser/conf_parser.c parser/conf_parser.h
  515: 
  516: AM_CPPFLAGS = -I${linux_headers} -I$(top_srcdir)/src/libstrongswan \
  517: 	-I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/starter \
  518: 	-I$(top_srcdir)/src/stroke -DIPSEC_DIR=\"${ipsecdir}\" \
  519: 	-DIPSEC_CONFDIR=\"${sysconfdir}\" -DIPSEC_PIDDIR=\"${piddir}\" \
  520: 	-DIPSEC_EAPDIR=\"${eapdir}\" \
  521: 	-DIPSEC_SCRIPT=\"${ipsec_script}\" \
  522: 	-DDEV_RANDOM=\"${random_device}\" \
  523: 	-DDEV_URANDOM=\"${urandom_device}\" \
  524: 	-DPLUGINS=\""${starter_plugins}\"" -DDEBUG $(am__append_1)
  525: AM_CFLAGS = \
  526: 	@COVERAGE_CFLAGS@
  527: 
  528: AM_YFLAGS = -v -d
  529: starter_LDADD = \
  530: 	$(top_builddir)/src/libstrongswan/libstrongswan.la \
  531: 	$(top_builddir)/src/libcharon/libcharon.la \
  532: 	libstarter.la \
  533: 	$(SOCKLIB) $(PTHREADLIB) $(ATOMICLIB)
  534: 
  535: EXTRA_DIST = keywords.h.in keywords.txt ipsec.conf ipsec.secrets Android.mk
  536: MAINTAINERCLEANFILES = keywords.h keywords.c
  537: BUILT_SOURCES = keywords.h keywords.c parser/parser.h
  538: all: $(BUILT_SOURCES)
  539: 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
  540: 
  541: .SUFFIXES:
  542: .SUFFIXES: .c .l .lo .o .obj .y
  543: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  544: 	@for dep in $?; do \
  545: 	  case '$(am__configure_deps)' in \
  546: 	    *$$dep*) \
  547: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  548: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  549: 	      exit 1;; \
  550: 	  esac; \
  551: 	done; \
  552: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/starter/Makefile'; \
  553: 	$(am__cd) $(top_srcdir) && \
  554: 	  $(AUTOMAKE) --gnu src/starter/Makefile
  555: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  556: 	@case '$?' in \
  557: 	  *config.status*) \
  558: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  559: 	  *) \
  560: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  561: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  562: 	esac;
  563: 
  564: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  565: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  566: 
  567: $(top_srcdir)/configure:  $(am__configure_deps)
  568: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  569: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  570: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  571: $(am__aclocal_m4_deps):
  572: 
  573: clean-noinstLTLIBRARIES:
  574: 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  575: 	@list='$(noinst_LTLIBRARIES)'; \
  576: 	locs=`for p in $$list; do echo $$p; done | \
  577: 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  578: 	      sort -u`; \
  579: 	test -z "$$locs" || { \
  580: 	  echo rm -f $${locs}; \
  581: 	  rm -f $${locs}; \
  582: 	}
  583: parser/parser.h: parser/parser.c
  584: 	@if test ! -f $@; then rm -f parser/parser.c; else :; fi
  585: 	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) parser/parser.c; else :; fi
  586: parser/$(am__dirstamp):
  587: 	@$(MKDIR_P) parser
  588: 	@: > parser/$(am__dirstamp)
  589: parser/$(DEPDIR)/$(am__dirstamp):
  590: 	@$(MKDIR_P) parser/$(DEPDIR)
  591: 	@: > parser/$(DEPDIR)/$(am__dirstamp)
  592: parser/parser.lo: parser/$(am__dirstamp) \
  593: 	parser/$(DEPDIR)/$(am__dirstamp)
  594: parser/lexer.lo: parser/$(am__dirstamp) \
  595: 	parser/$(DEPDIR)/$(am__dirstamp)
  596: parser/conf_parser.lo: parser/$(am__dirstamp) \
  597: 	parser/$(DEPDIR)/$(am__dirstamp)
  598: 
  599: libstarter.la: $(libstarter_la_OBJECTS) $(libstarter_la_DEPENDENCIES) $(EXTRA_libstarter_la_DEPENDENCIES) 
  600: 	$(AM_V_CCLD)$(LINK)  $(libstarter_la_OBJECTS) $(libstarter_la_LIBADD) $(LIBS)
  601: install-ipsecPROGRAMS: $(ipsec_PROGRAMS)
  602: 	@$(NORMAL_INSTALL)
  603: 	@list='$(ipsec_PROGRAMS)'; test -n "$(ipsecdir)" || list=; \
  604: 	if test -n "$$list"; then \
  605: 	  echo " $(MKDIR_P) '$(DESTDIR)$(ipsecdir)'"; \
  606: 	  $(MKDIR_P) "$(DESTDIR)$(ipsecdir)" || exit 1; \
  607: 	fi; \
  608: 	for p in $$list; do echo "$$p $$p"; done | \
  609: 	sed 's/$(EXEEXT)$$//' | \
  610: 	while read p p1; do if test -f $$p \
  611: 	 || test -f $$p1 \
  612: 	  ; then echo "$$p"; echo "$$p"; else :; fi; \
  613: 	done | \
  614: 	sed -e 'p;s,.*/,,;n;h' \
  615: 	    -e 's|.*|.|' \
  616: 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  617: 	sed 'N;N;N;s,\n, ,g' | \
  618: 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  619: 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  620: 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
  621: 	    else { print "f", $$3 "/" $$4, $$1; } } \
  622: 	  END { for (d in files) print "f", d, files[d] }' | \
  623: 	while read type dir files; do \
  624: 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  625: 	    test -z "$$files" || { \
  626: 	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(ipsecdir)$$dir'"; \
  627: 	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(ipsecdir)$$dir" || exit $$?; \
  628: 	    } \
  629: 	; done
  630: 
  631: uninstall-ipsecPROGRAMS:
  632: 	@$(NORMAL_UNINSTALL)
  633: 	@list='$(ipsec_PROGRAMS)'; test -n "$(ipsecdir)" || list=; \
  634: 	files=`for p in $$list; do echo "$$p"; done | \
  635: 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  636: 	      -e 's/$$/$(EXEEXT)/' \
  637: 	`; \
  638: 	test -n "$$list" || exit 0; \
  639: 	echo " ( cd '$(DESTDIR)$(ipsecdir)' && rm -f" $$files ")"; \
  640: 	cd "$(DESTDIR)$(ipsecdir)" && rm -f $$files
  641: 
  642: clean-ipsecPROGRAMS:
  643: 	@list='$(ipsec_PROGRAMS)'; test -n "$$list" || exit 0; \
  644: 	echo " rm -f" $$list; \
  645: 	rm -f $$list || exit $$?; \
  646: 	test -n "$(EXEEXT)" || exit 0; \
  647: 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  648: 	echo " rm -f" $$list; \
  649: 	rm -f $$list
  650: 
  651: starter$(EXEEXT): $(starter_OBJECTS) $(starter_DEPENDENCIES) $(EXTRA_starter_DEPENDENCIES) 
  652: 	@rm -f starter$(EXEEXT)
  653: 	$(AM_V_CCLD)$(LINK) $(starter_OBJECTS) $(starter_LDADD) $(LIBS)
  654: 
  655: mostlyclean-compile:
  656: 	-rm -f *.$(OBJEXT)
  657: 	-rm -f parser/*.$(OBJEXT)
  658: 	-rm -f parser/*.lo
  659: 
  660: distclean-compile:
  661: 	-rm -f *.tab.c
  662: 
  663: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/args.Po@am__quote@
  664: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp.Po@am__quote@
  665: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/confread.Po@am__quote@
  666: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/invokecharon.Po@am__quote@
  667: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keywords.Po@am__quote@
  668: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/starter.Po@am__quote@
  669: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/starterstroke.Po@am__quote@
  670: @AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/conf_parser.Plo@am__quote@
  671: @AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/lexer.Plo@am__quote@
  672: @AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/parser.Plo@am__quote@
  673: 
  674: .c.o:
  675: @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  676: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  677: @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
  678: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  679: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  680: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  681: 
  682: .c.obj:
  683: @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  684: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  685: @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
  686: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  687: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  688: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  689: 
  690: .c.lo:
  691: @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  692: @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  693: @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
  694: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  695: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  696: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  697: 
  698: .l.c:
  699: 	$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
  700: 
  701: .y.c:
  702: 	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
  703: 
  704: mostlyclean-libtool:
  705: 	-rm -f *.lo
  706: 
  707: clean-libtool:
  708: 	-rm -rf .libs _libs
  709: 	-rm -rf parser/.libs parser/_libs
  710: 
  711: # This directory's subdirectories are mostly independent; you can cd
  712: # into them and run 'make' without going through this Makefile.
  713: # To change the values of 'make' variables: instead of editing Makefiles,
  714: # (1) if the variable is set in 'config.status', edit 'config.status'
  715: #     (which will cause the Makefiles to be regenerated when you run 'make');
  716: # (2) otherwise, pass the desired values on the 'make' command line.
  717: $(am__recursive_targets):
  718: 	@fail=; \
  719: 	if $(am__make_keepgoing); then \
  720: 	  failcom='fail=yes'; \
  721: 	else \
  722: 	  failcom='exit 1'; \
  723: 	fi; \
  724: 	dot_seen=no; \
  725: 	target=`echo $@ | sed s/-recursive//`; \
  726: 	case "$@" in \
  727: 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  728: 	  *) list='$(SUBDIRS)' ;; \
  729: 	esac; \
  730: 	for subdir in $$list; do \
  731: 	  echo "Making $$target in $$subdir"; \
  732: 	  if test "$$subdir" = "."; then \
  733: 	    dot_seen=yes; \
  734: 	    local_target="$$target-am"; \
  735: 	  else \
  736: 	    local_target="$$target"; \
  737: 	  fi; \
  738: 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  739: 	  || eval $$failcom; \
  740: 	done; \
  741: 	if test "$$dot_seen" = "no"; then \
  742: 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  743: 	fi; test -z "$$fail"
  744: 
  745: ID: $(am__tagged_files)
  746: 	$(am__define_uniq_tagged_files); mkid -fID $$unique
  747: tags: tags-recursive
  748: TAGS: tags
  749: 
  750: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  751: 	set x; \
  752: 	here=`pwd`; \
  753: 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  754: 	  include_option=--etags-include; \
  755: 	  empty_fix=.; \
  756: 	else \
  757: 	  include_option=--include; \
  758: 	  empty_fix=; \
  759: 	fi; \
  760: 	list='$(SUBDIRS)'; for subdir in $$list; do \
  761: 	  if test "$$subdir" = .; then :; else \
  762: 	    test ! -f $$subdir/TAGS || \
  763: 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  764: 	  fi; \
  765: 	done; \
  766: 	$(am__define_uniq_tagged_files); \
  767: 	shift; \
  768: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  769: 	  test -n "$$unique" || unique=$$empty_fix; \
  770: 	  if test $$# -gt 0; then \
  771: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  772: 	      "$$@" $$unique; \
  773: 	  else \
  774: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  775: 	      $$unique; \
  776: 	  fi; \
  777: 	fi
  778: ctags: ctags-recursive
  779: 
  780: CTAGS: ctags
  781: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  782: 	$(am__define_uniq_tagged_files); \
  783: 	test -z "$(CTAGS_ARGS)$$unique" \
  784: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  785: 	     $$unique
  786: 
  787: GTAGS:
  788: 	here=`$(am__cd) $(top_builddir) && pwd` \
  789: 	  && $(am__cd) $(top_srcdir) \
  790: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  791: cscopelist: cscopelist-recursive
  792: 
  793: cscopelist-am: $(am__tagged_files)
  794: 	list='$(am__tagged_files)'; \
  795: 	case "$(srcdir)" in \
  796: 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  797: 	  *) sdir=$(subdir)/$(srcdir) ;; \
  798: 	esac; \
  799: 	for i in $$list; do \
  800: 	  if test -f "$$i"; then \
  801: 	    echo "$(subdir)/$$i"; \
  802: 	  else \
  803: 	    echo "$$sdir/$$i"; \
  804: 	  fi; \
  805: 	done >> $(top_builddir)/cscope.files
  806: 
  807: distclean-tags:
  808: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  809: 
  810: distdir: $(DISTFILES)
  811: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  812: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  813: 	list='$(DISTFILES)'; \
  814: 	  dist_files=`for file in $$list; do echo $$file; done | \
  815: 	  sed -e "s|^$$srcdirstrip/||;t" \
  816: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  817: 	case $$dist_files in \
  818: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  819: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  820: 			   sort -u` ;; \
  821: 	esac; \
  822: 	for file in $$dist_files; do \
  823: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  824: 	  if test -d $$d/$$file; then \
  825: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  826: 	    if test -d "$(distdir)/$$file"; then \
  827: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  828: 	    fi; \
  829: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  830: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  831: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  832: 	    fi; \
  833: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  834: 	  else \
  835: 	    test -f "$(distdir)/$$file" \
  836: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  837: 	    || exit 1; \
  838: 	  fi; \
  839: 	done
  840: 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  841: 	  if test "$$subdir" = .; then :; else \
  842: 	    $(am__make_dryrun) \
  843: 	      || test -d "$(distdir)/$$subdir" \
  844: 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
  845: 	      || exit 1; \
  846: 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  847: 	    $(am__relativize); \
  848: 	    new_distdir=$$reldir; \
  849: 	    dir1=$$subdir; dir2="$(top_distdir)"; \
  850: 	    $(am__relativize); \
  851: 	    new_top_distdir=$$reldir; \
  852: 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  853: 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  854: 	    ($(am__cd) $$subdir && \
  855: 	      $(MAKE) $(AM_MAKEFLAGS) \
  856: 	        top_distdir="$$new_top_distdir" \
  857: 	        distdir="$$new_distdir" \
  858: 		am__remove_distdir=: \
  859: 		am__skip_length_check=: \
  860: 		am__skip_mode_fix=: \
  861: 	        distdir) \
  862: 	      || exit 1; \
  863: 	  fi; \
  864: 	done
  865: check-am: all-am
  866: check: $(BUILT_SOURCES)
  867: 	$(MAKE) $(AM_MAKEFLAGS) check-recursive
  868: all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
  869: installdirs: installdirs-recursive
  870: installdirs-am:
  871: 	for dir in "$(DESTDIR)$(ipsecdir)"; do \
  872: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  873: 	done
  874: install: $(BUILT_SOURCES)
  875: 	$(MAKE) $(AM_MAKEFLAGS) install-recursive
  876: install-exec: install-exec-recursive
  877: install-data: install-data-recursive
  878: uninstall: uninstall-recursive
  879: 
  880: install-am: all-am
  881: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  882: 
  883: installcheck: installcheck-recursive
  884: install-strip:
  885: 	if test -z '$(STRIP)'; then \
  886: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  887: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  888: 	      install; \
  889: 	else \
  890: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  891: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  892: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  893: 	fi
  894: mostlyclean-generic:
  895: 
  896: clean-generic:
  897: 
  898: distclean-generic:
  899: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  900: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  901: 	-rm -f parser/$(DEPDIR)/$(am__dirstamp)
  902: 	-rm -f parser/$(am__dirstamp)
  903: 
  904: maintainer-clean-generic:
  905: 	@echo "This command is intended for maintainers to use"
  906: 	@echo "it deletes files that may require special tools to rebuild."
  907: 	-rm -f parser/lexer.c
  908: 	-rm -f parser/parser.c
  909: 	-rm -f parser/parser.h
  910: 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  911: 	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  912: clean: clean-recursive
  913: 
  914: clean-am: clean-generic clean-ipsecPROGRAMS clean-libtool \
  915: 	clean-noinstLTLIBRARIES mostlyclean-am
  916: 
  917: distclean: distclean-recursive
  918: 	-rm -rf ./$(DEPDIR) parser/$(DEPDIR)
  919: 	-rm -f Makefile
  920: distclean-am: clean-am distclean-compile distclean-generic \
  921: 	distclean-tags
  922: 
  923: dvi: dvi-recursive
  924: 
  925: dvi-am:
  926: 
  927: html: html-recursive
  928: 
  929: html-am:
  930: 
  931: info: info-recursive
  932: 
  933: info-am:
  934: 
  935: install-data-am: install-ipsecPROGRAMS
  936: 
  937: install-dvi: install-dvi-recursive
  938: 
  939: install-dvi-am:
  940: 
  941: install-exec-am: install-exec-local
  942: 
  943: install-html: install-html-recursive
  944: 
  945: install-html-am:
  946: 
  947: install-info: install-info-recursive
  948: 
  949: install-info-am:
  950: 
  951: install-man:
  952: 
  953: install-pdf: install-pdf-recursive
  954: 
  955: install-pdf-am:
  956: 
  957: install-ps: install-ps-recursive
  958: 
  959: install-ps-am:
  960: 
  961: installcheck-am:
  962: 
  963: maintainer-clean: maintainer-clean-recursive
  964: 	-rm -rf ./$(DEPDIR) parser/$(DEPDIR)
  965: 	-rm -f Makefile
  966: maintainer-clean-am: distclean-am maintainer-clean-generic
  967: 
  968: mostlyclean: mostlyclean-recursive
  969: 
  970: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  971: 	mostlyclean-libtool
  972: 
  973: pdf: pdf-recursive
  974: 
  975: pdf-am:
  976: 
  977: ps: ps-recursive
  978: 
  979: ps-am:
  980: 
  981: uninstall-am: uninstall-ipsecPROGRAMS
  982: 
  983: .MAKE: $(am__recursive_targets) all check install install-am \
  984: 	install-strip
  985: 
  986: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  987: 	check-am clean clean-generic clean-ipsecPROGRAMS clean-libtool \
  988: 	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
  989: 	distclean-compile distclean-generic distclean-libtool \
  990: 	distclean-tags distdir dvi dvi-am html html-am info info-am \
  991: 	install install-am install-data install-data-am install-dvi \
  992: 	install-dvi-am install-exec install-exec-am install-exec-local \
  993: 	install-html install-html-am install-info install-info-am \
  994: 	install-ipsecPROGRAMS install-man install-pdf install-pdf-am \
  995: 	install-ps install-ps-am install-strip installcheck \
  996: 	installcheck-am installdirs installdirs-am maintainer-clean \
  997: 	maintainer-clean-generic mostlyclean mostlyclean-compile \
  998: 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  999: 	tags tags-am uninstall uninstall-am uninstall-ipsecPROGRAMS
 1000: 
 1001: .PRECIOUS: Makefile
 1002: 
 1003: 
 1004: keywords.h: $(srcdir)/keywords.h.in
 1005: 		$(AM_V_GEN) \
 1006: 		sed \
 1007: 		-e "s:\@GPERF_LEN_TYPE\@:$(GPERF_LEN_TYPE):" \
 1008: 		$(srcdir)/keywords.h.in > $@
 1009: 
 1010: keywords.c:	$(srcdir)/keywords.txt keywords.h
 1011: 		$(AM_V_GEN) \
 1012: 		$(GPERF) -m 10 -C -G -D -t \
 1013: 			--output-file=$@ $(srcdir)/keywords.txt
 1014: 
 1015: install-exec-local :
 1016: 		test -e "$(DESTDIR)${sysconfdir}/ipsec.d" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d" || true
 1017: 		test -e "$(DESTDIR)${sysconfdir}/ipsec.d/cacerts" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/cacerts" || true
 1018: 		test -e "$(DESTDIR)${sysconfdir}/ipsec.d/ocspcerts" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/ocspcerts" || true
 1019: 		test -e "$(DESTDIR)${sysconfdir}/ipsec.d/certs" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/certs" || true
 1020: 		test -e "$(DESTDIR)${sysconfdir}/ipsec.d/acerts" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/acerts" || true
 1021: 		test -e "$(DESTDIR)${sysconfdir}/ipsec.d/aacerts" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/aacerts" || true
 1022: 		test -e "$(DESTDIR)${sysconfdir}/ipsec.d/crls" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/crls" || true
 1023: 		test -e "$(DESTDIR)${sysconfdir}/ipsec.d/reqs" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/reqs" || true
 1024: 		test -e "$(DESTDIR)${sysconfdir}/ipsec.d/private" || $(INSTALL) -d -m 750 "$(DESTDIR)$(sysconfdir)/ipsec.d/private" || true
 1025: 		test -e "$(DESTDIR)$(sysconfdir)/ipsec.conf" || $(INSTALL) -m 644 $(srcdir)/ipsec.conf $(DESTDIR)$(sysconfdir)/ipsec.conf.sample || true
 1026: 		test -e "$(DESTDIR)$(sysconfdir)/ipsec.secrets" || $(INSTALL) -m 600 $(srcdir)/ipsec.secrets $(DESTDIR)$(sysconfdir)/ipsec.secrets.sample || true
 1027: 
 1028: # Tell versions [3.59,3.63) of GNU make to not export all variables.
 1029: # Otherwise a system limit (for SysV at least) may be exceeded.
 1030: .NOEXPORT:

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