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@redhat.com> 38# 39VPATH = @srcdir@ 40pkgdatadir = $(datadir)/@PACKAGE@ 41pkgincludedir = $(includedir)/@PACKAGE@ 42pkglibdir = $(libdir)/@PACKAGE@ 43pkglibexecdir = $(libexecdir)/@PACKAGE@ 44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 45install_sh_DATA = $(install_sh) -c -m 644 46install_sh_PROGRAM = $(install_sh) -c 47install_sh_SCRIPT = $(install_sh) -c 48INSTALL_HEADER = $(INSTALL_DATA) 49transform = $(program_transform_name) 50NORMAL_INSTALL = : 51PRE_INSTALL = : 52POST_INSTALL = : 53NORMAL_UNINSTALL = : 54PRE_UNINSTALL = : 55POST_UNINSTALL = : 56build_triplet = @build@ 57host_triplet = @host@ 58target_triplet = @target@ 59subdir = bindings/python/test 60DIST_COMMON = $(dist_check_SCRIPTS) $(srcdir)/Makefile.am \ 61 $(srcdir)/Makefile.in 62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 63am__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 67am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 68 $(ACLOCAL_M4) 69mkinstalldirs = $(install_sh) -d 70CONFIG_HEADER = $(top_builddir)/config.h 71CONFIG_CLEAN_FILES = 72CONFIG_CLEAN_VPATH_FILES = 73SOURCES = 74DIST_SOURCES = 75am__tty_colors = \ 76red=; grn=; lgn=; blu=; std= 77DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 78ACLOCAL = @ACLOCAL@ 79AMTAR = @AMTAR@ 80AR = @AR@ 81AUTOCONF = @AUTOCONF@ 82AUTOHEADER = @AUTOHEADER@ 83AUTOMAKE = @AUTOMAKE@ 84AWK = @AWK@ 85CC = @CC@ 86CCDEPMODE = @CCDEPMODE@ 87CFLAGS = @CFLAGS@ 88CPP = @CPP@ 89CPPFLAGS = @CPPFLAGS@ 90CYGPATH_W = @CYGPATH_W@ 91DEBUG = @DEBUG@ 92DEFS = @DEFS@ 93DEPDIR = @DEPDIR@ 94DLLTOOL = @DLLTOOL@ 95DSYMUTIL = @DSYMUTIL@ 96DUMPBIN = @DUMPBIN@ 97ECHO_C = @ECHO_C@ 98ECHO_N = @ECHO_N@ 99ECHO_T = @ECHO_T@ 100EGREP = @EGREP@ 101EXEEXT = @EXEEXT@ 102FGREP = @FGREP@ 103GREP = @GREP@ 104INSTALL = @INSTALL@ 105INSTALL_DATA = @INSTALL_DATA@ 106INSTALL_PROGRAM = @INSTALL_PROGRAM@ 107INSTALL_SCRIPT = @INSTALL_SCRIPT@ 108INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 109LD = @LD@ 110LDFLAGS = @LDFLAGS@ 111LIBOBJS = @LIBOBJS@ 112LIBS = @LIBS@ 113LIBTOOL = @LIBTOOL@ 114LIBTOOL_DEPS = @LIBTOOL_DEPS@ 115LIPO = @LIPO@ 116LN_S = @LN_S@ 117LTLIBOBJS = @LTLIBOBJS@ 118MAKEINFO = @MAKEINFO@ 119MANIFEST_TOOL = @MANIFEST_TOOL@ 120MKDIR_P = @MKDIR_P@ 121NM = @NM@ 122NMEDIT = @NMEDIT@ 123OBJDUMP = @OBJDUMP@ 124OBJEXT = @OBJEXT@ 125OTOOL = @OTOOL@ 126OTOOL64 = @OTOOL64@ 127PACKAGE = @PACKAGE@ 128PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 129PACKAGE_NAME = @PACKAGE_NAME@ 130PACKAGE_STRING = @PACKAGE_STRING@ 131PACKAGE_TARNAME = @PACKAGE_TARNAME@ 132PACKAGE_URL = @PACKAGE_URL@ 133PACKAGE_VERSION = @PACKAGE_VERSION@ 134PATH_SEPARATOR = @PATH_SEPARATOR@ 135PYTHON = @PYTHON@ 136PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 137PYTHON_PLATFORM = @PYTHON_PLATFORM@ 138PYTHON_PREFIX = @PYTHON_PREFIX@ 139PYTHON_VERSION = @PYTHON_VERSION@ 140RANLIB = @RANLIB@ 141SED = @SED@ 142SET_MAKE = @SET_MAKE@ 143SHELL = @SHELL@ 144STRIP = @STRIP@ 145VERSION = @VERSION@ 146abs_builddir = @abs_builddir@ 147abs_srcdir = @abs_srcdir@ 148abs_top_builddir = @abs_top_builddir@ 149abs_top_srcdir = @abs_top_srcdir@ 150ac_ct_AR = @ac_ct_AR@ 151ac_ct_CC = @ac_ct_CC@ 152ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 153am__include = @am__include@ 154am__leading_dot = @am__leading_dot@ 155am__quote = @am__quote@ 156am__tar = @am__tar@ 157am__untar = @am__untar@ 158bindir = @bindir@ 159build = @build@ 160build_alias = @build_alias@ 161build_cpu = @build_cpu@ 162build_os = @build_os@ 163build_vendor = @build_vendor@ 164builddir = @builddir@ 165datadir = @datadir@ 166datarootdir = @datarootdir@ 167docdir = @docdir@ 168dvidir = @dvidir@ 169exec_prefix = @exec_prefix@ 170host = @host@ 171host_alias = @host_alias@ 172host_cpu = @host_cpu@ 173host_os = @host_os@ 174host_vendor = @host_vendor@ 175htmldir = @htmldir@ 176includedir = @includedir@ 177infodir = @infodir@ 178install_sh = @install_sh@ 179libdir = @libdir@ 180libexecdir = @libexecdir@ 181localedir = @localedir@ 182localstatedir = @localstatedir@ 183mandir = @mandir@ 184mkdir_p = @mkdir_p@ 185oldincludedir = @oldincludedir@ 186pdfdir = @pdfdir@ 187pkgpyexecdir = @pkgpyexecdir@ 188pkgpythondir = @pkgpythondir@ 189prefix = @prefix@ 190program_transform_name = @program_transform_name@ 191psdir = @psdir@ 192pyexecdir = @pyexecdir@ 193pythondir = @pythondir@ 194sbindir = @sbindir@ 195sharedstatedir = @sharedstatedir@ 196srcdir = @srcdir@ 197swig_found = @swig_found@ 198sysconfdir = @sysconfdir@ 199target = @target@ 200target_alias = @target_alias@ 201target_cpu = @target_cpu@ 202target_os = @target_os@ 203target_vendor = @target_vendor@ 204top_build_prefix = @top_build_prefix@ 205top_builddir = @top_builddir@ 206top_srcdir = @top_srcdir@ 207dist_check_SCRIPTS = capng-test.py 208TESTS = $(dist_check_SCRIPTS) 209TESTS_ENVIRONMENT = PYTHONPATH=${top_builddir}/bindings/python/:${top_builddir}/bindings/python/.libs 210all: 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 226Makefile: $(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 244mostlyclean-libtool: 245 -rm -f *.lo 246 247clean-libtool: 248 -rm -rf .libs _libs 249tags: TAGS 250TAGS: 251 252ctags: CTAGS 253CTAGS: 254 255 256check-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 349distdir: $(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 379check-am: all-am 380 $(MAKE) $(AM_MAKEFLAGS) $(dist_check_SCRIPTS) 381 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 382check: check-am 383all-am: Makefile 384installdirs: 385install: install-am 386install-exec: install-exec-am 387install-data: install-data-am 388uninstall: uninstall-am 389 390install-am: all-am 391 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 392 393installcheck: installcheck-am 394install-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 404mostlyclean-generic: 405 406clean-generic: 407 408distclean-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 412maintainer-clean-generic: 413 @echo "This command is intended for maintainers to use" 414 @echo "it deletes files that may require special tools to rebuild." 415clean: clean-am 416 417clean-am: clean-generic clean-libtool mostlyclean-am 418 419distclean: distclean-am 420 -rm -f Makefile 421distclean-am: clean-am distclean-generic 422 423dvi: dvi-am 424 425dvi-am: 426 427html: html-am 428 429html-am: 430 431info: info-am 432 433info-am: 434 435install-data-am: 436 437install-dvi: install-dvi-am 438 439install-dvi-am: 440 441install-exec-am: 442 443install-html: install-html-am 444 445install-html-am: 446 447install-info: install-info-am 448 449install-info-am: 450 451install-man: 452 453install-pdf: install-pdf-am 454 455install-pdf-am: 456 457install-ps: install-ps-am 458 459install-ps-am: 460 461installcheck-am: 462 463maintainer-clean: maintainer-clean-am 464 -rm -f Makefile 465maintainer-clean-am: distclean-am maintainer-clean-generic 466 467mostlyclean: mostlyclean-am 468 469mostlyclean-am: mostlyclean-generic mostlyclean-libtool 470 471pdf: pdf-am 472 473pdf-am: 474 475ps: ps-am 476 477ps-am: 478 479uninstall-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