Home | History | Annotate | Download | only in test
      1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
      6 # Foundation, Inc.
      7 # This Makefile.in is free software; the Free Software Foundation
      8 # gives unlimited permission to copy and/or distribute it,
      9 # with or without modifications, as long as this notice is preserved.
     10 
     11 # This program is distributed in the hope that it will be useful,
     12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     14 # PARTICULAR PURPOSE.
     15 
     16 @SET_MAKE@
     17 
     18 # Makefile.am --
     19 # Copyright 2009 Red Hat Inc., Durham, North Carolina.
     20 # All Rights Reserved.
     21 #
     22 # This library is free software; you can redistribute it and/or
     23 # modify it under the terms of the GNU Lesser General Public
     24 # License as published by the Free Software Foundation; either
     25 # version 2.1 of the License, or (at your option) any later version.
     26 #
     27 # This library is distributed in the hope that it will be useful,
     28 # but WITHOUT ANY WARRANTY; without even the implied warranty of
     29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     30 # Lesser General Public License for more details.
     31 #
     32 # You should have received a copy of the GNU Lesser General Public
     33 # License along with this library; if not, write to the Free Software
     34 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     35 #
     36 # Authors:
     37 #   Steve Grubb <sgrubb (a] redhat.com>
     38 #
     39 VPATH = @srcdir@
     40 pkgdatadir = $(datadir)/@PACKAGE@
     41 pkgincludedir = $(includedir)/@PACKAGE@
     42 pkglibdir = $(libdir)/@PACKAGE@
     43 pkglibexecdir = $(libexecdir)/@PACKAGE@
     44 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     45 install_sh_DATA = $(install_sh) -c -m 644
     46 install_sh_PROGRAM = $(install_sh) -c
     47 install_sh_SCRIPT = $(install_sh) -c
     48 INSTALL_HEADER = $(INSTALL_DATA)
     49 transform = $(program_transform_name)
     50 NORMAL_INSTALL = :
     51 PRE_INSTALL = :
     52 POST_INSTALL = :
     53 NORMAL_UNINSTALL = :
     54 PRE_UNINSTALL = :
     55 POST_UNINSTALL = :
     56 build_triplet = @build@
     57 host_triplet = @host@
     58 target_triplet = @target@
     59 subdir = bindings/python/test
     60 DIST_COMMON = $(dist_check_SCRIPTS) $(srcdir)/Makefile.am \
     61 	$(srcdir)/Makefile.in
     62 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     63 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
     64 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
     65 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
     66 	$(top_srcdir)/configure.ac
     67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     68 	$(ACLOCAL_M4)
     69 mkinstalldirs = $(install_sh) -d
     70 CONFIG_HEADER = $(top_builddir)/config.h
     71 CONFIG_CLEAN_FILES =
     72 CONFIG_CLEAN_VPATH_FILES =
     73 SOURCES =
     74 DIST_SOURCES =
     75 am__tty_colors = \
     76 red=; grn=; lgn=; blu=; std=
     77 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     78 ACLOCAL = @ACLOCAL@
     79 AMTAR = @AMTAR@
     80 AR = @AR@
     81 AUTOCONF = @AUTOCONF@
     82 AUTOHEADER = @AUTOHEADER@
     83 AUTOMAKE = @AUTOMAKE@
     84 AWK = @AWK@
     85 CC = @CC@
     86 CCDEPMODE = @CCDEPMODE@
     87 CFLAGS = @CFLAGS@
     88 CPP = @CPP@
     89 CPPFLAGS = @CPPFLAGS@
     90 CYGPATH_W = @CYGPATH_W@
     91 DEBUG = @DEBUG@
     92 DEFS = @DEFS@
     93 DEPDIR = @DEPDIR@
     94 DLLTOOL = @DLLTOOL@
     95 DSYMUTIL = @DSYMUTIL@
     96 DUMPBIN = @DUMPBIN@
     97 ECHO_C = @ECHO_C@
     98 ECHO_N = @ECHO_N@
     99 ECHO_T = @ECHO_T@
    100 EGREP = @EGREP@
    101 EXEEXT = @EXEEXT@
    102 FGREP = @FGREP@
    103 GREP = @GREP@
    104 INSTALL = @INSTALL@
    105 INSTALL_DATA = @INSTALL_DATA@
    106 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    107 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    108 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    109 LD = @LD@
    110 LDFLAGS = @LDFLAGS@
    111 LIBOBJS = @LIBOBJS@
    112 LIBS = @LIBS@
    113 LIBTOOL = @LIBTOOL@
    114 LIBTOOL_DEPS = @LIBTOOL_DEPS@
    115 LIPO = @LIPO@
    116 LN_S = @LN_S@
    117 LTLIBOBJS = @LTLIBOBJS@
    118 MAKEINFO = @MAKEINFO@
    119 MANIFEST_TOOL = @MANIFEST_TOOL@
    120 MKDIR_P = @MKDIR_P@
    121 NM = @NM@
    122 NMEDIT = @NMEDIT@
    123 OBJDUMP = @OBJDUMP@
    124 OBJEXT = @OBJEXT@
    125 OTOOL = @OTOOL@
    126 OTOOL64 = @OTOOL64@
    127 PACKAGE = @PACKAGE@
    128 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    129 PACKAGE_NAME = @PACKAGE_NAME@
    130 PACKAGE_STRING = @PACKAGE_STRING@
    131 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    132 PACKAGE_URL = @PACKAGE_URL@
    133 PACKAGE_VERSION = @PACKAGE_VERSION@
    134 PATH_SEPARATOR = @PATH_SEPARATOR@
    135 PYTHON = @PYTHON@
    136 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
    137 PYTHON_PLATFORM = @PYTHON_PLATFORM@
    138 PYTHON_PREFIX = @PYTHON_PREFIX@
    139 PYTHON_VERSION = @PYTHON_VERSION@
    140 RANLIB = @RANLIB@
    141 SED = @SED@
    142 SET_MAKE = @SET_MAKE@
    143 SHELL = @SHELL@
    144 STRIP = @STRIP@
    145 VERSION = @VERSION@
    146 abs_builddir = @abs_builddir@
    147 abs_srcdir = @abs_srcdir@
    148 abs_top_builddir = @abs_top_builddir@
    149 abs_top_srcdir = @abs_top_srcdir@
    150 ac_ct_AR = @ac_ct_AR@
    151 ac_ct_CC = @ac_ct_CC@
    152 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    153 am__include = @am__include@
    154 am__leading_dot = @am__leading_dot@
    155 am__quote = @am__quote@
    156 am__tar = @am__tar@
    157 am__untar = @am__untar@
    158 bindir = @bindir@
    159 build = @build@
    160 build_alias = @build_alias@
    161 build_cpu = @build_cpu@
    162 build_os = @build_os@
    163 build_vendor = @build_vendor@
    164 builddir = @builddir@
    165 datadir = @datadir@
    166 datarootdir = @datarootdir@
    167 docdir = @docdir@
    168 dvidir = @dvidir@
    169 exec_prefix = @exec_prefix@
    170 host = @host@
    171 host_alias = @host_alias@
    172 host_cpu = @host_cpu@
    173 host_os = @host_os@
    174 host_vendor = @host_vendor@
    175 htmldir = @htmldir@
    176 includedir = @includedir@
    177 infodir = @infodir@
    178 install_sh = @install_sh@
    179 libdir = @libdir@
    180 libexecdir = @libexecdir@
    181 localedir = @localedir@
    182 localstatedir = @localstatedir@
    183 mandir = @mandir@
    184 mkdir_p = @mkdir_p@
    185 oldincludedir = @oldincludedir@
    186 pdfdir = @pdfdir@
    187 pkgpyexecdir = @pkgpyexecdir@
    188 pkgpythondir = @pkgpythondir@
    189 prefix = @prefix@
    190 program_transform_name = @program_transform_name@
    191 psdir = @psdir@
    192 pyexecdir = @pyexecdir@
    193 pythondir = @pythondir@
    194 sbindir = @sbindir@
    195 sharedstatedir = @sharedstatedir@
    196 srcdir = @srcdir@
    197 swig_found = @swig_found@
    198 sysconfdir = @sysconfdir@
    199 target = @target@
    200 target_alias = @target_alias@
    201 target_cpu = @target_cpu@
    202 target_os = @target_os@
    203 target_vendor = @target_vendor@
    204 top_build_prefix = @top_build_prefix@
    205 top_builddir = @top_builddir@
    206 top_srcdir = @top_srcdir@
    207 dist_check_SCRIPTS = capng-test.py
    208 TESTS = $(dist_check_SCRIPTS)
    209 TESTS_ENVIRONMENT = PYTHONPATH=${top_builddir}/bindings/python/:${top_builddir}/bindings/python/.libs
    210 all: all-am
    211 
    212 .SUFFIXES:
    213 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    214 	@for dep in $?; do \
    215 	  case '$(am__configure_deps)' in \
    216 	    *$$dep*) \
    217 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    218 	        && { if test -f $@; then exit 0; else break; fi; }; \
    219 	      exit 1;; \
    220 	  esac; \
    221 	done; \
    222 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bindings/python/test/Makefile'; \
    223 	$(am__cd) $(top_srcdir) && \
    224 	  $(AUTOMAKE) --gnu bindings/python/test/Makefile
    225 .PRECIOUS: Makefile
    226 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    227 	@case '$?' in \
    228 	  *config.status*) \
    229 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    230 	  *) \
    231 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    232 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    233 	esac;
    234 
    235 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    236 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    237 
    238 $(top_srcdir)/configure:  $(am__configure_deps)
    239 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    240 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    241 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    242 $(am__aclocal_m4_deps):
    243 
    244 mostlyclean-libtool:
    245 	-rm -f *.lo
    246 
    247 clean-libtool:
    248 	-rm -rf .libs _libs
    249 tags: TAGS
    250 TAGS:
    251 
    252 ctags: CTAGS
    253 CTAGS:
    254 
    255 
    256 check-TESTS: $(TESTS)
    257 	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
    258 	srcdir=$(srcdir); export srcdir; \
    259 	list=' $(TESTS) '; \
    260 	$(am__tty_colors); \
    261 	if test -n "$$list"; then \
    262 	  for tst in $$list; do \
    263 	    if test -f ./$$tst; then dir=./; \
    264 	    elif test -f $$tst; then dir=; \
    265 	    else dir="$(srcdir)/"; fi; \
    266 	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
    267 	      all=`expr $$all + 1`; \
    268 	      case " $(XFAIL_TESTS) " in \
    269 	      *[\ \	]$$tst[\ \	]*) \
    270 		xpass=`expr $$xpass + 1`; \
    271 		failed=`expr $$failed + 1`; \
    272 		col=$$red; res=XPASS; \
    273 	      ;; \
    274 	      *) \
    275 		col=$$grn; res=PASS; \
    276 	      ;; \
    277 	      esac; \
    278 	    elif test $$? -ne 77; then \
    279 	      all=`expr $$all + 1`; \
    280 	      case " $(XFAIL_TESTS) " in \
    281 	      *[\ \	]$$tst[\ \	]*) \
    282 		xfail=`expr $$xfail + 1`; \
    283 		col=$$lgn; res=XFAIL; \
    284 	      ;; \
    285 	      *) \
    286 		failed=`expr $$failed + 1`; \
    287 		col=$$red; res=FAIL; \
    288 	      ;; \
    289 	      esac; \
    290 	    else \
    291 	      skip=`expr $$skip + 1`; \
    292 	      col=$$blu; res=SKIP; \
    293 	    fi; \
    294 	    echo "$${col}$$res$${std}: $$tst"; \
    295 	  done; \
    296 	  if test "$$all" -eq 1; then \
    297 	    tests="test"; \
    298 	    All=""; \
    299 	  else \
    300 	    tests="tests"; \
    301 	    All="All "; \
    302 	  fi; \
    303 	  if test "$$failed" -eq 0; then \
    304 	    if test "$$xfail" -eq 0; then \
    305 	      banner="$$All$$all $$tests passed"; \
    306 	    else \
    307 	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
    308 	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
    309 	    fi; \
    310 	  else \
    311 	    if test "$$xpass" -eq 0; then \
    312 	      banner="$$failed of $$all $$tests failed"; \
    313 	    else \
    314 	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
    315 	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
    316 	    fi; \
    317 	  fi; \
    318 	  dashes="$$banner"; \
    319 	  skipped=""; \
    320 	  if test "$$skip" -ne 0; then \
    321 	    if test "$$skip" -eq 1; then \
    322 	      skipped="($$skip test was not run)"; \
    323 	    else \
    324 	      skipped="($$skip tests were not run)"; \
    325 	    fi; \
    326 	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
    327 	      dashes="$$skipped"; \
    328 	  fi; \
    329 	  report=""; \
    330 	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
    331 	    report="Please report to $(PACKAGE_BUGREPORT)"; \
    332 	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
    333 	      dashes="$$report"; \
    334 	  fi; \
    335 	  dashes=`echo "$$dashes" | sed s/./=/g`; \
    336 	  if test "$$failed" -eq 0; then \
    337 	    col="$$grn"; \
    338 	  else \
    339 	    col="$$red"; \
    340 	  fi; \
    341 	  echo "$${col}$$dashes$${std}"; \
    342 	  echo "$${col}$$banner$${std}"; \
    343 	  test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
    344 	  test -z "$$report" || echo "$${col}$$report$${std}"; \
    345 	  echo "$${col}$$dashes$${std}"; \
    346 	  test "$$failed" -eq 0; \
    347 	else :; fi
    348 
    349 distdir: $(DISTFILES)
    350 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    351 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    352 	list='$(DISTFILES)'; \
    353 	  dist_files=`for file in $$list; do echo $$file; done | \
    354 	  sed -e "s|^$$srcdirstrip/||;t" \
    355 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    356 	case $$dist_files in \
    357 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    358 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    359 			   sort -u` ;; \
    360 	esac; \
    361 	for file in $$dist_files; do \
    362 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    363 	  if test -d $$d/$$file; then \
    364 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    365 	    if test -d "$(distdir)/$$file"; then \
    366 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    367 	    fi; \
    368 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    369 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    370 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    371 	    fi; \
    372 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    373 	  else \
    374 	    test -f "$(distdir)/$$file" \
    375 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    376 	    || exit 1; \
    377 	  fi; \
    378 	done
    379 check-am: all-am
    380 	$(MAKE) $(AM_MAKEFLAGS) $(dist_check_SCRIPTS)
    381 	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
    382 check: check-am
    383 all-am: Makefile
    384 installdirs:
    385 install: install-am
    386 install-exec: install-exec-am
    387 install-data: install-data-am
    388 uninstall: uninstall-am
    389 
    390 install-am: all-am
    391 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    392 
    393 installcheck: installcheck-am
    394 install-strip:
    395 	if test -z '$(STRIP)'; then \
    396 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    397 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    398 	      install; \
    399 	else \
    400 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    401 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    402 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    403 	fi
    404 mostlyclean-generic:
    405 
    406 clean-generic:
    407 
    408 distclean-generic:
    409 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    410 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    411 
    412 maintainer-clean-generic:
    413 	@echo "This command is intended for maintainers to use"
    414 	@echo "it deletes files that may require special tools to rebuild."
    415 clean: clean-am
    416 
    417 clean-am: clean-generic clean-libtool mostlyclean-am
    418 
    419 distclean: distclean-am
    420 	-rm -f Makefile
    421 distclean-am: clean-am distclean-generic
    422 
    423 dvi: dvi-am
    424 
    425 dvi-am:
    426 
    427 html: html-am
    428 
    429 html-am:
    430 
    431 info: info-am
    432 
    433 info-am:
    434 
    435 install-data-am:
    436 
    437 install-dvi: install-dvi-am
    438 
    439 install-dvi-am:
    440 
    441 install-exec-am:
    442 
    443 install-html: install-html-am
    444 
    445 install-html-am:
    446 
    447 install-info: install-info-am
    448 
    449 install-info-am:
    450 
    451 install-man:
    452 
    453 install-pdf: install-pdf-am
    454 
    455 install-pdf-am:
    456 
    457 install-ps: install-ps-am
    458 
    459 install-ps-am:
    460 
    461 installcheck-am:
    462 
    463 maintainer-clean: maintainer-clean-am
    464 	-rm -f Makefile
    465 maintainer-clean-am: distclean-am maintainer-clean-generic
    466 
    467 mostlyclean: mostlyclean-am
    468 
    469 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    470 
    471 pdf: pdf-am
    472 
    473 pdf-am:
    474 
    475 ps: ps-am
    476 
    477 ps-am:
    478 
    479 uninstall-am:
    480 
    481 .MAKE: check-am install-am install-strip
    482 
    483 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
    484 	clean-libtool distclean distclean-generic distclean-libtool \
    485 	distdir dvi dvi-am html html-am info info-am install \
    486 	install-am install-data install-data-am install-dvi \
    487 	install-dvi-am install-exec install-exec-am install-html \
    488 	install-html-am install-info install-info-am install-man \
    489 	install-pdf install-pdf-am install-ps install-ps-am \
    490 	install-strip installcheck installcheck-am installdirs \
    491 	maintainer-clean maintainer-clean-generic mostlyclean \
    492 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    493 	uninstall uninstall-am
    494 
    495 
    496 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    497 # Otherwise a system limit (for SysV at least) may be exceeded.
    498 .NOEXPORT:
    499