Annotation of embedaddon/strongswan/init/Makefile.in, revision 1.1.1.2

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: VPATH = @srcdir@
                     17: am__is_gnu_make = { \
                     18:   if test -z '$(MAKELEVEL)'; then \
                     19:     false; \
                     20:   elif test -n '$(MAKE_HOST)'; then \
                     21:     true; \
                     22:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
                     23:     true; \
                     24:   else \
                     25:     false; \
                     26:   fi; \
                     27: }
                     28: am__make_running_with_option = \
                     29:   case $${target_option-} in \
                     30:       ?) ;; \
                     31:       *) echo "am__make_running_with_option: internal error: invalid" \
                     32:               "target option '$${target_option-}' specified" >&2; \
                     33:          exit 1;; \
                     34:   esac; \
                     35:   has_opt=no; \
                     36:   sane_makeflags=$$MAKEFLAGS; \
                     37:   if $(am__is_gnu_make); then \
                     38:     sane_makeflags=$$MFLAGS; \
                     39:   else \
                     40:     case $$MAKEFLAGS in \
                     41:       *\\[\ \  ]*) \
                     42:         bs=\\; \
                     43:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     44:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     45:     esac; \
                     46:   fi; \
                     47:   skip_next=no; \
                     48:   strip_trailopt () \
                     49:   { \
                     50:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     51:   }; \
                     52:   for flg in $$sane_makeflags; do \
                     53:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     54:     case $$flg in \
                     55:       *=*|--*) continue;; \
                     56:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     57:       -*I?*) strip_trailopt 'I';; \
                     58:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     59:       -*O?*) strip_trailopt 'O';; \
                     60:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     61:       -*l?*) strip_trailopt 'l';; \
                     62:       -[dEDm]) skip_next=yes;; \
                     63:       -[JT]) skip_next=yes;; \
                     64:     esac; \
                     65:     case $$flg in \
                     66:       *$$target_option*) has_opt=yes; break;; \
                     67:     esac; \
                     68:   done; \
                     69:   test $$has_opt = yes
                     70: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     71: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
                     72: pkgdatadir = $(datadir)/@PACKAGE@
                     73: pkgincludedir = $(includedir)/@PACKAGE@
                     74: pkglibdir = $(libdir)/@PACKAGE@
                     75: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     76: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     77: install_sh_DATA = $(install_sh) -c -m 644
                     78: install_sh_PROGRAM = $(install_sh) -c
                     79: install_sh_SCRIPT = $(install_sh) -c
                     80: INSTALL_HEADER = $(INSTALL_DATA)
                     81: transform = $(program_transform_name)
                     82: NORMAL_INSTALL = :
                     83: PRE_INSTALL = :
                     84: POST_INSTALL = :
                     85: NORMAL_UNINSTALL = :
                     86: PRE_UNINSTALL = :
                     87: POST_UNINSTALL = :
                     88: build_triplet = @build@
                     89: host_triplet = @host@
                     90: @USE_CHARON_TRUE@@USE_LEGACY_SYSTEMD_TRUE@am__append_1 = systemd-starter
                     91: @USE_SWANCTL_TRUE@@USE_SYSTEMD_TRUE@am__append_2 = systemd
                     92: subdir = init
                     93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     94: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
                     95:        $(top_srcdir)/m4/config/ltoptions.m4 \
                     96:        $(top_srcdir)/m4/config/ltsugar.m4 \
                     97:        $(top_srcdir)/m4/config/ltversion.m4 \
                     98:        $(top_srcdir)/m4/config/lt~obsolete.m4 \
                     99:        $(top_srcdir)/m4/macros/split-package-version.m4 \
                    100:        $(top_srcdir)/m4/macros/with.m4 \
                    101:        $(top_srcdir)/m4/macros/enable-disable.m4 \
                    102:        $(top_srcdir)/m4/macros/add-plugin.m4 \
                    103:        $(top_srcdir)/configure.ac
                    104: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    105:        $(ACLOCAL_M4)
                    106: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
                    107: mkinstalldirs = $(install_sh) -d
                    108: CONFIG_HEADER = $(top_builddir)/config.h
                    109: CONFIG_CLEAN_FILES =
                    110: CONFIG_CLEAN_VPATH_FILES =
                    111: AM_V_P = $(am__v_P_@AM_V@)
                    112: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    113: am__v_P_0 = false
                    114: am__v_P_1 = :
                    115: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    116: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    117: am__v_GEN_0 = @echo "  GEN     " $@;
                    118: am__v_GEN_1 = 
                    119: AM_V_at = $(am__v_at_@AM_V@)
                    120: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    121: am__v_at_0 = @
                    122: am__v_at_1 = 
                    123: SOURCES =
                    124: DIST_SOURCES =
                    125: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
                    126:        ctags-recursive dvi-recursive html-recursive info-recursive \
                    127:        install-data-recursive install-dvi-recursive \
                    128:        install-exec-recursive install-html-recursive \
                    129:        install-info-recursive install-pdf-recursive \
                    130:        install-ps-recursive install-recursive installcheck-recursive \
                    131:        installdirs-recursive pdf-recursive ps-recursive \
                    132:        tags-recursive uninstall-recursive
                    133: am__can_run_installinfo = \
                    134:   case $$AM_UPDATE_INFO_DIR in \
                    135:     n|no|NO) false;; \
                    136:     *) (install-info --version) >/dev/null 2>&1;; \
                    137:   esac
                    138: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                    139:   distclean-recursive maintainer-clean-recursive
                    140: am__recursive_targets = \
                    141:   $(RECURSIVE_TARGETS) \
                    142:   $(RECURSIVE_CLEAN_TARGETS) \
                    143:   $(am__extra_recursive_targets)
                    144: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
                    145:        distdir
                    146: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    147: # Read a list of newline-separated strings from the standard input,
                    148: # and print each of them once, without duplicates.  Input order is
                    149: # *not* preserved.
                    150: am__uniquify_input = $(AWK) '\
                    151:   BEGIN { nonempty = 0; } \
                    152:   { items[$$0] = 1; nonempty = 1; } \
                    153:   END { if (nonempty) { for (i in items) print i; }; } \
                    154: '
                    155: # Make sure the list of sources is unique.  This is necessary because,
                    156: # e.g., the same source file might be shared among _SOURCES variables
                    157: # for different programs/libraries.
                    158: am__define_uniq_tagged_files = \
                    159:   list='$(am__tagged_files)'; \
                    160:   unique=`for i in $$list; do \
                    161:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    162:   done | $(am__uniquify_input)`
                    163: ETAGS = etags
                    164: CTAGS = ctags
                    165: DIST_SUBDIRS = systemd-starter systemd
                    166: am__DIST_COMMON = $(srcdir)/Makefile.in
                    167: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    168: am__relativize = \
                    169:   dir0=`pwd`; \
                    170:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                    171:   sed_rest='s,^[^/]*/*,,'; \
                    172:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                    173:   sed_butlast='s,/*[^/]*$$,,'; \
                    174:   while test -n "$$dir1"; do \
                    175:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                    176:     if test "$$first" != "."; then \
                    177:       if test "$$first" = ".."; then \
                    178:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                    179:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                    180:       else \
                    181:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                    182:         if test "$$first2" = "$$first"; then \
                    183:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                    184:         else \
                    185:           dir2="../$$dir2"; \
                    186:         fi; \
                    187:         dir0="$$dir0"/"$$first"; \
                    188:       fi; \
                    189:     fi; \
                    190:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                    191:   done; \
                    192:   reldir="$$dir2"
                    193: ACLOCAL = @ACLOCAL@
                    194: ALLOCA = @ALLOCA@
                    195: AMTAR = @AMTAR@
                    196: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
                    197: AR = @AR@
                    198: ATOMICLIB = @ATOMICLIB@
                    199: AUTOCONF = @AUTOCONF@
                    200: AUTOHEADER = @AUTOHEADER@
                    201: AUTOMAKE = @AUTOMAKE@
                    202: AWK = @AWK@
                    203: BFDLIB = @BFDLIB@
                    204: BTLIB = @BTLIB@
                    205: CC = @CC@
                    206: CCDEPMODE = @CCDEPMODE@
                    207: CFLAGS = @CFLAGS@
                    208: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
                    209: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
                    210: CPP = @CPP@
                    211: CPPFLAGS = @CPPFLAGS@
                    212: CYGPATH_W = @CYGPATH_W@
                    213: DEFS = @DEFS@
                    214: DEPDIR = @DEPDIR@
                    215: DLLIB = @DLLIB@
                    216: DLLTOOL = @DLLTOOL@
                    217: DSYMUTIL = @DSYMUTIL@
                    218: DUMPBIN = @DUMPBIN@
                    219: EASY_INSTALL = @EASY_INSTALL@
                    220: ECHO_C = @ECHO_C@
                    221: ECHO_N = @ECHO_N@
                    222: ECHO_T = @ECHO_T@
                    223: EGREP = @EGREP@
                    224: EXEEXT = @EXEEXT@
                    225: FGREP = @FGREP@
                    226: FUZZING_CFLAGS = @FUZZING_CFLAGS@
                    227: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
                    228: GEM = @GEM@
                    229: GENHTML = @GENHTML@
