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