Annotation of embedaddon/strongswan/src/libcharon/plugins/vici/python/Makefile.in, revision 1.1
1.1 ! misho 1: # Makefile.in generated by automake 1.15.1 from Makefile.am.
! 2: # @configure_input@
! 3:
! 4: # Copyright (C) 1994-2017 Free Software Foundation, Inc.
! 5:
! 6: # This Makefile.in is free software; the Free Software Foundation
! 7: # gives unlimited permission to copy and/or distribute it,
! 8: # with or without modifications, as long as this notice is preserved.
! 9:
! 10: # This program is distributed in the hope that it will be useful,
! 11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
! 12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
! 13: # PARTICULAR PURPOSE.
! 14:
! 15: @SET_MAKE@
! 16: VPATH = @srcdir@
! 17: am__is_gnu_make = { \
! 18: if test -z '$(MAKELEVEL)'; then \
! 19: false; \
! 20: elif test -n '$(MAKE_HOST)'; then \
! 21: true; \
! 22: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
! 23: true; \
! 24: else \
! 25: false; \
! 26: fi; \
! 27: }
! 28: am__make_running_with_option = \
! 29: case $${target_option-} in \
! 30: ?) ;; \
! 31: *) echo "am__make_running_with_option: internal error: invalid" \
! 32: "target option '$${target_option-}' specified" >&2; \
! 33: exit 1;; \
! 34: esac; \
! 35: has_opt=no; \
! 36: sane_makeflags=$$MAKEFLAGS; \
! 37: if $(am__is_gnu_make); then \
! 38: sane_makeflags=$$MFLAGS; \
! 39: else \
! 40: case $$MAKEFLAGS in \
! 41: *\\[\ \ ]*) \
! 42: bs=\\; \
! 43: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
! 44: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
! 45: esac; \
! 46: fi; \
! 47: skip_next=no; \
! 48: strip_trailopt () \
! 49: { \
! 50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
! 51: }; \
! 52: for flg in $$sane_makeflags; do \
! 53: test $$skip_next = yes && { skip_next=no; continue; }; \
! 54: case $$flg in \
! 55: *=*|--*) continue;; \
! 56: -*I) strip_trailopt 'I'; skip_next=yes;; \
! 57: -*I?*) strip_trailopt 'I';; \
! 58: -*O) strip_trailopt 'O'; skip_next=yes;; \
! 59: -*O?*) strip_trailopt 'O';; \
! 60: -*l) strip_trailopt 'l'; skip_next=yes;; \
! 61: -*l?*) strip_trailopt 'l';; \
! 62: -[dEDm]) skip_next=yes;; \
! 63: -[JT]) skip_next=yes;; \
! 64: esac; \
! 65: case $$flg in \
! 66: *$$target_option*) has_opt=yes; break;; \
! 67: esac; \
! 68: done; \
! 69: test $$has_opt = yes
! 70: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
! 71: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
! 72: pkgdatadir = $(datadir)/@PACKAGE@
! 73: pkgincludedir = $(includedir)/@PACKAGE@
! 74: pkglibdir = $(libdir)/@PACKAGE@
! 75: pkglibexecdir = $(libexecdir)/@PACKAGE@
! 76: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
! 77: install_sh_DATA = $(install_sh) -c -m 644
! 78: install_sh_PROGRAM = $(install_sh) -c
! 79: install_sh_SCRIPT = $(install_sh) -c
! 80: INSTALL_HEADER = $(INSTALL_DATA)
! 81: transform = $(program_transform_name)
! 82: NORMAL_INSTALL = :
! 83: PRE_INSTALL = :
! 84: POST_INSTALL = :
! 85: NORMAL_UNINSTALL = :
! 86: PRE_UNINSTALL = :
! 87: POST_UNINSTALL = :
! 88: build_triplet = @build@
! 89: host_triplet = @host@
! 90: subdir = src/libcharon/plugins/vici/python
! 91: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 92: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
! 93: $(top_srcdir)/m4/config/ltoptions.m4 \
! 94: $(top_srcdir)/m4/config/ltsugar.m4 \
! 95: $(top_srcdir)/m4/config/ltversion.m4 \
! 96: $(top_srcdir)/m4/config/lt~obsolete.m4 \
! 97: $(top_srcdir)/m4/macros/split-package-version.m4 \
! 98: $(top_srcdir)/m4/macros/with.m4 \
! 99: $(top_srcdir)/m4/macros/enable-disable.m4 \
! 100: $(top_srcdir)/m4/macros/add-plugin.m4 \
! 101: $(top_srcdir)/configure.ac
! 102: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
! 103: $(ACLOCAL_M4)
! 104: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
! 105: mkinstalldirs = $(install_sh) -d
! 106: CONFIG_HEADER = $(top_builddir)/config.h
! 107: CONFIG_CLEAN_FILES =
! 108: CONFIG_CLEAN_VPATH_FILES =
! 109: AM_V_P = $(am__v_P_@AM_V@)
! 110: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
! 111: am__v_P_0 = false
! 112: am__v_P_1 = :
! 113: AM_V_GEN = $(am__v_GEN_@AM_V@)
! 114: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
! 115: am__v_GEN_0 = @echo " GEN " $@;
! 116: am__v_GEN_1 =
! 117: AM_V_at = $(am__v_at_@AM_V@)
! 118: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
! 119: am__v_at_0 = @
! 120: am__v_at_1 =
! 121: SOURCES =
! 122: DIST_SOURCES =
! 123: am__can_run_installinfo = \
! 124: case $$AM_UPDATE_INFO_DIR in \
! 125: n|no|NO) false;; \
! 126: *) (install-info --version) >/dev/null 2>&1;; \
! 127: esac
! 128: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
! 129: am__tty_colors_dummy = \
! 130: mgn= red= grn= lgn= blu= brg= std=; \
! 131: am__color_tests=no
! 132: am__tty_colors = { \
! 133: $(am__tty_colors_dummy); \
! 134: if test "X$(AM_COLOR_TESTS)" = Xno; then \
! 135: am__color_tests=no; \
! 136: elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
! 137: am__color_tests=yes; \
! 138: elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
! 139: am__color_tests=yes; \
! 140: fi; \
! 141: if test $$am__color_tests = yes; then \
! 142: red='[0;31m'; \
! 143: grn='[0;32m'; \
! 144: lgn='[1;32m'; \
! 145: blu='[1;34m'; \
! 146: mgn='[0;35m'; \
! 147: brg='[1m'; \
! 148: std='[m'; \
! 149: fi; \
! 150: }
! 151: am__DIST_COMMON = $(srcdir)/Makefile.in
! 152: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 153: ACLOCAL = @ACLOCAL@
! 154: ALLOCA = @ALLOCA@
! 155: AMTAR = @AMTAR@
! 156: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
! 157: AR = @AR@
! 158: ATOMICLIB = @ATOMICLIB@
! 159: AUTOCONF = @AUTOCONF@
! 160: AUTOHEADER = @AUTOHEADER@
! 161: AUTOMAKE = @AUTOMAKE@
! 162: AWK = @AWK@
! 163: BFDLIB = @BFDLIB@
! 164: BTLIB = @BTLIB@
! 165: CC = @CC@
! 166: CCDEPMODE = @CCDEPMODE@
! 167: CFLAGS = @CFLAGS@
! 168: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
! 169: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
! 170: CPP = @CPP@
! 171: CPPFLAGS = @CPPFLAGS@
! 172: CYGPATH_W = @CYGPATH_W@
! 173: DEFS = @DEFS@
! 174: DEPDIR = @DEPDIR@
! 175: DLLIB = @DLLIB@
! 176: DLLTOOL = @DLLTOOL@
! 177: DSYMUTIL = @DSYMUTIL@
! 178: DUMPBIN = @DUMPBIN@
! 179: EASY_INSTALL = @EASY_INSTALL@
! 180: ECHO_C = @ECHO_C@
! 181: ECHO_N = @ECHO_N@
! 182: ECHO_T = @ECHO_T@
! 183: EGREP = @EGREP@
! 184: EXEEXT = @EXEEXT@
! 185: FGREP = @FGREP@
! 186: FUZZING_CFLAGS = @FUZZING_CFLAGS@
! 187: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
! 188: GEM = @GEM@
! 189: GENHTML = @GENHTML@
! 190: GPERF = @GPERF@
! 191: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
! 192: GPRBUILD = @GPRBUILD@
! 193: GREP = @GREP@
! 194: INSTALL = @INSTALL@
! 195: INSTALL_DATA = @INSTALL_DATA@
! 196: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 197: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 198: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 199: LCOV = @LCOV@
! 200: LD = @LD@
! 201: LDFLAGS = @LDFLAGS@
! 202: LEX = @LEX@
! 203: LEXLIB = @LEXLIB@
! 204: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
! 205: LIBOBJS = @LIBOBJS@
! 206: LIBS = @LIBS@
! 207: LIBTOOL = @LIBTOOL@
! 208: LIPO = @LIPO@
! 209: LN_S = @LN_S@
! 210: LTLIBOBJS = @LTLIBOBJS@
! 211: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
! 212: MAKEINFO = @MAKEINFO@
! 213: MANIFEST_TOOL = @MANIFEST_TOOL@
! 214: MKDIR_P = @MKDIR_P@
! 215: MYSQLCFLAG = @MYSQLCFLAG@
! 216: MYSQLCONFIG = @MYSQLCONFIG@
! 217: MYSQLLIB = @MYSQLLIB@
! 218: NM = @NM@
! 219: NMEDIT = @NMEDIT@
! 220: OBJDUMP = @OBJDUMP@
! 221: OBJEXT = @OBJEXT@
! 222: OPENSSL_LIB = @OPENSSL_LIB@
! 223: OTOOL = @OTOOL@
! 224: OTOOL64 = @OTOOL64@
! 225: PACKAGE = @PACKAGE@
! 226: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 227: PACKAGE_NAME = @PACKAGE_NAME@
! 228: PACKAGE_STRING = @PACKAGE_STRING@
! 229: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 230: PACKAGE_URL = @PACKAGE_URL@
! 231: PACKAGE_VERSION = @PACKAGE_VERSION@
! 232: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
! 233: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
! 234: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
! 235: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
! 236: PATH_SEPARATOR = @PATH_SEPARATOR@
! 237: PERL = @PERL@
! 238: PKG_CONFIG = @PKG_CONFIG@
! 239: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
! 240: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
! 241: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
! 242: PTHREADLIB = @PTHREADLIB@
! 243: PYTHON = @PYTHON@
! 244: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
! 245: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
! 246: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
! 247: PYTHON_PLATFORM = @PYTHON_PLATFORM@
! 248: PYTHON_PREFIX = @PYTHON_PREFIX@
! 249: PYTHON_VERSION = @PYTHON_VERSION@
! 250: PY_TEST = @PY_TEST@
! 251: RANLIB = @RANLIB@
! 252: RTLIB = @RTLIB@
! 253: RUBYGEMDIR = @RUBYGEMDIR@
! 254: SED = @SED@
! 255: SET_MAKE = @SET_MAKE@
! 256: SHELL = @SHELL@
! 257: SOCKLIB = @SOCKLIB@
! 258: STRIP = @STRIP@
! 259: TOX = @TOX@
! 260: UNWINDLIB = @UNWINDLIB@
! 261: VERSION = @VERSION@
! 262: YACC = @YACC@
! 263: YFLAGS = @YFLAGS@
! 264: abs_builddir = @abs_builddir@
! 265: abs_srcdir = @abs_srcdir@
! 266: abs_top_builddir = @abs_top_builddir@
! 267: abs_top_srcdir = @abs_top_srcdir@
! 268: ac_ct_AR = @ac_ct_AR@
! 269: ac_ct_CC = @ac_ct_CC@
! 270: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
! 271: aikgen_plugins = @aikgen_plugins@
! 272: am__include = @am__include@
! 273: am__leading_dot = @am__leading_dot@
! 274: am__quote = @am__quote@
! 275: am__tar = @am__tar@
! 276: am__untar = @am__untar@
! 277: attest_plugins = @attest_plugins@
! 278: bindir = @bindir@
! 279: botan_CFLAGS = @botan_CFLAGS@
! 280: botan_LIBS = @botan_LIBS@
! 281: build = @build@
! 282: build_alias = @build_alias@
! 283: build_cpu = @build_cpu@
! 284: build_os = @build_os@
! 285: build_vendor = @build_vendor@
! 286: builddir = @builddir@
! 287: c_plugins = @c_plugins@
! 288: charon_natt_port = @charon_natt_port@
! 289: charon_plugins = @charon_plugins@
! 290: charon_udp_port = @charon_udp_port@
! 291: clearsilver_LIBS = @clearsilver_LIBS@
! 292: cmd_plugins = @cmd_plugins@
! 293: datadir = @datadir@
! 294: datarootdir = @datarootdir@
! 295: dbusdatadir = @dbusdatadir@
! 296: dbuspolicydir = @dbuspolicydir@
! 297: dev_headers = @dev_headers@
! 298: docdir = @docdir@
! 299: dvidir = @dvidir@
! 300: exec_prefix = @exec_prefix@
! 301: fips_mode = @fips_mode@
! 302: fuzz_plugins = @fuzz_plugins@
! 303: host = @host@
! 304: host_alias = @host_alias@
! 305: host_cpu = @host_cpu@
! 306: host_os = @host_os@
! 307: host_vendor = @host_vendor@
! 308: htmldir = @htmldir@
! 309: imcvdir = @imcvdir@
! 310: includedir = @includedir@
! 311: infodir = @infodir@
! 312: install_sh = @install_sh@
! 313: ipsec_script = @ipsec_script@
! 314: ipsec_script_upper = @ipsec_script_upper@
! 315: ipsecdir = @ipsecdir@
! 316: ipsecgroup = @ipsecgroup@
! 317: ipseclibdir = @ipseclibdir@
! 318: ipsecuser = @ipsecuser@
! 319: json_CFLAGS = @json_CFLAGS@
! 320: json_LIBS = @json_LIBS@
! 321: libdir = @libdir@
! 322: libexecdir = @libexecdir@
! 323: libfuzzer = @libfuzzer@
! 324: libiptc_CFLAGS = @libiptc_CFLAGS@
! 325: libiptc_LIBS = @libiptc_LIBS@
! 326: linux_headers = @linux_headers@
! 327: localedir = @localedir@
! 328: localstatedir = @localstatedir@
! 329: manager_plugins = @manager_plugins@
! 330: mandir = @mandir@
! 331: medsrv_plugins = @medsrv_plugins@
! 332: mkdir_p = @mkdir_p@
! 333: nm_CFLAGS = @nm_CFLAGS@
! 334: nm_LIBS = @nm_LIBS@
! 335: nm_ca_dir = @nm_ca_dir@
! 336: nm_plugins = @nm_plugins@
! 337: oldincludedir = @oldincludedir@
! 338: p_plugins = @p_plugins@
! 339: pcsclite_CFLAGS = @pcsclite_CFLAGS@
! 340: pcsclite_LIBS = @pcsclite_LIBS@
! 341: pdfdir = @pdfdir@
! 342: piddir = @piddir@
! 343: pkgpyexecdir = @pkgpyexecdir@
! 344: pkgpythondir = @pkgpythondir@
! 345: pki_plugins = @pki_plugins@
! 346: plugindir = @plugindir@
! 347: pool_plugins = @pool_plugins@
! 348: prefix = @prefix@
! 349: program_transform_name = @program_transform_name@
! 350: psdir = @psdir@
! 351: pyexecdir = @pyexecdir@
! 352: pythondir = @pythondir@
! 353: random_device = @random_device@
! 354: resolv_conf = @resolv_conf@
! 355: routing_table = @routing_table@
! 356: routing_table_prio = @routing_table_prio@
! 357: runstatedir = @runstatedir@
! 358: s_plugins = @s_plugins@
! 359: sbindir = @sbindir@
! 360: scepclient_plugins = @scepclient_plugins@
! 361: scripts_plugins = @scripts_plugins@
! 362: sharedstatedir = @sharedstatedir@
! 363: soup_CFLAGS = @soup_CFLAGS@
! 364: soup_LIBS = @soup_LIBS@
! 365: srcdir = @srcdir@
! 366: starter_plugins = @starter_plugins@
! 367: strongswan_conf = @strongswan_conf@
! 368: strongswan_options = @strongswan_options@
! 369: swanctldir = @swanctldir@
! 370: sysconfdir = @sysconfdir@
! 371: systemd_CFLAGS = @systemd_CFLAGS@
! 372: systemd_LIBS = @systemd_LIBS@
! 373: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
! 374: systemd_daemon_LIBS = @systemd_daemon_LIBS@
! 375: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
! 376: systemd_journal_LIBS = @systemd_journal_LIBS@
! 377: systemdsystemunitdir = @systemdsystemunitdir@
! 378: t_plugins = @t_plugins@
! 379: target_alias = @target_alias@
! 380: top_build_prefix = @top_build_prefix@
! 381: top_builddir = @top_builddir@
! 382: top_srcdir = @top_srcdir@
! 383: tss2_CFLAGS = @tss2_CFLAGS@
! 384: tss2_LIBS = @tss2_LIBS@
! 385: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
! 386: tss2_esys_LIBS = @tss2_esys_LIBS@
! 387: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
! 388: tss2_socket_LIBS = @tss2_socket_LIBS@
! 389: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
! 390: tss2_sys_LIBS = @tss2_sys_LIBS@
! 391: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
! 392: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
! 393: urandom_device = @urandom_device@
! 394: wolfssl_CFLAGS = @wolfssl_CFLAGS@
! 395: wolfssl_LIBS = @wolfssl_LIBS@
! 396: xml_CFLAGS = @xml_CFLAGS@
! 397: xml_LIBS = @xml_LIBS@
! 398: EXTRA_DIST = LICENSE README.rst MANIFEST.in \
! 399: setup.py.in \
! 400: tox.ini \
! 401: tox.sh \
! 402: test/__init__.py \
! 403: test/test_protocol.py \
! 404: vici/__init__.py \
! 405: vici/command_wrappers.py \
! 406: vici/compat.py \
! 407: vici/exception.py \
! 408: vici/protocol.py \
! 409: vici/session.py
! 410:
! 411: @USE_TOX_TRUE@TESTS_ENVIRONMENT = export TOX=$(TOX);
! 412: @USE_TOX_TRUE@AM_TESTS_FD_REDIRECT = 1>&2
! 413: @USE_PY_TEST_TRUE@TESTS = $(PY_TEST)
! 414: @USE_TOX_TRUE@TESTS = tox.sh
! 415: all: all-am
! 416:
! 417: .SUFFIXES:
! 418: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
! 419: @for dep in $?; do \
! 420: case '$(am__configure_deps)' in \
! 421: *$$dep*) \
! 422: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
! 423: && { if test -f $@; then exit 0; else break; fi; }; \
! 424: exit 1;; \
! 425: esac; \
! 426: done; \
! 427: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libcharon/plugins/vici/python/Makefile'; \
! 428: $(am__cd) $(top_srcdir) && \
! 429: $(AUTOMAKE) --gnu src/libcharon/plugins/vici/python/Makefile
! 430: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 431: @case '$?' in \
! 432: *config.status*) \
! 433: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
! 434: *) \
! 435: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
! 436: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
! 437: esac;
! 438:
! 439: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 440: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 441:
! 442: $(top_srcdir)/configure: $(am__configure_deps)
! 443: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 444: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
! 445: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 446: $(am__aclocal_m4_deps):
! 447:
! 448: mostlyclean-libtool:
! 449: -rm -f *.lo
! 450:
! 451: clean-libtool:
! 452: -rm -rf .libs _libs
! 453: tags TAGS:
! 454:
! 455: ctags CTAGS:
! 456:
! 457: cscope cscopelist:
! 458:
! 459:
! 460: check-TESTS: $(TESTS)
! 461: @failed=0; all=0; xfail=0; xpass=0; skip=0; \
! 462: srcdir=$(srcdir); export srcdir; \
! 463: list=' $(TESTS) '; \
! 464: $(am__tty_colors); \
! 465: if test -n "$$list"; then \
! 466: for tst in $$list; do \
! 467: if test -f ./$$tst; then dir=./; \
! 468: elif test -f $$tst; then dir=; \
! 469: else dir="$(srcdir)/"; fi; \
! 470: if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
! 471: all=`expr $$all + 1`; \
! 472: case " $(XFAIL_TESTS) " in \
! 473: *[\ \ ]$$tst[\ \ ]*) \
! 474: xpass=`expr $$xpass + 1`; \
! 475: failed=`expr $$failed + 1`; \
! 476: col=$$red; res=XPASS; \
! 477: ;; \
! 478: *) \
! 479: col=$$grn; res=PASS; \
! 480: ;; \
! 481: esac; \
! 482: elif test $$? -ne 77; then \
! 483: all=`expr $$all + 1`; \
! 484: case " $(XFAIL_TESTS) " in \
! 485: *[\ \ ]$$tst[\ \ ]*) \
! 486: xfail=`expr $$xfail + 1`; \
! 487: col=$$lgn; res=XFAIL; \
! 488: ;; \
! 489: *) \
! 490: failed=`expr $$failed + 1`; \
! 491: col=$$red; res=FAIL; \
! 492: ;; \
! 493: esac; \
! 494: else \
! 495: skip=`expr $$skip + 1`; \
! 496: col=$$blu; res=SKIP; \
! 497: fi; \
! 498: echo "$${col}$$res$${std}: $$tst"; \
! 499: done; \
! 500: if test "$$all" -eq 1; then \
! 501: tests="test"; \
! 502: All=""; \
! 503: else \
! 504: tests="tests"; \
! 505: All="All "; \
! 506: fi; \
! 507: if test "$$failed" -eq 0; then \
! 508: if test "$$xfail" -eq 0; then \
! 509: banner="$$All$$all $$tests passed"; \
! 510: else \
! 511: if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
! 512: banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
! 513: fi; \
! 514: else \
! 515: if test "$$xpass" -eq 0; then \
! 516: banner="$$failed of $$all $$tests failed"; \
! 517: else \
! 518: if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
! 519: banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
! 520: fi; \
! 521: fi; \
! 522: dashes="$$banner"; \
! 523: skipped=""; \
! 524: if test "$$skip" -ne 0; then \
! 525: if test "$$skip" -eq 1; then \
! 526: skipped="($$skip test was not run)"; \
! 527: else \
! 528: skipped="($$skip tests were not run)"; \
! 529: fi; \
! 530: test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
! 531: dashes="$$skipped"; \
! 532: fi; \
! 533: report=""; \
! 534: if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
! 535: report="Please report to $(PACKAGE_BUGREPORT)"; \
! 536: test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
! 537: dashes="$$report"; \
! 538: fi; \
! 539: dashes=`echo "$$dashes" | sed s/./=/g`; \
! 540: if test "$$failed" -eq 0; then \
! 541: col="$$grn"; \
! 542: else \
! 543: col="$$red"; \
! 544: fi; \
! 545: echo "$${col}$$dashes$${std}"; \
! 546: echo "$${col}$$banner$${std}"; \
! 547: test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
! 548: test -z "$$report" || echo "$${col}$$report$${std}"; \
! 549: echo "$${col}$$dashes$${std}"; \
! 550: test "$$failed" -eq 0; \
! 551: else :; fi
! 552:
! 553: distdir: $(DISTFILES)
! 554: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 555: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 556: list='$(DISTFILES)'; \
! 557: dist_files=`for file in $$list; do echo $$file; done | \
! 558: sed -e "s|^$$srcdirstrip/||;t" \
! 559: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 560: case $$dist_files in \
! 561: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 562: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 563: sort -u` ;; \
! 564: esac; \
! 565: for file in $$dist_files; do \
! 566: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 567: if test -d $$d/$$file; then \
! 568: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 569: if test -d "$(distdir)/$$file"; then \
! 570: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 571: fi; \
! 572: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 573: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
! 574: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 575: fi; \
! 576: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
! 577: else \
! 578: test -f "$(distdir)/$$file" \
! 579: || cp -p $$d/$$file "$(distdir)/$$file" \
! 580: || exit 1; \
! 581: fi; \
! 582: done
! 583: check-am: all-am
! 584: $(MAKE) $(AM_MAKEFLAGS) check-TESTS
! 585: check: check-am
! 586: all-am: Makefile all-local
! 587: installdirs:
! 588: install: install-am
! 589: install-exec: install-exec-am
! 590: install-data: install-data-am
! 591: uninstall: uninstall-am
! 592:
! 593: install-am: all-am
! 594: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 595:
! 596: installcheck: installcheck-am
! 597: install-strip:
! 598: if test -z '$(STRIP)'; then \
! 599: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 600: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 601: install; \
! 602: else \
! 603: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 604: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 605: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
! 606: fi
! 607: mostlyclean-generic:
! 608:
! 609: clean-generic:
! 610:
! 611: distclean-generic:
! 612: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 613: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
! 614:
! 615: maintainer-clean-generic:
! 616: @echo "This command is intended for maintainers to use"
! 617: @echo "it deletes files that may require special tools to rebuild."
! 618: @PYTHON_EGGS_INSTALL_FALSE@install-exec-local:
! 619: clean: clean-am
! 620:
! 621: clean-am: clean-generic clean-libtool clean-local mostlyclean-am
! 622:
! 623: distclean: distclean-am
! 624: -rm -f Makefile
! 625: distclean-am: clean-am distclean-generic
! 626:
! 627: dvi: dvi-am
! 628:
! 629: dvi-am:
! 630:
! 631: html: html-am
! 632:
! 633: html-am:
! 634:
! 635: info: info-am
! 636:
! 637: info-am:
! 638:
! 639: install-data-am:
! 640:
! 641: install-dvi: install-dvi-am
! 642:
! 643: install-dvi-am:
! 644:
! 645: install-exec-am: install-exec-local
! 646:
! 647: install-html: install-html-am
! 648:
! 649: install-html-am:
! 650:
! 651: install-info: install-info-am
! 652:
! 653: install-info-am:
! 654:
! 655: install-man:
! 656:
! 657: install-pdf: install-pdf-am
! 658:
! 659: install-pdf-am:
! 660:
! 661: install-ps: install-ps-am
! 662:
! 663: install-ps-am:
! 664:
! 665: installcheck-am:
! 666:
! 667: maintainer-clean: maintainer-clean-am
! 668: -rm -f Makefile
! 669: maintainer-clean-am: distclean-am maintainer-clean-generic
! 670:
! 671: mostlyclean: mostlyclean-am
! 672:
! 673: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
! 674:
! 675: pdf: pdf-am
! 676:
! 677: pdf-am:
! 678:
! 679: ps: ps-am
! 680:
! 681: ps-am:
! 682:
! 683: uninstall-am:
! 684:
! 685: .MAKE: check-am install-am install-strip
! 686:
! 687: .PHONY: all all-am all-local check check-TESTS check-am clean \
! 688: clean-generic clean-libtool clean-local cscopelist-am ctags-am \
! 689: distclean distclean-generic distclean-libtool distdir dvi \
! 690: dvi-am html html-am info info-am install install-am \
! 691: install-data install-data-am install-dvi install-dvi-am \
! 692: install-exec install-exec-am install-exec-local install-html \
! 693: install-html-am install-info install-info-am install-man \
! 694: install-pdf install-pdf-am install-ps install-ps-am \
! 695: install-strip installcheck installcheck-am installdirs \
! 696: maintainer-clean maintainer-clean-generic mostlyclean \
! 697: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
! 698: tags-am uninstall uninstall-am
! 699:
! 700: .PRECIOUS: Makefile
! 701:
! 702:
! 703: $(srcdir)/setup.py: $(srcdir)/setup.py.in $(top_builddir)/config.status
! 704: $(AM_V_GEN) sed \
! 705: -e "s:@EGG_VERSION@:$(PYTHON_PACKAGE_VERSION):" \
! 706: $(srcdir)/setup.py.in > $@
! 707:
! 708: all-local: dist/vici-$(PYTHON_PACKAGE_VERSION)-py$(PYTHON_VERSION).egg
! 709:
! 710: dist/vici-$(PYTHON_PACKAGE_VERSION)-py$(PYTHON_VERSION).egg: $(EXTRA_DIST) $(srcdir)/setup.py
! 711: (cd $(srcdir); $(PYTHON) setup.py bdist_egg \
! 712: -b $(shell readlink -f $(builddir))/build \
! 713: -d $(shell readlink -f $(builddir))/dist)
! 714:
! 715: package: $(EXTRA_DIST) $(srcdir)/setup.py
! 716: (cd $(srcdir); $(PYTHON) setup.py sdist \
! 717: -d $(shell readlink -f $(builddir))/dist \
! 718: bdist_wheel --universal \
! 719: -d $(shell readlink -f $(builddir))/dist)
! 720:
! 721: clean-local:
! 722: (cd $(srcdir); [ ! -f setup.py ] || $(PYTHON) setup.py clean -a)
! 723: rm -rf $(srcdir)/setup.py $(srcdir)/vici.egg-info $(builddir)/dist
! 724:
! 725: @PYTHON_EGGS_INSTALL_TRUE@install-exec-local: dist/vici-$(PYTHON_PACKAGE_VERSION)-py$(PYTHON_VERSION).egg
! 726: @PYTHON_EGGS_INSTALL_TRUE@ $(EASY_INSTALL) $(PYTHONEGGINSTALLDIR) \
! 727: @PYTHON_EGGS_INSTALL_TRUE@ dist/vici-$(PYTHON_PACKAGE_VERSION)-py$(PYTHON_VERSION).egg
! 728:
! 729: .PHONY: package
! 730:
! 731: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 732: # Otherwise a system limit (for SysV at least) may be exceeded.
! 733: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>