1.1.1.2 ! misho     230: GIT_VERSION = @GIT_VERSION@
1.1       misho     231: GPERF = @GPERF@
                    232: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
                    233: GPRBUILD = @GPRBUILD@
                    234: GREP = @GREP@
                    235: INSTALL = @INSTALL@
                    236: INSTALL_DATA = @INSTALL_DATA@
                    237: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    238: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    239: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    240: LCOV = @LCOV@
                    241: LD = @LD@
                    242: LDFLAGS = @LDFLAGS@
                    243: LEX = @LEX@
                    244: LEXLIB = @LEXLIB@
                    245: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
                    246: LIBOBJS = @LIBOBJS@
                    247: LIBS = @LIBS@
                    248: LIBTOOL = @LIBTOOL@
                    249: LIPO = @LIPO@
                    250: LN_S = @LN_S@
                    251: LTLIBOBJS = @LTLIBOBJS@
                    252: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
                    253: MAKEINFO = @MAKEINFO@
                    254: MANIFEST_TOOL = @MANIFEST_TOOL@
                    255: MKDIR_P = @MKDIR_P@
                    256: MYSQLCFLAG = @MYSQLCFLAG@
                    257: MYSQLCONFIG = @MYSQLCONFIG@
                    258: MYSQLLIB = @MYSQLLIB@
                    259: NM = @NM@
                    260: NMEDIT = @NMEDIT@
                    261: OBJDUMP = @OBJDUMP@
                    262: OBJEXT = @OBJEXT@
                    263: OPENSSL_LIB = @OPENSSL_LIB@
                    264: OTOOL = @OTOOL@
                    265: OTOOL64 = @OTOOL64@
                    266: PACKAGE = @PACKAGE@
                    267: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    268: PACKAGE_NAME = @PACKAGE_NAME@
                    269: PACKAGE_STRING = @PACKAGE_STRING@
                    270: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    271: PACKAGE_URL = @PACKAGE_URL@
                    272: PACKAGE_VERSION = @PACKAGE_VERSION@
                    273: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
                    274: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
                    275: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
                    276: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
                    277: PATH_SEPARATOR = @PATH_SEPARATOR@
                    278: PERL = @PERL@
                    279: PKG_CONFIG = @PKG_CONFIG@
                    280: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
                    281: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
                    282: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
                    283: PTHREADLIB = @PTHREADLIB@
                    284: PYTHON = @PYTHON@
                    285: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
                    286: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
                    287: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
                    288: PYTHON_PLATFORM = @PYTHON_PLATFORM@
                    289: PYTHON_PREFIX = @PYTHON_PREFIX@
                    290: PYTHON_VERSION = @PYTHON_VERSION@
                    291: PY_TEST = @PY_TEST@
                    292: RANLIB = @RANLIB@
                    293: RTLIB = @RTLIB@
                    294: RUBYGEMDIR = @RUBYGEMDIR@
                    295: SED = @SED@
                    296: SET_MAKE = @SET_MAKE@
                    297: SHELL = @SHELL@
                    298: SOCKLIB = @SOCKLIB@
                    299: STRIP = @STRIP@
                    300: TOX = @TOX@
                    301: UNWINDLIB = @UNWINDLIB@
                    302: VERSION = @VERSION@
                    303: YACC = @YACC@
                    304: YFLAGS = @YFLAGS@
                    305: abs_builddir = @abs_builddir@
                    306: abs_srcdir = @abs_srcdir@
                    307: abs_top_builddir = @abs_top_builddir@
                    308: abs_top_srcdir = @abs_top_srcdir@
                    309: ac_ct_AR = @ac_ct_AR@
                    310: ac_ct_CC = @ac_ct_CC@
                    311: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    312: aikgen_plugins = @aikgen_plugins@
                    313: am__include = @am__include@
                    314: am__leading_dot = @am__leading_dot@
                    315: am__quote = @am__quote@
                    316: am__tar = @am__tar@
                    317: am__untar = @am__untar@
                    318: attest_plugins = @attest_plugins@
                    319: bindir = @bindir@
                    320: botan_CFLAGS = @botan_CFLAGS@
                    321: botan_LIBS = @botan_LIBS@
                    322: build = @build@
                    323: build_alias = @build_alias@
                    324: build_cpu = @build_cpu@
                    325: build_os = @build_os@
                    326: build_vendor = @build_vendor@
                    327: builddir = @builddir@
                    328: c_plugins = @c_plugins@
                    329: charon_natt_port = @charon_natt_port@
                    330: charon_plugins = @charon_plugins@
                    331: charon_udp_port = @charon_udp_port@
                    332: clearsilver_LIBS = @clearsilver_LIBS@
                    333: cmd_plugins = @cmd_plugins@
                    334: datadir = @datadir@
                    335: datarootdir = @datarootdir@
                    336: dbusdatadir = @dbusdatadir@
                    337: dbuspolicydir = @dbuspolicydir@
                    338: dev_headers = @dev_headers@
                    339: docdir = @docdir@
                    340: dvidir = @dvidir@
                    341: exec_prefix = @exec_prefix@
                    342: fips_mode = @fips_mode@
                    343: fuzz_plugins = @fuzz_plugins@
                    344: host = @host@
                    345: host_alias = @host_alias@
                    346: host_cpu = @host_cpu@
                    347: host_os = @host_os@
                    348: host_vendor = @host_vendor@
                    349: htmldir = @htmldir@
                    350: imcvdir = @imcvdir@
                    351: includedir = @includedir@
                    352: infodir = @infodir@
                    353: install_sh = @install_sh@
                    354: ipsec_script = @ipsec_script@
                    355: ipsec_script_upper = @ipsec_script_upper@
                    356: ipsecdir = @ipsecdir@
                    357: ipsecgroup = @ipsecgroup@
                    358: ipseclibdir = @ipseclibdir@
                    359: ipsecuser = @ipsecuser@
                    360: json_CFLAGS = @json_CFLAGS@
                    361: json_LIBS = @json_LIBS@
                    362: libdir = @libdir@
                    363: libexecdir = @libexecdir@
                    364: libfuzzer = @libfuzzer@
                    365: libiptc_CFLAGS = @libiptc_CFLAGS@
                    366: libiptc_LIBS = @libiptc_LIBS@
                    367: linux_headers = @linux_headers@
                    368: localedir = @localedir@
                    369: localstatedir = @localstatedir@
                    370: manager_plugins = @manager_plugins@
                    371: mandir = @mandir@
                    372: medsrv_plugins = @medsrv_plugins@
                    373: mkdir_p = @mkdir_p@
                    374: nm_CFLAGS = @nm_CFLAGS@
                    375: nm_LIBS = @nm_LIBS@
                    376: nm_ca_dir = @nm_ca_dir@
                    377: nm_plugins = @nm_plugins@
                    378: oldincludedir = @oldincludedir@
                    379: p_plugins = @p_plugins@
                    380: pcsclite_CFLAGS = @pcsclite_CFLAGS@
                    381: pcsclite_LIBS = @pcsclite_LIBS@
                    382: pdfdir = @pdfdir@
                    383: piddir = @piddir@
                    384: pkgpyexecdir = @pkgpyexecdir@
                    385: pkgpythondir = @pkgpythondir@
                    386: pki_plugins = @pki_plugins@
                    387: plugindir = @plugindir@
                    388: pool_plugins = @pool_plugins@
                    389: prefix = @prefix@
                    390: program_transform_name = @program_transform_name@
                    391: psdir = @psdir@
                    392: pyexecdir = @pyexecdir@
                    393: pythondir = @pythondir@
                    394: random_device = @random_device@
                    395: resolv_conf = @resolv_conf@
                    396: routing_table = @routing_table@
                    397: routing_table_prio = @routing_table_prio@
                    398: runstatedir = @runstatedir@
                    399: s_plugins = @s_plugins@
                    400: sbindir = @sbindir@
                    401: scepclient_plugins = @scepclient_plugins@
                    402: scripts_plugins = @scripts_plugins@
                    403: sharedstatedir = @sharedstatedir@
                    404: soup_CFLAGS = @soup_CFLAGS@
                    405: soup_LIBS = @soup_LIBS@
                    406: srcdir = @srcdir@
                    407: starter_plugins = @starter_plugins@
                    408: strongswan_conf = @strongswan_conf@
                    409: strongswan_options = @strongswan_options@
                    410: swanctldir = @swanctldir@
                    411: sysconfdir = @sysconfdir@
                    412: systemd_CFLAGS = @systemd_CFLAGS@
                    413: systemd_LIBS = @systemd_LIBS@
                    414: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
                    415: systemd_daemon_LIBS = @systemd_daemon_LIBS@
                    416: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
                    417: systemd_journal_LIBS = @systemd_journal_LIBS@
                    418: systemdsystemunitdir = @systemdsystemunitdir@
                    419: t_plugins = @t_plugins@
                    420: target_alias = @target_alias@
                    421: top_build_prefix = @top_build_prefix@
                    422: top_builddir = @top_builddir@
                    423: top_srcdir = @top_srcdir@
                    424: tss2_CFLAGS = @tss2_CFLAGS@
                    425: tss2_LIBS = @tss2_LIBS@
                    426: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
                    427: tss2_esys_LIBS = @tss2_esys_LIBS@
                    428: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
                    429: tss2_socket_LIBS = @tss2_socket_LIBS@
                    430: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
                    431: tss2_sys_LIBS = @tss2_sys_LIBS@
                    432: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
                    433: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
                    434: urandom_device = @urandom_device@
                    435: wolfssl_CFLAGS = @wolfssl_CFLAGS@
                    436: wolfssl_LIBS = @wolfssl_LIBS@
                    437: xml_CFLAGS = @xml_CFLAGS@
                    438: xml_LIBS = @xml_LIBS@
                    439: SUBDIRS = $(am__append_1) $(am__append_2)
                    440: all: all-recursive
                    441: 
                    442: .SUFFIXES:
                    443: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    444:        @for dep in $?; do \
                    445:          case '$(am__configure_deps)' in \
                    446:            *$$dep*) \
                    447:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    448:                && { if test -f $@; then exit 0; else break; fi; }; \
                    449:              exit 1;; \
                    450:          esac; \
                    451:        done; \
                    452:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu init/Makefile'; \
                    453:        $(am__cd) $(top_srcdir) && \
                    454:          $(AUTOMAKE) --gnu init/Makefile
                    455: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    456:        @case '$?' in \
                    457:          *config.status*) \
                    458:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    459:          *) \
                    460:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    461:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    462:        esac;
                    463: 
                    464: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    465:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    466: 
                    467: $(top_srcdir)/configure:  $(am__configure_deps)
                    468:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    469: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    470:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    471: $(am__aclocal_m4_deps):
                    472: 
                    473: mostlyclean-libtool:
                    474:        -rm -f *.lo
                    475: 
                    476: clean-libtool:
                    477:        -rm -rf .libs _libs
                    478: 
                    479: # This directory's subdirectories are mostly independent; you can cd
                    480: # into them and run 'make' without going through this Makefile.
                    481: # To change the values of 'make' variables: instead of editing Makefiles,
                    482: # (1) if the variable is set in 'config.status', edit 'config.status'
                    483: #     (which will cause the Makefiles to be regenerated when you run 'make');
                    484: # (2) otherwise, pass the desired values on the 'make' command line.
                    485: $(am__recursive_targets):
                    486:        @fail=; \
                    487:        if $(am__make_keepgoing); then \
                    488:          failcom='fail=yes'; \
                    489:        else \
                    490:          failcom='exit 1'; \
                    491:        fi; \
                    492:        dot_seen=no; \
                    493:        target=`echo $@ | sed s/-recursive//`; \
                    494:        case "$@" in \
                    495:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    496:          *) list='$(SUBDIRS)' ;; \
                    497:        esac; \
                    498:        for subdir in $$list; do \
                    499:          echo "Making $$target in $$subdir"; \
                    500:          if test "$$subdir" = "."; then \
                    501:            dot_seen=yes; \
                    502:            local_target="$$target-am"; \
                    503:          else \
                    504:            local_target="$$target"; \
                    505:          fi; \
                    506:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    507:          || eval $$failcom; \
                    508:        done; \
                    509:        if test "$$dot_seen" = "no"; then \
                    510:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    511:        fi; test -z "$$fail"
                    512: 
                    513: ID: $(am__tagged_files)
                    514:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    515: tags: tags-recursive
                    516: TAGS: tags
                    517: 
                    518: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    519:        set x; \
                    520:        here=`pwd`; \
                    521:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    522:          include_option=--etags-include; \
                    523:          empty_fix=.; \
                    524:        else \
                    525:          include_option=--include; \
                    526:          empty_fix=; \
                    527:        fi; \
                    528:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    529:          if test "$$subdir" = .; then :; else \
                    530:            test ! -f $$subdir/TAGS || \
                    531:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
                    532:          fi; \
                    533:        done; \
                    534:        $(am__define_uniq_tagged_files); \
                    535:        shift; \
                    536:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    537:          test -n "$$unique" || unique=$$empty_fix; \
                    538:          if test $$# -gt 0; then \
                    539:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    540:              "$$@" $$unique; \
                    541:          else \
                    542:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    543:              $$unique; \
                    544:          fi; \
                    545:        fi
                    546: ctags: ctags-recursive
                    547: 
                    548: CTAGS: ctags
                    549: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    550:        $(am__define_uniq_tagged_files); \
                    551:        test -z "$(CTAGS_ARGS)$$unique" \
                    552:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    553:             $$unique
                    554: 
                    555: GTAGS:
                    556:        here=`$(am__cd) $(top_builddir) && pwd` \
                    557:          && $(am__cd) $(top_srcdir) \
                    558:          && gtags -i $(GTAGS_ARGS) "$$here"
                    559: cscopelist: cscopelist-recursive
                    560: 
                    561: cscopelist-am: $(am__tagged_files)
                    562:        list='$(am__tagged_files)'; \
                    563:        case "$(srcdir)" in \
                    564:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    565:          *) sdir=$(subdir)/$(srcdir) ;; \
                    566:        esac; \
                    567:        for i in $$list; do \
                    568:          if test -f "$$i"; then \
                    569:            echo "$(subdir)/$$i"; \
                    570:          else \
                    571:            echo "$$sdir/$$i"; \
                    572:          fi; \
                    573:        done >> $(top_builddir)/cscope.files
                    574: 
                    575: distclean-tags:
                    576:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    577: 
                    578: distdir: $(DISTFILES)
                    579:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    580:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    581:        list='$(DISTFILES)'; \
                    582:          dist_files=`for file in $$list; do echo $$file; done | \
                    583:          sed -e "s|^$$srcdirstrip/||;t" \
                    584:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    585:        case $$dist_files in \
                    586:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    587:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    588:                           sort -u` ;; \
                    589:        esac; \
                    590:        for file in $$dist_files; do \
                    591:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    592:          if test -d $$d/$$file; then \
                    593:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    594:            if test -d "$(distdir)/$$file"; then \
                    595:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    596:            fi; \
                    597:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    598:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    599:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    600:            fi; \
                    601:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    602:          else \
                    603:            test -f "$(distdir)/$$file" \
                    604:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    605:            || exit 1; \
                    606:          fi; \
                    607:        done
                    608:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    609:          if test "$$subdir" = .; then :; else \
                    610:            $(am__make_dryrun) \
                    611:              || test -d "$(distdir)/$$subdir" \
                    612:              || $(MKDIR_P) "$(distdir)/$$subdir" \
                    613:              || exit 1; \
                    614:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    615:            $(am__relativize); \
                    616:            new_distdir=$$reldir; \
                    617:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    618:            $(am__relativize); \
                    619:            new_top_distdir=$$reldir; \
                    620:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    621:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    622:            ($(am__cd) $$subdir && \
                    623:              $(MAKE) $(AM_MAKEFLAGS) \
                    624:                top_distdir="$$new_top_distdir" \
                    625:                distdir="$$new_distdir" \
                    626:                am__remove_distdir=: \
                    627:                am__skip_length_check=: \
                    628:                am__skip_mode_fix=: \
                    629:                distdir) \
                    630:              || exit 1; \
                    631:          fi; \
                    632:        done
                    633: check-am: all-am
                    634: check: check-recursive
                    635: all-am: Makefile
                    636: installdirs: installdirs-recursive
                    637: installdirs-am:
                    638: install: install-recursive
                    639: install-exec: install-exec-recursive
                    640: install-data: install-data-recursive
                    641: uninstall: uninstall-recursive
                    642: 
                    643: install-am: all-am
                    644:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    645: 
                    646: installcheck: installcheck-recursive
                    647: install-strip:
                    648:        if test -z '$(STRIP)'; then \
                    649:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    650:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    651:              install; \
                    652:        else \
                    653:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    654:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    655:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    656:        fi
                    657: mostlyclean-generic:
                    658: 
                    659: clean-generic:
                    660: 
                    661: distclean-generic:
                    662:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    663:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    664: 
                    665: maintainer-clean-generic:
                    666:        @echo "This command is intended for maintainers to use"
                    667:        @echo "it deletes files that may require special tools to rebuild."
                    668: clean: clean-recursive
                    669: 
                    670: clean-am: clean-generic clean-libtool mostlyclean-am
                    671: 
                    672: distclean: distclean-recursive
                    673:        -rm -f Makefile
                    674: distclean-am: clean-am distclean-generic distclean-tags
                    675: 
                    676: dvi: dvi-recursive
                    677: 
                    678: dvi-am:
                    679: 
                    680: html: html-recursive
                    681: 
                    682: html-am:
                    683: 
                    684: info: info-recursive
                    685: 
                    686: info-am:
                    687: 
                    688: install-data-am:
                    689: 
                    690: install-dvi: install-dvi-recursive
                    691: 
                    692: install-dvi-am:
                    693: 
                    694: install-exec-am:
                    695: 
                    696: install-html: install-html-recursive
                    697: 
                    698: install-html-am:
                    699: 
                    700: install-info: install-info-recursive
                    701: 
                    702: install-info-am:
                    703: 
                    704: install-man:
                    705: 
                    706: install-pdf: install-pdf-recursive
                    707: 
                    708: install-pdf-am:
                    709: 
                    710: install-ps: install-ps-recursive
                    711: 
                    712: install-ps-am:
                    713: 
                    714: installcheck-am:
                    715: 
                    716: maintainer-clean: maintainer-clean-recursive
                    717:        -rm -f Makefile
                    718: maintainer-clean-am: distclean-am maintainer-clean-generic
                    719: 
                    720: mostlyclean: mostlyclean-recursive
                    721: 
                    722: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    723: 
                    724: pdf: pdf-recursive
                    725: 
                    726: pdf-am:
                    727: 
                    728: ps: ps-recursive
                    729: 
                    730: ps-am:
                    731: 
                    732: uninstall-am:
                    733: 
                    734: .MAKE: $(am__recursive_targets) install-am install-strip
                    735: 
                    736: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
                    737:        check-am clean clean-generic clean-libtool cscopelist-am ctags \
                    738:        ctags-am distclean distclean-generic distclean-libtool \
                    739:        distclean-tags distdir dvi dvi-am html html-am info info-am \
                    740:        install install-am install-data install-data-am install-dvi \
                    741:        install-dvi-am install-exec install-exec-am install-html \
                    742:        install-html-am install-info install-info-am install-man \
                    743:        install-pdf install-pdf-am install-ps install-ps-am \
                    744:        install-strip installcheck installcheck-am installdirs \
                    745:        installdirs-am maintainer-clean maintainer-clean-generic \
                    746:        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
                    747:        ps ps-am tags tags-am uninstall uninstall-am
                    748: 
                    749: .PRECIOUS: Makefile
                    750: 
                    751: 
                    752: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    753: # Otherwise a system limit (for SysV at least) may be exceeded.
                    754: .NOEXPORT:

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