1# Makefile.in generated by automake 1.11.1 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 Free Software Foundation, 6# 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 18VPATH = @srcdir@ 19pkgdatadir = $(datadir)/@PACKAGE@ 20pkgincludedir = $(includedir)/@PACKAGE@ 21pkglibdir = $(libdir)/@PACKAGE@ 22pkglibexecdir = $(libexecdir)/@PACKAGE@ 23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 24install_sh_DATA = $(install_sh) -c -m 644 25install_sh_PROGRAM = $(install_sh) -c 26install_sh_SCRIPT = $(install_sh) -c 27INSTALL_HEADER = $(INSTALL_DATA) 28transform = $(program_transform_name) 29NORMAL_INSTALL = : 30PRE_INSTALL = : 31POST_INSTALL = : 32NORMAL_UNINSTALL = : 33PRE_UNINSTALL = : 34POST_UNINSTALL = : 35build_triplet = @build@ 36host_triplet = @host@ 37bin_PROGRAMS = stressapptest$(EXEEXT) 38noinst_PROGRAMS = findmask$(EXEEXT) 39subdir = src 40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 41 $(srcdir)/stressapptest_config.h.in 42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 43am__aclocal_m4_deps = $(top_srcdir)/configure.ac 44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 45 $(ACLOCAL_M4) 46mkinstalldirs = $(install_sh) -d 47CONFIG_HEADER = stressapptest_config.h 48CONFIG_CLEAN_FILES = 49CONFIG_CLEAN_VPATH_FILES = 50am__installdirs = "$(DESTDIR)$(bindir)" 51PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) 52am_findmask_OBJECTS = findmask.$(OBJEXT) 53findmask_OBJECTS = $(am_findmask_OBJECTS) 54findmask_LDADD = $(LDADD) 55am__objects_1 = main.$(OBJEXT) 56am__objects_2 = os.$(OBJEXT) os_factory.$(OBJEXT) pattern.$(OBJEXT) \ 57 queue.$(OBJEXT) sat.$(OBJEXT) sat_factory.$(OBJEXT) \ 58 worker.$(OBJEXT) finelock_queue.$(OBJEXT) error_diag.$(OBJEXT) \ 59 disk_blocks.$(OBJEXT) adler32memcpy.$(OBJEXT) logger.$(OBJEXT) 60am__objects_3 = 61am_stressapptest_OBJECTS = $(am__objects_1) $(am__objects_2) \ 62 $(am__objects_3) 63stressapptest_OBJECTS = $(am_stressapptest_OBJECTS) 64stressapptest_LDADD = $(LDADD) 65DEFAULT_INCLUDES = -I.@am__isrc@ 66depcomp = $(SHELL) $(top_srcdir)/depcomp 67am__depfiles_maybe = depfiles 68am__mv = mv -f 69COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 70 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 71CCLD = $(CC) 72LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 73CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 74 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 75CXXLD = $(CXX) 76CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ 77 -o $@ 78SOURCES = $(findmask_SOURCES) $(stressapptest_SOURCES) 79DIST_SOURCES = $(findmask_SOURCES) $(stressapptest_SOURCES) 80ETAGS = etags 81CTAGS = ctags 82DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 83ACLOCAL = @ACLOCAL@ 84AMTAR = @AMTAR@ 85AUTOCONF = @AUTOCONF@ 86AUTOHEADER = @AUTOHEADER@ 87AUTOMAKE = @AUTOMAKE@ 88AWK = @AWK@ 89CC = @CC@ 90CCDEPMODE = @CCDEPMODE@ 91CFLAGS = @CFLAGS@ 92CPP = @CPP@ 93CPPFLAGS = @CPPFLAGS@ 94CXX = @CXX@ 95CXXDEPMODE = @CXXDEPMODE@ 96CXXFLAGS = @CXXFLAGS@ 97CYGPATH_W = @CYGPATH_W@ 98DEFS = @DEFS@ 99DEPDIR = @DEPDIR@ 100ECHO_C = @ECHO_C@ 101ECHO_N = @ECHO_N@ 102ECHO_T = @ECHO_T@ 103EGREP = @EGREP@ 104EXEEXT = @EXEEXT@ 105GREP = @GREP@ 106INSTALL = @INSTALL@ 107INSTALL_DATA = @INSTALL_DATA@ 108INSTALL_PROGRAM = @INSTALL_PROGRAM@ 109INSTALL_SCRIPT = @INSTALL_SCRIPT@ 110INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 111LDFLAGS = @LDFLAGS@ 112LIBOBJS = @LIBOBJS@ 113LIBS = @LIBS@ 114LTLIBOBJS = @LTLIBOBJS@ 115MAKEINFO = @MAKEINFO@ 116MKDIR_P = @MKDIR_P@ 117OBJEXT = @OBJEXT@ 118PACKAGE = @PACKAGE@ 119PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 120PACKAGE_NAME = @PACKAGE_NAME@ 121PACKAGE_STRING = @PACKAGE_STRING@ 122PACKAGE_TARNAME = @PACKAGE_TARNAME@ 123PACKAGE_URL = @PACKAGE_URL@ 124PACKAGE_VERSION = @PACKAGE_VERSION@ 125PATH_SEPARATOR = @PATH_SEPARATOR@ 126SET_MAKE = @SET_MAKE@ 127SHELL = @SHELL@ 128STRIP = @STRIP@ 129VERSION = @VERSION@ 130abs_builddir = @abs_builddir@ 131abs_srcdir = @abs_srcdir@ 132abs_top_builddir = @abs_top_builddir@ 133abs_top_srcdir = @abs_top_srcdir@ 134ac_ct_CC = @ac_ct_CC@ 135ac_ct_CXX = @ac_ct_CXX@ 136am__include = @am__include@ 137am__leading_dot = @am__leading_dot@ 138am__quote = @am__quote@ 139am__tar = @am__tar@ 140am__untar = @am__untar@ 141bindir = @bindir@ 142build = @build@ 143build_alias = @build_alias@ 144build_cpu = @build_cpu@ 145build_os = @build_os@ 146build_vendor = @build_vendor@ 147builddir = @builddir@ 148datadir = @datadir@ 149datarootdir = @datarootdir@ 150docdir = @docdir@ 151dvidir = @dvidir@ 152exec_prefix = @exec_prefix@ 153host = @host@ 154host_alias = @host_alias@ 155host_cpu = @host_cpu@ 156host_os = @host_os@ 157host_vendor = @host_vendor@ 158htmldir = @htmldir@ 159includedir = @includedir@ 160infodir = @infodir@ 161install_sh = @install_sh@ 162libdir = @libdir@ 163libexecdir = @libexecdir@ 164localedir = @localedir@ 165localstatedir = @localstatedir@ 166mandir = @mandir@ 167mkdir_p = @mkdir_p@ 168oldincludedir = @oldincludedir@ 169pdfdir = @pdfdir@ 170prefix = @prefix@ 171program_transform_name = @program_transform_name@ 172psdir = @psdir@ 173sbindir = @sbindir@ 174sharedstatedir = @sharedstatedir@ 175srcdir = @srcdir@ 176sysconfdir = @sysconfdir@ 177target_alias = @target_alias@ 178top_build_prefix = @top_build_prefix@ 179top_builddir = @top_builddir@ 180top_srcdir = @top_srcdir@ 181AM_DEFAULT_SOURCE_EXT = .cc 182MAINFILES = main.cc 183CFILES = os.cc os_factory.cc pattern.cc queue.cc sat.cc sat_factory.cc \ 184 worker.cc finelock_queue.cc error_diag.cc disk_blocks.cc \ 185 adler32memcpy.cc logger.cc 186HFILES = os.h pattern.h queue.h sat.h worker.h sattypes.h \ 187 finelock_queue.h error_diag.h disk_blocks.h adler32memcpy.h \ 188 logger.h clock.h 189stressapptest_SOURCES = $(MAINFILES) $(CFILES) $(HFILES) 190findmask_SOURCES = findmask.c findmask.inc 191all: stressapptest_config.h 192 $(MAKE) $(AM_MAKEFLAGS) all-am 193 194.SUFFIXES: 195.SUFFIXES: .c .cc .o .obj 196$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 197 @for dep in $?; do \ 198 case '$(am__configure_deps)' in \ 199 *$$dep*) \ 200 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 201 && { if test -f $@; then exit 0; else break; fi; }; \ 202 exit 1;; \ 203 esac; \ 204 done; \ 205 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 206 $(am__cd) $(top_srcdir) && \ 207 $(AUTOMAKE) --foreign src/Makefile 208.PRECIOUS: Makefile 209Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 210 @case '$?' in \ 211 *config.status*) \ 212 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 213 *) \ 214 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 215 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 216 esac; 217 218$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 220 221$(top_srcdir)/configure: $(am__configure_deps) 222 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 223$(ACLOCAL_M4): $(am__aclocal_m4_deps) 224 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 225$(am__aclocal_m4_deps): 226 227stressapptest_config.h: stamp-h1 228 @if test ! -f $@; then \ 229 rm -f stamp-h1; \ 230 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 231 else :; fi 232 233stamp-h1: $(srcdir)/stressapptest_config.h.in $(top_builddir)/config.status 234 @rm -f stamp-h1 235 cd $(top_builddir) && $(SHELL) ./config.status src/stressapptest_config.h 236$(srcdir)/stressapptest_config.h.in: $(am__configure_deps) 237 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 238 rm -f stamp-h1 239 touch $@ 240 241distclean-hdr: 242 -rm -f stressapptest_config.h stamp-h1 243install-binPROGRAMS: $(bin_PROGRAMS) 244 @$(NORMAL_INSTALL) 245 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 246 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 247 for p in $$list; do echo "$$p $$p"; done | \ 248 sed 's/$(EXEEXT)$$//' | \ 249 while read p p1; do if test -f $$p; \ 250 then echo "$$p"; echo "$$p"; else :; fi; \ 251 done | \ 252 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 253 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 254 sed 'N;N;N;s,\n, ,g' | \ 255 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 256 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 257 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 258 else { print "f", $$3 "/" $$4, $$1; } } \ 259 END { for (d in files) print "f", d, files[d] }' | \ 260 while read type dir files; do \ 261 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 262 test -z "$$files" || { \ 263 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 264 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 265 } \ 266 ; done 267 268uninstall-binPROGRAMS: 269 @$(NORMAL_UNINSTALL) 270 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 271 files=`for p in $$list; do echo "$$p"; done | \ 272 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 273 -e 's/$$/$(EXEEXT)/' `; \ 274 test -n "$$list" || exit 0; \ 275 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 276 cd "$(DESTDIR)$(bindir)" && rm -f $$files 277 278clean-binPROGRAMS: 279 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 280 281clean-noinstPROGRAMS: 282 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 283findmask$(EXEEXT): $(findmask_OBJECTS) $(findmask_DEPENDENCIES) 284 @rm -f findmask$(EXEEXT) 285 $(LINK) $(findmask_OBJECTS) $(findmask_LDADD) $(LIBS) 286stressapptest$(EXEEXT): $(stressapptest_OBJECTS) $(stressapptest_DEPENDENCIES) 287 @rm -f stressapptest$(EXEEXT) 288 $(CXXLINK) $(stressapptest_OBJECTS) $(stressapptest_LDADD) $(LIBS) 289 290mostlyclean-compile: 291 -rm -f *.$(OBJEXT) 292 293distclean-compile: 294 -rm -f *.tab.c 295 296@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adler32memcpy.Po@am__quote@ 297@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disk_blocks.Po@am__quote@ 298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error_diag.Po@am__quote@ 299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/findmask.Po@am__quote@ 300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/finelock_queue.Po@am__quote@ 301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@ 302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ 303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os.Po@am__quote@ 304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_factory.Po@am__quote@ 305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pattern.Po@am__quote@ 306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue.Po@am__quote@ 307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sat.Po@am__quote@ 308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sat_factory.Po@am__quote@ 309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/worker.Po@am__quote@ 310 311.c.o: 312@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 313@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 314@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 315@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 316@am__fastdepCC_FALSE@ $(COMPILE) -c $< 317 318.c.obj: 319@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 320@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 321@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 322@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 323@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 324 325.cc.o: 326@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 327@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 328@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 329@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 330@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< 331 332.cc.obj: 333@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 334@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 335@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 336@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 337@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 338 339ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 340 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 341 unique=`for i in $$list; do \ 342 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 343 done | \ 344 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 345 END { if (nonempty) { for (i in files) print i; }; }'`; \ 346 mkid -fID $$unique 347tags: TAGS 348 349TAGS: $(HEADERS) $(SOURCES) stressapptest_config.h.in $(TAGS_DEPENDENCIES) \ 350 $(TAGS_FILES) $(LISP) 351 set x; \ 352 here=`pwd`; \ 353 list='$(SOURCES) $(HEADERS) stressapptest_config.h.in $(LISP) $(TAGS_FILES)'; \ 354 unique=`for i in $$list; do \ 355 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 356 done | \ 357 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 358 END { if (nonempty) { for (i in files) print i; }; }'`; \ 359 shift; \ 360 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 361 test -n "$$unique" || unique=$$empty_fix; \ 362 if test $$# -gt 0; then \ 363 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 364 "$$@" $$unique; \ 365 else \ 366 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 367 $$unique; \ 368 fi; \ 369 fi 370ctags: CTAGS 371CTAGS: $(HEADERS) $(SOURCES) stressapptest_config.h.in $(TAGS_DEPENDENCIES) \ 372 $(TAGS_FILES) $(LISP) 373 list='$(SOURCES) $(HEADERS) stressapptest_config.h.in $(LISP) $(TAGS_FILES)'; \ 374 unique=`for i in $$list; do \ 375 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 376 done | \ 377 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 378 END { if (nonempty) { for (i in files) print i; }; }'`; \ 379 test -z "$(CTAGS_ARGS)$$unique" \ 380 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 381 $$unique 382 383GTAGS: 384 here=`$(am__cd) $(top_builddir) && pwd` \ 385 && $(am__cd) $(top_srcdir) \ 386 && gtags -i $(GTAGS_ARGS) "$$here" 387 388distclean-tags: 389 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 390 391distdir: $(DISTFILES) 392 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 393 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 394 list='$(DISTFILES)'; \ 395 dist_files=`for file in $$list; do echo $$file; done | \ 396 sed -e "s|^$$srcdirstrip/||;t" \ 397 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 398 case $$dist_files in \ 399 */*) $(MKDIR_P) `echo "$$dist_files" | \ 400 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 401 sort -u` ;; \ 402 esac; \ 403 for file in $$dist_files; do \ 404 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 405 if test -d $$d/$$file; then \ 406 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 407 if test -d "$(distdir)/$$file"; then \ 408 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 409 fi; \ 410 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 411 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 412 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 413 fi; \ 414 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 415 else \ 416 test -f "$(distdir)/$$file" \ 417 || cp -p $$d/$$file "$(distdir)/$$file" \ 418 || exit 1; \ 419 fi; \ 420 done 421check-am: all-am 422check: check-am 423all-am: Makefile $(PROGRAMS) stressapptest_config.h 424installdirs: 425 for dir in "$(DESTDIR)$(bindir)"; do \ 426 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 427 done 428install: install-am 429install-exec: install-exec-am 430install-data: install-data-am 431uninstall: uninstall-am 432 433install-am: all-am 434 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 435 436installcheck: installcheck-am 437install-strip: 438 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 439 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 440 `test -z '$(STRIP)' || \ 441 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 442mostlyclean-generic: 443 444clean-generic: 445 446distclean-generic: 447 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 448 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 449 450maintainer-clean-generic: 451 @echo "This command is intended for maintainers to use" 452 @echo "it deletes files that may require special tools to rebuild." 453clean: clean-am 454 455clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \ 456 mostlyclean-am 457 458distclean: distclean-am 459 -rm -rf ./$(DEPDIR) 460 -rm -f Makefile 461distclean-am: clean-am distclean-compile distclean-generic \ 462 distclean-hdr distclean-tags 463 464dvi: dvi-am 465 466dvi-am: 467 468html: html-am 469 470html-am: 471 472info: info-am 473 474info-am: 475 476install-data-am: 477 478install-dvi: install-dvi-am 479 480install-dvi-am: 481 482install-exec-am: install-binPROGRAMS 483 484install-html: install-html-am 485 486install-html-am: 487 488install-info: install-info-am 489 490install-info-am: 491 492install-man: 493 494install-pdf: install-pdf-am 495 496install-pdf-am: 497 498install-ps: install-ps-am 499 500install-ps-am: 501 502installcheck-am: 503 504maintainer-clean: maintainer-clean-am 505 -rm -rf ./$(DEPDIR) 506 -rm -f Makefile 507maintainer-clean-am: distclean-am maintainer-clean-generic 508 509mostlyclean: mostlyclean-am 510 511mostlyclean-am: mostlyclean-compile mostlyclean-generic 512 513pdf: pdf-am 514 515pdf-am: 516 517ps: ps-am 518 519ps-am: 520 521uninstall-am: uninstall-binPROGRAMS 522 523.MAKE: all install-am install-strip 524 525.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 526 clean-generic clean-noinstPROGRAMS ctags distclean \ 527 distclean-compile distclean-generic distclean-hdr \ 528 distclean-tags distdir dvi dvi-am html html-am info info-am \ 529 install install-am install-binPROGRAMS install-data \ 530 install-data-am install-dvi install-dvi-am install-exec \ 531 install-exec-am install-html install-html-am install-info \ 532 install-info-am install-man install-pdf install-pdf-am \ 533 install-ps install-ps-am install-strip installcheck \ 534 installcheck-am installdirs maintainer-clean \ 535 maintainer-clean-generic mostlyclean mostlyclean-compile \ 536 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 537 uninstall-am uninstall-binPROGRAMS 538 539 540# Tell versions [3.59,3.63) of GNU make to not export all variables. 541# Otherwise a system limit (for SysV at least) may be exceeded. 542.NOEXPORT: 543