Annotation of embedaddon/strongswan/init/systemd-starter/Makefile.in, revision 1.1.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 = init/systemd-starter
                     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 =
                    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: am__installdirs = "$(DESTDIR)$(systemdsystemunitdir)"
                    157: DATA = $(systemdsystemunit_DATA)
                    158: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    159: am__DIST_COMMON = $(srcdir)/Makefile.in
                    160: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    161: ACLOCAL = @ACLOCAL@
                    162: ALLOCA = @ALLOCA@
                    163: AMTAR = @AMTAR@
                    164: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
                    165: AR = @AR@
                    166: ATOMICLIB = @ATOMICLIB@
                    167: AUTOCONF = @AUTOCONF@
                    168: AUTOHEADER = @AUTOHEADER@
                    169: AUTOMAKE = @AUTOMAKE@
                    170: AWK = @AWK@
                    171: BFDLIB = @BFDLIB@
                    172: BTLIB = @BTLIB@
                    173: CC = @CC@
                    174: CCDEPMODE = @CCDEPMODE@
                    175: CFLAGS = @CFLAGS@
                    176: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
                    177: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
                    178: CPP = @CPP@
                    179: CPPFLAGS = @CPPFLAGS@
                    180: CYGPATH_W = @CYGPATH_W@
                    181: DEFS = @DEFS@
                    182: DEPDIR = @DEPDIR@
                    183: DLLIB = @DLLIB@
                    184: DLLTOOL = @DLLTOOL@
                    185: DSYMUTIL = @DSYMUTIL@
                    186: DUMPBIN = @DUMPBIN@
                    187: EASY_INSTALL = @EASY_INSTALL@
                    188: ECHO_C = @ECHO_C@
                    189: ECHO_N = @ECHO_N@
                    190: ECHO_T = @ECHO_T@
                    191: EGREP = @EGREP@
                    192: EXEEXT = @EXEEXT@
                    193: FGREP = @FGREP@
                    194: FUZZING_CFLAGS = @FUZZING_CFLAGS@
                    195: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
                    196: GEM = @GEM@
                    197: GENHTML = @GENHTML@
                    198: GPERF = @GPERF@
                    199: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
                    200: GPRBUILD = @GPRBUILD@
                    201: GREP = @GREP@
                    202: INSTALL = @INSTALL@
                    203: INSTALL_DATA = @INSTALL_DATA@
                    204: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    205: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    206: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    207: LCOV = @LCOV@
                    208: LD = @LD@
                    209: LDFLAGS = @LDFLAGS@
                    210: LEX = @LEX@
                    211: LEXLIB = @LEXLIB@
                    212: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
                    213: LIBOBJS = @LIBOBJS@
                    214: LIBS = @LIBS@
                    215: LIBTOOL = @LIBTOOL@
                    216: LIPO = @LIPO@
                    217: LN_S = @LN_S@
                    218: LTLIBOBJS = @LTLIBOBJS@
                    219: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
                    220: MAKEINFO = @MAKEINFO@
                    221: MANIFEST_TOOL = @MANIFEST_TOOL@
                    222: MKDIR_P = @MKDIR_P@
                    223: MYSQLCFLAG = @MYSQLCFLAG@
                    224: MYSQLCONFIG = @MYSQLCONFIG@
                    225: MYSQLLIB = @MYSQLLIB@
                    226: NM = @NM@
                    227: NMEDIT = @NMEDIT@
                    228: OBJDUMP = @OBJDUMP@
                    229: OBJEXT = @OBJEXT@
                    230: OPENSSL_LIB = @OPENSSL_LIB@
                    231: OTOOL = @OTOOL@
                    232: OTOOL64 = @OTOOL64@
                    233: PACKAGE = @PACKAGE@
                    234: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    235: PACKAGE_NAME = @PACKAGE_NAME@
                    236: PACKAGE_STRING = @PACKAGE_STRING@
                    237: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    238: PACKAGE_URL = @PACKAGE_URL@
                    239: PACKAGE_VERSION = @PACKAGE_VERSION@
                    240: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
                    241: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
                    242: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
                    243: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
                    244: PATH_SEPARATOR = @PATH_SEPARATOR@
                    245: PERL = @PERL@
                    246: PKG_CONFIG = @PKG_CONFIG@
                    247: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
                    248: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
                    249: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
                    250: PTHREADLIB = @PTHREADLIB@
                    251: PYTHON = @PYTHON@
                    252: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
                    253: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
                    254: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
                    255: PYTHON_PLATFORM = @PYTHON_PLATFORM@
                    256: PYTHON_PREFIX = @PYTHON_PREFIX@
                    257: PYTHON_VERSION = @PYTHON_VERSION@
                    258: PY_TEST = @PY_TEST@
                    259: RANLIB = @RANLIB@
                    260: RTLIB = @RTLIB@
                    261: RUBYGEMDIR = @RUBYGEMDIR@
                    262: SED = @SED@
                    263: SET_MAKE = @SET_MAKE@
                    264: SHELL = @SHELL@
                    265: SOCKLIB = @SOCKLIB@
                    266: STRIP = @STRIP@
                    267: TOX = @TOX@
                    268: UNWINDLIB = @UNWINDLIB@
                    269: VERSION = @VERSION@
                    270: YACC = @YACC@
                    271: YFLAGS = @YFLAGS@
                    272: abs_builddir = @abs_builddir@
                    273: abs_srcdir = @abs_srcdir@
                    274: abs_top_builddir = @abs_top_builddir@
                    275: abs_top_srcdir = @abs_top_srcdir@
                    276: ac_ct_AR = @ac_ct_AR@
                    277: ac_ct_CC = @ac_ct_CC@
                    278: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    279: aikgen_plugins = @aikgen_plugins@
                    280: am__include = @am__include@
                    281: am__leading_dot = @am__leading_dot@
                    282: am__quote = @am__quote@
                    283: am__tar = @am__tar@
                    284: am__untar = @am__untar@
                    285: attest_plugins = @attest_plugins@
                    286: bindir = @bindir@
                    287: botan_CFLAGS = @botan_CFLAGS@
                    288: botan_LIBS = @botan_LIBS@
                    289: build = @build@
                    290: build_alias = @build_alias@
                    291: build_cpu = @build_cpu@
                    292: build_os = @build_os@
                    293: build_vendor = @build_vendor@
                    294: builddir = @builddir@
                    295: c_plugins = @c_plugins@
                    296: charon_natt_port = @charon_natt_port@
                    297: charon_plugins = @charon_plugins@
                    298: charon_udp_port = @charon_udp_port@
                    299: clearsilver_LIBS = @clearsilver_LIBS@
                    300: cmd_plugins = @cmd_plugins@
                    301: datadir = @datadir@
                    302: datarootdir = @datarootdir@
                    303: dbusdatadir = @dbusdatadir@
                    304: dbuspolicydir = @dbuspolicydir@
                    305: dev_headers = @dev_headers@
                    306: docdir = @docdir@
                    307: dvidir = @dvidir@
                    308: exec_prefix = @exec_prefix@
                    309: fips_mode = @fips_mode@
                    310: fuzz_plugins = @fuzz_plugins@
                    311: host = @host@
                    312: host_alias = @host_alias@
                    313: host_cpu = @host_cpu@
                    314: host_os = @host_os@
                    315: host_vendor = @host_vendor@
                    316: htmldir = @htmldir@
                    317: imcvdir = @imcvdir@
                    318: includedir = @includedir@
                    319: infodir = @infodir@
                    320: install_sh = @install_sh@
                    321: ipsec_script = @ipsec_script@
                    322: ipsec_script_upper = @ipsec_script_upper@
                    323: ipsecdir = @ipsecdir@
                    324: ipsecgroup = @ipsecgroup@
                    325: ipseclibdir = @ipseclibdir@
                    326: ipsecuser = @ipsecuser@
                    327: json_CFLAGS = @json_CFLAGS@
                    328: json_LIBS = @json_LIBS@
                    329: libdir = @libdir@
                    330: libexecdir = @libexecdir@
                    331: libfuzzer = @libfuzzer@
                    332: libiptc_CFLAGS = @libiptc_CFLAGS@
                    333: libiptc_LIBS = @libiptc_LIBS@
                    334: linux_headers = @linux_headers@
                    335: localedir = @localedir@
                    336: localstatedir = @localstatedir@
                    337: manager_plugins = @manager_plugins@
                    338: mandir = @mandir@
                    339: medsrv_plugins = @medsrv_plugins@
                    340: mkdir_p = @mkdir_p@
                    341: nm_CFLAGS = @nm_CFLAGS@
                    342: nm_LIBS = @nm_LIBS@
                    343: nm_ca_dir = @nm_ca_dir@
                    344: nm_plugins = @nm_plugins@
                    345: oldincludedir = @oldincludedir@
                    346: p_plugins = @p_plugins@
                    347: pcsclite_CFLAGS = @pcsclite_CFLAGS@
                    348: pcsclite_LIBS = @pcsclite_LIBS@
                    349: pdfdir = @pdfdir@
                    350: piddir = @piddir@
                    351: pkgpyexecdir = @pkgpyexecdir@
                    352: pkgpythondir = @pkgpythondir@
                    353: pki_plugins = @pki_plugins@
                    354: plugindir = @plugindir@
                    355: pool_plugins = @pool_plugins@
                    356: prefix = @prefix@
                    357: program_transform_name = @program_transform_name@
                    358: psdir = @psdir@
                    359: pyexecdir = @pyexecdir@
                    360: pythondir = @pythondir@
                    361: random_device = @random_device@
                    362: resolv_conf = @resolv_conf@
                    363: routing_table = @routing_table@
                    364: routing_table_prio = @routing_table_prio@
                    365: runstatedir = @runstatedir@
                    366: s_plugins = @s_plugins@
                    367: sbindir = @sbindir@
                    368: scepclient_plugins = @scepclient_plugins@
                    369: scripts_plugins = @scripts_plugins@
                    370: sharedstatedir = @sharedstatedir@
                    371: soup_CFLAGS = @soup_CFLAGS@
                    372: soup_LIBS = @soup_LIBS@
                    373: srcdir = @srcdir@
                    374: starter_plugins = @starter_plugins@
                    375: strongswan_conf = @strongswan_conf@
                    376: strongswan_options = @strongswan_options@
                    377: swanctldir = @swanctldir@
                    378: sysconfdir = @sysconfdir@
                    379: systemd_CFLAGS = @systemd_CFLAGS@
                    380: systemd_LIBS = @systemd_LIBS@
                    381: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
                    382: systemd_daemon_LIBS = @systemd_daemon_LIBS@
                    383: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
                    384: systemd_journal_LIBS = @systemd_journal_LIBS@
                    385: systemdsystemunitdir = @systemdsystemunitdir@
                    386: t_plugins = @t_plugins@
                    387: target_alias = @target_alias@
                    388: top_build_prefix = @top_build_prefix@
                    389: top_builddir = @top_builddir@
                    390: top_srcdir = @top_srcdir@
                    391: tss2_CFLAGS = @tss2_CFLAGS@
                    392: tss2_LIBS = @tss2_LIBS@
                    393: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
                    394: tss2_esys_LIBS = @tss2_esys_LIBS@
                    395: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
                    396: tss2_socket_LIBS = @tss2_socket_LIBS@
                    397: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
                    398: tss2_sys_LIBS = @tss2_sys_LIBS@
                    399: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
                    400: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
                    401: urandom_device = @urandom_device@
                    402: wolfssl_CFLAGS = @wolfssl_CFLAGS@
                    403: wolfssl_LIBS = @wolfssl_LIBS@
                    404: xml_CFLAGS = @xml_CFLAGS@
                    405: xml_LIBS = @xml_LIBS@
                    406: EXTRA_DIST = strongswan-starter.service.in
                    407: CLEANFILES = strongswan-starter.service
                    408: systemdsystemunit_DATA = strongswan-starter.service
                    409: all: all-am
                    410: 
                    411: .SUFFIXES:
                    412: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    413:        @for dep in $?; do \
                    414:          case '$(am__configure_deps)' in \
                    415:            *$$dep*) \
                    416:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    417:                && { if test -f $@; then exit 0; else break; fi; }; \
                    418:              exit 1;; \
                    419:          esac; \
                    420:        done; \
                    421:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu init/systemd-starter/Makefile'; \
                    422:        $(am__cd) $(top_srcdir) && \
                    423:          $(AUTOMAKE) --gnu init/systemd-starter/Makefile
                    424: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    425:        @case '$?' in \
                    426:          *config.status*) \
                    427:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    428:          *) \
                    429:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    430:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    431:        esac;
                    432: 
                    433: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    434:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    435: 
                    436: $(top_srcdir)/configure:  $(am__configure_deps)
                    437:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    438: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    439:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    440: $(am__aclocal_m4_deps):
                    441: 
                    442: mostlyclean-libtool:
                    443:        -rm -f *.lo
                    444: 
                    445: clean-libtool:
                    446:        -rm -rf .libs _libs
                    447: install-systemdsystemunitDATA: $(systemdsystemunit_DATA)
                    448:        @$(NORMAL_INSTALL)
                    449:        @list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
                    450:        if test -n "$$list"; then \
                    451:          echo " $(MKDIR_P) '$(DESTDIR)$(systemdsystemunitdir)'"; \
                    452:          $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" || exit 1; \
                    453:        fi; \
                    454:        for p in $$list; do \
                    455:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    456:          echo "$$d$$p"; \
                    457:        done | $(am__base_list) | \
                    458:        while read files; do \
                    459:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdsystemunitdir)'"; \
                    460:          $(INSTALL_DATA) $$files "$(DESTDIR)$(systemdsystemunitdir)" || exit $$?; \
                    461:        done
                    462: 
                    463: uninstall-systemdsystemunitDATA:
                    464:        @$(NORMAL_UNINSTALL)
                    465:        @list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
                    466:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
                    467:        dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
                    468: tags TAGS:
                    469: 
                    470: ctags CTAGS:
                    471: 
                    472: cscope cscopelist:
                    473: 
                    474: 
                    475: distdir: $(DISTFILES)
                    476:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    477:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    478:        list='$(DISTFILES)'; \
                    479:          dist_files=`for file in $$list; do echo $$file; done | \
                    480:          sed -e "s|^$$srcdirstrip/||;t" \
                    481:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    482:        case $$dist_files in \
                    483:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    484:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    485:                           sort -u` ;; \
                    486:        esac; \
                    487:        for file in $$dist_files; do \
                    488:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    489:          if test -d $$d/$$file; then \
                    490:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    491:            if test -d "$(distdir)/$$file"; then \
                    492:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    493:            fi; \
                    494:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    495:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    496:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    497:            fi; \
                    498:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    499:          else \
                    500:            test -f "$(distdir)/$$file" \
                    501:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    502:            || exit 1; \
                    503:          fi; \
                    504:        done
                    505: check-am: all-am
                    506: check: check-am
                    507: all-am: Makefile $(DATA)
                    508: installdirs:
                    509:        for dir in "$(DESTDIR)$(systemdsystemunitdir)"; do \
                    510:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    511:        done
                    512: install: install-am
                    513: install-exec: install-exec-am
                    514: install-data: install-data-am
                    515: uninstall: uninstall-am
                    516: 
                    517: install-am: all-am
                    518:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    519: 
                    520: installcheck: installcheck-am
                    521: install-strip:
                    522:        if test -z '$(STRIP)'; then \
                    523:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    524:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    525:              install; \
                    526:        else \
                    527:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    528:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    529:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    530:        fi
                    531: mostlyclean-generic:
                    532: 
                    533: clean-generic:
                    534:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    535: 
                    536: distclean-generic:
                    537:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    538:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    539: 
                    540: maintainer-clean-generic:
                    541:        @echo "This command is intended for maintainers to use"
                    542:        @echo "it deletes files that may require special tools to rebuild."
                    543: clean: clean-am
                    544: 
                    545: clean-am: clean-generic clean-libtool mostlyclean-am
                    546: 
                    547: distclean: distclean-am
                    548:        -rm -f Makefile
                    549: distclean-am: clean-am distclean-generic
                    550: 
                    551: dvi: dvi-am
                    552: 
                    553: dvi-am:
                    554: 
                    555: html: html-am
                    556: 
                    557: html-am:
                    558: 
                    559: info: info-am
                    560: 
                    561: info-am:
                    562: 
                    563: install-data-am: install-systemdsystemunitDATA
                    564: 
                    565: install-dvi: install-dvi-am
                    566: 
                    567: install-dvi-am:
                    568: 
                    569: install-exec-am:
                    570: 
                    571: install-html: install-html-am
                    572: 
                    573: install-html-am:
                    574: 
                    575: install-info: install-info-am
                    576: 
                    577: install-info-am:
                    578: 
                    579: install-man:
                    580: 
                    581: install-pdf: install-pdf-am
                    582: 
                    583: install-pdf-am:
                    584: 
                    585: install-ps: install-ps-am
                    586: 
                    587: install-ps-am:
                    588: 
                    589: installcheck-am:
                    590: 
                    591: maintainer-clean: maintainer-clean-am
                    592:        -rm -f Makefile
                    593: maintainer-clean-am: distclean-am maintainer-clean-generic
                    594: 
                    595: mostlyclean: mostlyclean-am
                    596: 
                    597: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    598: 
                    599: pdf: pdf-am
                    600: 
                    601: pdf-am:
                    602: 
                    603: ps: ps-am
                    604: 
                    605: ps-am:
                    606: 
                    607: uninstall-am: uninstall-systemdsystemunitDATA
                    608: 
                    609: .MAKE: install-am install-strip
                    610: 
                    611: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
                    612:        cscopelist-am ctags-am distclean distclean-generic \
                    613:        distclean-libtool distdir dvi dvi-am html html-am info info-am \
                    614:        install install-am install-data install-data-am install-dvi \
                    615:        install-dvi-am install-exec install-exec-am install-html \
                    616:        install-html-am install-info install-info-am install-man \
                    617:        install-pdf install-pdf-am install-ps install-ps-am \
                    618:        install-strip install-systemdsystemunitDATA installcheck \
                    619:        installcheck-am installdirs maintainer-clean \
                    620:        maintainer-clean-generic mostlyclean mostlyclean-generic \
                    621:        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
                    622:        uninstall-am uninstall-systemdsystemunitDATA
                    623: 
                    624: .PRECIOUS: Makefile
                    625: 
                    626: 
                    627: strongswan-starter.service : strongswan-starter.service.in
                    628:        $(AM_V_GEN) \
                    629:        sed \
                    630:        -e "s:@SBINDIR@:$(sbindir):" \
                    631:        -e "s:@IPSEC_SCRIPT@:$(ipsec_script):" \
                    632:        $(srcdir)/$@.in > $@
                    633: 
                    634: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    635: # Otherwise a system limit (for SysV at least) may be exceeded.
                    636: .NOEXPORT:

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