Annotation of embedaddon/strongswan/testing/Makefile.in, revision 1.1
1.1 ! misho 1: # Makefile.in generated by automake 1.15.1 from Makefile.am.
! 2: # @configure_input@
! 3:
! 4: # Copyright (C) 1994-2017 Free Software Foundation, Inc.
! 5:
! 6: # This Makefile.in is free software; the Free Software Foundation
! 7: # gives unlimited permission to copy and/or distribute it,
! 8: # with or without modifications, as long as this notice is preserved.
! 9:
! 10: # This program is distributed in the hope that it will be useful,
! 11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
! 12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
! 13: # PARTICULAR PURPOSE.
! 14:
! 15: @SET_MAKE@
! 16: 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: subdir = testing
! 91: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 92: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
! 93: $(top_srcdir)/m4/config/ltoptions.m4 \
! 94: $(top_srcdir)/m4/config/ltsugar.m4 \
! 95: $(top_srcdir)/m4/config/ltversion.m4 \
! 96: $(top_srcdir)/m4/config/lt~obsolete.m4 \
! 97: $(top_srcdir)/m4/macros/split-package-version.m4 \
! 98: $(top_srcdir)/m4/macros/with.m4 \
! 99: $(top_srcdir)/m4/macros/enable-disable.m4 \
! 100: $(top_srcdir)/m4/macros/add-plugin.m4 \
! 101: $(top_srcdir)/configure.ac
! 102: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
! 103: $(ACLOCAL_M4)
! 104: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
! 105: mkinstalldirs = $(install_sh) -d
! 106: CONFIG_HEADER = $(top_builddir)/config.h
! 107: CONFIG_CLEAN_FILES =
! 108: CONFIG_CLEAN_VPATH_FILES =
! 109: AM_V_P = $(am__v_P_@AM_V@)
! 110: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
! 111: am__v_P_0 = false
! 112: am__v_P_1 = :
! 113: AM_V_GEN = $(am__v_GEN_@AM_V@)
! 114: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
! 115: am__v_GEN_0 = @echo " GEN " $@;
! 116: am__v_GEN_1 =
! 117: AM_V_at = $(am__v_at_@AM_V@)
! 118: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
! 119: am__v_at_0 = @
! 120: am__v_at_1 =
! 121: SOURCES =
! 122: DIST_SOURCES =
! 123: am__can_run_installinfo = \
! 124: case $$AM_UPDATE_INFO_DIR in \
! 125: n|no|NO) false;; \
! 126: *) (install-info --version) >/dev/null 2>&1;; \
! 127: esac
! 128: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
! 129: am__DIST_COMMON = $(srcdir)/Makefile.in README
! 130: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 131: ACLOCAL = @ACLOCAL@
! 132: ALLOCA = @ALLOCA@
! 133: AMTAR = @AMTAR@
! 134: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
! 135: AR = @AR@
! 136: ATOMICLIB = @ATOMICLIB@
! 137: AUTOCONF = @AUTOCONF@
! 138: AUTOHEADER = @AUTOHEADER@
! 139: AUTOMAKE = @AUTOMAKE@
! 140: AWK = @AWK@
! 141: BFDLIB = @BFDLIB@
! 142: BTLIB = @BTLIB@
! 143: CC = @CC@
! 144: CCDEPMODE = @CCDEPMODE@
! 145: CFLAGS = @CFLAGS@
! 146: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
! 147: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
! 148: CPP = @CPP@
! 149: CPPFLAGS = @CPPFLAGS@
! 150: CYGPATH_W = @CYGPATH_W@
! 151: DEFS = @DEFS@
! 152: DEPDIR = @DEPDIR@
! 153: DLLIB = @DLLIB@
! 154: DLLTOOL = @DLLTOOL@
! 155: DSYMUTIL = @DSYMUTIL@
! 156: DUMPBIN = @DUMPBIN@
! 157: EASY_INSTALL = @EASY_INSTALL@
! 158: ECHO_C = @ECHO_C@
! 159: ECHO_N = @ECHO_N@
! 160: ECHO_T = @ECHO_T@
! 161: EGREP = @EGREP@
! 162: EXEEXT = @EXEEXT@
! 163: FGREP = @FGREP@
! 164: FUZZING_CFLAGS = @FUZZING_CFLAGS@
! 165: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
! 166: GEM = @GEM@
! 167: GENHTML = @GENHTML@
! 168: GPERF = @GPERF@
! 169: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
! 170: GPRBUILD = @GPRBUILD@
! 171: GREP = @GREP@
! 172: INSTALL = @INSTALL@
! 173: INSTALL_DATA = @INSTALL_DATA@
! 174: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 175: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 176: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 177: LCOV = @LCOV@
! 178: LD = @LD@
! 179: LDFLAGS = @LDFLAGS@
! 180: LEX = @LEX@
! 181: LEXLIB = @LEXLIB@
! 182: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
! 183: LIBOBJS = @LIBOBJS@
! 184: LIBS = @LIBS@
! 185: LIBTOOL = @LIBTOOL@
! 186: LIPO = @LIPO@
! 187: LN_S = @LN_S@
! 188: LTLIBOBJS = @LTLIBOBJS@
! 189: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
! 190: MAKEINFO = @MAKEINFO@
! 191: MANIFEST_TOOL = @MANIFEST_TOOL@
! 192: MKDIR_P = @MKDIR_P@
! 193: MYSQLCFLAG = @MYSQLCFLAG@
! 194: MYSQLCONFIG = @MYSQLCONFIG@
! 195: MYSQLLIB = @MYSQLLIB@
! 196: NM = @NM@
! 197: NMEDIT = @NMEDIT@
! 198: OBJDUMP = @OBJDUMP@
! 199: OBJEXT = @OBJEXT@
! 200: OPENSSL_LIB = @OPENSSL_LIB@
! 201: OTOOL = @OTOOL@
! 202: OTOOL64 = @OTOOL64@
! 203: PACKAGE = @PACKAGE@
! 204: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 205: PACKAGE_NAME = @PACKAGE_NAME@
! 206: PACKAGE_STRING = @PACKAGE_STRING@
! 207: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 208: PACKAGE_URL = @PACKAGE_URL@
! 209: PACKAGE_VERSION = @PACKAGE_VERSION@
! 210: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
! 211: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
! 212: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
! 213: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
! 214: PATH_SEPARATOR = @PATH_SEPARATOR@
! 215: PERL = @PERL@
! 216: PKG_CONFIG = @PKG_CONFIG@
! 217: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
! 218: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
! 219: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
! 220: PTHREADLIB = @PTHREADLIB@
! 221: PYTHON = @PYTHON@
! 222: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
! 223: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
! 224: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
! 225: PYTHON_PLATFORM = @PYTHON_PLATFORM@
! 226: PYTHON_PREFIX = @PYTHON_PREFIX@
! 227: PYTHON_VERSION = @PYTHON_VERSION@
! 228: PY_TEST = @PY_TEST@
! 229: RANLIB = @RANLIB@
! 230: RTLIB = @RTLIB@
! 231: RUBYGEMDIR = @RUBYGEMDIR@
! 232: SED = @SED@
! 233: SET_MAKE = @SET_MAKE@
! 234: SHELL = @SHELL@
! 235: SOCKLIB = @SOCKLIB@
! 236: STRIP = @STRIP@
! 237: TOX = @TOX@
! 238: UNWINDLIB = @UNWINDLIB@
! 239: VERSION = @VERSION@
! 240: YACC = @YACC@
! 241: YFLAGS = @YFLAGS@
! 242: abs_builddir = @abs_builddir@
! 243: abs_srcdir = @abs_srcdir@
! 244: abs_top_builddir = @abs_top_builddir@
! 245: abs_top_srcdir = @abs_top_srcdir@
! 246: ac_ct_AR = @ac_ct_AR@
! 247: ac_ct_CC = @ac_ct_CC@
! 248: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
! 249: aikgen_plugins = @aikgen_plugins@
! 250: am__include = @am__include@
! 251: am__leading_dot = @am__leading_dot@
! 252: am__quote = @am__quote@
! 253: am__tar = @am__tar@
! 254: am__untar = @am__untar@
! 255: attest_plugins = @attest_plugins@
! 256: bindir = @bindir@
! 257: botan_CFLAGS = @botan_CFLAGS@
! 258: botan_LIBS = @botan_LIBS@
! 259: build = @build@
! 260: build_alias = @build_alias@
! 261: build_cpu = @build_cpu@
! 262: build_os = @build_os@
! 263: build_vendor = @build_vendor@
! 264: builddir = @builddir@
! 265: c_plugins = @c_plugins@
! 266: charon_natt_port = @charon_natt_port@
! 267: charon_plugins = @charon_plugins@
! 268: charon_udp_port = @charon_udp_port@
! 269: clearsilver_LIBS = @clearsilver_LIBS@
! 270: cmd_plugins = @cmd_plugins@
! 271: datadir = @datadir@
! 272: datarootdir = @datarootdir@
! 273: dbusdatadir = @dbusdatadir@
! 274: dbuspolicydir = @dbuspolicydir@
! 275: dev_headers = @dev_headers@
! 276: docdir = @docdir@
! 277: dvidir = @dvidir@
! 278: exec_prefix = @exec_prefix@
! 279: fips_mode = @fips_mode@
! 280: fuzz_plugins = @fuzz_plugins@
! 281: host = @host@
! 282: host_alias = @host_alias@
! 283: host_cpu = @host_cpu@
! 284: host_os = @host_os@
! 285: host_vendor = @host_vendor@
! 286: htmldir = @htmldir@
! 287: imcvdir = @imcvdir@
! 288: includedir = @includedir@
! 289: infodir = @infodir@
! 290: install_sh = @install_sh@
! 291: ipsec_script = @ipsec_script@
! 292: ipsec_script_upper = @ipsec_script_upper@
! 293: ipsecdir = @ipsecdir@
! 294: ipsecgroup = @ipsecgroup@
! 295: ipseclibdir = @ipseclibdir@
! 296: ipsecuser = @ipsecuser@
! 297: json_CFLAGS = @json_CFLAGS@
! 298: json_LIBS = @json_LIBS@
! 299: libdir = @libdir@
! 300: libexecdir = @libexecdir@
! 301: libfuzzer = @libfuzzer@
! 302: libiptc_CFLAGS = @libiptc_CFLAGS@
! 303: libiptc_LIBS = @libiptc_LIBS@
! 304: linux_headers = @linux_headers@
! 305: localedir = @localedir@
! 306: localstatedir = @localstatedir@
! 307: manager_plugins = @manager_plugins@
! 308: mandir = @mandir@
! 309: medsrv_plugins = @medsrv_plugins@
! 310: mkdir_p = @mkdir_p@
! 311: nm_CFLAGS = @nm_CFLAGS@
! 312: nm_LIBS = @nm_LIBS@
! 313: nm_ca_dir = @nm_ca_dir@
! 314: nm_plugins = @nm_plugins@
! 315: oldincludedir = @oldincludedir@
! 316: p_plugins = @p_plugins@
! 317: pcsclite_CFLAGS = @pcsclite_CFLAGS@
! 318: pcsclite_LIBS = @pcsclite_LIBS@
! 319: pdfdir = @pdfdir@
! 320: piddir = @piddir@
! 321: pkgpyexecdir = @pkgpyexecdir@
! 322: pkgpythondir = @pkgpythondir@
! 323: pki_plugins = @pki_plugins@
! 324: plugindir = @plugindir@
! 325: pool_plugins = @pool_plugins@
! 326: prefix = @prefix@
! 327: program_transform_name = @program_transform_name@
! 328: psdir = @psdir@
! 329: pyexecdir = @pyexecdir@
! 330: pythondir = @pythondir@
! 331: random_device = @random_device@
! 332: resolv_conf = @resolv_conf@
! 333: routing_table = @routing_table@
! 334: routing_table_prio = @routing_table_prio@
! 335: runstatedir = @runstatedir@
! 336: s_plugins = @s_plugins@
! 337: sbindir = @sbindir@
! 338: scepclient_plugins = @scepclient_plugins@
! 339: scripts_plugins = @scripts_plugins@
! 340: sharedstatedir = @sharedstatedir@
! 341: soup_CFLAGS = @soup_CFLAGS@
! 342: soup_LIBS = @soup_LIBS@
! 343: srcdir = @srcdir@
! 344: starter_plugins = @starter_plugins@
! 345: strongswan_conf = @strongswan_conf@
! 346: strongswan_options = @strongswan_options@
! 347: swanctldir = @swanctldir@
! 348: sysconfdir = @sysconfdir@
! 349: systemd_CFLAGS = @systemd_CFLAGS@
! 350: systemd_LIBS = @systemd_LIBS@
! 351: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
! 352: systemd_daemon_LIBS = @systemd_daemon_LIBS@
! 353: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
! 354: systemd_journal_LIBS = @systemd_journal_LIBS@
! 355: systemdsystemunitdir = @systemdsystemunitdir@
! 356: t_plugins = @t_plugins@
! 357: target_alias = @target_alias@
! 358: top_build_prefix = @top_build_prefix@
! 359: top_builddir = @top_builddir@
! 360: top_srcdir = @top_srcdir@
! 361: tss2_CFLAGS = @tss2_CFLAGS@
! 362: tss2_LIBS = @tss2_LIBS@
! 363: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
! 364: tss2_esys_LIBS = @tss2_esys_LIBS@
! 365: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
! 366: tss2_socket_LIBS = @tss2_socket_LIBS@
! 367: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
! 368: tss2_sys_LIBS = @tss2_sys_LIBS@
! 369: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
! 370: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
! 371: urandom_device = @urandom_device@
! 372: wolfssl_CFLAGS = @wolfssl_CFLAGS@
! 373: wolfssl_LIBS = @wolfssl_LIBS@
! 374: xml_CFLAGS = @xml_CFLAGS@
! 375: xml_LIBS = @xml_LIBS@
! 376: EXTRA_DIST = do-tests make-testing ssh start-testing stop-testing \
! 377: testing.conf ssh_config config hosts images scripts tests \
! 378: README
! 379:
! 380: all: all-am
! 381:
! 382: .SUFFIXES:
! 383: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
! 384: @for dep in $?; do \
! 385: case '$(am__configure_deps)' in \
! 386: *$$dep*) \
! 387: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
! 388: && { if test -f $@; then exit 0; else break; fi; }; \
! 389: exit 1;; \
! 390: esac; \
! 391: done; \
! 392: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testing/Makefile'; \
! 393: $(am__cd) $(top_srcdir) && \
! 394: $(AUTOMAKE) --gnu testing/Makefile
! 395: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 396: @case '$?' in \
! 397: *config.status*) \
! 398: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
! 399: *) \
! 400: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
! 401: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
! 402: esac;
! 403:
! 404: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 405: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 406:
! 407: $(top_srcdir)/configure: $(am__configure_deps)
! 408: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 409: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
! 410: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 411: $(am__aclocal_m4_deps):
! 412:
! 413: mostlyclean-libtool:
! 414: -rm -f *.lo
! 415:
! 416: clean-libtool:
! 417: -rm -rf .libs _libs
! 418: tags TAGS:
! 419:
! 420: ctags CTAGS:
! 421:
! 422: cscope cscopelist:
! 423:
! 424:
! 425: distdir: $(DISTFILES)
! 426: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 427: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 428: list='$(DISTFILES)'; \
! 429: dist_files=`for file in $$list; do echo $$file; done | \
! 430: sed -e "s|^$$srcdirstrip/||;t" \
! 431: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 432: case $$dist_files in \
! 433: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 434: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 435: sort -u` ;; \
! 436: esac; \
! 437: for file in $$dist_files; do \
! 438: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 439: if test -d $$d/$$file; then \
! 440: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 441: if test -d "$(distdir)/$$file"; then \
! 442: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 443: fi; \
! 444: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 445: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
! 446: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 447: fi; \
! 448: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
! 449: else \
! 450: test -f "$(distdir)/$$file" \
! 451: || cp -p $$d/$$file "$(distdir)/$$file" \
! 452: || exit 1; \
! 453: fi; \
! 454: done
! 455: $(MAKE) $(AM_MAKEFLAGS) \
! 456: top_distdir="$(top_distdir)" distdir="$(distdir)" \
! 457: dist-hook
! 458: check-am: all-am
! 459: check: check-am
! 460: all-am: Makefile
! 461: installdirs:
! 462: install: install-am
! 463: install-exec: install-exec-am
! 464: install-data: install-data-am
! 465: uninstall: uninstall-am
! 466:
! 467: install-am: all-am
! 468: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 469:
! 470: installcheck: installcheck-am
! 471: install-strip:
! 472: if test -z '$(STRIP)'; then \
! 473: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 474: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 475: install; \
! 476: else \
! 477: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 478: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 479: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
! 480: fi
! 481: mostlyclean-generic:
! 482:
! 483: clean-generic:
! 484:
! 485: distclean-generic:
! 486: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 487: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
! 488:
! 489: maintainer-clean-generic:
! 490: @echo "This command is intended for maintainers to use"
! 491: @echo "it deletes files that may require special tools to rebuild."
! 492: clean: clean-am
! 493:
! 494: clean-am: clean-generic clean-libtool mostlyclean-am
! 495:
! 496: distclean: distclean-am
! 497: -rm -f Makefile
! 498: distclean-am: clean-am distclean-generic
! 499:
! 500: dvi: dvi-am
! 501:
! 502: dvi-am:
! 503:
! 504: html: html-am
! 505:
! 506: html-am:
! 507:
! 508: info: info-am
! 509:
! 510: info-am:
! 511:
! 512: install-data-am:
! 513:
! 514: install-dvi: install-dvi-am
! 515:
! 516: install-dvi-am:
! 517:
! 518: install-exec-am:
! 519:
! 520: install-html: install-html-am
! 521:
! 522: install-html-am:
! 523:
! 524: install-info: install-info-am
! 525:
! 526: install-info-am:
! 527:
! 528: install-man:
! 529:
! 530: install-pdf: install-pdf-am
! 531:
! 532: install-pdf-am:
! 533:
! 534: install-ps: install-ps-am
! 535:
! 536: install-ps-am:
! 537:
! 538: installcheck-am:
! 539:
! 540: maintainer-clean: maintainer-clean-am
! 541: -rm -f Makefile
! 542: maintainer-clean-am: distclean-am maintainer-clean-generic
! 543:
! 544: mostlyclean: mostlyclean-am
! 545:
! 546: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
! 547:
! 548: pdf: pdf-am
! 549:
! 550: pdf-am:
! 551:
! 552: ps: ps-am
! 553:
! 554: ps-am:
! 555:
! 556: uninstall-am:
! 557:
! 558: .MAKE: install-am install-strip
! 559:
! 560: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
! 561: cscopelist-am ctags-am dist-hook distclean distclean-generic \
! 562: distclean-libtool distdir dvi dvi-am html html-am info info-am \
! 563: install install-am install-data install-data-am install-dvi \
! 564: install-dvi-am install-exec install-exec-am install-html \
! 565: install-html-am install-info install-info-am install-man \
! 566: install-pdf install-pdf-am install-ps install-ps-am \
! 567: install-strip installcheck installcheck-am installdirs \
! 568: maintainer-clean maintainer-clean-generic mostlyclean \
! 569: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
! 570: tags-am uninstall uninstall-am
! 571:
! 572: .PRECIOUS: Makefile
! 573:
! 574:
! 575: # exclude all files ignored by Git from the tarball
! 576: dist-hook:
! 577: if git -C $(srcdir) ls-files --error-unmatch hosts > /dev/null 2>&1; then \
! 578: find $(abs_srcdir)/hosts $(abs_srcdir)/tests -print0 | \
! 579: sed -z -e "s|^$(abs_srcdir)/||" | \
! 580: git -C $(srcdir) check-ignore -z --stdin | \
! 581: xargs -0 -I{} rm -rf $(distdir)/{}; \
! 582: fi
! 583:
! 584: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 585: # Otherwise a system limit (for SysV at least) may be exceeded.
! 586: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>