Annotation of embedaddon/strongswan/src/libcharon/plugins/vici/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 = vici_tests$(EXEEXT)
! 92: check_PROGRAMS = $(am__EXEEXT_1)
! 93: @USE_RUBY_GEMS_TRUE@am__append_1 = ruby
! 94: @USE_PYTHON_EGGS_TRUE@am__append_2 = python
! 95: @USE_PERL_CPAN_TRUE@am__append_3 = perl
! 96: subdir = src/libcharon/plugins/vici
! 97: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 98: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
! 99: $(top_srcdir)/m4/config/ltoptions.m4 \
! 100: $(top_srcdir)/m4/config/ltsugar.m4 \
! 101: $(top_srcdir)/m4/config/ltversion.m4 \
! 102: $(top_srcdir)/m4/config/lt~obsolete.m4 \
! 103: $(top_srcdir)/m4/macros/split-package-version.m4 \
! 104: $(top_srcdir)/m4/macros/with.m4 \
! 105: $(top_srcdir)/m4/macros/enable-disable.m4 \
! 106: $(top_srcdir)/m4/macros/add-plugin.m4 \
! 107: $(top_srcdir)/configure.ac
! 108: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
! 109: $(ACLOCAL_M4)
! 110: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
! 111: mkinstalldirs = $(install_sh) -d
! 112: CONFIG_HEADER = $(top_builddir)/config.h
! 113: CONFIG_CLEAN_FILES =
! 114: CONFIG_CLEAN_VPATH_FILES =
! 115: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
! 116: am__vpath_adj = case $$p in \
! 117: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
! 118: *) f=$$p;; \
! 119: esac;
! 120: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
! 121: am__install_max = 40
! 122: am__nobase_strip_setup = \
! 123: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
! 124: am__nobase_strip = \
! 125: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
! 126: am__nobase_list = $(am__nobase_strip_setup); \
! 127: for p in $$list; do echo "$$p $$p"; done | \
! 128: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
! 129: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
! 130: if (++n[$$2] == $(am__install_max)) \
! 131: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
! 132: END { for (dir in files) print dir, files[dir] }'
! 133: am__base_list = \
! 134: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
! 135: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
! 136: am__uninstall_files_from_dir = { \
! 137: test -z "$$files" \
! 138: || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
! 139: || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
! 140: $(am__cd) "$$dir" && rm -f $$files; }; \
! 141: }
! 142: am__installdirs = "$(DESTDIR)$(ipseclibdir)" "$(DESTDIR)$(plugindir)"
! 143: LTLIBRARIES = $(ipseclib_LTLIBRARIES) $(noinst_LTLIBRARIES) \
! 144: $(plugin_LTLIBRARIES)
! 145: libstrongswan_vici_la_LIBADD =
! 146: am_libstrongswan_vici_la_OBJECTS = vici_socket.lo vici_message.lo \
! 147: vici_builder.lo vici_dispatcher.lo vici_cert_info.lo \
! 148: vici_query.lo vici_control.lo vici_config.lo vici_cred.lo \
! 149: vici_attribute.lo vici_authority.lo vici_logger.lo \
! 150: vici_plugin.lo
! 151: libstrongswan_vici_la_OBJECTS = $(am_libstrongswan_vici_la_OBJECTS)
! 152: AM_V_lt = $(am__v_lt_@AM_V@)
! 153: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
! 154: am__v_lt_0 = --silent
! 155: am__v_lt_1 =
! 156: libstrongswan_vici_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
! 157: $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
! 158: $(AM_CFLAGS) $(CFLAGS) $(libstrongswan_vici_la_LDFLAGS) \
! 159: $(LDFLAGS) -o $@
! 160: @MONOLITHIC_FALSE@am_libstrongswan_vici_la_rpath = -rpath $(plugindir)
! 161: @MONOLITHIC_TRUE@am_libstrongswan_vici_la_rpath =
! 162: libvici_la_DEPENDENCIES = \
! 163: $(top_builddir)/src/libstrongswan/libstrongswan.la
! 164: am_libvici_la_OBJECTS = vici_message.lo vici_builder.lo \
! 165: vici_cert_info.lo libvici.lo
! 166: libvici_la_OBJECTS = $(am_libvici_la_OBJECTS)
! 167: am__EXEEXT_1 = vici_tests$(EXEEXT)
! 168: am__dirstamp = $(am__leading_dot)dirstamp
! 169: am_vici_tests_OBJECTS = suites/vici_tests-test_socket.$(OBJEXT) \
! 170: suites/vici_tests-test_message.$(OBJEXT) \
! 171: suites/vici_tests-test_request.$(OBJEXT) \
! 172: suites/vici_tests-test_event.$(OBJEXT) \
! 173: vici_tests-vici_socket.$(OBJEXT) \
! 174: vici_tests-vici_message.$(OBJEXT) \
! 175: vici_tests-vici_builder.$(OBJEXT) \
! 176: vici_tests-vici_dispatcher.$(OBJEXT) \
! 177: vici_tests-libvici.$(OBJEXT) vici_tests-vici_tests.$(OBJEXT)
! 178: vici_tests_OBJECTS = $(am_vici_tests_OBJECTS)
! 179: vici_tests_DEPENDENCIES = \
! 180: $(top_builddir)/src/libstrongswan/libstrongswan.la \
! 181: $(top_builddir)/src/libstrongswan/tests/libtest.la
! 182: vici_tests_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
! 183: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(vici_tests_CFLAGS) \
! 184: $(CFLAGS) $(vici_tests_LDFLAGS) $(LDFLAGS) -o $@
! 185: AM_V_P = $(am__v_P_@AM_V@)
! 186: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
! 187: am__v_P_0 = false
! 188: am__v_P_1 = :
! 189: AM_V_GEN = $(am__v_GEN_@AM_V@)
! 190: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
! 191: am__v_GEN_0 = @echo " GEN " $@;
! 192: am__v_GEN_1 =
! 193: AM_V_at = $(am__v_at_@AM_V@)
! 194: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
! 195: am__v_at_0 = @
! 196: am__v_at_1 =
! 197: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
! 198: depcomp = $(SHELL) $(top_srcdir)/depcomp
! 199: am__depfiles_maybe = depfiles
! 200: am__mv = mv -f
! 201: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 202: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 203: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
! 204: $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
! 205: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
! 206: $(AM_CFLAGS) $(CFLAGS)
! 207: AM_V_CC = $(am__v_CC_@AM_V@)
! 208: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
! 209: am__v_CC_0 = @echo " CC " $@;
! 210: am__v_CC_1 =
! 211: CCLD = $(CC)
! 212: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
! 213: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
! 214: $(AM_LDFLAGS) $(LDFLAGS) -o $@
! 215: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
! 216: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
! 217: am__v_CCLD_0 = @echo " CCLD " $@;
! 218: am__v_CCLD_1 =
! 219: SOURCES = $(libstrongswan_vici_la_SOURCES) $(libvici_la_SOURCES) \
! 220: $(vici_tests_SOURCES)
! 221: DIST_SOURCES = $(libstrongswan_vici_la_SOURCES) $(libvici_la_SOURCES) \
! 222: $(vici_tests_SOURCES)
! 223: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
! 224: ctags-recursive dvi-recursive html-recursive info-recursive \
! 225: install-data-recursive install-dvi-recursive \
! 226: install-exec-recursive install-html-recursive \
! 227: install-info-recursive install-pdf-recursive \
! 228: install-ps-recursive install-recursive installcheck-recursive \
! 229: installdirs-recursive pdf-recursive ps-recursive \
! 230: tags-recursive uninstall-recursive
! 231: am__can_run_installinfo = \
! 232: case $$AM_UPDATE_INFO_DIR in \
! 233: n|no|NO) false;; \
! 234: *) (install-info --version) >/dev/null 2>&1;; \
! 235: esac
! 236: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
! 237: distclean-recursive maintainer-clean-recursive
! 238: am__recursive_targets = \
! 239: $(RECURSIVE_TARGETS) \
! 240: $(RECURSIVE_CLEAN_TARGETS) \
! 241: $(am__extra_recursive_targets)
! 242: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
! 243: distdir
! 244: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
! 245: # Read a list of newline-separated strings from the standard input,
! 246: # and print each of them once, without duplicates. Input order is
! 247: # *not* preserved.
! 248: am__uniquify_input = $(AWK) '\
! 249: BEGIN { nonempty = 0; } \
! 250: { items[$$0] = 1; nonempty = 1; } \
! 251: END { if (nonempty) { for (i in items) print i; }; } \
! 252: '
! 253: # Make sure the list of sources is unique. This is necessary because,
! 254: # e.g., the same source file might be shared among _SOURCES variables
! 255: # for different programs/libraries.
! 256: am__define_uniq_tagged_files = \
! 257: list='$(am__tagged_files)'; \
! 258: unique=`for i in $$list; do \
! 259: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 260: done | $(am__uniquify_input)`
! 261: ETAGS = etags
! 262: CTAGS = ctags
! 263: am__tty_colors_dummy = \
! 264: mgn= red= grn= lgn= blu= brg= std=; \
! 265: am__color_tests=no
! 266: am__tty_colors = { \
! 267: $(am__tty_colors_dummy); \
! 268: if test "X$(AM_COLOR_TESTS)" = Xno; then \
! 269: am__color_tests=no; \
! 270: elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
! 271: am__color_tests=yes; \
! 272: elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
! 273: am__color_tests=yes; \
! 274: fi; \
! 275: if test $$am__color_tests = yes; then \
! 276: red='[0;31m'; \
! 277: grn='[0;32m'; \
! 278: lgn='[1;32m'; \
! 279: blu='[1;34m'; \
! 280: mgn='[0;35m'; \
! 281: brg='[1m'; \
! 282: std='[m'; \
! 283: fi; \
! 284: }
! 285: DIST_SUBDIRS = ruby python perl
! 286: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
! 287: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 288: am__relativize = \
! 289: dir0=`pwd`; \
! 290: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
! 291: sed_rest='s,^[^/]*/*,,'; \
! 292: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
! 293: sed_butlast='s,/*[^/]*$$,,'; \
! 294: while test -n "$$dir1"; do \
! 295: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
! 296: if test "$$first" != "."; then \
! 297: if test "$$first" = ".."; then \
! 298: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
! 299: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
! 300: else \
! 301: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
! 302: if test "$$first2" = "$$first"; then \
! 303: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
! 304: else \
! 305: dir2="../$$dir2"; \
! 306: fi; \
! 307: dir0="$$dir0"/"$$first"; \
! 308: fi; \
! 309: fi; \
! 310: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
! 311: done; \
! 312: reldir="$$dir2"
! 313: ACLOCAL = @ACLOCAL@
! 314: ALLOCA = @ALLOCA@
! 315: AMTAR = @AMTAR@
! 316: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
! 317: AR = @AR@
! 318: ATOMICLIB = @ATOMICLIB@
! 319: AUTOCONF = @AUTOCONF@
! 320: AUTOHEADER = @AUTOHEADER@
! 321: AUTOMAKE = @AUTOMAKE@
! 322: AWK = @AWK@
! 323: BFDLIB = @BFDLIB@
! 324: BTLIB = @BTLIB@
! 325: CC = @CC@
! 326: CCDEPMODE = @CCDEPMODE@
! 327: CFLAGS = @CFLAGS@
! 328: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
! 329: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
! 330: CPP = @CPP@
! 331: CPPFLAGS = @CPPFLAGS@
! 332: CYGPATH_W = @CYGPATH_W@
! 333: DEFS = @DEFS@
! 334: DEPDIR = @DEPDIR@
! 335: DLLIB = @DLLIB@
! 336: DLLTOOL = @DLLTOOL@
! 337: DSYMUTIL = @DSYMUTIL@
! 338: DUMPBIN = @DUMPBIN@
! 339: EASY_INSTALL = @EASY_INSTALL@
! 340: ECHO_C = @ECHO_C@
! 341: ECHO_N = @ECHO_N@
! 342: ECHO_T = @ECHO_T@
! 343: EGREP = @EGREP@
! 344: EXEEXT = @EXEEXT@
! 345: FGREP = @FGREP@
! 346: FUZZING_CFLAGS = @FUZZING_CFLAGS@
! 347: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
! 348: GEM = @GEM@
! 349: GENHTML = @GENHTML@
! 350: GPERF = @GPERF@
! 351: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
! 352: GPRBUILD = @GPRBUILD@
! 353: GREP = @GREP@
! 354: INSTALL = @INSTALL@
! 355: INSTALL_DATA = @INSTALL_DATA@
! 356: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 357: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 358: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 359: LCOV = @LCOV@
! 360: LD = @LD@
! 361: LDFLAGS = @LDFLAGS@
! 362: LEX = @LEX@
! 363: LEXLIB = @LEXLIB@
! 364: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
! 365: LIBOBJS = @LIBOBJS@
! 366: LIBS = @LIBS@
! 367: LIBTOOL = @LIBTOOL@
! 368: LIPO = @LIPO@
! 369: LN_S = @LN_S@
! 370: LTLIBOBJS = @LTLIBOBJS@
! 371: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
! 372: MAKEINFO = @MAKEINFO@
! 373: MANIFEST_TOOL = @MANIFEST_TOOL@
! 374: MKDIR_P = @MKDIR_P@
! 375: MYSQLCFLAG = @MYSQLCFLAG@
! 376: MYSQLCONFIG = @MYSQLCONFIG@
! 377: MYSQLLIB = @MYSQLLIB@
! 378: NM = @NM@
! 379: NMEDIT = @NMEDIT@
! 380: OBJDUMP = @OBJDUMP@
! 381: OBJEXT = @OBJEXT@
! 382: OPENSSL_LIB = @OPENSSL_LIB@
! 383: OTOOL = @OTOOL@
! 384: OTOOL64 = @OTOOL64@
! 385: PACKAGE = @PACKAGE@
! 386: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 387: PACKAGE_NAME = @PACKAGE_NAME@
! 388: PACKAGE_STRING = @PACKAGE_STRING@
! 389: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 390: PACKAGE_URL = @PACKAGE_URL@
! 391: PACKAGE_VERSION = @PACKAGE_VERSION@
! 392: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
! 393: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
! 394: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
! 395: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
! 396: PATH_SEPARATOR = @PATH_SEPARATOR@
! 397: PERL = @PERL@
! 398: PKG_CONFIG = @PKG_CONFIG@
! 399: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
! 400: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
! 401: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
! 402: PTHREADLIB = @PTHREADLIB@
! 403: PYTHON = @PYTHON@
! 404: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
! 405: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
! 406: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
! 407: PYTHON_PLATFORM = @PYTHON_PLATFORM@
! 408: PYTHON_PREFIX = @PYTHON_PREFIX@
! 409: PYTHON_VERSION = @PYTHON_VERSION@
! 410: PY_TEST = @PY_TEST@
! 411: RANLIB = @RANLIB@
! 412: RTLIB = @RTLIB@
! 413: RUBYGEMDIR = @RUBYGEMDIR@
! 414: SED = @SED@
! 415: SET_MAKE = @SET_MAKE@
! 416: SHELL = @SHELL@
! 417: SOCKLIB = @SOCKLIB@
! 418: STRIP = @STRIP@
! 419: TOX = @TOX@
! 420: UNWINDLIB = @UNWINDLIB@
! 421: VERSION = @VERSION@
! 422: YACC = @YACC@
! 423: YFLAGS = @YFLAGS@
! 424: abs_builddir = @abs_builddir@
! 425: abs_srcdir = @abs_srcdir@
! 426: abs_top_builddir = @abs_top_builddir@
! 427: abs_top_srcdir = @abs_top_srcdir@
! 428: ac_ct_AR = @ac_ct_AR@
! 429: ac_ct_CC = @ac_ct_CC@
! 430: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
! 431: aikgen_plugins = @aikgen_plugins@
! 432: am__include = @am__include@
! 433: am__leading_dot = @am__leading_dot@
! 434: am__quote = @am__quote@
! 435: am__tar = @am__tar@
! 436: am__untar = @am__untar@
! 437: attest_plugins = @attest_plugins@
! 438: bindir = @bindir@
! 439: botan_CFLAGS = @botan_CFLAGS@
! 440: botan_LIBS = @botan_LIBS@
! 441: build = @build@
! 442: build_alias = @build_alias@
! 443: build_cpu = @build_cpu@
! 444: build_os = @build_os@
! 445: build_vendor = @build_vendor@
! 446: builddir = @builddir@
! 447: c_plugins = @c_plugins@
! 448: charon_natt_port = @charon_natt_port@
! 449: charon_plugins = @charon_plugins@
! 450: charon_udp_port = @charon_udp_port@
! 451: clearsilver_LIBS = @clearsilver_LIBS@
! 452: cmd_plugins = @cmd_plugins@
! 453: datadir = @datadir@
! 454: datarootdir = @datarootdir@
! 455: dbusdatadir = @dbusdatadir@
! 456: dbuspolicydir = @dbuspolicydir@
! 457: dev_headers = @dev_headers@
! 458: docdir = @docdir@
! 459: dvidir = @dvidir@
! 460: exec_prefix = @exec_prefix@
! 461: fips_mode = @fips_mode@
! 462: fuzz_plugins = @fuzz_plugins@
! 463: host = @host@
! 464: host_alias = @host_alias@
! 465: host_cpu = @host_cpu@
! 466: host_os = @host_os@
! 467: host_vendor = @host_vendor@
! 468: htmldir = @htmldir@
! 469: imcvdir = @imcvdir@
! 470: includedir = @includedir@
! 471: infodir = @infodir@
! 472: install_sh = @install_sh@
! 473: ipsec_script = @ipsec_script@
! 474: ipsec_script_upper = @ipsec_script_upper@
! 475: ipsecdir = @ipsecdir@
! 476: ipsecgroup = @ipsecgroup@
! 477: ipseclibdir = @ipseclibdir@
! 478: ipsecuser = @ipsecuser@
! 479: json_CFLAGS = @json_CFLAGS@
! 480: json_LIBS = @json_LIBS@
! 481: libdir = @libdir@
! 482: libexecdir = @libexecdir@
! 483: libfuzzer = @libfuzzer@
! 484: libiptc_CFLAGS = @libiptc_CFLAGS@
! 485: libiptc_LIBS = @libiptc_LIBS@
! 486: linux_headers = @linux_headers@
! 487: localedir = @localedir@
! 488: localstatedir = @localstatedir@
! 489: manager_plugins = @manager_plugins@
! 490: mandir = @mandir@
! 491: medsrv_plugins = @medsrv_plugins@
! 492: mkdir_p = @mkdir_p@
! 493: nm_CFLAGS = @nm_CFLAGS@
! 494: nm_LIBS = @nm_LIBS@
! 495: nm_ca_dir = @nm_ca_dir@
! 496: nm_plugins = @nm_plugins@
! 497: oldincludedir = @oldincludedir@
! 498: p_plugins = @p_plugins@
! 499: pcsclite_CFLAGS = @pcsclite_CFLAGS@
! 500: pcsclite_LIBS = @pcsclite_LIBS@
! 501: pdfdir = @pdfdir@
! 502: piddir = @piddir@
! 503: pkgpyexecdir = @pkgpyexecdir@
! 504: pkgpythondir = @pkgpythondir@
! 505: pki_plugins = @pki_plugins@
! 506: plugindir = @plugindir@
! 507: pool_plugins = @pool_plugins@
! 508: prefix = @prefix@
! 509: program_transform_name = @program_transform_name@
! 510: psdir = @psdir@
! 511: pyexecdir = @pyexecdir@
! 512: pythondir = @pythondir@
! 513: random_device = @random_device@
! 514: resolv_conf = @resolv_conf@
! 515: routing_table = @routing_table@
! 516: routing_table_prio = @routing_table_prio@
! 517: runstatedir = @runstatedir@
! 518: s_plugins = @s_plugins@
! 519: sbindir = @sbindir@
! 520: scepclient_plugins = @scepclient_plugins@
! 521: scripts_plugins = @scripts_plugins@
! 522: sharedstatedir = @sharedstatedir@
! 523: soup_CFLAGS = @soup_CFLAGS@
! 524: soup_LIBS = @soup_LIBS@
! 525: srcdir = @srcdir@
! 526: starter_plugins = @starter_plugins@
! 527: strongswan_conf = @strongswan_conf@
! 528: strongswan_options = @strongswan_options@
! 529: swanctldir = @swanctldir@
! 530: sysconfdir = @sysconfdir@
! 531: systemd_CFLAGS = @systemd_CFLAGS@
! 532: systemd_LIBS = @systemd_LIBS@
! 533: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
! 534: systemd_daemon_LIBS = @systemd_daemon_LIBS@
! 535: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
! 536: systemd_journal_LIBS = @systemd_journal_LIBS@
! 537: systemdsystemunitdir = @systemdsystemunitdir@
! 538: t_plugins = @t_plugins@
! 539: target_alias = @target_alias@
! 540: top_build_prefix = @top_build_prefix@
! 541: top_builddir = @top_builddir@
! 542: top_srcdir = @top_srcdir@
! 543: tss2_CFLAGS = @tss2_CFLAGS@
! 544: tss2_LIBS = @tss2_LIBS@
! 545: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
! 546: tss2_esys_LIBS = @tss2_esys_LIBS@
! 547: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
! 548: tss2_socket_LIBS = @tss2_socket_LIBS@
! 549: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
! 550: tss2_sys_LIBS = @tss2_sys_LIBS@
! 551: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
! 552: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
! 553: urandom_device = @urandom_device@
! 554: wolfssl_CFLAGS = @wolfssl_CFLAGS@
! 555: wolfssl_LIBS = @wolfssl_LIBS@
! 556: xml_CFLAGS = @xml_CFLAGS@
! 557: xml_LIBS = @xml_LIBS@
! 558: AM_CPPFLAGS = \
! 559: -I$(top_srcdir)/src/libstrongswan \
! 560: -I$(top_srcdir)/src/libstrongswan/plugins/pubkey \
! 561: -I$(top_srcdir)/src/libcharon \
! 562: -I$(top_srcdir)/src/libcharon/plugins/counters \
! 563: -DSWANCTLDIR=\""${swanctldir}\"" \
! 564: -DIPSEC_PIDDIR=\"${piddir}\"
! 565:
! 566: AM_CFLAGS = \
! 567: $(PLUGIN_CFLAGS)
! 568:
! 569: @MONOLITHIC_TRUE@noinst_LTLIBRARIES = libstrongswan-vici.la
! 570: @MONOLITHIC_FALSE@plugin_LTLIBRARIES = libstrongswan-vici.la
! 571: libstrongswan_vici_la_SOURCES = \
! 572: vici_socket.h vici_socket.c \
! 573: vici_message.h vici_message.c \
! 574: vici_builder.h vici_builder.c \
! 575: vici_dispatcher.h vici_dispatcher.c \
! 576: vici_cert_info.h vici_cert_info.c \
! 577: vici_query.h vici_query.c \
! 578: vici_control.h vici_control.c \
! 579: vici_config.h vici_config.c \
! 580: vici_cred.h vici_cred.c \
! 581: vici_attribute.h vici_attribute.c \
! 582: vici_authority.h vici_authority.c \
! 583: vici_logger.h vici_logger.c \
! 584: vici_plugin.h vici_plugin.c
! 585:
! 586: libstrongswan_vici_la_LDFLAGS = -module -avoid-version
! 587: EXTRA_DIST = README.md
! 588: ipseclib_LTLIBRARIES = libvici.la
! 589: libvici_la_SOURCES = \
! 590: vici_message.c vici_message.h \
! 591: vici_builder.c vici_builder.h \
! 592: vici_cert_info.h vici_cert_info.c \
! 593: libvici.c libvici.h
! 594:
! 595: libvici_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
! 596: vici_tests_SOURCES = \
! 597: suites/test_socket.c \
! 598: suites/test_message.c \
! 599: suites/test_request.c \
! 600: suites/test_event.c \
! 601: vici_socket.c \
! 602: vici_message.c \
! 603: vici_builder.c \
! 604: vici_dispatcher.c \
! 605: libvici.c \
! 606: vici_tests.h vici_tests.c
! 607:
! 608: vici_tests_CFLAGS = \
! 609: -I$(top_srcdir)/src/libstrongswan \
! 610: -I$(top_srcdir)/src/libstrongswan/tests \
! 611: @COVERAGE_CFLAGS@
! 612:
! 613: vici_tests_LDFLAGS = @COVERAGE_LDFLAGS@
! 614: vici_tests_LDADD = \
! 615: $(top_builddir)/src/libstrongswan/libstrongswan.la \
! 616: $(top_builddir)/src/libstrongswan/tests/libtest.la
! 617:
! 618: SUBDIRS = $(am__append_1) $(am__append_2) $(am__append_3)
! 619: all: all-recursive
! 620:
! 621: .SUFFIXES:
! 622: .SUFFIXES: .c .lo .o .obj
! 623: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
! 624: @for dep in $?; do \
! 625: case '$(am__configure_deps)' in \
! 626: *$$dep*) \
! 627: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
! 628: && { if test -f $@; then exit 0; else break; fi; }; \
! 629: exit 1;; \
! 630: esac; \
! 631: done; \
! 632: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libcharon/plugins/vici/Makefile'; \
! 633: $(am__cd) $(top_srcdir) && \
! 634: $(AUTOMAKE) --gnu src/libcharon/plugins/vici/Makefile
! 635: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 636: @case '$?' in \
! 637: *config.status*) \
! 638: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
! 639: *) \
! 640: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
! 641: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
! 642: esac;
! 643:
! 644: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 645: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 646:
! 647: $(top_srcdir)/configure: $(am__configure_deps)
! 648: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 649: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
! 650: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 651: $(am__aclocal_m4_deps):
! 652:
! 653: install-ipseclibLTLIBRARIES: $(ipseclib_LTLIBRARIES)
! 654: @$(NORMAL_INSTALL)
! 655: @list='$(ipseclib_LTLIBRARIES)'; test -n "$(ipseclibdir)" || list=; \
! 656: list2=; for p in $$list; do \
! 657: if test -f $$p; then \
! 658: list2="$$list2 $$p"; \
! 659: else :; fi; \
! 660: done; \
! 661: test -z "$$list2" || { \
! 662: echo " $(MKDIR_P) '$(DESTDIR)$(ipseclibdir)'"; \
! 663: $(MKDIR_P) "$(DESTDIR)$(ipseclibdir)" || exit 1; \
! 664: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(ipseclibdir)'"; \
! 665: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(ipseclibdir)"; \
! 666: }
! 667:
! 668: uninstall-ipseclibLTLIBRARIES:
! 669: @$(NORMAL_UNINSTALL)
! 670: @list='$(ipseclib_LTLIBRARIES)'; test -n "$(ipseclibdir)" || list=; \
! 671: for p in $$list; do \
! 672: $(am__strip_dir) \
! 673: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(ipseclibdir)/$$f'"; \
! 674: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(ipseclibdir)/$$f"; \
! 675: done
! 676:
! 677: clean-ipseclibLTLIBRARIES:
! 678: -test -z "$(ipseclib_LTLIBRARIES)" || rm -f $(ipseclib_LTLIBRARIES)
! 679: @list='$(ipseclib_LTLIBRARIES)'; \
! 680: locs=`for p in $$list; do echo $$p; done | \
! 681: sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
! 682: sort -u`; \
! 683: test -z "$$locs" || { \
! 684: echo rm -f $${locs}; \
! 685: rm -f $${locs}; \
! 686: }
! 687:
! 688: clean-noinstLTLIBRARIES:
! 689: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
! 690: @list='$(noinst_LTLIBRARIES)'; \
! 691: locs=`for p in $$list; do echo $$p; done | \
! 692: sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
! 693: sort -u`; \
! 694: test -z "$$locs" || { \
! 695: echo rm -f $${locs}; \
! 696: rm -f $${locs}; \
! 697: }
! 698:
! 699: install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
! 700: @$(NORMAL_INSTALL)
! 701: @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
! 702: list2=; for p in $$list; do \
! 703: if test -f $$p; then \
! 704: list2="$$list2 $$p"; \
! 705: else :; fi; \
! 706: done; \
! 707: test -z "$$list2" || { \
! 708: echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
! 709: $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
! 710: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
! 711: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
! 712: }
! 713:
! 714: uninstall-pluginLTLIBRARIES:
! 715: @$(NORMAL_UNINSTALL)
! 716: @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
! 717: for p in $$list; do \
! 718: $(am__strip_dir) \
! 719: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
! 720: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
! 721: done
! 722:
! 723: clean-pluginLTLIBRARIES:
! 724: -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
! 725: @list='$(plugin_LTLIBRARIES)'; \
! 726: locs=`for p in $$list; do echo $$p; done | \
! 727: sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
! 728: sort -u`; \
! 729: test -z "$$locs" || { \
! 730: echo rm -f $${locs}; \
! 731: rm -f $${locs}; \
! 732: }
! 733:
! 734: libstrongswan-vici.la: $(libstrongswan_vici_la_OBJECTS) $(libstrongswan_vici_la_DEPENDENCIES) $(EXTRA_libstrongswan_vici_la_DEPENDENCIES)
! 735: $(AM_V_CCLD)$(libstrongswan_vici_la_LINK) $(am_libstrongswan_vici_la_rpath) $(libstrongswan_vici_la_OBJECTS) $(libstrongswan_vici_la_LIBADD) $(LIBS)
! 736:
! 737: libvici.la: $(libvici_la_OBJECTS) $(libvici_la_DEPENDENCIES) $(EXTRA_libvici_la_DEPENDENCIES)
! 738: $(AM_V_CCLD)$(LINK) -rpath $(ipseclibdir) $(libvici_la_OBJECTS) $(libvici_la_LIBADD) $(LIBS)
! 739:
! 740: clean-checkPROGRAMS:
! 741: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
! 742: echo " rm -f" $$list; \
! 743: rm -f $$list || exit $$?; \
! 744: test -n "$(EXEEXT)" || exit 0; \
! 745: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
! 746: echo " rm -f" $$list; \
! 747: rm -f $$list
! 748: suites/$(am__dirstamp):
! 749: @$(MKDIR_P) suites
! 750: @: > suites/$(am__dirstamp)
! 751: suites/$(DEPDIR)/$(am__dirstamp):
! 752: @$(MKDIR_P) suites/$(DEPDIR)
! 753: @: > suites/$(DEPDIR)/$(am__dirstamp)
! 754: suites/vici_tests-test_socket.$(OBJEXT): suites/$(am__dirstamp) \
! 755: suites/$(DEPDIR)/$(am__dirstamp)
! 756: suites/vici_tests-test_message.$(OBJEXT): suites/$(am__dirstamp) \
! 757: suites/$(DEPDIR)/$(am__dirstamp)
! 758: suites/vici_tests-test_request.$(OBJEXT): suites/$(am__dirstamp) \
! 759: suites/$(DEPDIR)/$(am__dirstamp)
! 760: suites/vici_tests-test_event.$(OBJEXT): suites/$(am__dirstamp) \
! 761: suites/$(DEPDIR)/$(am__dirstamp)
! 762:
! 763: vici_tests$(EXEEXT): $(vici_tests_OBJECTS) $(vici_tests_DEPENDENCIES) $(EXTRA_vici_tests_DEPENDENCIES)
! 764: @rm -f vici_tests$(EXEEXT)
! 765: $(AM_V_CCLD)$(vici_tests_LINK) $(vici_tests_OBJECTS) $(vici_tests_LDADD) $(LIBS)
! 766:
! 767: mostlyclean-compile:
! 768: -rm -f *.$(OBJEXT)
! 769: -rm -f suites/*.$(OBJEXT)
! 770:
! 771: distclean-compile:
! 772: -rm -f *.tab.c
! 773:
! 774: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvici.Plo@am__quote@
! 775: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_attribute.Plo@am__quote@
! 776: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_authority.Plo@am__quote@
! 777: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_builder.Plo@am__quote@
! 778: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_cert_info.Plo@am__quote@
! 779: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_config.Plo@am__quote@
! 780: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_control.Plo@am__quote@
! 781: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_cred.Plo@am__quote@
! 782: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_dispatcher.Plo@am__quote@
! 783: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_logger.Plo@am__quote@
! 784: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_message.Plo@am__quote@
! 785: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_plugin.Plo@am__quote@
! 786: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_query.Plo@am__quote@
! 787: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_socket.Plo@am__quote@
! 788: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_tests-libvici.Po@am__quote@
! 789: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_tests-vici_builder.Po@am__quote@
! 790: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_tests-vici_dispatcher.Po@am__quote@
! 791: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_tests-vici_message.Po@am__quote@
! 792: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_tests-vici_socket.Po@am__quote@
! 793: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici_tests-vici_tests.Po@am__quote@
! 794: @AMDEP_TRUE@@am__include@ @am__quote@suites/$(DEPDIR)/vici_tests-test_event.Po@am__quote@
! 795: @AMDEP_TRUE@@am__include@ @am__quote@suites/$(DEPDIR)/vici_tests-test_message.Po@am__quote@
! 796: @AMDEP_TRUE@@am__include@ @am__quote@suites/$(DEPDIR)/vici_tests-test_request.Po@am__quote@
! 797: @AMDEP_TRUE@@am__include@ @am__quote@suites/$(DEPDIR)/vici_tests-test_socket.Po@am__quote@
! 798:
! 799: .c.o:
! 800: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
! 801: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
! 802: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
! 803: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 804: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 805: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
! 806:
! 807: .c.obj:
! 808: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
! 809: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
! 810: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
! 811: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 812: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 813: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
! 814:
! 815: .c.lo:
! 816: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
! 817: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
! 818: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
! 819: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
! 820: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 821: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
! 822:
! 823: suites/vici_tests-test_socket.o: suites/test_socket.c
! 824: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT suites/vici_tests-test_socket.o -MD -MP -MF suites/$(DEPDIR)/vici_tests-test_socket.Tpo -c -o suites/vici_tests-test_socket.o `test -f 'suites/test_socket.c' || echo '$(srcdir)/'`suites/test_socket.c
! 825: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/vici_tests-test_socket.Tpo suites/$(DEPDIR)/vici_tests-test_socket.Po
! 826: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_socket.c' object='suites/vici_tests-test_socket.o' libtool=no @AMDEPBACKSLASH@
! 827: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 828: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o suites/vici_tests-test_socket.o `test -f 'suites/test_socket.c' || echo '$(srcdir)/'`suites/test_socket.c
! 829:
! 830: suites/vici_tests-test_socket.obj: suites/test_socket.c
! 831: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT suites/vici_tests-test_socket.obj -MD -MP -MF suites/$(DEPDIR)/vici_tests-test_socket.Tpo -c -o suites/vici_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`
! 832: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/vici_tests-test_socket.Tpo suites/$(DEPDIR)/vici_tests-test_socket.Po
! 833: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_socket.c' object='suites/vici_tests-test_socket.obj' libtool=no @AMDEPBACKSLASH@
! 834: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 835: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o suites/vici_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`
! 836:
! 837: suites/vici_tests-test_message.o: suites/test_message.c
! 838: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT suites/vici_tests-test_message.o -MD -MP -MF suites/$(DEPDIR)/vici_tests-test_message.Tpo -c -o suites/vici_tests-test_message.o `test -f 'suites/test_message.c' || echo '$(srcdir)/'`suites/test_message.c
! 839: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/vici_tests-test_message.Tpo suites/$(DEPDIR)/vici_tests-test_message.Po
! 840: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_message.c' object='suites/vici_tests-test_message.o' libtool=no @AMDEPBACKSLASH@
! 841: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 842: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o suites/vici_tests-test_message.o `test -f 'suites/test_message.c' || echo '$(srcdir)/'`suites/test_message.c
! 843:
! 844: suites/vici_tests-test_message.obj: suites/test_message.c
! 845: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT suites/vici_tests-test_message.obj -MD -MP -MF suites/$(DEPDIR)/vici_tests-test_message.Tpo -c -o suites/vici_tests-test_message.obj `if test -f 'suites/test_message.c'; then $(CYGPATH_W) 'suites/test_message.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_message.c'; fi`
! 846: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/vici_tests-test_message.Tpo suites/$(DEPDIR)/vici_tests-test_message.Po
! 847: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_message.c' object='suites/vici_tests-test_message.obj' libtool=no @AMDEPBACKSLASH@
! 848: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 849: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o suites/vici_tests-test_message.obj `if test -f 'suites/test_message.c'; then $(CYGPATH_W) 'suites/test_message.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_message.c'; fi`
! 850:
! 851: suites/vici_tests-test_request.o: suites/test_request.c
! 852: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT suites/vici_tests-test_request.o -MD -MP -MF suites/$(DEPDIR)/vici_tests-test_request.Tpo -c -o suites/vici_tests-test_request.o `test -f 'suites/test_request.c' || echo '$(srcdir)/'`suites/test_request.c
! 853: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/vici_tests-test_request.Tpo suites/$(DEPDIR)/vici_tests-test_request.Po
! 854: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_request.c' object='suites/vici_tests-test_request.o' libtool=no @AMDEPBACKSLASH@
! 855: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 856: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o suites/vici_tests-test_request.o `test -f 'suites/test_request.c' || echo '$(srcdir)/'`suites/test_request.c
! 857:
! 858: suites/vici_tests-test_request.obj: suites/test_request.c
! 859: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT suites/vici_tests-test_request.obj -MD -MP -MF suites/$(DEPDIR)/vici_tests-test_request.Tpo -c -o suites/vici_tests-test_request.obj `if test -f 'suites/test_request.c'; then $(CYGPATH_W) 'suites/test_request.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_request.c'; fi`
! 860: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/vici_tests-test_request.Tpo suites/$(DEPDIR)/vici_tests-test_request.Po
! 861: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_request.c' object='suites/vici_tests-test_request.obj' libtool=no @AMDEPBACKSLASH@
! 862: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 863: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o suites/vici_tests-test_request.obj `if test -f 'suites/test_request.c'; then $(CYGPATH_W) 'suites/test_request.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_request.c'; fi`
! 864:
! 865: suites/vici_tests-test_event.o: suites/test_event.c
! 866: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT suites/vici_tests-test_event.o -MD -MP -MF suites/$(DEPDIR)/vici_tests-test_event.Tpo -c -o suites/vici_tests-test_event.o `test -f 'suites/test_event.c' || echo '$(srcdir)/'`suites/test_event.c
! 867: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/vici_tests-test_event.Tpo suites/$(DEPDIR)/vici_tests-test_event.Po
! 868: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_event.c' object='suites/vici_tests-test_event.o' libtool=no @AMDEPBACKSLASH@
! 869: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 870: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o suites/vici_tests-test_event.o `test -f 'suites/test_event.c' || echo '$(srcdir)/'`suites/test_event.c
! 871:
! 872: suites/vici_tests-test_event.obj: suites/test_event.c
! 873: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT suites/vici_tests-test_event.obj -MD -MP -MF suites/$(DEPDIR)/vici_tests-test_event.Tpo -c -o suites/vici_tests-test_event.obj `if test -f 'suites/test_event.c'; then $(CYGPATH_W) 'suites/test_event.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_event.c'; fi`
! 874: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/vici_tests-test_event.Tpo suites/$(DEPDIR)/vici_tests-test_event.Po
! 875: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_event.c' object='suites/vici_tests-test_event.obj' libtool=no @AMDEPBACKSLASH@
! 876: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 877: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o suites/vici_tests-test_event.obj `if test -f 'suites/test_event.c'; then $(CYGPATH_W) 'suites/test_event.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_event.c'; fi`
! 878:
! 879: vici_tests-vici_socket.o: vici_socket.c
! 880: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT vici_tests-vici_socket.o -MD -MP -MF $(DEPDIR)/vici_tests-vici_socket.Tpo -c -o vici_tests-vici_socket.o `test -f 'vici_socket.c' || echo '$(srcdir)/'`vici_socket.c
! 881: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/vici_tests-vici_socket.Tpo $(DEPDIR)/vici_tests-vici_socket.Po
! 882: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vici_socket.c' object='vici_tests-vici_socket.o' libtool=no @AMDEPBACKSLASH@
! 883: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 884: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o vici_tests-vici_socket.o `test -f 'vici_socket.c' || echo '$(srcdir)/'`vici_socket.c
! 885:
! 886: vici_tests-vici_socket.obj: vici_socket.c
! 887: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT vici_tests-vici_socket.obj -MD -MP -MF $(DEPDIR)/vici_tests-vici_socket.Tpo -c -o vici_tests-vici_socket.obj `if test -f 'vici_socket.c'; then $(CYGPATH_W) 'vici_socket.c'; else $(CYGPATH_W) '$(srcdir)/vici_socket.c'; fi`
! 888: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/vici_tests-vici_socket.Tpo $(DEPDIR)/vici_tests-vici_socket.Po
! 889: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vici_socket.c' object='vici_tests-vici_socket.obj' libtool=no @AMDEPBACKSLASH@
! 890: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 891: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o vici_tests-vici_socket.obj `if test -f 'vici_socket.c'; then $(CYGPATH_W) 'vici_socket.c'; else $(CYGPATH_W) '$(srcdir)/vici_socket.c'; fi`
! 892:
! 893: vici_tests-vici_message.o: vici_message.c
! 894: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT vici_tests-vici_message.o -MD -MP -MF $(DEPDIR)/vici_tests-vici_message.Tpo -c -o vici_tests-vici_message.o `test -f 'vici_message.c' || echo '$(srcdir)/'`vici_message.c
! 895: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/vici_tests-vici_message.Tpo $(DEPDIR)/vici_tests-vici_message.Po
! 896: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vici_message.c' object='vici_tests-vici_message.o' libtool=no @AMDEPBACKSLASH@
! 897: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 898: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o vici_tests-vici_message.o `test -f 'vici_message.c' || echo '$(srcdir)/'`vici_message.c
! 899:
! 900: vici_tests-vici_message.obj: vici_message.c
! 901: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT vici_tests-vici_message.obj -MD -MP -MF $(DEPDIR)/vici_tests-vici_message.Tpo -c -o vici_tests-vici_message.obj `if test -f 'vici_message.c'; then $(CYGPATH_W) 'vici_message.c'; else $(CYGPATH_W) '$(srcdir)/vici_message.c'; fi`
! 902: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/vici_tests-vici_message.Tpo $(DEPDIR)/vici_tests-vici_message.Po
! 903: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vici_message.c' object='vici_tests-vici_message.obj' libtool=no @AMDEPBACKSLASH@
! 904: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 905: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o vici_tests-vici_message.obj `if test -f 'vici_message.c'; then $(CYGPATH_W) 'vici_message.c'; else $(CYGPATH_W) '$(srcdir)/vici_message.c'; fi`
! 906:
! 907: vici_tests-vici_builder.o: vici_builder.c
! 908: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT vici_tests-vici_builder.o -MD -MP -MF $(DEPDIR)/vici_tests-vici_builder.Tpo -c -o vici_tests-vici_builder.o `test -f 'vici_builder.c' || echo '$(srcdir)/'`vici_builder.c
! 909: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/vici_tests-vici_builder.Tpo $(DEPDIR)/vici_tests-vici_builder.Po
! 910: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vici_builder.c' object='vici_tests-vici_builder.o' libtool=no @AMDEPBACKSLASH@
! 911: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 912: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o vici_tests-vici_builder.o `test -f 'vici_builder.c' || echo '$(srcdir)/'`vici_builder.c
! 913:
! 914: vici_tests-vici_builder.obj: vici_builder.c
! 915: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT vici_tests-vici_builder.obj -MD -MP -MF $(DEPDIR)/vici_tests-vici_builder.Tpo -c -o vici_tests-vici_builder.obj `if test -f 'vici_builder.c'; then $(CYGPATH_W) 'vici_builder.c'; else $(CYGPATH_W) '$(srcdir)/vici_builder.c'; fi`
! 916: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/vici_tests-vici_builder.Tpo $(DEPDIR)/vici_tests-vici_builder.Po
! 917: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vici_builder.c' object='vici_tests-vici_builder.obj' libtool=no @AMDEPBACKSLASH@
! 918: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 919: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o vici_tests-vici_builder.obj `if test -f 'vici_builder.c'; then $(CYGPATH_W) 'vici_builder.c'; else $(CYGPATH_W) '$(srcdir)/vici_builder.c'; fi`
! 920:
! 921: vici_tests-vici_dispatcher.o: vici_dispatcher.c
! 922: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT vici_tests-vici_dispatcher.o -MD -MP -MF $(DEPDIR)/vici_tests-vici_dispatcher.Tpo -c -o vici_tests-vici_dispatcher.o `test -f 'vici_dispatcher.c' || echo '$(srcdir)/'`vici_dispatcher.c
! 923: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/vici_tests-vici_dispatcher.Tpo $(DEPDIR)/vici_tests-vici_dispatcher.Po
! 924: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vici_dispatcher.c' object='vici_tests-vici_dispatcher.o' libtool=no @AMDEPBACKSLASH@
! 925: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 926: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o vici_tests-vici_dispatcher.o `test -f 'vici_dispatcher.c' || echo '$(srcdir)/'`vici_dispatcher.c
! 927:
! 928: vici_tests-vici_dispatcher.obj: vici_dispatcher.c
! 929: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT vici_tests-vici_dispatcher.obj -MD -MP -MF $(DEPDIR)/vici_tests-vici_dispatcher.Tpo -c -o vici_tests-vici_dispatcher.obj `if test -f 'vici_dispatcher.c'; then $(CYGPATH_W) 'vici_dispatcher.c'; else $(CYGPATH_W) '$(srcdir)/vici_dispatcher.c'; fi`
! 930: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/vici_tests-vici_dispatcher.Tpo $(DEPDIR)/vici_tests-vici_dispatcher.Po
! 931: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vici_dispatcher.c' object='vici_tests-vici_dispatcher.obj' libtool=no @AMDEPBACKSLASH@
! 932: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 933: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o vici_tests-vici_dispatcher.obj `if test -f 'vici_dispatcher.c'; then $(CYGPATH_W) 'vici_dispatcher.c'; else $(CYGPATH_W) '$(srcdir)/vici_dispatcher.c'; fi`
! 934:
! 935: vici_tests-libvici.o: libvici.c
! 936: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT vici_tests-libvici.o -MD -MP -MF $(DEPDIR)/vici_tests-libvici.Tpo -c -o vici_tests-libvici.o `test -f 'libvici.c' || echo '$(srcdir)/'`libvici.c
! 937: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/vici_tests-libvici.Tpo $(DEPDIR)/vici_tests-libvici.Po
! 938: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvici.c' object='vici_tests-libvici.o' libtool=no @AMDEPBACKSLASH@
! 939: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 940: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o vici_tests-libvici.o `test -f 'libvici.c' || echo '$(srcdir)/'`libvici.c
! 941:
! 942: vici_tests-libvici.obj: libvici.c
! 943: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT vici_tests-libvici.obj -MD -MP -MF $(DEPDIR)/vici_tests-libvici.Tpo -c -o vici_tests-libvici.obj `if test -f 'libvici.c'; then $(CYGPATH_W) 'libvici.c'; else $(CYGPATH_W) '$(srcdir)/libvici.c'; fi`
! 944: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/vici_tests-libvici.Tpo $(DEPDIR)/vici_tests-libvici.Po
! 945: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvici.c' object='vici_tests-libvici.obj' libtool=no @AMDEPBACKSLASH@
! 946: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 947: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o vici_tests-libvici.obj `if test -f 'libvici.c'; then $(CYGPATH_W) 'libvici.c'; else $(CYGPATH_W) '$(srcdir)/libvici.c'; fi`
! 948:
! 949: vici_tests-vici_tests.o: vici_tests.c
! 950: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT vici_tests-vici_tests.o -MD -MP -MF $(DEPDIR)/vici_tests-vici_tests.Tpo -c -o vici_tests-vici_tests.o `test -f 'vici_tests.c' || echo '$(srcdir)/'`vici_tests.c
! 951: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/vici_tests-vici_tests.Tpo $(DEPDIR)/vici_tests-vici_tests.Po
! 952: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vici_tests.c' object='vici_tests-vici_tests.o' libtool=no @AMDEPBACKSLASH@
! 953: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 954: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o vici_tests-vici_tests.o `test -f 'vici_tests.c' || echo '$(srcdir)/'`vici_tests.c
! 955:
! 956: vici_tests-vici_tests.obj: vici_tests.c
! 957: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -MT vici_tests-vici_tests.obj -MD -MP -MF $(DEPDIR)/vici_tests-vici_tests.Tpo -c -o vici_tests-vici_tests.obj `if test -f 'vici_tests.c'; then $(CYGPATH_W) 'vici_tests.c'; else $(CYGPATH_W) '$(srcdir)/vici_tests.c'; fi`
! 958: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/vici_tests-vici_tests.Tpo $(DEPDIR)/vici_tests-vici_tests.Po
! 959: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vici_tests.c' object='vici_tests-vici_tests.obj' libtool=no @AMDEPBACKSLASH@
! 960: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 961: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vici_tests_CFLAGS) $(CFLAGS) -c -o vici_tests-vici_tests.obj `if test -f 'vici_tests.c'; then $(CYGPATH_W) 'vici_tests.c'; else $(CYGPATH_W) '$(srcdir)/vici_tests.c'; fi`
! 962:
! 963: mostlyclean-libtool:
! 964: -rm -f *.lo
! 965:
! 966: clean-libtool:
! 967: -rm -rf .libs _libs
! 968:
! 969: # This directory's subdirectories are mostly independent; you can cd
! 970: # into them and run 'make' without going through this Makefile.
! 971: # To change the values of 'make' variables: instead of editing Makefiles,
! 972: # (1) if the variable is set in 'config.status', edit 'config.status'
! 973: # (which will cause the Makefiles to be regenerated when you run 'make');
! 974: # (2) otherwise, pass the desired values on the 'make' command line.
! 975: $(am__recursive_targets):
! 976: @fail=; \
! 977: if $(am__make_keepgoing); then \
! 978: failcom='fail=yes'; \
! 979: else \
! 980: failcom='exit 1'; \
! 981: fi; \
! 982: dot_seen=no; \
! 983: target=`echo $@ | sed s/-recursive//`; \
! 984: case "$@" in \
! 985: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
! 986: *) list='$(SUBDIRS)' ;; \
! 987: esac; \
! 988: for subdir in $$list; do \
! 989: echo "Making $$target in $$subdir"; \
! 990: if test "$$subdir" = "."; then \
! 991: dot_seen=yes; \
! 992: local_target="$$target-am"; \
! 993: else \
! 994: local_target="$$target"; \
! 995: fi; \
! 996: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 997: || eval $$failcom; \
! 998: done; \
! 999: if test "$$dot_seen" = "no"; then \
! 1000: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
! 1001: fi; test -z "$$fail"
! 1002:
! 1003: ID: $(am__tagged_files)
! 1004: $(am__define_uniq_tagged_files); mkid -fID $$unique
! 1005: tags: tags-recursive
! 1006: TAGS: tags
! 1007:
! 1008: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 1009: set x; \
! 1010: here=`pwd`; \
! 1011: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
! 1012: include_option=--etags-include; \
! 1013: empty_fix=.; \
! 1014: else \
! 1015: include_option=--include; \
! 1016: empty_fix=; \
! 1017: fi; \
! 1018: list='$(SUBDIRS)'; for subdir in $$list; do \
! 1019: if test "$$subdir" = .; then :; else \
! 1020: test ! -f $$subdir/TAGS || \
! 1021: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
! 1022: fi; \
! 1023: done; \
! 1024: $(am__define_uniq_tagged_files); \
! 1025: shift; \
! 1026: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
! 1027: test -n "$$unique" || unique=$$empty_fix; \
! 1028: if test $$# -gt 0; then \
! 1029: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 1030: "$$@" $$unique; \
! 1031: else \
! 1032: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 1033: $$unique; \
! 1034: fi; \
! 1035: fi
! 1036: ctags: ctags-recursive
! 1037:
! 1038: CTAGS: ctags
! 1039: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 1040: $(am__define_uniq_tagged_files); \
! 1041: test -z "$(CTAGS_ARGS)$$unique" \
! 1042: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
! 1043: $$unique
! 1044:
! 1045: GTAGS:
! 1046: here=`$(am__cd) $(top_builddir) && pwd` \
! 1047: && $(am__cd) $(top_srcdir) \
! 1048: && gtags -i $(GTAGS_ARGS) "$$here"
! 1049: cscopelist: cscopelist-recursive
! 1050:
! 1051: cscopelist-am: $(am__tagged_files)
! 1052: list='$(am__tagged_files)'; \
! 1053: case "$(srcdir)" in \
! 1054: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
! 1055: *) sdir=$(subdir)/$(srcdir) ;; \
! 1056: esac; \
! 1057: for i in $$list; do \
! 1058: if test -f "$$i"; then \
! 1059: echo "$(subdir)/$$i"; \
! 1060: else \
! 1061: echo "$$sdir/$$i"; \
! 1062: fi; \
! 1063: done >> $(top_builddir)/cscope.files
! 1064:
! 1065: distclean-tags:
! 1066: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
! 1067:
! 1068: check-TESTS: $(TESTS)
! 1069: @failed=0; all=0; xfail=0; xpass=0; skip=0; \
! 1070: srcdir=$(srcdir); export srcdir; \
! 1071: list=' $(TESTS) '; \
! 1072: $(am__tty_colors); \
! 1073: if test -n "$$list"; then \
! 1074: for tst in $$list; do \
! 1075: if test -f ./$$tst; then dir=./; \
! 1076: elif test -f $$tst; then dir=; \
! 1077: else dir="$(srcdir)/"; fi; \
! 1078: if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
! 1079: all=`expr $$all + 1`; \
! 1080: case " $(XFAIL_TESTS) " in \
! 1081: *[\ \ ]$$tst[\ \ ]*) \
! 1082: xpass=`expr $$xpass + 1`; \
! 1083: failed=`expr $$failed + 1`; \
! 1084: col=$$red; res=XPASS; \
! 1085: ;; \
! 1086: *) \
! 1087: col=$$grn; res=PASS; \
! 1088: ;; \
! 1089: esac; \
! 1090: elif test $$? -ne 77; then \
! 1091: all=`expr $$all + 1`; \
! 1092: case " $(XFAIL_TESTS) " in \
! 1093: *[\ \ ]$$tst[\ \ ]*) \
! 1094: xfail=`expr $$xfail + 1`; \
! 1095: col=$$lgn; res=XFAIL; \
! 1096: ;; \
! 1097: *) \
! 1098: failed=`expr $$failed + 1`; \
! 1099: col=$$red; res=FAIL; \
! 1100: ;; \
! 1101: esac; \
! 1102: else \
! 1103: skip=`expr $$skip + 1`; \
! 1104: col=$$blu; res=SKIP; \
! 1105: fi; \
! 1106: echo "$${col}$$res$${std}: $$tst"; \
! 1107: done; \
! 1108: if test "$$all" -eq 1; then \
! 1109: tests="test"; \
! 1110: All=""; \
! 1111: else \
! 1112: tests="tests"; \
! 1113: All="All "; \
! 1114: fi; \
! 1115: if test "$$failed" -eq 0; then \
! 1116: if test "$$xfail" -eq 0; then \
! 1117: banner="$$All$$all $$tests passed"; \
! 1118: else \
! 1119: if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
! 1120: banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
! 1121: fi; \
! 1122: else \
! 1123: if test "$$xpass" -eq 0; then \
! 1124: banner="$$failed of $$all $$tests failed"; \
! 1125: else \
! 1126: if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
! 1127: banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
! 1128: fi; \
! 1129: fi; \
! 1130: dashes="$$banner"; \
! 1131: skipped=""; \
! 1132: if test "$$skip" -ne 0; then \
! 1133: if test "$$skip" -eq 1; then \
! 1134: skipped="($$skip test was not run)"; \
! 1135: else \
! 1136: skipped="($$skip tests were not run)"; \
! 1137: fi; \
! 1138: test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
! 1139: dashes="$$skipped"; \
! 1140: fi; \
! 1141: report=""; \
! 1142: if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
! 1143: report="Please report to $(PACKAGE_BUGREPORT)"; \
! 1144: test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
! 1145: dashes="$$report"; \
! 1146: fi; \
! 1147: dashes=`echo "$$dashes" | sed s/./=/g`; \
! 1148: if test "$$failed" -eq 0; then \
! 1149: col="$$grn"; \
! 1150: else \
! 1151: col="$$red"; \
! 1152: fi; \
! 1153: echo "$${col}$$dashes$${std}"; \
! 1154: echo "$${col}$$banner$${std}"; \
! 1155: test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
! 1156: test -z "$$report" || echo "$${col}$$report$${std}"; \
! 1157: echo "$${col}$$dashes$${std}"; \
! 1158: test "$$failed" -eq 0; \
! 1159: else :; fi
! 1160:
! 1161: distdir: $(DISTFILES)
! 1162: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 1163: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 1164: list='$(DISTFILES)'; \
! 1165: dist_files=`for file in $$list; do echo $$file; done | \
! 1166: sed -e "s|^$$srcdirstrip/||;t" \
! 1167: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 1168: case $$dist_files in \
! 1169: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 1170: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 1171: sort -u` ;; \
! 1172: esac; \
! 1173: for file in $$dist_files; do \
! 1174: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 1175: if test -d $$d/$$file; then \
! 1176: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 1177: if test -d "$(distdir)/$$file"; then \
! 1178: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 1179: fi; \
! 1180: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 1181: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
! 1182: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 1183: fi; \
! 1184: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
! 1185: else \
! 1186: test -f "$(distdir)/$$file" \
! 1187: || cp -p $$d/$$file "$(distdir)/$$file" \
! 1188: || exit 1; \
! 1189: fi; \
! 1190: done
! 1191: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
! 1192: if test "$$subdir" = .; then :; else \
! 1193: $(am__make_dryrun) \
! 1194: || test -d "$(distdir)/$$subdir" \
! 1195: || $(MKDIR_P) "$(distdir)/$$subdir" \
! 1196: || exit 1; \
! 1197: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
! 1198: $(am__relativize); \
! 1199: new_distdir=$$reldir; \
! 1200: dir1=$$subdir; dir2="$(top_distdir)"; \
! 1201: $(am__relativize); \
! 1202: new_top_distdir=$$reldir; \
! 1203: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
! 1204: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
! 1205: ($(am__cd) $$subdir && \
! 1206: $(MAKE) $(AM_MAKEFLAGS) \
! 1207: top_distdir="$$new_top_distdir" \
! 1208: distdir="$$new_distdir" \
! 1209: am__remove_distdir=: \
! 1210: am__skip_length_check=: \
! 1211: am__skip_mode_fix=: \
! 1212: distdir) \
! 1213: || exit 1; \
! 1214: fi; \
! 1215: done
! 1216: check-am: all-am
! 1217: $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
! 1218: $(MAKE) $(AM_MAKEFLAGS) check-TESTS
! 1219: check: check-recursive
! 1220: all-am: Makefile $(LTLIBRARIES)
! 1221: installdirs: installdirs-recursive
! 1222: installdirs-am:
! 1223: for dir in "$(DESTDIR)$(ipseclibdir)" "$(DESTDIR)$(plugindir)"; do \
! 1224: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
! 1225: done
! 1226: install: install-recursive
! 1227: install-exec: install-exec-recursive
! 1228: install-data: install-data-recursive
! 1229: uninstall: uninstall-recursive
! 1230:
! 1231: install-am: all-am
! 1232: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 1233:
! 1234: installcheck: installcheck-recursive
! 1235: install-strip:
! 1236: if test -z '$(STRIP)'; then \
! 1237: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 1238: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 1239: install; \
! 1240: else \
! 1241: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 1242: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 1243: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
! 1244: fi
! 1245: mostlyclean-generic:
! 1246:
! 1247: clean-generic:
! 1248:
! 1249: distclean-generic:
! 1250: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 1251: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
! 1252: -rm -f suites/$(DEPDIR)/$(am__dirstamp)
! 1253: -rm -f suites/$(am__dirstamp)
! 1254:
! 1255: maintainer-clean-generic:
! 1256: @echo "This command is intended for maintainers to use"
! 1257: @echo "it deletes files that may require special tools to rebuild."
! 1258: clean: clean-recursive
! 1259:
! 1260: clean-am: clean-checkPROGRAMS clean-generic clean-ipseclibLTLIBRARIES \
! 1261: clean-libtool clean-noinstLTLIBRARIES clean-pluginLTLIBRARIES \
! 1262: mostlyclean-am
! 1263:
! 1264: distclean: distclean-recursive
! 1265: -rm -rf ./$(DEPDIR) suites/$(DEPDIR)
! 1266: -rm -f Makefile
! 1267: distclean-am: clean-am distclean-compile distclean-generic \
! 1268: distclean-tags
! 1269:
! 1270: dvi: dvi-recursive
! 1271:
! 1272: dvi-am:
! 1273:
! 1274: html: html-recursive
! 1275:
! 1276: html-am:
! 1277:
! 1278: info: info-recursive
! 1279:
! 1280: info-am:
! 1281:
! 1282: install-data-am: install-ipseclibLTLIBRARIES install-pluginLTLIBRARIES
! 1283:
! 1284: install-dvi: install-dvi-recursive
! 1285:
! 1286: install-dvi-am:
! 1287:
! 1288: install-exec-am:
! 1289:
! 1290: install-html: install-html-recursive
! 1291:
! 1292: install-html-am:
! 1293:
! 1294: install-info: install-info-recursive
! 1295:
! 1296: install-info-am:
! 1297:
! 1298: install-man:
! 1299:
! 1300: install-pdf: install-pdf-recursive
! 1301:
! 1302: install-pdf-am:
! 1303:
! 1304: install-ps: install-ps-recursive
! 1305:
! 1306: install-ps-am:
! 1307:
! 1308: installcheck-am:
! 1309:
! 1310: maintainer-clean: maintainer-clean-recursive
! 1311: -rm -rf ./$(DEPDIR) suites/$(DEPDIR)
! 1312: -rm -f Makefile
! 1313: maintainer-clean-am: distclean-am maintainer-clean-generic
! 1314:
! 1315: mostlyclean: mostlyclean-recursive
! 1316:
! 1317: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
! 1318: mostlyclean-libtool
! 1319:
! 1320: pdf: pdf-recursive
! 1321:
! 1322: pdf-am:
! 1323:
! 1324: ps: ps-recursive
! 1325:
! 1326: ps-am:
! 1327:
! 1328: uninstall-am: uninstall-ipseclibLTLIBRARIES \
! 1329: uninstall-pluginLTLIBRARIES
! 1330:
! 1331: .MAKE: $(am__recursive_targets) check-am install-am install-strip
! 1332:
! 1333: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
! 1334: check-TESTS check-am clean clean-checkPROGRAMS clean-generic \
! 1335: clean-ipseclibLTLIBRARIES clean-libtool \
! 1336: clean-noinstLTLIBRARIES clean-pluginLTLIBRARIES cscopelist-am \
! 1337: ctags ctags-am distclean distclean-compile distclean-generic \
! 1338: distclean-libtool distclean-tags distdir dvi dvi-am html \
! 1339: html-am info info-am install install-am install-data \
! 1340: install-data-am install-dvi install-dvi-am install-exec \
! 1341: install-exec-am install-html install-html-am install-info \
! 1342: install-info-am install-ipseclibLTLIBRARIES install-man \
! 1343: install-pdf install-pdf-am install-pluginLTLIBRARIES \
! 1344: install-ps install-ps-am install-strip installcheck \
! 1345: installcheck-am installdirs installdirs-am maintainer-clean \
! 1346: maintainer-clean-generic mostlyclean mostlyclean-compile \
! 1347: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
! 1348: tags tags-am uninstall uninstall-am \
! 1349: uninstall-ipseclibLTLIBRARIES uninstall-pluginLTLIBRARIES
! 1350:
! 1351: .PRECIOUS: Makefile
! 1352:
! 1353:
! 1354: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 1355: # Otherwise a system limit (for SysV at least) may be exceeded.
! 1356: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>