Annotation of embedaddon/strongswan/src/libcharon/plugins/kernel_netlink/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: 
        !            17: VPATH = @srcdir@
        !            18: am__is_gnu_make = { \
        !            19:   if test -z '$(MAKELEVEL)'; then \
        !            20:     false; \
        !            21:   elif test -n '$(MAKE_HOST)'; then \
        !            22:     true; \
        !            23:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
        !            24:     true; \
        !            25:   else \
        !            26:     false; \
        !            27:   fi; \
        !            28: }
        !            29: am__make_running_with_option = \
        !            30:   case $${target_option-} in \
        !            31:       ?) ;; \
        !            32:       *) echo "am__make_running_with_option: internal error: invalid" \
        !            33:               "target option '$${target_option-}' specified" >&2; \
        !            34:          exit 1;; \
        !            35:   esac; \
        !            36:   has_opt=no; \
        !            37:   sane_makeflags=$$MAKEFLAGS; \
        !            38:   if $(am__is_gnu_make); then \
        !            39:     sane_makeflags=$$MFLAGS; \
        !            40:   else \
        !            41:     case $$MAKEFLAGS in \
        !            42:       *\\[\ \  ]*) \
        !            43:         bs=\\; \
        !            44:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
        !            45:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
        !            46:     esac; \
        !            47:   fi; \
        !            48:   skip_next=no; \
        !            49:   strip_trailopt () \
        !            50:   { \
        !            51:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
        !            52:   }; \
        !            53:   for flg in $$sane_makeflags; do \
        !            54:     test $$skip_next = yes && { skip_next=no; continue; }; \
        !            55:     case $$flg in \
        !            56:       *=*|--*) continue;; \
        !            57:         -*I) strip_trailopt 'I'; skip_next=yes;; \
        !            58:       -*I?*) strip_trailopt 'I';; \
        !            59:         -*O) strip_trailopt 'O'; skip_next=yes;; \
        !            60:       -*O?*) strip_trailopt 'O';; \
        !            61:         -*l) strip_trailopt 'l'; skip_next=yes;; \
        !            62:       -*l?*) strip_trailopt 'l';; \
        !            63:       -[dEDm]) skip_next=yes;; \
        !            64:       -[JT]) skip_next=yes;; \
        !            65:     esac; \
        !            66:     case $$flg in \
        !            67:       *$$target_option*) has_opt=yes; break;; \
        !            68:     esac; \
        !            69:   done; \
        !            70:   test $$has_opt = yes
        !            71: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
        !            72: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
        !            73: pkgdatadir = $(datadir)/@PACKAGE@
        !            74: pkgincludedir = $(includedir)/@PACKAGE@
        !            75: pkglibdir = $(libdir)/@PACKAGE@
        !            76: pkglibexecdir = $(libexecdir)/@PACKAGE@
        !            77: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
        !            78: install_sh_DATA = $(install_sh) -c -m 644
        !            79: install_sh_PROGRAM = $(install_sh) -c
        !            80: install_sh_SCRIPT = $(install_sh) -c
        !            81: INSTALL_HEADER = $(INSTALL_DATA)
        !            82: transform = $(program_transform_name)
        !            83: NORMAL_INSTALL = :
        !            84: PRE_INSTALL = :
        !            85: POST_INSTALL = :
        !            86: NORMAL_UNINSTALL = :
        !            87: PRE_UNINSTALL = :
        !            88: POST_UNINSTALL = :
        !            89: build_triplet = @build@
        !            90: host_triplet = @host@
        !            91: TESTS = kernel_netlink_tests$(EXEEXT)
        !            92: check_PROGRAMS = $(am__EXEEXT_1)
        !            93: subdir = src/libcharon/plugins/kernel_netlink
        !            94: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !            95: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
        !            96:        $(top_srcdir)/m4/config/ltoptions.m4 \
        !            97:        $(top_srcdir)/m4/config/ltsugar.m4 \
        !            98:        $(top_srcdir)/m4/config/ltversion.m4 \
        !            99:        $(top_srcdir)/m4/config/lt~obsolete.m4 \
        !           100:        $(top_srcdir)/m4/macros/split-package-version.m4 \
        !           101:        $(top_srcdir)/m4/macros/with.m4 \
        !           102:        $(top_srcdir)/m4/macros/enable-disable.m4 \
        !           103:        $(top_srcdir)/m4/macros/add-plugin.m4 \
        !           104:        $(top_srcdir)/configure.ac
        !           105: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        !           106:        $(ACLOCAL_M4)
        !           107: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
        !           108: mkinstalldirs = $(install_sh) -d
        !           109: CONFIG_HEADER = $(top_builddir)/config.h
        !           110: CONFIG_CLEAN_FILES =
        !           111: CONFIG_CLEAN_VPATH_FILES =
        !           112: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
        !           113: am__vpath_adj = case $$p in \
        !           114:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
        !           115:     *) f=$$p;; \
        !           116:   esac;
        !           117: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
        !           118: am__install_max = 40
        !           119: am__nobase_strip_setup = \
        !           120:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
        !           121: am__nobase_strip = \
        !           122:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
        !           123: am__nobase_list = $(am__nobase_strip_setup); \
        !           124:   for p in $$list; do echo "$$p $$p"; done | \
        !           125:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
        !           126:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
        !           127:     if (++n[$$2] == $(am__install_max)) \
        !           128:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
        !           129:     END { for (dir in files) print dir, files[dir] }'
        !           130: am__base_list = \
        !           131:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
        !           132:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
        !           133: am__uninstall_files_from_dir = { \
        !           134:   test -z "$$files" \
        !           135:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
        !           136:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
        !           137:          $(am__cd) "$$dir" && rm -f $$files; }; \
        !           138:   }
        !           139: am__installdirs = "$(DESTDIR)$(plugindir)"
        !           140: LTLIBRARIES = $(noinst_LTLIBRARIES) $(plugin_LTLIBRARIES)
        !           141: am__DEPENDENCIES_1 =
        !           142: libstrongswan_kernel_netlink_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
        !           143: am_libstrongswan_kernel_netlink_la_OBJECTS = kernel_netlink_plugin.lo \
        !           144:        kernel_netlink_ipsec.lo kernel_netlink_net.lo \
        !           145:        kernel_netlink_shared.lo
        !           146: libstrongswan_kernel_netlink_la_OBJECTS =  \
        !           147:        $(am_libstrongswan_kernel_netlink_la_OBJECTS)
        !           148: AM_V_lt = $(am__v_lt_@AM_V@)
        !           149: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
        !           150: am__v_lt_0 = --silent
        !           151: am__v_lt_1 = 
        !           152: libstrongswan_kernel_netlink_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
        !           153:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
        !           154:        $(AM_CFLAGS) $(CFLAGS) \
        !           155:        $(libstrongswan_kernel_netlink_la_LDFLAGS) $(LDFLAGS) -o $@
        !           156: @MONOLITHIC_FALSE@am_libstrongswan_kernel_netlink_la_rpath = -rpath \
        !           157: @MONOLITHIC_FALSE@     $(plugindir)
        !           158: @MONOLITHIC_TRUE@am_libstrongswan_kernel_netlink_la_rpath =
        !           159: am__EXEEXT_1 = kernel_netlink_tests$(EXEEXT)
        !           160: am__dirstamp = $(am__leading_dot)dirstamp
        !           161: am_kernel_netlink_tests_OBJECTS =  \
        !           162:        kernel_netlink_tests-tests.$(OBJEXT) \
        !           163:        suites/kernel_netlink_tests-test_socket.$(OBJEXT) \
        !           164:        kernel_netlink_tests-kernel_netlink_shared.$(OBJEXT)
        !           165: kernel_netlink_tests_OBJECTS = $(am_kernel_netlink_tests_OBJECTS)
        !           166: kernel_netlink_tests_DEPENDENCIES =  \
        !           167:        $(top_builddir)/src/libstrongswan/libstrongswan.la \
        !           168:        $(top_builddir)/src/libstrongswan/tests/libtest.la
        !           169: kernel_netlink_tests_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
        !           170:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
        !           171:        $(kernel_netlink_tests_CFLAGS) $(CFLAGS) \
        !           172:        $(kernel_netlink_tests_LDFLAGS) $(LDFLAGS) -o $@
        !           173: AM_V_P = $(am__v_P_@AM_V@)
        !           174: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
        !           175: am__v_P_0 = false
        !           176: am__v_P_1 = :
        !           177: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !           178: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
        !           179: am__v_GEN_0 = @echo "  GEN     " $@;
        !           180: am__v_GEN_1 = 
        !           181: AM_V_at = $(am__v_at_@AM_V@)
        !           182: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
        !           183: am__v_at_0 = @
        !           184: am__v_at_1 = 
        !           185: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
        !           186: depcomp = $(SHELL) $(top_srcdir)/depcomp
        !           187: am__depfiles_maybe = depfiles
        !           188: am__mv = mv -f
        !           189: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        !           190:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           191: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        !           192:        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
        !           193:        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
        !           194:        $(AM_CFLAGS) $(CFLAGS)
        !           195: AM_V_CC = $(am__v_CC_@AM_V@)
        !           196: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
        !           197: am__v_CC_0 = @echo "  CC      " $@;
        !           198: am__v_CC_1 = 
        !           199: CCLD = $(CC)
        !           200: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        !           201:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        !           202:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           203: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
        !           204: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
        !           205: am__v_CCLD_0 = @echo "  CCLD    " $@;
        !           206: am__v_CCLD_1 = 
        !           207: SOURCES = $(libstrongswan_kernel_netlink_la_SOURCES) \
        !           208:        $(kernel_netlink_tests_SOURCES)
        !           209: DIST_SOURCES = $(libstrongswan_kernel_netlink_la_SOURCES) \
        !           210:        $(kernel_netlink_tests_SOURCES)
        !           211: am__can_run_installinfo = \
        !           212:   case $$AM_UPDATE_INFO_DIR in \
        !           213:     n|no|NO) false;; \
        !           214:     *) (install-info --version) >/dev/null 2>&1;; \
        !           215:   esac
        !           216: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
        !           217: # Read a list of newline-separated strings from the standard input,
        !           218: # and print each of them once, without duplicates.  Input order is
        !           219: # *not* preserved.
        !           220: am__uniquify_input = $(AWK) '\
        !           221:   BEGIN { nonempty = 0; } \
        !           222:   { items[$$0] = 1; nonempty = 1; } \
        !           223:   END { if (nonempty) { for (i in items) print i; }; } \
        !           224: '
        !           225: # Make sure the list of sources is unique.  This is necessary because,
        !           226: # e.g., the same source file might be shared among _SOURCES variables
        !           227: # for different programs/libraries.
        !           228: am__define_uniq_tagged_files = \
        !           229:   list='$(am__tagged_files)'; \
        !           230:   unique=`for i in $$list; do \
        !           231:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           232:   done | $(am__uniquify_input)`
        !           233: ETAGS = etags
        !           234: CTAGS = ctags
        !           235: am__tty_colors_dummy = \
        !           236:   mgn= red= grn= lgn= blu= brg= std=; \
        !           237:   am__color_tests=no
        !           238: am__tty_colors = { \
        !           239:   $(am__tty_colors_dummy); \
        !           240:   if test "X$(AM_COLOR_TESTS)" = Xno; then \
        !           241:     am__color_tests=no; \
        !           242:   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
        !           243:     am__color_tests=yes; \
        !           244:   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
        !           245:     am__color_tests=yes; \
        !           246:   fi; \
        !           247:   if test $$am__color_tests = yes; then \
        !           248:     red=''; \
        !           249:     grn=''; \
        !           250:     lgn=''; \
        !           251:     blu=''; \
        !           252:     mgn=''; \
        !           253:     brg=''; \
        !           254:     std=''; \
        !           255:   fi; \
        !           256: }
        !           257: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
        !           258: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           259: ACLOCAL = @ACLOCAL@
        !           260: ALLOCA = @ALLOCA@
        !           261: AMTAR = @AMTAR@
        !           262: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
        !           263: AR = @AR@
        !           264: ATOMICLIB = @ATOMICLIB@
        !           265: AUTOCONF = @AUTOCONF@
        !           266: AUTOHEADER = @AUTOHEADER@
        !           267: AUTOMAKE = @AUTOMAKE@
        !           268: AWK = @AWK@
        !           269: BFDLIB = @BFDLIB@
        !           270: BTLIB = @BTLIB@
        !           271: CC = @CC@
        !           272: CCDEPMODE = @CCDEPMODE@
        !           273: CFLAGS = @CFLAGS@
        !           274: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
        !           275: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
        !           276: CPP = @CPP@
        !           277: CPPFLAGS = @CPPFLAGS@
        !           278: CYGPATH_W = @CYGPATH_W@
        !           279: DEFS = @DEFS@
        !           280: DEPDIR = @DEPDIR@
        !           281: DLLIB = @DLLIB@
        !           282: DLLTOOL = @DLLTOOL@
        !           283: DSYMUTIL = @DSYMUTIL@
        !           284: DUMPBIN = @DUMPBIN@
        !           285: EASY_INSTALL = @EASY_INSTALL@
        !           286: ECHO_C = @ECHO_C@
        !           287: ECHO_N = @ECHO_N@
        !           288: ECHO_T = @ECHO_T@
        !           289: EGREP = @EGREP@
        !           290: EXEEXT = @EXEEXT@
        !           291: FGREP = @FGREP@
        !           292: FUZZING_CFLAGS = @FUZZING_CFLAGS@
        !           293: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
        !           294: GEM = @GEM@
        !           295: GENHTML = @GENHTML@
        !           296: GPERF = @GPERF@
        !           297: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
        !           298: GPRBUILD = @GPRBUILD@
        !           299: GREP = @GREP@
        !           300: INSTALL = @INSTALL@
        !           301: INSTALL_DATA = @INSTALL_DATA@
        !           302: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !           303: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !           304: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           305: LCOV = @LCOV@
        !           306: LD = @LD@
        !           307: LDFLAGS = @LDFLAGS@
        !           308: LEX = @LEX@
        !           309: LEXLIB = @LEXLIB@
        !           310: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
        !           311: LIBOBJS = @LIBOBJS@
        !           312: LIBS = @LIBS@
        !           313: LIBTOOL = @LIBTOOL@
        !           314: LIPO = @LIPO@
        !           315: LN_S = @LN_S@
        !           316: LTLIBOBJS = @LTLIBOBJS@
        !           317: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
        !           318: MAKEINFO = @MAKEINFO@
        !           319: MANIFEST_TOOL = @MANIFEST_TOOL@
        !           320: MKDIR_P = @MKDIR_P@
        !           321: MYSQLCFLAG = @MYSQLCFLAG@
        !           322: MYSQLCONFIG = @MYSQLCONFIG@
        !           323: MYSQLLIB = @MYSQLLIB@
        !           324: NM = @NM@
        !           325: NMEDIT = @NMEDIT@
        !           326: OBJDUMP = @OBJDUMP@
        !           327: OBJEXT = @OBJEXT@
        !           328: OPENSSL_LIB = @OPENSSL_LIB@
        !           329: OTOOL = @OTOOL@
        !           330: OTOOL64 = @OTOOL64@
        !           331: PACKAGE = @PACKAGE@
        !           332: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
        !           333: PACKAGE_NAME = @PACKAGE_NAME@
        !           334: PACKAGE_STRING = @PACKAGE_STRING@
        !           335: PACKAGE_TARNAME = @PACKAGE_TARNAME@
        !           336: PACKAGE_URL = @PACKAGE_URL@
        !           337: PACKAGE_VERSION = @PACKAGE_VERSION@
        !           338: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
        !           339: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
        !           340: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
        !           341: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
        !           342: PATH_SEPARATOR = @PATH_SEPARATOR@
        !           343: PERL = @PERL@
        !           344: PKG_CONFIG = @PKG_CONFIG@
        !           345: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
        !           346: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
        !           347: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
        !           348: PTHREADLIB = @PTHREADLIB@
        !           349: PYTHON = @PYTHON@
        !           350: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
        !           351: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
        !           352: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
        !           353: PYTHON_PLATFORM = @PYTHON_PLATFORM@
        !           354: PYTHON_PREFIX = @PYTHON_PREFIX@
        !           355: PYTHON_VERSION = @PYTHON_VERSION@
        !           356: PY_TEST = @PY_TEST@
        !           357: RANLIB = @RANLIB@
        !           358: RTLIB = @RTLIB@
        !           359: RUBYGEMDIR = @RUBYGEMDIR@
        !           360: SED = @SED@
        !           361: SET_MAKE = @SET_MAKE@
        !           362: SHELL = @SHELL@
        !           363: SOCKLIB = @SOCKLIB@
        !           364: STRIP = @STRIP@
        !           365: TOX = @TOX@
        !           366: UNWINDLIB = @UNWINDLIB@
        !           367: VERSION = @VERSION@
        !           368: YACC = @YACC@
        !           369: YFLAGS = @YFLAGS@
        !           370: abs_builddir = @abs_builddir@
        !           371: abs_srcdir = @abs_srcdir@
        !           372: abs_top_builddir = @abs_top_builddir@
        !           373: abs_top_srcdir = @abs_top_srcdir@
        !           374: ac_ct_AR = @ac_ct_AR@
        !           375: ac_ct_CC = @ac_ct_CC@
        !           376: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
        !           377: aikgen_plugins = @aikgen_plugins@
        !           378: am__include = @am__include@
        !           379: am__leading_dot = @am__leading_dot@
        !           380: am__quote = @am__quote@
        !           381: am__tar = @am__tar@
        !           382: am__untar = @am__untar@
        !           383: attest_plugins = @attest_plugins@
        !           384: bindir = @bindir@
        !           385: botan_CFLAGS = @botan_CFLAGS@
        !           386: botan_LIBS = @botan_LIBS@
        !           387: build = @build@
        !           388: build_alias = @build_alias@
        !           389: build_cpu = @build_cpu@
        !           390: build_os = @build_os@
        !           391: build_vendor = @build_vendor@
        !           392: builddir = @builddir@
        !           393: c_plugins = @c_plugins@
        !           394: charon_natt_port = @charon_natt_port@
        !           395: charon_plugins = @charon_plugins@
        !           396: charon_udp_port = @charon_udp_port@
        !           397: clearsilver_LIBS = @clearsilver_LIBS@
        !           398: cmd_plugins = @cmd_plugins@
        !           399: datadir = @datadir@
        !           400: datarootdir = @datarootdir@
        !           401: dbusdatadir = @dbusdatadir@
        !           402: dbuspolicydir = @dbuspolicydir@
        !           403: dev_headers = @dev_headers@
        !           404: docdir = @docdir@
        !           405: dvidir = @dvidir@
        !           406: exec_prefix = @exec_prefix@
        !           407: fips_mode = @fips_mode@
        !           408: fuzz_plugins = @fuzz_plugins@
        !           409: host = @host@
        !           410: host_alias = @host_alias@
        !           411: host_cpu = @host_cpu@
        !           412: host_os = @host_os@
        !           413: host_vendor = @host_vendor@
        !           414: htmldir = @htmldir@
        !           415: imcvdir = @imcvdir@
        !           416: includedir = @includedir@
        !           417: infodir = @infodir@
        !           418: install_sh = @install_sh@
        !           419: ipsec_script = @ipsec_script@
        !           420: ipsec_script_upper = @ipsec_script_upper@
        !           421: ipsecdir = @ipsecdir@
        !           422: ipsecgroup = @ipsecgroup@
        !           423: ipseclibdir = @ipseclibdir@
        !           424: ipsecuser = @ipsecuser@
        !           425: json_CFLAGS = @json_CFLAGS@
        !           426: json_LIBS = @json_LIBS@
        !           427: libdir = @libdir@
        !           428: libexecdir = @libexecdir@
        !           429: libfuzzer = @libfuzzer@
        !           430: libiptc_CFLAGS = @libiptc_CFLAGS@
        !           431: libiptc_LIBS = @libiptc_LIBS@
        !           432: linux_headers = @linux_headers@
        !           433: localedir = @localedir@
        !           434: localstatedir = @localstatedir@
        !           435: manager_plugins = @manager_plugins@
        !           436: mandir = @mandir@
        !           437: medsrv_plugins = @medsrv_plugins@
        !           438: mkdir_p = @mkdir_p@
        !           439: nm_CFLAGS = @nm_CFLAGS@
        !           440: nm_LIBS = @nm_LIBS@
        !           441: nm_ca_dir = @nm_ca_dir@
        !           442: nm_plugins = @nm_plugins@
        !           443: oldincludedir = @oldincludedir@
        !           444: p_plugins = @p_plugins@
        !           445: pcsclite_CFLAGS = @pcsclite_CFLAGS@
        !           446: pcsclite_LIBS = @pcsclite_LIBS@
        !           447: pdfdir = @pdfdir@
        !           448: piddir = @piddir@
        !           449: pkgpyexecdir = @pkgpyexecdir@
        !           450: pkgpythondir = @pkgpythondir@
        !           451: pki_plugins = @pki_plugins@
        !           452: plugindir = @plugindir@
        !           453: pool_plugins = @pool_plugins@
        !           454: prefix = @prefix@
        !           455: program_transform_name = @program_transform_name@
        !           456: psdir = @psdir@
        !           457: pyexecdir = @pyexecdir@
        !           458: pythondir = @pythondir@
        !           459: random_device = @random_device@
        !           460: resolv_conf = @resolv_conf@
        !           461: routing_table = @routing_table@
        !           462: routing_table_prio = @routing_table_prio@
        !           463: runstatedir = @runstatedir@
        !           464: s_plugins = @s_plugins@
        !           465: sbindir = @sbindir@
        !           466: scepclient_plugins = @scepclient_plugins@
        !           467: scripts_plugins = @scripts_plugins@
        !           468: sharedstatedir = @sharedstatedir@
        !           469: soup_CFLAGS = @soup_CFLAGS@
        !           470: soup_LIBS = @soup_LIBS@
        !           471: srcdir = @srcdir@
        !           472: starter_plugins = @starter_plugins@
        !           473: strongswan_conf = @strongswan_conf@
        !           474: strongswan_options = @strongswan_options@
        !           475: swanctldir = @swanctldir@
        !           476: sysconfdir = @sysconfdir@
        !           477: systemd_CFLAGS = @systemd_CFLAGS@
        !           478: systemd_LIBS = @systemd_LIBS@
        !           479: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
        !           480: systemd_daemon_LIBS = @systemd_daemon_LIBS@
        !           481: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
        !           482: systemd_journal_LIBS = @systemd_journal_LIBS@
        !           483: systemdsystemunitdir = @systemdsystemunitdir@
        !           484: t_plugins = @t_plugins@
        !           485: target_alias = @target_alias@
        !           486: top_build_prefix = @top_build_prefix@
        !           487: top_builddir = @top_builddir@
        !           488: top_srcdir = @top_srcdir@
        !           489: tss2_CFLAGS = @tss2_CFLAGS@
        !           490: tss2_LIBS = @tss2_LIBS@
        !           491: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
        !           492: tss2_esys_LIBS = @tss2_esys_LIBS@
        !           493: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
        !           494: tss2_socket_LIBS = @tss2_socket_LIBS@
        !           495: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
        !           496: tss2_sys_LIBS = @tss2_sys_LIBS@
        !           497: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
        !           498: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
        !           499: urandom_device = @urandom_device@
        !           500: wolfssl_CFLAGS = @wolfssl_CFLAGS@
        !           501: wolfssl_LIBS = @wolfssl_LIBS@
        !           502: xml_CFLAGS = @xml_CFLAGS@
        !           503: xml_LIBS = @xml_LIBS@
        !           504: AM_CPPFLAGS = \
        !           505:        -I${linux_headers} \
        !           506:        -I$(top_srcdir)/src/libstrongswan \
        !           507:        -I$(top_srcdir)/src/libcharon \
        !           508:        -DROUTING_TABLE=${routing_table} \
        !           509:        -DROUTING_TABLE_PRIO=${routing_table_prio}
        !           510: 
        !           511: AM_CFLAGS = \
        !           512:        $(PLUGIN_CFLAGS)
        !           513: 
        !           514: @MONOLITHIC_TRUE@noinst_LTLIBRARIES = libstrongswan-kernel-netlink.la
        !           515: @MONOLITHIC_FALSE@plugin_LTLIBRARIES = libstrongswan-kernel-netlink.la
        !           516: libstrongswan_kernel_netlink_la_SOURCES = \
        !           517:        kernel_netlink_plugin.h kernel_netlink_plugin.c \
        !           518:        kernel_netlink_ipsec.h kernel_netlink_ipsec.c \
        !           519:        kernel_netlink_net.h kernel_netlink_net.c \
        !           520:        kernel_netlink_shared.h kernel_netlink_shared.c
        !           521: 
        !           522: libstrongswan_kernel_netlink_la_LIBADD = $(DLLIB)
        !           523: libstrongswan_kernel_netlink_la_LDFLAGS = -module -avoid-version
        !           524: kernel_netlink_tests_SOURCES = \
        !           525:        tests.h tests.c \
        !           526:        suites/test_socket.c \
        !           527:        kernel_netlink_shared.c
        !           528: 
        !           529: kernel_netlink_tests_CFLAGS = \
        !           530:        -I$(top_srcdir)/src/libstrongswan \
        !           531:        -I$(top_srcdir)/src/libstrongswan/tests \
        !           532:        -DNETLINK_MSG_LOSS_HOOK=netlink_msg_loss \
        !           533:        @COVERAGE_CFLAGS@
        !           534: 
        !           535: kernel_netlink_tests_LDFLAGS = @COVERAGE_LDFLAGS@
        !           536: kernel_netlink_tests_LDADD = \
        !           537:        $(top_builddir)/src/libstrongswan/libstrongswan.la \
        !           538:        $(top_builddir)/src/libstrongswan/tests/libtest.la
        !           539: 
        !           540: all: all-am
        !           541: 
        !           542: .SUFFIXES:
        !           543: .SUFFIXES: .c .lo .o .obj
        !           544: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        !           545:        @for dep in $?; do \
        !           546:          case '$(am__configure_deps)' in \
        !           547:            *$$dep*) \
        !           548:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
        !           549:                && { if test -f $@; then exit 0; else break; fi; }; \
        !           550:              exit 1;; \
        !           551:          esac; \
        !           552:        done; \
        !           553:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libcharon/plugins/kernel_netlink/Makefile'; \
        !           554:        $(am__cd) $(top_srcdir) && \
        !           555:          $(AUTOMAKE) --gnu src/libcharon/plugins/kernel_netlink/Makefile
        !           556: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           557:        @case '$?' in \
        !           558:          *config.status*) \
        !           559:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
        !           560:          *) \
        !           561:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
        !           562:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
        !           563:        esac;
        !           564: 
        !           565: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           566:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           567: 
        !           568: $(top_srcdir)/configure:  $(am__configure_deps)
        !           569:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           570: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        !           571:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           572: $(am__aclocal_m4_deps):
        !           573: 
        !           574: clean-noinstLTLIBRARIES:
        !           575:        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
        !           576:        @list='$(noinst_LTLIBRARIES)'; \
        !           577:        locs=`for p in $$list; do echo $$p; done | \
        !           578:              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
        !           579:              sort -u`; \
        !           580:        test -z "$$locs" || { \
        !           581:          echo rm -f $${locs}; \
        !           582:          rm -f $${locs}; \
        !           583:        }
        !           584: 
        !           585: install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
        !           586:        @$(NORMAL_INSTALL)
        !           587:        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
        !           588:        list2=; for p in $$list; do \
        !           589:          if test -f $$p; then \
        !           590:            list2="$$list2 $$p"; \
        !           591:          else :; fi; \
        !           592:        done; \
        !           593:        test -z "$$list2" || { \
        !           594:          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
        !           595:          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
        !           596:          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
        !           597:          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
        !           598:        }
        !           599: 
        !           600: uninstall-pluginLTLIBRARIES:
        !           601:        @$(NORMAL_UNINSTALL)
        !           602:        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
        !           603:        for p in $$list; do \
        !           604:          $(am__strip_dir) \
        !           605:          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
        !           606:          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
        !           607:        done
        !           608: 
        !           609: clean-pluginLTLIBRARIES:
        !           610:        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
        !           611:        @list='$(plugin_LTLIBRARIES)'; \
        !           612:        locs=`for p in $$list; do echo $$p; done | \
        !           613:              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
        !           614:              sort -u`; \
        !           615:        test -z "$$locs" || { \
        !           616:          echo rm -f $${locs}; \
        !           617:          rm -f $${locs}; \
        !           618:        }
        !           619: 
        !           620: libstrongswan-kernel-netlink.la: $(libstrongswan_kernel_netlink_la_OBJECTS) $(libstrongswan_kernel_netlink_la_DEPENDENCIES) $(EXTRA_libstrongswan_kernel_netlink_la_DEPENDENCIES) 
        !           621:        $(AM_V_CCLD)$(libstrongswan_kernel_netlink_la_LINK) $(am_libstrongswan_kernel_netlink_la_rpath) $(libstrongswan_kernel_netlink_la_OBJECTS) $(libstrongswan_kernel_netlink_la_LIBADD) $(LIBS)
        !           622: 
        !           623: clean-checkPROGRAMS:
        !           624:        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
        !           625:        echo " rm -f" $$list; \
        !           626:        rm -f $$list || exit $$?; \
        !           627:        test -n "$(EXEEXT)" || exit 0; \
        !           628:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
        !           629:        echo " rm -f" $$list; \
        !           630:        rm -f $$list
        !           631: suites/$(am__dirstamp):
        !           632:        @$(MKDIR_P) suites
        !           633:        @: > suites/$(am__dirstamp)
        !           634: suites/$(DEPDIR)/$(am__dirstamp):
        !           635:        @$(MKDIR_P) suites/$(DEPDIR)
        !           636:        @: > suites/$(DEPDIR)/$(am__dirstamp)
        !           637: suites/kernel_netlink_tests-test_socket.$(OBJEXT):  \
        !           638:        suites/$(am__dirstamp) suites/$(DEPDIR)/$(am__dirstamp)
        !           639: 
        !           640: kernel_netlink_tests$(EXEEXT): $(kernel_netlink_tests_OBJECTS) $(kernel_netlink_tests_DEPENDENCIES) $(EXTRA_kernel_netlink_tests_DEPENDENCIES) 
        !           641:        @rm -f kernel_netlink_tests$(EXEEXT)
        !           642:        $(AM_V_CCLD)$(kernel_netlink_tests_LINK) $(kernel_netlink_tests_OBJECTS) $(kernel_netlink_tests_LDADD) $(LIBS)
        !           643: 
        !           644: mostlyclean-compile:
        !           645:        -rm -f *.$(OBJEXT)
        !           646:        -rm -f suites/*.$(OBJEXT)
        !           647: 
        !           648: distclean-compile:
        !           649:        -rm -f *.tab.c
        !           650: 
        !           651: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kernel_netlink_ipsec.Plo@am__quote@
        !           652: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kernel_netlink_net.Plo@am__quote@
        !           653: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kernel_netlink_plugin.Plo@am__quote@
        !           654: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kernel_netlink_shared.Plo@am__quote@
        !           655: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kernel_netlink_tests-kernel_netlink_shared.Po@am__quote@
        !           656: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kernel_netlink_tests-tests.Po@am__quote@
        !           657: @AMDEP_TRUE@@am__include@ @am__quote@suites/$(DEPDIR)/kernel_netlink_tests-test_socket.Po@am__quote@
        !           658: 
        !           659: .c.o:
        !           660: @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
        !           661: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
        !           662: @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
        !           663: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           664: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           665: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
        !           666: 
        !           667: .c.obj:
        !           668: @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
        !           669: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
        !           670: @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
        !           671: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           672: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           673: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
        !           674: 
        !           675: .c.lo:
        !           676: @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
        !           677: @am__fastdepCC_TRUE@   $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
        !           678: @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
        !           679: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
        !           680: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           681: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
        !           682: 
        !           683: kernel_netlink_tests-tests.o: tests.c
        !           684: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_netlink_tests_CFLAGS) $(CFLAGS) -MT kernel_netlink_tests-tests.o -MD -MP -MF $(DEPDIR)/kernel_netlink_tests-tests.Tpo -c -o kernel_netlink_tests-tests.o `test -f 'tests.c' || echo '$(srcdir)/'`tests.c
        !           685: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/kernel_netlink_tests-tests.Tpo $(DEPDIR)/kernel_netlink_tests-tests.Po
        !           686: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='tests.c' object='kernel_netlink_tests-tests.o' libtool=no @AMDEPBACKSLASH@
        !           687: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           688: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_netlink_tests_CFLAGS) $(CFLAGS) -c -o kernel_netlink_tests-tests.o `test -f 'tests.c' || echo '$(srcdir)/'`tests.c
        !           689: 
        !           690: kernel_netlink_tests-tests.obj: tests.c
        !           691: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_netlink_tests_CFLAGS) $(CFLAGS) -MT kernel_netlink_tests-tests.obj -MD -MP -MF $(DEPDIR)/kernel_netlink_tests-tests.Tpo -c -o kernel_netlink_tests-tests.obj `if test -f 'tests.c'; then $(CYGPATH_W) 'tests.c'; else $(CYGPATH_W) '$(srcdir)/tests.c'; fi`
        !           692: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/kernel_netlink_tests-tests.Tpo $(DEPDIR)/kernel_netlink_tests-tests.Po
        !           693: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='tests.c' object='kernel_netlink_tests-tests.obj' libtool=no @AMDEPBACKSLASH@
        !           694: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           695: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_netlink_tests_CFLAGS) $(CFLAGS) -c -o kernel_netlink_tests-tests.obj `if test -f 'tests.c'; then $(CYGPATH_W) 'tests.c'; else $(CYGPATH_W) '$(srcdir)/tests.c'; fi`
        !           696: 
        !           697: suites/kernel_netlink_tests-test_socket.o: suites/test_socket.c
        !           698: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_netlink_tests_CFLAGS) $(CFLAGS) -MT suites/kernel_netlink_tests-test_socket.o -MD -MP -MF suites/$(DEPDIR)/kernel_netlink_tests-test_socket.Tpo -c -o suites/kernel_netlink_tests-test_socket.o `test -f 'suites/test_socket.c' || echo '$(srcdir)/'`suites/test_socket.c
        !           699: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) suites/$(DEPDIR)/kernel_netlink_tests-test_socket.Tpo suites/$(DEPDIR)/kernel_netlink_tests-test_socket.Po
        !           700: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='suites/test_socket.c' object='suites/kernel_netlink_tests-test_socket.o' libtool=no @AMDEPBACKSLASH@
        !           701: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           702: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_netlink_tests_CFLAGS) $(CFLAGS) -c -o suites/kernel_netlink_tests-test_socket.o `test -f 'suites/test_socket.c' || echo '$(srcdir)/'`suites/test_socket.c
        !           703: 
        !           704: suites/kernel_netlink_tests-test_socket.obj: suites/test_socket.c
        !           705: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_netlink_tests_CFLAGS) $(CFLAGS) -MT suites/kernel_netlink_tests-test_socket.obj -MD -MP -MF suites/$(DEPDIR)/kernel_netlink_tests-test_socket.Tpo -c -o suites/kernel_netlink_tests-test_socket.obj `if test -f 'suites/test_socket.c'; then $(CYGPATH_W) 'suites/test_socket.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_socket.c'; fi`
        !           706: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) suites/$(DEPDIR)/kernel_netlink_tests-test_socket.Tpo suites/$(DEPDIR)/kernel_netlink_tests-test_socket.Po
        !           707: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='suites/test_socket.c' object='suites/kernel_netlink_tests-test_socket.obj' libtool=no @AMDEPBACKSLASH@
        !           708: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           709: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_netlink_tests_CFLAGS) $(CFLAGS) -c -o suites/kernel_netlink_tests-test_socket.obj `if test -f 'suites/test_socket.c'; then $(CYGPATH_W) 'suites/test_socket.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_socket.c'; fi`
        !           710: 
        !           711: kernel_netlink_tests-kernel_netlink_shared.o: kernel_netlink_shared.c
        !           712: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_netlink_tests_CFLAGS) $(CFLAGS) -MT kernel_netlink_tests-kernel_netlink_shared.o -MD -MP -MF $(DEPDIR)/kernel_netlink_tests-kernel_netlink_shared.Tpo -c -o kernel_netlink_tests-kernel_netlink_shared.o `test -f 'kernel_netlink_shared.c' || echo '$(srcdir)/'`kernel_netlink_shared.c
        !           713: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/kernel_netlink_tests-kernel_netlink_shared.Tpo $(DEPDIR)/kernel_netlink_tests-kernel_netlink_shared.Po
        !           714: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='kernel_netlink_shared.c' object='kernel_netlink_tests-kernel_netlink_shared.o' libtool=no @AMDEPBACKSLASH@
        !           715: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           716: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_netlink_tests_CFLAGS) $(CFLAGS) -c -o kernel_netlink_tests-kernel_netlink_shared.o `test -f 'kernel_netlink_shared.c' || echo '$(srcdir)/'`kernel_netlink_shared.c
        !           717: 
        !           718: kernel_netlink_tests-kernel_netlink_shared.obj: kernel_netlink_shared.c
        !           719: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_netlink_tests_CFLAGS) $(CFLAGS) -MT kernel_netlink_tests-kernel_netlink_shared.obj -MD -MP -MF $(DEPDIR)/kernel_netlink_tests-kernel_netlink_shared.Tpo -c -o kernel_netlink_tests-kernel_netlink_shared.obj `if test -f 'kernel_netlink_shared.c'; then $(CYGPATH_W) 'kernel_netlink_shared.c'; else $(CYGPATH_W) '$(srcdir)/kernel_netlink_shared.c'; fi`
        !           720: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/kernel_netlink_tests-kernel_netlink_shared.Tpo $(DEPDIR)/kernel_netlink_tests-kernel_netlink_shared.Po
        !           721: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='kernel_netlink_shared.c' object='kernel_netlink_tests-kernel_netlink_shared.obj' libtool=no @AMDEPBACKSLASH@
        !           722: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           723: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_netlink_tests_CFLAGS) $(CFLAGS) -c -o kernel_netlink_tests-kernel_netlink_shared.obj `if test -f 'kernel_netlink_shared.c'; then $(CYGPATH_W) 'kernel_netlink_shared.c'; else $(CYGPATH_W) '$(srcdir)/kernel_netlink_shared.c'; fi`
        !           724: 
        !           725: mostlyclean-libtool:
        !           726:        -rm -f *.lo
        !           727: 
        !           728: clean-libtool:
        !           729:        -rm -rf .libs _libs
        !           730: 
        !           731: ID: $(am__tagged_files)
        !           732:        $(am__define_uniq_tagged_files); mkid -fID $$unique
        !           733: tags: tags-am
        !           734: TAGS: tags
        !           735: 
        !           736: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           737:        set x; \
        !           738:        here=`pwd`; \
        !           739:        $(am__define_uniq_tagged_files); \
        !           740:        shift; \
        !           741:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
        !           742:          test -n "$$unique" || unique=$$empty_fix; \
        !           743:          if test $$# -gt 0; then \
        !           744:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           745:              "$$@" $$unique; \
        !           746:          else \
        !           747:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           748:              $$unique; \
        !           749:          fi; \
        !           750:        fi
        !           751: ctags: ctags-am
        !           752: 
        !           753: CTAGS: ctags
        !           754: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           755:        $(am__define_uniq_tagged_files); \
        !           756:        test -z "$(CTAGS_ARGS)$$unique" \
        !           757:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
        !           758:             $$unique
        !           759: 
        !           760: GTAGS:
        !           761:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           762:          && $(am__cd) $(top_srcdir) \
        !           763:          && gtags -i $(GTAGS_ARGS) "$$here"
        !           764: cscopelist: cscopelist-am
        !           765: 
        !           766: cscopelist-am: $(am__tagged_files)
        !           767:        list='$(am__tagged_files)'; \
        !           768:        case "$(srcdir)" in \
        !           769:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
        !           770:          *) sdir=$(subdir)/$(srcdir) ;; \
        !           771:        esac; \
        !           772:        for i in $$list; do \
        !           773:          if test -f "$$i"; then \
        !           774:            echo "$(subdir)/$$i"; \
        !           775:          else \
        !           776:            echo "$$sdir/$$i"; \
        !           777:          fi; \
        !           778:        done >> $(top_builddir)/cscope.files
        !           779: 
        !           780: distclean-tags:
        !           781:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           782: 
        !           783: check-TESTS: $(TESTS)
        !           784:        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
        !           785:        srcdir=$(srcdir); export srcdir; \
        !           786:        list=' $(TESTS) '; \
        !           787:        $(am__tty_colors); \
        !           788:        if test -n "$$list"; then \
        !           789:          for tst in $$list; do \
        !           790:            if test -f ./$$tst; then dir=./; \
        !           791:            elif test -f $$tst; then dir=; \
        !           792:            else dir="$(srcdir)/"; fi; \
        !           793:            if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
        !           794:              all=`expr $$all + 1`; \
        !           795:              case " $(XFAIL_TESTS) " in \
        !           796:              *[\ \     ]$$tst[\ \      ]*) \
        !           797:                xpass=`expr $$xpass + 1`; \
        !           798:                failed=`expr $$failed + 1`; \
        !           799:                col=$$red; res=XPASS; \
        !           800:              ;; \
        !           801:              *) \
        !           802:                col=$$grn; res=PASS; \
        !           803:              ;; \
        !           804:              esac; \
        !           805:            elif test $$? -ne 77; then \
        !           806:              all=`expr $$all + 1`; \
        !           807:              case " $(XFAIL_TESTS) " in \
        !           808:              *[\ \     ]$$tst[\ \      ]*) \
        !           809:                xfail=`expr $$xfail + 1`; \
        !           810:                col=$$lgn; res=XFAIL; \
        !           811:              ;; \
        !           812:              *) \
        !           813:                failed=`expr $$failed + 1`; \
        !           814:                col=$$red; res=FAIL; \
        !           815:              ;; \
        !           816:              esac; \
        !           817:            else \
        !           818:              skip=`expr $$skip + 1`; \
        !           819:              col=$$blu; res=SKIP; \
        !           820:            fi; \
        !           821:            echo "$${col}$$res$${std}: $$tst"; \
        !           822:          done; \
        !           823:          if test "$$all" -eq 1; then \
        !           824:            tests="test"; \
        !           825:            All=""; \
        !           826:          else \
        !           827:            tests="tests"; \
        !           828:            All="All "; \
        !           829:          fi; \
        !           830:          if test "$$failed" -eq 0; then \
        !           831:            if test "$$xfail" -eq 0; then \
        !           832:              banner="$$All$$all $$tests passed"; \
        !           833:            else \
        !           834:              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
        !           835:              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
        !           836:            fi; \
        !           837:          else \
        !           838:            if test "$$xpass" -eq 0; then \
        !           839:              banner="$$failed of $$all $$tests failed"; \
        !           840:            else \
        !           841:              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
        !           842:              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
        !           843:            fi; \
        !           844:          fi; \
        !           845:          dashes="$$banner"; \
        !           846:          skipped=""; \
        !           847:          if test "$$skip" -ne 0; then \
        !           848:            if test "$$skip" -eq 1; then \
        !           849:              skipped="($$skip test was not run)"; \
        !           850:            else \
        !           851:              skipped="($$skip tests were not run)"; \
        !           852:            fi; \
        !           853:            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
        !           854:              dashes="$$skipped"; \
        !           855:          fi; \
        !           856:          report=""; \
        !           857:          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
        !           858:            report="Please report to $(PACKAGE_BUGREPORT)"; \
        !           859:            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
        !           860:              dashes="$$report"; \
        !           861:          fi; \
        !           862:          dashes=`echo "$$dashes" | sed s/./=/g`; \
        !           863:          if test "$$failed" -eq 0; then \
        !           864:            col="$$grn"; \
        !           865:          else \
        !           866:            col="$$red"; \
        !           867:          fi; \
        !           868:          echo "$${col}$$dashes$${std}"; \
        !           869:          echo "$${col}$$banner$${std}"; \
        !           870:          test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
        !           871:          test -z "$$report" || echo "$${col}$$report$${std}"; \
        !           872:          echo "$${col}$$dashes$${std}"; \
        !           873:          test "$$failed" -eq 0; \
        !           874:        else :; fi
        !           875: 
        !           876: distdir: $(DISTFILES)
        !           877:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           878:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           879:        list='$(DISTFILES)'; \
        !           880:          dist_files=`for file in $$list; do echo $$file; done | \
        !           881:          sed -e "s|^$$srcdirstrip/||;t" \
        !           882:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           883:        case $$dist_files in \
        !           884:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           885:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           886:                           sort -u` ;; \
        !           887:        esac; \
        !           888:        for file in $$dist_files; do \
        !           889:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           890:          if test -d $$d/$$file; then \
        !           891:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           892:            if test -d "$(distdir)/$$file"; then \
        !           893:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           894:            fi; \
        !           895:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           896:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           897:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           898:            fi; \
        !           899:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
        !           900:          else \
        !           901:            test -f "$(distdir)/$$file" \
        !           902:            || cp -p $$d/$$file "$(distdir)/$$file" \
        !           903:            || exit 1; \
        !           904:          fi; \
        !           905:        done
        !           906: check-am: all-am
        !           907:        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
        !           908:        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
        !           909: check: check-am
        !           910: all-am: Makefile $(LTLIBRARIES)
        !           911: installdirs:
        !           912:        for dir in "$(DESTDIR)$(plugindir)"; do \
        !           913:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
        !           914:        done
        !           915: install: install-am
        !           916: install-exec: install-exec-am
        !           917: install-data: install-data-am
        !           918: uninstall: uninstall-am
        !           919: 
        !           920: install-am: all-am
        !           921:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           922: 
        !           923: installcheck: installcheck-am
        !           924: install-strip:
        !           925:        if test -z '$(STRIP)'; then \
        !           926:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           927:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           928:              install; \
        !           929:        else \
        !           930:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           931:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           932:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           933:        fi
        !           934: mostlyclean-generic:
        !           935: 
        !           936: clean-generic:
        !           937: 
        !           938: distclean-generic:
        !           939:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        !           940:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
        !           941:        -rm -f suites/$(DEPDIR)/$(am__dirstamp)
        !           942:        -rm -f suites/$(am__dirstamp)
        !           943: 
        !           944: maintainer-clean-generic:
        !           945:        @echo "This command is intended for maintainers to use"
        !           946:        @echo "it deletes files that may require special tools to rebuild."
        !           947: clean: clean-am
        !           948: 
        !           949: clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
        !           950:        clean-noinstLTLIBRARIES clean-pluginLTLIBRARIES mostlyclean-am
        !           951: 
        !           952: distclean: distclean-am
        !           953:        -rm -rf ./$(DEPDIR) suites/$(DEPDIR)
        !           954:        -rm -f Makefile
        !           955: distclean-am: clean-am distclean-compile distclean-generic \
        !           956:        distclean-tags
        !           957: 
        !           958: dvi: dvi-am
        !           959: 
        !           960: dvi-am:
        !           961: 
        !           962: html: html-am
        !           963: 
        !           964: html-am:
        !           965: 
        !           966: info: info-am
        !           967: 
        !           968: info-am:
        !           969: 
        !           970: install-data-am: install-pluginLTLIBRARIES
        !           971: 
        !           972: install-dvi: install-dvi-am
        !           973: 
        !           974: install-dvi-am:
        !           975: 
        !           976: install-exec-am:
        !           977: 
        !           978: install-html: install-html-am
        !           979: 
        !           980: install-html-am:
        !           981: 
        !           982: install-info: install-info-am
        !           983: 
        !           984: install-info-am:
        !           985: 
        !           986: install-man:
        !           987: 
        !           988: install-pdf: install-pdf-am
        !           989: 
        !           990: install-pdf-am:
        !           991: 
        !           992: install-ps: install-ps-am
        !           993: 
        !           994: install-ps-am:
        !           995: 
        !           996: installcheck-am:
        !           997: 
        !           998: maintainer-clean: maintainer-clean-am
        !           999:        -rm -rf ./$(DEPDIR) suites/$(DEPDIR)
        !          1000:        -rm -f Makefile
        !          1001: maintainer-clean-am: distclean-am maintainer-clean-generic
        !          1002: 
        !          1003: mostlyclean: mostlyclean-am
        !          1004: 
        !          1005: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
        !          1006:        mostlyclean-libtool
        !          1007: 
        !          1008: pdf: pdf-am
        !          1009: 
        !          1010: pdf-am:
        !          1011: 
        !          1012: ps: ps-am
        !          1013: 
        !          1014: ps-am:
        !          1015: 
        !          1016: uninstall-am: uninstall-pluginLTLIBRARIES
        !          1017: 
        !          1018: .MAKE: check-am install-am install-strip
        !          1019: 
        !          1020: .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
        !          1021:        clean-checkPROGRAMS clean-generic clean-libtool \
        !          1022:        clean-noinstLTLIBRARIES clean-pluginLTLIBRARIES cscopelist-am \
        !          1023:        ctags ctags-am distclean distclean-compile distclean-generic \
        !          1024:        distclean-libtool distclean-tags distdir dvi dvi-am html \
        !          1025:        html-am info info-am install install-am install-data \
        !          1026:        install-data-am install-dvi install-dvi-am install-exec \
        !          1027:        install-exec-am install-html install-html-am install-info \
        !          1028:        install-info-am install-man install-pdf install-pdf-am \
        !          1029:        install-pluginLTLIBRARIES install-ps install-ps-am \
        !          1030:        install-strip installcheck installcheck-am installdirs \
        !          1031:        maintainer-clean maintainer-clean-generic mostlyclean \
        !          1032:        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
        !          1033:        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
        !          1034:        uninstall-pluginLTLIBRARIES
        !          1035: 
        !          1036: .PRECIOUS: Makefile
        !          1037: 
        !          1038: 
        !          1039: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !          1040: # Otherwise a system limit (for SysV at least) may be exceeded.
        !          1041: .NOEXPORT:

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