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

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