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,10 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@ 59check_PROGRAMS = lib_test$(EXEEXT) thread_test$(EXEEXT) 60subdir = src/test 61DIST_COMMON = $(srcdir)/Makefile.am $(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 = 73lib_test_SOURCES = lib_test.c 74lib_test_OBJECTS = lib_test.$(OBJEXT) 75lib_test_DEPENDENCIES = ${top_builddir}/src/libcap-ng.la 76thread_test_SOURCES = thread_test.c 77thread_test_OBJECTS = thread_test.$(OBJEXT) 78thread_test_DEPENDENCIES = ${top_builddir}/src/libcap-ng.la 79DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 80depcomp = $(SHELL) $(top_srcdir)/depcomp 81am__depfiles_maybe = depfiles 82am__mv = mv -f 83COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 84 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 85LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 86 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 87 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 88CCLD = $(CC) 89LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 90 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 91 $(LDFLAGS) -o $@ 92SOURCES = lib_test.c thread_test.c 93DIST_SOURCES = lib_test.c thread_test.c 94ETAGS = etags 95CTAGS = ctags 96am__tty_colors = \ 97red=; grn=; lgn=; blu=; std= 98DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 99ACLOCAL = @ACLOCAL@ 100AMTAR = @AMTAR@ 101AR = @AR@ 102AUTOCONF = @AUTOCONF@ 103AUTOHEADER = @AUTOHEADER@ 104AUTOMAKE = @AUTOMAKE@ 105AWK = @AWK@ 106CC = @CC@ 107CCDEPMODE = @CCDEPMODE@ 108CFLAGS = @CFLAGS@ 109CPP = @CPP@ 110CPPFLAGS = @CPPFLAGS@ 111CYGPATH_W = @CYGPATH_W@ 112DEBUG = @DEBUG@ 113DEFS = @DEFS@ 114DEPDIR = @DEPDIR@ 115DLLTOOL = @DLLTOOL@ 116DSYMUTIL = @DSYMUTIL@ 117DUMPBIN = @DUMPBIN@ 118ECHO_C = @ECHO_C@ 119ECHO_N = @ECHO_N@ 120ECHO_T = @ECHO_T@ 121EGREP = @EGREP@ 122EXEEXT = @EXEEXT@ 123FGREP = @FGREP@ 124GREP = @GREP@ 125INSTALL = @INSTALL@ 126INSTALL_DATA = @INSTALL_DATA@ 127INSTALL_PROGRAM = @INSTALL_PROGRAM@ 128INSTALL_SCRIPT = @INSTALL_SCRIPT@ 129INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 130LD = @LD@ 131LDFLAGS = @LDFLAGS@ 132LIBOBJS = @LIBOBJS@ 133LIBS = @LIBS@ 134LIBTOOL = @LIBTOOL@ 135LIBTOOL_DEPS = @LIBTOOL_DEPS@ 136LIPO = @LIPO@ 137LN_S = @LN_S@ 138LTLIBOBJS = @LTLIBOBJS@ 139MAKEINFO = @MAKEINFO@ 140MANIFEST_TOOL = @MANIFEST_TOOL@ 141MKDIR_P = @MKDIR_P@ 142NM = @NM@ 143NMEDIT = @NMEDIT@ 144OBJDUMP = @OBJDUMP@ 145OBJEXT = @OBJEXT@ 146OTOOL = @OTOOL@ 147OTOOL64 = @OTOOL64@ 148PACKAGE = @PACKAGE@ 149PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 150PACKAGE_NAME = @PACKAGE_NAME@ 151PACKAGE_STRING = @PACKAGE_STRING@ 152PACKAGE_TARNAME = @PACKAGE_TARNAME@ 153PACKAGE_URL = @PACKAGE_URL@ 154PACKAGE_VERSION = @PACKAGE_VERSION@ 155PATH_SEPARATOR = @PATH_SEPARATOR@ 156PYTHON = @PYTHON@ 157PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 158PYTHON_PLATFORM = @PYTHON_PLATFORM@ 159PYTHON_PREFIX = @PYTHON_PREFIX@ 160PYTHON_VERSION = @PYTHON_VERSION@ 161RANLIB = @RANLIB@ 162SED = @SED@ 163SET_MAKE = @SET_MAKE@ 164SHELL = @SHELL@ 165STRIP = @STRIP@ 166VERSION = @VERSION@ 167abs_builddir = @abs_builddir@ 168abs_srcdir = @abs_srcdir@ 169abs_top_builddir = @abs_top_builddir@ 170abs_top_srcdir = @abs_top_srcdir@ 171ac_ct_AR = @ac_ct_AR@ 172ac_ct_CC = @ac_ct_CC@ 173ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 174am__include = @am__include@ 175am__leading_dot = @am__leading_dot@ 176am__quote = @am__quote@ 177am__tar = @am__tar@ 178am__untar = @am__untar@ 179bindir = @bindir@ 180build = @build@ 181build_alias = @build_alias@ 182build_cpu = @build_cpu@ 183build_os = @build_os@ 184build_vendor = @build_vendor@ 185builddir = @builddir@ 186datadir = @datadir@ 187datarootdir = @datarootdir@ 188docdir = @docdir@ 189dvidir = @dvidir@ 190exec_prefix = @exec_prefix@ 191host = @host@ 192host_alias = @host_alias@ 193host_cpu = @host_cpu@ 194host_os = @host_os@ 195host_vendor = @host_vendor@ 196htmldir = @htmldir@ 197includedir = @includedir@ 198infodir = @infodir@ 199install_sh = @install_sh@ 200libdir = @libdir@ 201libexecdir = @libexecdir@ 202localedir = @localedir@ 203localstatedir = @localstatedir@ 204mandir = @mandir@ 205mkdir_p = @mkdir_p@ 206oldincludedir = @oldincludedir@ 207pdfdir = @pdfdir@ 208pkgpyexecdir = @pkgpyexecdir@ 209pkgpythondir = @pkgpythondir@ 210prefix = @prefix@ 211program_transform_name = @program_transform_name@ 212psdir = @psdir@ 213pyexecdir = @pyexecdir@ 214pythondir = @pythondir@ 215sbindir = @sbindir@ 216sharedstatedir = @sharedstatedir@ 217srcdir = @srcdir@ 218swig_found = @swig_found@ 219sysconfdir = @sysconfdir@ 220target = @target@ 221target_alias = @target_alias@ 222target_cpu = @target_cpu@ 223target_os = @target_os@ 224target_vendor = @target_vendor@ 225top_build_prefix = @top_build_prefix@ 226top_builddir = @top_builddir@ 227top_srcdir = @top_srcdir@ 228INCLUDES = -I${top_srcdir} -I${top_srcdir}/src 229TESTS = $(check_PROGRAMS) 230lib_test_LDADD = ${top_builddir}/src/libcap-ng.la 231thread_test_LDADD = ${top_builddir}/src/libcap-ng.la -lpthread 232all: all-am 233 234.SUFFIXES: 235.SUFFIXES: .c .lo .o .obj 236$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 237 @for dep in $?; do \ 238 case '$(am__configure_deps)' in \ 239 *$$dep*) \ 240 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 241 && { if test -f $@; then exit 0; else break; fi; }; \ 242 exit 1;; \ 243 esac; \ 244 done; \ 245 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/test/Makefile'; \ 246 $(am__cd) $(top_srcdir) && \ 247 $(AUTOMAKE) --gnu src/test/Makefile 248.PRECIOUS: Makefile 249Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 250 @case '$?' in \ 251 *config.status*) \ 252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 253 *) \ 254 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 255 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 256 esac; 257 258$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 259 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 260 261$(top_srcdir)/configure: $(am__configure_deps) 262 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 263$(ACLOCAL_M4): $(am__aclocal_m4_deps) 264 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 265$(am__aclocal_m4_deps): 266 267clean-checkPROGRAMS: 268 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 269 echo " rm -f" $$list; \ 270 rm -f $$list || exit $$?; \ 271 test -n "$(EXEEXT)" || exit 0; \ 272 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 273 echo " rm -f" $$list; \ 274 rm -f $$list 275lib_test$(EXEEXT): $(lib_test_OBJECTS) $(lib_test_DEPENDENCIES) $(EXTRA_lib_test_DEPENDENCIES) 276 @rm -f lib_test$(EXEEXT) 277 $(LINK) $(lib_test_OBJECTS) $(lib_test_LDADD) $(LIBS) 278thread_test$(EXEEXT): $(thread_test_OBJECTS) $(thread_test_DEPENDENCIES) $(EXTRA_thread_test_DEPENDENCIES) 279 @rm -f thread_test$(EXEEXT) 280 $(LINK) $(thread_test_OBJECTS) $(thread_test_LDADD) $(LIBS) 281 282mostlyclean-compile: 283 -rm -f *.$(OBJEXT) 284 285distclean-compile: 286 -rm -f *.tab.c 287 288@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib_test.Po@am__quote@ 289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_test.Po@am__quote@ 290 291.c.o: 292@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 293@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 294@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 295@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 296@am__fastdepCC_FALSE@ $(COMPILE) -c $< 297 298.c.obj: 299@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 300@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 301@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 302@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 303@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 304 305.c.lo: 306@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 307@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 308@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 309@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 310@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 311 312mostlyclean-libtool: 313 -rm -f *.lo 314 315clean-libtool: 316 -rm -rf .libs _libs 317 318ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 319 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 320 unique=`for i in $$list; do \ 321 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 322 done | \ 323 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 324 END { if (nonempty) { for (i in files) print i; }; }'`; \ 325 mkid -fID $$unique 326tags: TAGS 327 328TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 329 $(TAGS_FILES) $(LISP) 330 set x; \ 331 here=`pwd`; \ 332 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 333 unique=`for i in $$list; do \ 334 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 335 done | \ 336 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 337 END { if (nonempty) { for (i in files) print i; }; }'`; \ 338 shift; \ 339 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 340 test -n "$$unique" || unique=$$empty_fix; \ 341 if test $$# -gt 0; then \ 342 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 343 "$$@" $$unique; \ 344 else \ 345 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 346 $$unique; \ 347 fi; \ 348 fi 349ctags: CTAGS 350CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 351 $(TAGS_FILES) $(LISP) 352 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 353 unique=`for i in $$list; do \ 354 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 355 done | \ 356 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 357 END { if (nonempty) { for (i in files) print i; }; }'`; \ 358 test -z "$(CTAGS_ARGS)$$unique" \ 359 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 360 $$unique 361 362GTAGS: 363 here=`$(am__cd) $(top_builddir) && pwd` \ 364 && $(am__cd) $(top_srcdir) \ 365 && gtags -i $(GTAGS_ARGS) "$$here" 366 367distclean-tags: 368 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 369 370check-TESTS: $(TESTS) 371 @failed=0; all=0; xfail=0; xpass=0; skip=0; \ 372 srcdir=$(srcdir); export srcdir; \ 373 list=' $(TESTS) '; \ 374 $(am__tty_colors); \ 375 if test -n "$$list"; then \ 376 for tst in $$list; do \ 377 if test -f ./$$tst; then dir=./; \ 378 elif test -f $$tst; then dir=; \ 379 else dir="$(srcdir)/"; fi; \ 380 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ 381 all=`expr $$all + 1`; \ 382 case " $(XFAIL_TESTS) " in \ 383 *[\ \ ]$$tst[\ \ ]*) \ 384 xpass=`expr $$xpass + 1`; \ 385 failed=`expr $$failed + 1`; \ 386 col=$$red; res=XPASS; \ 387 ;; \ 388 *) \ 389 col=$$grn; res=PASS; \ 390 ;; \ 391 esac; \ 392 elif test $$? -ne 77; then \ 393 all=`expr $$all + 1`; \ 394 case " $(XFAIL_TESTS) " in \ 395 *[\ \ ]$$tst[\ \ ]*) \ 396 xfail=`expr $$xfail + 1`; \ 397 col=$$lgn; res=XFAIL; \ 398 ;; \ 399 *) \ 400 failed=`expr $$failed + 1`; \ 401 col=$$red; res=FAIL; \ 402 ;; \ 403 esac; \ 404 else \ 405 skip=`expr $$skip + 1`; \ 406 col=$$blu; res=SKIP; \ 407 fi; \ 408 echo "$${col}$$res$${std}: $$tst"; \ 409 done; \ 410 if test "$$all" -eq 1; then \ 411 tests="test"; \ 412 All=""; \ 413 else \ 414 tests="tests"; \ 415 All="All "; \ 416 fi; \ 417 if test "$$failed" -eq 0; then \ 418 if test "$$xfail" -eq 0; then \ 419 banner="$$All$$all $$tests passed"; \ 420 else \ 421 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ 422 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ 423 fi; \ 424 else \ 425 if test "$$xpass" -eq 0; then \ 426 banner="$$failed of $$all $$tests failed"; \ 427 else \ 428 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ 429 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ 430 fi; \ 431 fi; \ 432 dashes="$$banner"; \ 433 skipped=""; \ 434 if test "$$skip" -ne 0; then \ 435 if test "$$skip" -eq 1; then \ 436 skipped="($$skip test was not run)"; \ 437 else \ 438 skipped="($$skip tests were not run)"; \ 439 fi; \ 440 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 441 dashes="$$skipped"; \ 442 fi; \ 443 report=""; \ 444 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ 445 report="Please report to $(PACKAGE_BUGREPORT)"; \ 446 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 447 dashes="$$report"; \ 448 fi; \ 449 dashes=`echo "$$dashes" | sed s/./=/g`; \ 450 if test "$$failed" -eq 0; then \ 451 col="$$grn"; \ 452 else \ 453 col="$$red"; \ 454 fi; \ 455 echo "$${col}$$dashes$${std}"; \ 456 echo "$${col}$$banner$${std}"; \ 457 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ 458 test -z "$$report" || echo "$${col}$$report$${std}"; \ 459 echo "$${col}$$dashes$${std}"; \ 460 test "$$failed" -eq 0; \ 461 else :; fi 462 463distdir: $(DISTFILES) 464 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 465 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 466 list='$(DISTFILES)'; \ 467 dist_files=`for file in $$list; do echo $$file; done | \ 468 sed -e "s|^$$srcdirstrip/||;t" \ 469 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 470 case $$dist_files in \ 471 */*) $(MKDIR_P) `echo "$$dist_files" | \ 472 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 473 sort -u` ;; \ 474 esac; \ 475 for file in $$dist_files; do \ 476 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 477 if test -d $$d/$$file; then \ 478 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 479 if test -d "$(distdir)/$$file"; then \ 480 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 481 fi; \ 482 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 483 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 484 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 485 fi; \ 486 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 487 else \ 488 test -f "$(distdir)/$$file" \ 489 || cp -p $$d/$$file "$(distdir)/$$file" \ 490 || exit 1; \ 491 fi; \ 492 done 493check-am: all-am 494 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 495 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 496check: check-am 497all-am: Makefile 498installdirs: 499install: install-am 500install-exec: install-exec-am 501install-data: install-data-am 502uninstall: uninstall-am 503 504install-am: all-am 505 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 506 507installcheck: installcheck-am 508install-strip: 509 if test -z '$(STRIP)'; then \ 510 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 511 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 512 install; \ 513 else \ 514 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 515 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 516 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 517 fi 518mostlyclean-generic: 519 520clean-generic: 521 522distclean-generic: 523 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 524 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 525 526maintainer-clean-generic: 527 @echo "This command is intended for maintainers to use" 528 @echo "it deletes files that may require special tools to rebuild." 529clean: clean-am 530 531clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 532 mostlyclean-am 533 534distclean: distclean-am 535 -rm -rf ./$(DEPDIR) 536 -rm -f Makefile 537distclean-am: clean-am distclean-compile distclean-generic \ 538 distclean-tags 539 540dvi: dvi-am 541 542dvi-am: 543 544html: html-am 545 546html-am: 547 548info: info-am 549 550info-am: 551 552install-data-am: 553 554install-dvi: install-dvi-am 555 556install-dvi-am: 557 558install-exec-am: 559 560install-html: install-html-am 561 562install-html-am: 563 564install-info: install-info-am 565 566install-info-am: 567 568install-man: 569 570install-pdf: install-pdf-am 571 572install-pdf-am: 573 574install-ps: install-ps-am 575 576install-ps-am: 577 578installcheck-am: 579 580maintainer-clean: maintainer-clean-am 581 -rm -rf ./$(DEPDIR) 582 -rm -f Makefile 583maintainer-clean-am: distclean-am maintainer-clean-generic 584 585mostlyclean: mostlyclean-am 586 587mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 588 mostlyclean-libtool 589 590pdf: pdf-am 591 592pdf-am: 593 594ps: ps-am 595 596ps-am: 597 598uninstall-am: 599 600.MAKE: check-am install-am install-strip 601 602.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ 603 clean-checkPROGRAMS clean-generic clean-libtool ctags \ 604 distclean distclean-compile distclean-generic \ 605 distclean-libtool distclean-tags distdir dvi dvi-am html \ 606 html-am info info-am install install-am install-data \ 607 install-data-am install-dvi install-dvi-am install-exec \ 608 install-exec-am install-html install-html-am install-info \ 609 install-info-am install-man install-pdf install-pdf-am \ 610 install-ps install-ps-am install-strip installcheck \ 611 installcheck-am installdirs maintainer-clean \ 612 maintainer-clean-generic mostlyclean mostlyclean-compile \ 613 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 614 tags uninstall uninstall-am 615 616 617# Tell versions [3.59,3.63) of GNU make to not export all variables. 618# Otherwise a system limit (for SysV at least) may be exceeded. 619.NOEXPORT: 620