Annotation of embedaddon/strongswan/src/starter/tests/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: TESTS = starter_tests$(EXEEXT)
! 91: check_PROGRAMS = $(am__EXEEXT_1)
! 92: subdir = src/starter/tests
! 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__EXEEXT_1 = starter_tests$(EXEEXT)
! 112: am__dirstamp = $(am__leading_dot)dirstamp
! 113: am_starter_tests_OBJECTS = suites/starter_tests-test_parser.$(OBJEXT) \
! 114: starter_tests-starter_tests.$(OBJEXT)
! 115: starter_tests_OBJECTS = $(am_starter_tests_OBJECTS)
! 116: starter_tests_DEPENDENCIES = \
! 117: $(top_builddir)/src/libstrongswan/libstrongswan.la \
! 118: $(top_builddir)/src/libstrongswan/tests/libtest.la \
! 119: ../libstarter.la
! 120: AM_V_lt = $(am__v_lt_@AM_V@)
! 121: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
! 122: am__v_lt_0 = --silent
! 123: am__v_lt_1 =
! 124: starter_tests_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
! 125: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(starter_tests_CFLAGS) \
! 126: $(CFLAGS) $(starter_tests_LDFLAGS) $(LDFLAGS) -o $@
! 127: AM_V_P = $(am__v_P_@AM_V@)
! 128: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
! 129: am__v_P_0 = false
! 130: am__v_P_1 = :
! 131: AM_V_GEN = $(am__v_GEN_@AM_V@)
! 132: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
! 133: am__v_GEN_0 = @echo " GEN " $@;
! 134: am__v_GEN_1 =
! 135: AM_V_at = $(am__v_at_@AM_V@)
! 136: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
! 137: am__v_at_0 = @
! 138: am__v_at_1 =
! 139: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
! 140: depcomp = $(SHELL) $(top_srcdir)/depcomp
! 141: am__depfiles_maybe = depfiles
! 142: am__mv = mv -f
! 143: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 144: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 145: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
! 146: $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
! 147: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
! 148: $(AM_CFLAGS) $(CFLAGS)
! 149: AM_V_CC = $(am__v_CC_@AM_V@)
! 150: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
! 151: am__v_CC_0 = @echo " CC " $@;
! 152: am__v_CC_1 =
! 153: CCLD = $(CC)
! 154: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
! 155: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
! 156: $(AM_LDFLAGS) $(LDFLAGS) -o $@
! 157: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
! 158: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
! 159: am__v_CCLD_0 = @echo " CCLD " $@;
! 160: am__v_CCLD_1 =
! 161: SOURCES = $(starter_tests_SOURCES)
! 162: DIST_SOURCES = $(starter_tests_SOURCES)
! 163: am__can_run_installinfo = \
! 164: case $$AM_UPDATE_INFO_DIR in \
! 165: n|no|NO) false;; \
! 166: *) (install-info --version) >/dev/null 2>&1;; \
! 167: esac
! 168: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
! 169: # Read a list of newline-separated strings from the standard input,
! 170: # and print each of them once, without duplicates. Input order is
! 171: # *not* preserved.
! 172: am__uniquify_input = $(AWK) '\
! 173: BEGIN { nonempty = 0; } \
! 174: { items[$$0] = 1; nonempty = 1; } \
! 175: END { if (nonempty) { for (i in items) print i; }; } \
! 176: '
! 177: # Make sure the list of sources is unique. This is necessary because,
! 178: # e.g., the same source file might be shared among _SOURCES variables
! 179: # for different programs/libraries.
! 180: am__define_uniq_tagged_files = \
! 181: list='$(am__tagged_files)'; \
! 182: unique=`for i in $$list; do \
! 183: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 184: done | $(am__uniquify_input)`
! 185: ETAGS = etags
! 186: CTAGS = ctags
! 187: am__tty_colors_dummy = \
! 188: mgn= red= grn= lgn= blu= brg= std=; \
! 189: am__color_tests=no
! 190: am__tty_colors = { \
! 191: $(am__tty_colors_dummy); \
! 192: if test "X$(AM_COLOR_TESTS)" = Xno; then \
! 193: am__color_tests=no; \
! 194: elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
! 195: am__color_tests=yes; \
! 196: elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
! 197: am__color_tests=yes; \
! 198: fi; \
! 199: if test $$am__color_tests = yes; then \
! 200: red='[0;31m'; \
! 201: grn='[0;32m'; \
! 202: lgn='[1;32m'; \
! 203: blu='[1;34m'; \
! 204: mgn='[0;35m'; \
! 205: brg='[1m'; \
! 206: std='[m'; \
! 207: fi; \
! 208: }
! 209: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
! 210: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 211: ACLOCAL = @ACLOCAL@
! 212: ALLOCA = @ALLOCA@
! 213: AMTAR = @AMTAR@
! 214: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
! 215: AR = @AR@
! 216: ATOMICLIB = @ATOMICLIB@
! 217: AUTOCONF = @AUTOCONF@
! 218: AUTOHEADER = @AUTOHEADER@
! 219: AUTOMAKE = @AUTOMAKE@
! 220: AWK = @AWK@
! 221: BFDLIB = @BFDLIB@
! 222: BTLIB = @BTLIB@
! 223: CC = @CC@
! 224: CCDEPMODE = @CCDEPMODE@
! 225: CFLAGS = @CFLAGS@
! 226: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
! 227: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
! 228: CPP = @CPP@
! 229: CPPFLAGS = @CPPFLAGS@
! 230: CYGPATH_W = @CYGPATH_W@
! 231: DEFS = @DEFS@
! 232: DEPDIR = @DEPDIR@
! 233: DLLIB = @DLLIB@
! 234: DLLTOOL = @DLLTOOL@
! 235: DSYMUTIL = @DSYMUTIL@
! 236: DUMPBIN = @DUMPBIN@
! 237: EASY_INSTALL = @EASY_INSTALL@
! 238: ECHO_C = @ECHO_C@
! 239: ECHO_N = @ECHO_N@
! 240: ECHO_T = @ECHO_T@
! 241: EGREP = @EGREP@
! 242: EXEEXT = @EXEEXT@
! 243: FGREP = @FGREP@
! 244: FUZZING_CFLAGS = @FUZZING_CFLAGS@
! 245: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
! 246: GEM = @GEM@
! 247: GENHTML = @GENHTML@
! 248: GPERF = @GPERF@
! 249: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
! 250: GPRBUILD = @GPRBUILD@
! 251: GREP = @GREP@
! 252: INSTALL = @INSTALL@
! 253: INSTALL_DATA = @INSTALL_DATA@
! 254: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 255: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 256: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 257: LCOV = @LCOV@
! 258: LD = @LD@
! 259: LDFLAGS = @LDFLAGS@
! 260: LEX = @LEX@
! 261: LEXLIB = @LEXLIB@
! 262: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
! 263: LIBOBJS = @LIBOBJS@
! 264: LIBS = @LIBS@
! 265: LIBTOOL = @LIBTOOL@
! 266: LIPO = @LIPO@
! 267: LN_S = @LN_S@
! 268: LTLIBOBJS = @LTLIBOBJS@
! 269: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
! 270: MAKEINFO = @MAKEINFO@
! 271: MANIFEST_TOOL = @MANIFEST_TOOL@
! 272: MKDIR_P = @MKDIR_P@
! 273: MYSQLCFLAG = @MYSQLCFLAG@
! 274: MYSQLCONFIG = @MYSQLCONFIG@
! 275: MYSQLLIB = @MYSQLLIB@
! 276: NM = @NM@
! 277: NMEDIT = @NMEDIT@
! 278: OBJDUMP = @OBJDUMP@
! 279: OBJEXT = @OBJEXT@
! 280: OPENSSL_LIB = @OPENSSL_LIB@
! 281: OTOOL = @OTOOL@
! 282: OTOOL64 = @OTOOL64@
! 283: PACKAGE = @PACKAGE@
! 284: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 285: PACKAGE_NAME = @PACKAGE_NAME@
! 286: PACKAGE_STRING = @PACKAGE_STRING@
! 287: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 288: PACKAGE_URL = @PACKAGE_URL@
! 289: PACKAGE_VERSION = @PACKAGE_VERSION@
! 290: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
! 291: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
! 292: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
! 293: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
! 294: PATH_SEPARATOR = @PATH_SEPARATOR@
! 295: PERL = @PERL@
! 296: PKG_CONFIG = @PKG_CONFIG@
! 297: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
! 298: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
! 299: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
! 300: PTHREADLIB = @PTHREADLIB@
! 301: PYTHON = @PYTHON@
! 302: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
! 303: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
! 304: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
! 305: PYTHON_PLATFORM = @PYTHON_PLATFORM@
! 306: PYTHON_PREFIX = @PYTHON_PREFIX@
! 307: PYTHON_VERSION = @PYTHON_VERSION@
! 308: PY_TEST = @PY_TEST@
! 309: RANLIB = @RANLIB@
! 310: RTLIB = @RTLIB@
! 311: RUBYGEMDIR = @RUBYGEMDIR@
! 312: SED = @SED@
! 313: SET_MAKE = @SET_MAKE@
! 314: SHELL = @SHELL@
! 315: SOCKLIB = @SOCKLIB@
! 316: STRIP = @STRIP@
! 317: TOX = @TOX@
! 318: UNWINDLIB = @UNWINDLIB@
! 319: VERSION = @VERSION@
! 320: YACC = @YACC@
! 321: YFLAGS = @YFLAGS@
! 322: abs_builddir = @abs_builddir@
! 323: abs_srcdir = @abs_srcdir@
! 324: abs_top_builddir = @abs_top_builddir@
! 325: abs_top_srcdir = @abs_top_srcdir@
! 326: ac_ct_AR = @ac_ct_AR@
! 327: ac_ct_CC = @ac_ct_CC@
! 328: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
! 329: aikgen_plugins = @aikgen_plugins@
! 330: am__include = @am__include@
! 331: am__leading_dot = @am__leading_dot@
! 332: am__quote = @am__quote@
! 333: am__tar = @am__tar@
! 334: am__untar = @am__untar@
! 335: attest_plugins = @attest_plugins@
! 336: bindir = @bindir@
! 337: botan_CFLAGS = @botan_CFLAGS@
! 338: botan_LIBS = @botan_LIBS@
! 339: build = @build@
! 340: build_alias = @build_alias@
! 341: build_cpu = @build_cpu@
! 342: build_os = @build_os@
! 343: build_vendor = @build_vendor@
! 344: builddir = @builddir@
! 345: c_plugins = @c_plugins@
! 346: charon_natt_port = @charon_natt_port@
! 347: charon_plugins = @charon_plugins@
! 348: charon_udp_port = @charon_udp_port@
! 349: clearsilver_LIBS = @clearsilver_LIBS@
! 350: cmd_plugins = @cmd_plugins@
! 351: datadir = @datadir@
! 352: datarootdir = @datarootdir@
! 353: dbusdatadir = @dbusdatadir@
! 354: dbuspolicydir = @dbuspolicydir@
! 355: dev_headers = @dev_headers@
! 356: docdir = @docdir@
! 357: dvidir = @dvidir@
! 358: exec_prefix = @exec_prefix@
! 359: fips_mode = @fips_mode@
! 360: fuzz_plugins = @fuzz_plugins@
! 361: host = @host@
! 362: host_alias = @host_alias@
! 363: host_cpu = @host_cpu@
! 364: host_os = @host_os@
! 365: host_vendor = @host_vendor@
! 366: htmldir = @htmldir@
! 367: imcvdir = @imcvdir@
! 368: includedir = @includedir@
! 369: infodir = @infodir@
! 370: install_sh = @install_sh@
! 371: ipsec_script = @ipsec_script@
! 372: ipsec_script_upper = @ipsec_script_upper@
! 373: ipsecdir = @ipsecdir@
! 374: ipsecgroup = @ipsecgroup@
! 375: ipseclibdir = @ipseclibdir@
! 376: ipsecuser = @ipsecuser@
! 377: json_CFLAGS = @json_CFLAGS@
! 378: json_LIBS = @json_LIBS@
! 379: libdir = @libdir@
! 380: libexecdir = @libexecdir@
! 381: libfuzzer = @libfuzzer@
! 382: libiptc_CFLAGS = @libiptc_CFLAGS@
! 383: libiptc_LIBS = @libiptc_LIBS@
! 384: linux_headers = @linux_headers@
! 385: localedir = @localedir@
! 386: localstatedir = @localstatedir@
! 387: manager_plugins = @manager_plugins@
! 388: mandir = @mandir@
! 389: medsrv_plugins = @medsrv_plugins@
! 390: mkdir_p = @mkdir_p@
! 391: nm_CFLAGS = @nm_CFLAGS@
! 392: nm_LIBS = @nm_LIBS@
! 393: nm_ca_dir = @nm_ca_dir@
! 394: nm_plugins = @nm_plugins@
! 395: oldincludedir = @oldincludedir@
! 396: p_plugins = @p_plugins@
! 397: pcsclite_CFLAGS = @pcsclite_CFLAGS@
! 398: pcsclite_LIBS = @pcsclite_LIBS@
! 399: pdfdir = @pdfdir@
! 400: piddir = @piddir@
! 401: pkgpyexecdir = @pkgpyexecdir@
! 402: pkgpythondir = @pkgpythondir@
! 403: pki_plugins = @pki_plugins@
! 404: plugindir = @plugindir@
! 405: pool_plugins = @pool_plugins@
! 406: prefix = @prefix@
! 407: program_transform_name = @program_transform_name@
! 408: psdir = @psdir@
! 409: pyexecdir = @pyexecdir@
! 410: pythondir = @pythondir@
! 411: random_device = @random_device@
! 412: resolv_conf = @resolv_conf@
! 413: routing_table = @routing_table@
! 414: routing_table_prio = @routing_table_prio@
! 415: runstatedir = @runstatedir@
! 416: s_plugins = @s_plugins@
! 417: sbindir = @sbindir@
! 418: scepclient_plugins = @scepclient_plugins@
! 419: scripts_plugins = @scripts_plugins@
! 420: sharedstatedir = @sharedstatedir@
! 421: soup_CFLAGS = @soup_CFLAGS@
! 422: soup_LIBS = @soup_LIBS@
! 423: srcdir = @srcdir@
! 424: starter_plugins = @starter_plugins@
! 425: strongswan_conf = @strongswan_conf@
! 426: strongswan_options = @strongswan_options@
! 427: swanctldir = @swanctldir@
! 428: sysconfdir = @sysconfdir@
! 429: systemd_CFLAGS = @systemd_CFLAGS@
! 430: systemd_LIBS = @systemd_LIBS@
! 431: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
! 432: systemd_daemon_LIBS = @systemd_daemon_LIBS@
! 433: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
! 434: systemd_journal_LIBS = @systemd_journal_LIBS@
! 435: systemdsystemunitdir = @systemdsystemunitdir@
! 436: t_plugins = @t_plugins@
! 437: target_alias = @target_alias@
! 438: top_build_prefix = @top_build_prefix@
! 439: top_builddir = @top_builddir@
! 440: top_srcdir = @top_srcdir@
! 441: tss2_CFLAGS = @tss2_CFLAGS@
! 442: tss2_LIBS = @tss2_LIBS@
! 443: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
! 444: tss2_esys_LIBS = @tss2_esys_LIBS@
! 445: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
! 446: tss2_socket_LIBS = @tss2_socket_LIBS@
! 447: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
! 448: tss2_sys_LIBS = @tss2_sys_LIBS@
! 449: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
! 450: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
! 451: urandom_device = @urandom_device@
! 452: wolfssl_CFLAGS = @wolfssl_CFLAGS@
! 453: wolfssl_LIBS = @wolfssl_LIBS@
! 454: xml_CFLAGS = @xml_CFLAGS@
! 455: xml_LIBS = @xml_LIBS@
! 456: starter_tests_SOURCES = \
! 457: suites/test_parser.c \
! 458: starter_tests.h starter_tests.c
! 459:
! 460: starter_tests_CFLAGS = \
! 461: -I$(top_srcdir)/src/libstrongswan \
! 462: -I$(top_srcdir)/src/libstrongswan/tests \
! 463: -I$(top_srcdir)/src/starter \
! 464: @COVERAGE_CFLAGS@
! 465:
! 466: starter_tests_LDFLAGS = @COVERAGE_LDFLAGS@
! 467: starter_tests_LDADD = \
! 468: $(top_builddir)/src/libstrongswan/libstrongswan.la \
! 469: $(top_builddir)/src/libstrongswan/tests/libtest.la \
! 470: ../libstarter.la
! 471:
! 472: all: all-am
! 473:
! 474: .SUFFIXES:
! 475: .SUFFIXES: .c .lo .o .obj
! 476: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
! 477: @for dep in $?; do \
! 478: case '$(am__configure_deps)' in \
! 479: *$$dep*) \
! 480: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
! 481: && { if test -f $@; then exit 0; else break; fi; }; \
! 482: exit 1;; \
! 483: esac; \
! 484: done; \
! 485: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/starter/tests/Makefile'; \
! 486: $(am__cd) $(top_srcdir) && \
! 487: $(AUTOMAKE) --gnu src/starter/tests/Makefile
! 488: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 489: @case '$?' in \
! 490: *config.status*) \
! 491: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
! 492: *) \
! 493: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
! 494: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
! 495: esac;
! 496:
! 497: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 498: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 499:
! 500: $(top_srcdir)/configure: $(am__configure_deps)
! 501: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 502: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
! 503: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 504: $(am__aclocal_m4_deps):
! 505:
! 506: clean-checkPROGRAMS:
! 507: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
! 508: echo " rm -f" $$list; \
! 509: rm -f $$list || exit $$?; \
! 510: test -n "$(EXEEXT)" || exit 0; \
! 511: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
! 512: echo " rm -f" $$list; \
! 513: rm -f $$list
! 514: suites/$(am__dirstamp):
! 515: @$(MKDIR_P) suites
! 516: @: > suites/$(am__dirstamp)
! 517: suites/$(DEPDIR)/$(am__dirstamp):
! 518: @$(MKDIR_P) suites/$(DEPDIR)
! 519: @: > suites/$(DEPDIR)/$(am__dirstamp)
! 520: suites/starter_tests-test_parser.$(OBJEXT): suites/$(am__dirstamp) \
! 521: suites/$(DEPDIR)/$(am__dirstamp)
! 522:
! 523: starter_tests$(EXEEXT): $(starter_tests_OBJECTS) $(starter_tests_DEPENDENCIES) $(EXTRA_starter_tests_DEPENDENCIES)
! 524: @rm -f starter_tests$(EXEEXT)
! 525: $(AM_V_CCLD)$(starter_tests_LINK) $(starter_tests_OBJECTS) $(starter_tests_LDADD) $(LIBS)
! 526:
! 527: mostlyclean-compile:
! 528: -rm -f *.$(OBJEXT)
! 529: -rm -f suites/*.$(OBJEXT)
! 530:
! 531: distclean-compile:
! 532: -rm -f *.tab.c
! 533:
! 534: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/starter_tests-starter_tests.Po@am__quote@
! 535: @AMDEP_TRUE@@am__include@ @am__quote@suites/$(DEPDIR)/starter_tests-test_parser.Po@am__quote@
! 536:
! 537: .c.o:
! 538: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
! 539: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
! 540: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
! 541: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 542: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 543: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
! 544:
! 545: .c.obj:
! 546: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
! 547: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
! 548: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
! 549: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 550: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 551: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
! 552:
! 553: .c.lo:
! 554: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
! 555: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
! 556: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
! 557: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
! 558: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 559: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
! 560:
! 561: suites/starter_tests-test_parser.o: suites/test_parser.c
! 562: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(starter_tests_CFLAGS) $(CFLAGS) -MT suites/starter_tests-test_parser.o -MD -MP -MF suites/$(DEPDIR)/starter_tests-test_parser.Tpo -c -o suites/starter_tests-test_parser.o `test -f 'suites/test_parser.c' || echo '$(srcdir)/'`suites/test_parser.c
! 563: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/starter_tests-test_parser.Tpo suites/$(DEPDIR)/starter_tests-test_parser.Po
! 564: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_parser.c' object='suites/starter_tests-test_parser.o' libtool=no @AMDEPBACKSLASH@
! 565: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 566: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(starter_tests_CFLAGS) $(CFLAGS) -c -o suites/starter_tests-test_parser.o `test -f 'suites/test_parser.c' || echo '$(srcdir)/'`suites/test_parser.c
! 567:
! 568: suites/starter_tests-test_parser.obj: suites/test_parser.c
! 569: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(starter_tests_CFLAGS) $(CFLAGS) -MT suites/starter_tests-test_parser.obj -MD -MP -MF suites/$(DEPDIR)/starter_tests-test_parser.Tpo -c -o suites/starter_tests-test_parser.obj `if test -f 'suites/test_parser.c'; then $(CYGPATH_W) 'suites/test_parser.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_parser.c'; fi`
! 570: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/starter_tests-test_parser.Tpo suites/$(DEPDIR)/starter_tests-test_parser.Po
! 571: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_parser.c' object='suites/starter_tests-test_parser.obj' libtool=no @AMDEPBACKSLASH@
! 572: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 573: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(starter_tests_CFLAGS) $(CFLAGS) -c -o suites/starter_tests-test_parser.obj `if test -f 'suites/test_parser.c'; then $(CYGPATH_W) 'suites/test_parser.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_parser.c'; fi`
! 574:
! 575: starter_tests-starter_tests.o: starter_tests.c
! 576: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(starter_tests_CFLAGS) $(CFLAGS) -MT starter_tests-starter_tests.o -MD -MP -MF $(DEPDIR)/starter_tests-starter_tests.Tpo -c -o starter_tests-starter_tests.o `test -f 'starter_tests.c' || echo '$(srcdir)/'`starter_tests.c
! 577: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/starter_tests-starter_tests.Tpo $(DEPDIR)/starter_tests-starter_tests.Po
! 578: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='starter_tests.c' object='starter_tests-starter_tests.o' libtool=no @AMDEPBACKSLASH@
! 579: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 580: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(starter_tests_CFLAGS) $(CFLAGS) -c -o starter_tests-starter_tests.o `test -f 'starter_tests.c' || echo '$(srcdir)/'`starter_tests.c
! 581:
! 582: starter_tests-starter_tests.obj: starter_tests.c
! 583: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(starter_tests_CFLAGS) $(CFLAGS) -MT starter_tests-starter_tests.obj -MD -MP -MF $(DEPDIR)/starter_tests-starter_tests.Tpo -c -o starter_tests-starter_tests.obj `if test -f 'starter_tests.c'; then $(CYGPATH_W) 'starter_tests.c'; else $(CYGPATH_W) '$(srcdir)/starter_tests.c'; fi`
! 584: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/starter_tests-starter_tests.Tpo $(DEPDIR)/starter_tests-starter_tests.Po
! 585: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='starter_tests.c' object='starter_tests-starter_tests.obj' libtool=no @AMDEPBACKSLASH@
! 586: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 587: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(starter_tests_CFLAGS) $(CFLAGS) -c -o starter_tests-starter_tests.obj `if test -f 'starter_tests.c'; then $(CYGPATH_W) 'starter_tests.c'; else $(CYGPATH_W) '$(srcdir)/starter_tests.c'; fi`
! 588:
! 589: mostlyclean-libtool:
! 590: -rm -f *.lo
! 591:
! 592: clean-libtool:
! 593: -rm -rf .libs _libs
! 594:
! 595: ID: $(am__tagged_files)
! 596: $(am__define_uniq_tagged_files); mkid -fID $$unique
! 597: tags: tags-am
! 598: TAGS: tags
! 599:
! 600: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 601: set x; \
! 602: here=`pwd`; \
! 603: $(am__define_uniq_tagged_files); \
! 604: shift; \
! 605: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
! 606: test -n "$$unique" || unique=$$empty_fix; \
! 607: if test $$# -gt 0; then \
! 608: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 609: "$$@" $$unique; \
! 610: else \
! 611: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 612: $$unique; \
! 613: fi; \
! 614: fi
! 615: ctags: ctags-am
! 616:
! 617: CTAGS: ctags
! 618: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 619: $(am__define_uniq_tagged_files); \
! 620: test -z "$(CTAGS_ARGS)$$unique" \
! 621: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
! 622: $$unique
! 623:
! 624: GTAGS:
! 625: here=`$(am__cd) $(top_builddir) && pwd` \
! 626: && $(am__cd) $(top_srcdir) \
! 627: && gtags -i $(GTAGS_ARGS) "$$here"
! 628: cscopelist: cscopelist-am
! 629:
! 630: cscopelist-am: $(am__tagged_files)
! 631: list='$(am__tagged_files)'; \
! 632: case "$(srcdir)" in \
! 633: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
! 634: *) sdir=$(subdir)/$(srcdir) ;; \
! 635: esac; \
! 636: for i in $$list; do \
! 637: if test -f "$$i"; then \
! 638: echo "$(subdir)/$$i"; \
! 639: else \
! 640: echo "$$sdir/$$i"; \
! 641: fi; \
! 642: done >> $(top_builddir)/cscope.files
! 643:
! 644: distclean-tags:
! 645: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
! 646:
! 647: check-TESTS: $(TESTS)
! 648: @failed=0; all=0; xfail=0; xpass=0; skip=0; \
! 649: srcdir=$(srcdir); export srcdir; \
! 650: list=' $(TESTS) '; \
! 651: $(am__tty_colors); \
! 652: if test -n "$$list"; then \
! 653: for tst in $$list; do \
! 654: if test -f ./$$tst; then dir=./; \
! 655: elif test -f $$tst; then dir=; \
! 656: else dir="$(srcdir)/"; fi; \
! 657: if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
! 658: all=`expr $$all + 1`; \
! 659: case " $(XFAIL_TESTS) " in \
! 660: *[\ \ ]$$tst[\ \ ]*) \
! 661: xpass=`expr $$xpass + 1`; \
! 662: failed=`expr $$failed + 1`; \
! 663: col=$$red; res=XPASS; \
! 664: ;; \
! 665: *) \
! 666: col=$$grn; res=PASS; \
! 667: ;; \
! 668: esac; \
! 669: elif test $$? -ne 77; then \
! 670: all=`expr $$all + 1`; \
! 671: case " $(XFAIL_TESTS) " in \
! 672: *[\ \ ]$$tst[\ \ ]*) \
! 673: xfail=`expr $$xfail + 1`; \
! 674: col=$$lgn; res=XFAIL; \
! 675: ;; \
! 676: *) \
! 677: failed=`expr $$failed + 1`; \
! 678: col=$$red; res=FAIL; \
! 679: ;; \
! 680: esac; \
! 681: else \
! 682: skip=`expr $$skip + 1`; \
! 683: col=$$blu; res=SKIP; \
! 684: fi; \
! 685: echo "$${col}$$res$${std}: $$tst"; \
! 686: done; \
! 687: if test "$$all" -eq 1; then \
! 688: tests="test"; \
! 689: All=""; \
! 690: else \
! 691: tests="tests"; \
! 692: All="All "; \
! 693: fi; \
! 694: if test "$$failed" -eq 0; then \
! 695: if test "$$xfail" -eq 0; then \
! 696: banner="$$All$$all $$tests passed"; \
! 697: else \
! 698: if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
! 699: banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
! 700: fi; \
! 701: else \
! 702: if test "$$xpass" -eq 0; then \
! 703: banner="$$failed of $$all $$tests failed"; \
! 704: else \
! 705: if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
! 706: banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
! 707: fi; \
! 708: fi; \
! 709: dashes="$$banner"; \
! 710: skipped=""; \
! 711: if test "$$skip" -ne 0; then \
! 712: if test "$$skip" -eq 1; then \
! 713: skipped="($$skip test was not run)"; \
! 714: else \
! 715: skipped="($$skip tests were not run)"; \
! 716: fi; \
! 717: test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
! 718: dashes="$$skipped"; \
! 719: fi; \
! 720: report=""; \
! 721: if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
! 722: report="Please report to $(PACKAGE_BUGREPORT)"; \
! 723: test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
! 724: dashes="$$report"; \
! 725: fi; \
! 726: dashes=`echo "$$dashes" | sed s/./=/g`; \
! 727: if test "$$failed" -eq 0; then \
! 728: col="$$grn"; \
! 729: else \
! 730: col="$$red"; \
! 731: fi; \
! 732: echo "$${col}$$dashes$${std}"; \
! 733: echo "$${col}$$banner$${std}"; \
! 734: test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
! 735: test -z "$$report" || echo "$${col}$$report$${std}"; \
! 736: echo "$${col}$$dashes$${std}"; \
! 737: test "$$failed" -eq 0; \
! 738: else :; fi
! 739:
! 740: distdir: $(DISTFILES)
! 741: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 742: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 743: list='$(DISTFILES)'; \
! 744: dist_files=`for file in $$list; do echo $$file; done | \
! 745: sed -e "s|^$$srcdirstrip/||;t" \
! 746: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 747: case $$dist_files in \
! 748: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 749: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 750: sort -u` ;; \
! 751: esac; \
! 752: for file in $$dist_files; do \
! 753: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 754: if test -d $$d/$$file; then \
! 755: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 756: if test -d "$(distdir)/$$file"; then \
! 757: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 758: fi; \
! 759: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 760: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
! 761: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 762: fi; \
! 763: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
! 764: else \
! 765: test -f "$(distdir)/$$file" \
! 766: || cp -p $$d/$$file "$(distdir)/$$file" \
! 767: || exit 1; \
! 768: fi; \
! 769: done
! 770: check-am: all-am
! 771: $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
! 772: $(MAKE) $(AM_MAKEFLAGS) check-TESTS
! 773: check: check-am
! 774: all-am: Makefile
! 775: installdirs:
! 776: install: install-am
! 777: install-exec: install-exec-am
! 778: install-data: install-data-am
! 779: uninstall: uninstall-am
! 780:
! 781: install-am: all-am
! 782: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 783:
! 784: installcheck: installcheck-am
! 785: install-strip:
! 786: if test -z '$(STRIP)'; then \
! 787: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 788: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 789: install; \
! 790: else \
! 791: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 792: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 793: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
! 794: fi
! 795: mostlyclean-generic:
! 796:
! 797: clean-generic:
! 798:
! 799: distclean-generic:
! 800: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 801: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
! 802: -rm -f suites/$(DEPDIR)/$(am__dirstamp)
! 803: -rm -f suites/$(am__dirstamp)
! 804:
! 805: maintainer-clean-generic:
! 806: @echo "This command is intended for maintainers to use"
! 807: @echo "it deletes files that may require special tools to rebuild."
! 808: clean: clean-am
! 809:
! 810: clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
! 811: mostlyclean-am
! 812:
! 813: distclean: distclean-am
! 814: -rm -rf ./$(DEPDIR) suites/$(DEPDIR)
! 815: -rm -f Makefile
! 816: distclean-am: clean-am distclean-compile distclean-generic \
! 817: distclean-tags
! 818:
! 819: dvi: dvi-am
! 820:
! 821: dvi-am:
! 822:
! 823: html: html-am
! 824:
! 825: html-am:
! 826:
! 827: info: info-am
! 828:
! 829: info-am:
! 830:
! 831: install-data-am:
! 832:
! 833: install-dvi: install-dvi-am
! 834:
! 835: install-dvi-am:
! 836:
! 837: install-exec-am:
! 838:
! 839: install-html: install-html-am
! 840:
! 841: install-html-am:
! 842:
! 843: install-info: install-info-am
! 844:
! 845: install-info-am:
! 846:
! 847: install-man:
! 848:
! 849: install-pdf: install-pdf-am
! 850:
! 851: install-pdf-am:
! 852:
! 853: install-ps: install-ps-am
! 854:
! 855: install-ps-am:
! 856:
! 857: installcheck-am:
! 858:
! 859: maintainer-clean: maintainer-clean-am
! 860: -rm -rf ./$(DEPDIR) suites/$(DEPDIR)
! 861: -rm -f Makefile
! 862: maintainer-clean-am: distclean-am maintainer-clean-generic
! 863:
! 864: mostlyclean: mostlyclean-am
! 865:
! 866: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
! 867: mostlyclean-libtool
! 868:
! 869: pdf: pdf-am
! 870:
! 871: pdf-am:
! 872:
! 873: ps: ps-am
! 874:
! 875: ps-am:
! 876:
! 877: uninstall-am:
! 878:
! 879: .MAKE: check-am install-am install-strip
! 880:
! 881: .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
! 882: clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
! 883: ctags ctags-am distclean distclean-compile distclean-generic \
! 884: distclean-libtool distclean-tags distdir dvi dvi-am html \
! 885: html-am info info-am install install-am install-data \
! 886: install-data-am install-dvi install-dvi-am install-exec \
! 887: install-exec-am install-html install-html-am install-info \
! 888: install-info-am install-man install-pdf install-pdf-am \
! 889: install-ps install-ps-am install-strip installcheck \
! 890: installcheck-am installdirs maintainer-clean \
! 891: maintainer-clean-generic mostlyclean mostlyclean-compile \
! 892: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
! 893: tags tags-am uninstall uninstall-am
! 894:
! 895: .PRECIOUS: Makefile
! 896:
! 897:
! 898: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 899: # Otherwise a system limit (for SysV at least) may be exceeded.
! 900: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>