chiark / gitweb /
Fix autoconf bugs
[stressapptest] / Makefile.in
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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = .
37 DIST_COMMON = $(am__configure_deps) $(dist_man_MANS) \
38         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39         $(top_srcdir)/configure COPYING config.guess config.sub \
40         depcomp install-sh missing
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44         $(ACLOCAL_M4)
45 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
46  configure.lineno config.status.lineno
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_HEADER = $(top_builddir)/src/stressapptest_config.h
49 CONFIG_CLEAN_FILES =
50 CONFIG_CLEAN_VPATH_FILES =
51 SOURCES =
52 DIST_SOURCES =
53 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54         html-recursive info-recursive install-data-recursive \
55         install-dvi-recursive install-exec-recursive \
56         install-html-recursive install-info-recursive \
57         install-pdf-recursive install-ps-recursive install-recursive \
58         installcheck-recursive installdirs-recursive pdf-recursive \
59         ps-recursive uninstall-recursive
60 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
61 am__vpath_adj = case $$p in \
62     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63     *) f=$$p;; \
64   esac;
65 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
66 am__install_max = 40
67 am__nobase_strip_setup = \
68   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
69 am__nobase_strip = \
70   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
71 am__nobase_list = $(am__nobase_strip_setup); \
72   for p in $$list; do echo "$$p $$p"; done | \
73   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
74   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
75     if (++n[$$2] == $(am__install_max)) \
76       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
77     END { for (dir in files) print dir, files[dir] }'
78 am__base_list = \
79   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
80   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
81 am__uninstall_files_from_dir = { \
82   test -z "$$files" \
83     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
84     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
85          $(am__cd) "$$dir" && rm -f $$files; }; \
86   }
87 man1dir = $(mandir)/man1
88 am__installdirs = "$(DESTDIR)$(man1dir)"
89 NROFF = nroff
90 MANS = $(dist_man_MANS)
91 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
92   distclean-recursive maintainer-clean-recursive
93 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
94         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
95         distdir dist dist-all distcheck
96 ETAGS = etags
97 CTAGS = ctags
98 DIST_SUBDIRS = $(SUBDIRS)
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 distdir = $(PACKAGE)-$(VERSION)
101 top_distdir = $(distdir)
102 am__remove_distdir = \
103   if test -d "$(distdir)"; then \
104     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
105       && rm -rf "$(distdir)" \
106       || { sleep 5 && rm -rf "$(distdir)"; }; \
107   else :; fi
108 am__relativize = \
109   dir0=`pwd`; \
110   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
111   sed_rest='s,^[^/]*/*,,'; \
112   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
113   sed_butlast='s,/*[^/]*$$,,'; \
114   while test -n "$$dir1"; do \
115     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
116     if test "$$first" != "."; then \
117       if test "$$first" = ".."; then \
118         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
119         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
120       else \
121         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
122         if test "$$first2" = "$$first"; then \
123           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
124         else \
125           dir2="../$$dir2"; \
126         fi; \
127         dir0="$$dir0"/"$$first"; \
128       fi; \
129     fi; \
130     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
131   done; \
132   reldir="$$dir2"
133 DIST_ARCHIVES = $(distdir).tar.gz
134 GZIP_ENV = --best
135 distuninstallcheck_listfiles = find . -type f -print
136 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
137   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
138 distcleancheck_listfiles = find . -type f -print
139 ACLOCAL = @ACLOCAL@
140 AMTAR = @AMTAR@
141 AUTOCONF = @AUTOCONF@
142 AUTOHEADER = @AUTOHEADER@
143 AUTOMAKE = @AUTOMAKE@
144 AWK = @AWK@
145 CC = @CC@
146 CCDEPMODE = @CCDEPMODE@
147 CFLAGS = @CFLAGS@
148 CPP = @CPP@
149 CPPFLAGS = @CPPFLAGS@
150 CXX = @CXX@
151 CXXDEPMODE = @CXXDEPMODE@
152 CXXFLAGS = @CXXFLAGS@
153 CYGPATH_W = @CYGPATH_W@
154 DEFS = @DEFS@
155 DEPDIR = @DEPDIR@
156 ECHO_C = @ECHO_C@
157 ECHO_N = @ECHO_N@
158 ECHO_T = @ECHO_T@
159 EGREP = @EGREP@
160 EXEEXT = @EXEEXT@
161 GREP = @GREP@
162 INSTALL = @INSTALL@
163 INSTALL_DATA = @INSTALL_DATA@
164 INSTALL_PROGRAM = @INSTALL_PROGRAM@
165 INSTALL_SCRIPT = @INSTALL_SCRIPT@
166 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
167 LDFLAGS = @LDFLAGS@
168 LIBOBJS = @LIBOBJS@
169 LIBS = @LIBS@
170 LTLIBOBJS = @LTLIBOBJS@
171 MAKEINFO = @MAKEINFO@
172 MKDIR_P = @MKDIR_P@
173 OBJEXT = @OBJEXT@
174 PACKAGE = @PACKAGE@
175 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
176 PACKAGE_NAME = @PACKAGE_NAME@
177 PACKAGE_STRING = @PACKAGE_STRING@
178 PACKAGE_TARNAME = @PACKAGE_TARNAME@
179 PACKAGE_URL = @PACKAGE_URL@
180 PACKAGE_VERSION = @PACKAGE_VERSION@
181 PATH_SEPARATOR = @PATH_SEPARATOR@
182 SET_MAKE = @SET_MAKE@
183 SHELL = @SHELL@
184 STRIP = @STRIP@
185 VERSION = @VERSION@
186 abs_builddir = @abs_builddir@
187 abs_srcdir = @abs_srcdir@
188 abs_top_builddir = @abs_top_builddir@
189 abs_top_srcdir = @abs_top_srcdir@
190 ac_ct_CC = @ac_ct_CC@
191 ac_ct_CXX = @ac_ct_CXX@
192 am__include = @am__include@
193 am__leading_dot = @am__leading_dot@
194 am__quote = @am__quote@
195 am__tar = @am__tar@
196 am__untar = @am__untar@
197 bindir = @bindir@
198 build = @build@
199 build_alias = @build_alias@
200 build_cpu = @build_cpu@
201 build_os = @build_os@
202 build_vendor = @build_vendor@
203 builddir = @builddir@
204 datadir = @datadir@
205 datarootdir = @datarootdir@
206 docdir = @docdir@
207 dvidir = @dvidir@
208 exec_prefix = @exec_prefix@
209 host = @host@
210 host_alias = @host_alias@
211 host_cpu = @host_cpu@
212 host_os = @host_os@
213 host_vendor = @host_vendor@
214 htmldir = @htmldir@
215 includedir = @includedir@
216 infodir = @infodir@
217 install_sh = @install_sh@
218 libdir = @libdir@
219 libexecdir = @libexecdir@
220 localedir = @localedir@
221 localstatedir = @localstatedir@
222 mandir = @mandir@
223 mkdir_p = @mkdir_p@
224 oldincludedir = @oldincludedir@
225 pdfdir = @pdfdir@
226 prefix = @prefix@
227 program_transform_name = @program_transform_name@
228 psdir = @psdir@
229 sbindir = @sbindir@
230 sharedstatedir = @sharedstatedir@
231 srcdir = @srcdir@
232 sysconfdir = @sysconfdir@
233 target_alias = @target_alias@
234 top_build_prefix = @top_build_prefix@
235 top_builddir = @top_builddir@
236 top_srcdir = @top_srcdir@
237 SUBDIRS = src
238 dist_man_MANS = stressapptest.1
239 all: all-recursive
240
241 .SUFFIXES:
242 am--refresh: Makefile
243         @:
244 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
245         @for dep in $?; do \
246           case '$(am__configure_deps)' in \
247             *$$dep*) \
248               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
249               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
250                 && exit 0; \
251               exit 1;; \
252           esac; \
253         done; \
254         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
255         $(am__cd) $(top_srcdir) && \
256           $(AUTOMAKE) --foreign Makefile
257 .PRECIOUS: Makefile
258 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
259         @case '$?' in \
260           *config.status*) \
261             echo ' $(SHELL) ./config.status'; \
262             $(SHELL) ./config.status;; \
263           *) \
264             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
265             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
266         esac;
267
268 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
269         $(SHELL) ./config.status --recheck
270
271 $(top_srcdir)/configure:  $(am__configure_deps)
272         $(am__cd) $(srcdir) && $(AUTOCONF)
273 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
274         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
275 $(am__aclocal_m4_deps):
276 install-man1: $(dist_man_MANS)
277         @$(NORMAL_INSTALL)
278         test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
279         @list=''; test -n "$(man1dir)" || exit 0; \
280         { for i in $$list; do echo "$$i"; done; \
281         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
282           sed -n '/\.1[a-z]*$$/p'; \
283         } | while read p; do \
284           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
285           echo "$$d$$p"; echo "$$p"; \
286         done | \
287         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
288               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
289         sed 'N;N;s,\n, ,g' | { \
290         list=; while read file base inst; do \
291           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
292             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
293             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
294           fi; \
295         done; \
296         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
297         while read files; do \
298           test -z "$$files" || { \
299             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
300             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
301         done; }
302
303 uninstall-man1:
304         @$(NORMAL_UNINSTALL)
305         @list=''; test -n "$(man1dir)" || exit 0; \
306         files=`{ for i in $$list; do echo "$$i"; done; \
307         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
308           sed -n '/\.1[a-z]*$$/p'; \
309         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
310               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
311         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
312
313 # This directory's subdirectories are mostly independent; you can cd
314 # into them and run `make' without going through this Makefile.
315 # To change the values of `make' variables: instead of editing Makefiles,
316 # (1) if the variable is set in `config.status', edit `config.status'
317 #     (which will cause the Makefiles to be regenerated when you run `make');
318 # (2) otherwise, pass the desired values on the `make' command line.
319 $(RECURSIVE_TARGETS):
320         @fail= failcom='exit 1'; \
321         for f in x $$MAKEFLAGS; do \
322           case $$f in \
323             *=* | --[!k]*);; \
324             *k*) failcom='fail=yes';; \
325           esac; \
326         done; \
327         dot_seen=no; \
328         target=`echo $@ | sed s/-recursive//`; \
329         list='$(SUBDIRS)'; for subdir in $$list; do \
330           echo "Making $$target in $$subdir"; \
331           if test "$$subdir" = "."; then \
332             dot_seen=yes; \
333             local_target="$$target-am"; \
334           else \
335             local_target="$$target"; \
336           fi; \
337           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
338           || eval $$failcom; \
339         done; \
340         if test "$$dot_seen" = "no"; then \
341           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
342         fi; test -z "$$fail"
343
344 $(RECURSIVE_CLEAN_TARGETS):
345         @fail= failcom='exit 1'; \
346         for f in x $$MAKEFLAGS; do \
347           case $$f in \
348             *=* | --[!k]*);; \
349             *k*) failcom='fail=yes';; \
350           esac; \
351         done; \
352         dot_seen=no; \
353         case "$@" in \
354           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
355           *) list='$(SUBDIRS)' ;; \
356         esac; \
357         rev=''; for subdir in $$list; do \
358           if test "$$subdir" = "."; then :; else \
359             rev="$$subdir $$rev"; \
360           fi; \
361         done; \
362         rev="$$rev ."; \
363         target=`echo $@ | sed s/-recursive//`; \
364         for subdir in $$rev; do \
365           echo "Making $$target in $$subdir"; \
366           if test "$$subdir" = "."; then \
367             local_target="$$target-am"; \
368           else \
369             local_target="$$target"; \
370           fi; \
371           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
372           || eval $$failcom; \
373         done && test -z "$$fail"
374 tags-recursive:
375         list='$(SUBDIRS)'; for subdir in $$list; do \
376           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
377         done
378 ctags-recursive:
379         list='$(SUBDIRS)'; for subdir in $$list; do \
380           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
381         done
382
383 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
384         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
385         unique=`for i in $$list; do \
386             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387           done | \
388           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389               END { if (nonempty) { for (i in files) print i; }; }'`; \
390         mkid -fID $$unique
391 tags: TAGS
392
393 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
394                 $(TAGS_FILES) $(LISP)
395         set x; \
396         here=`pwd`; \
397         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
398           include_option=--etags-include; \
399           empty_fix=.; \
400         else \
401           include_option=--include; \
402           empty_fix=; \
403         fi; \
404         list='$(SUBDIRS)'; for subdir in $$list; do \
405           if test "$$subdir" = .; then :; else \
406             test ! -f $$subdir/TAGS || \
407               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
408           fi; \
409         done; \
410         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
411         unique=`for i in $$list; do \
412             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413           done | \
414           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
415               END { if (nonempty) { for (i in files) print i; }; }'`; \
416         shift; \
417         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
418           test -n "$$unique" || unique=$$empty_fix; \
419           if test $$# -gt 0; then \
420             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421               "$$@" $$unique; \
422           else \
423             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
424               $$unique; \
425           fi; \
426         fi
427 ctags: CTAGS
428 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
429                 $(TAGS_FILES) $(LISP)
430         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
431         unique=`for i in $$list; do \
432             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433           done | \
434           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
435               END { if (nonempty) { for (i in files) print i; }; }'`; \
436         test -z "$(CTAGS_ARGS)$$unique" \
437           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
438              $$unique
439
440 GTAGS:
441         here=`$(am__cd) $(top_builddir) && pwd` \
442           && $(am__cd) $(top_srcdir) \
443           && gtags -i $(GTAGS_ARGS) "$$here"
444
445 distclean-tags:
446         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
447
448 distdir: $(DISTFILES)
449         @list='$(MANS)'; if test -n "$$list"; then \
450           list=`for p in $$list; do \
451             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
452             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
453           if test -n "$$list" && \
454             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
455             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
456             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
457             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
458             echo "       typically \`make maintainer-clean' will remove them" >&2; \
459             exit 1; \
460           else :; fi; \
461         else :; fi
462         $(am__remove_distdir)
463         test -d "$(distdir)" || mkdir "$(distdir)"
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
493         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
494           if test "$$subdir" = .; then :; else \
495             test -d "$(distdir)/$$subdir" \
496             || $(MKDIR_P) "$(distdir)/$$subdir" \
497             || exit 1; \
498           fi; \
499         done
500         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
501           if test "$$subdir" = .; then :; else \
502             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
503             $(am__relativize); \
504             new_distdir=$$reldir; \
505             dir1=$$subdir; dir2="$(top_distdir)"; \
506             $(am__relativize); \
507             new_top_distdir=$$reldir; \
508             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
509             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
510             ($(am__cd) $$subdir && \
511               $(MAKE) $(AM_MAKEFLAGS) \
512                 top_distdir="$$new_top_distdir" \
513                 distdir="$$new_distdir" \
514                 am__remove_distdir=: \
515                 am__skip_length_check=: \
516                 am__skip_mode_fix=: \
517                 distdir) \
518               || exit 1; \
519           fi; \
520         done
521         -test -n "$(am__skip_mode_fix)" \
522         || find "$(distdir)" -type d ! -perm -755 \
523                 -exec chmod u+rwx,go+rx {} \; -o \
524           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
525           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
526           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
527         || chmod -R a+r "$(distdir)"
528 dist-gzip: distdir
529         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
530         $(am__remove_distdir)
531
532 dist-bzip2: distdir
533         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
534         $(am__remove_distdir)
535
536 dist-lzip: distdir
537         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
538         $(am__remove_distdir)
539
540 dist-lzma: distdir
541         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
542         $(am__remove_distdir)
543
544 dist-xz: distdir
545         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
546         $(am__remove_distdir)
547
548 dist-tarZ: distdir
549         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
550         $(am__remove_distdir)
551
552 dist-shar: distdir
553         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
554         $(am__remove_distdir)
555
556 dist-zip: distdir
557         -rm -f $(distdir).zip
558         zip -rq $(distdir).zip $(distdir)
559         $(am__remove_distdir)
560
561 dist dist-all: distdir
562         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
563         $(am__remove_distdir)
564
565 # This target untars the dist file and tries a VPATH configuration.  Then
566 # it guarantees that the distribution is self-contained by making another
567 # tarfile.
568 distcheck: dist
569         case '$(DIST_ARCHIVES)' in \
570         *.tar.gz*) \
571           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
572         *.tar.bz2*) \
573           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
574         *.tar.lzma*) \
575           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
576         *.tar.lz*) \
577           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
578         *.tar.xz*) \
579           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
580         *.tar.Z*) \
581           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
582         *.shar.gz*) \
583           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
584         *.zip*) \
585           unzip $(distdir).zip ;;\
586         esac
587         chmod -R a-w $(distdir); chmod a+w $(distdir)
588         mkdir $(distdir)/_build
589         mkdir $(distdir)/_inst
590         chmod a-w $(distdir)
591         test -d $(distdir)/_build || exit 0; \
592         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
593           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
594           && am__cwd=`pwd` \
595           && $(am__cd) $(distdir)/_build \
596           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
597             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
598             $(DISTCHECK_CONFIGURE_FLAGS) \
599           && $(MAKE) $(AM_MAKEFLAGS) \
600           && $(MAKE) $(AM_MAKEFLAGS) dvi \
601           && $(MAKE) $(AM_MAKEFLAGS) check \
602           && $(MAKE) $(AM_MAKEFLAGS) install \
603           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
604           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
605           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
606                 distuninstallcheck \
607           && chmod -R a-w "$$dc_install_base" \
608           && ({ \
609                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
610                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
611                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
612                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
613                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
614               } || { rm -rf "$$dc_destdir"; exit 1; }) \
615           && rm -rf "$$dc_destdir" \
616           && $(MAKE) $(AM_MAKEFLAGS) dist \
617           && rm -rf $(DIST_ARCHIVES) \
618           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
619           && cd "$$am__cwd" \
620           || exit 1
621         $(am__remove_distdir)
622         @(echo "$(distdir) archives ready for distribution: "; \
623           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
624           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
625 distuninstallcheck:
626         @test -n '$(distuninstallcheck_dir)' || { \
627           echo 'ERROR: trying to run $@ with an empty' \
628                '$$(distuninstallcheck_dir)' >&2; \
629           exit 1; \
630         }; \
631         $(am__cd) '$(distuninstallcheck_dir)' || { \
632           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
633           exit 1; \
634         }; \
635         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
636            || { echo "ERROR: files left after uninstall:" ; \
637                 if test -n "$(DESTDIR)"; then \
638                   echo "  (check DESTDIR support)"; \
639                 fi ; \
640                 $(distuninstallcheck_listfiles) ; \
641                 exit 1; } >&2
642 distcleancheck: distclean
643         @if test '$(srcdir)' = . ; then \
644           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
645           exit 1 ; \
646         fi
647         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
648           || { echo "ERROR: files left in build directory after distclean:" ; \
649                $(distcleancheck_listfiles) ; \
650                exit 1; } >&2
651 check-am: all-am
652 check: check-recursive
653 all-am: Makefile $(MANS)
654 installdirs: installdirs-recursive
655 installdirs-am:
656         for dir in "$(DESTDIR)$(man1dir)"; do \
657           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
658         done
659 install: install-recursive
660 install-exec: install-exec-recursive
661 install-data: install-data-recursive
662 uninstall: uninstall-recursive
663
664 install-am: all-am
665         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
666
667 installcheck: installcheck-recursive
668 install-strip:
669         if test -z '$(STRIP)'; then \
670           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
671             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
672               install; \
673         else \
674           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
675             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
676             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
677         fi
678 mostlyclean-generic:
679
680 clean-generic:
681
682 distclean-generic:
683         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
684         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
685
686 maintainer-clean-generic:
687         @echo "This command is intended for maintainers to use"
688         @echo "it deletes files that may require special tools to rebuild."
689 clean: clean-recursive
690
691 clean-am: clean-generic mostlyclean-am
692
693 distclean: distclean-recursive
694         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
695         -rm -f Makefile
696 distclean-am: clean-am distclean-generic distclean-tags
697
698 dvi: dvi-recursive
699
700 dvi-am:
701
702 html: html-recursive
703
704 html-am:
705
706 info: info-recursive
707
708 info-am:
709
710 install-data-am: install-man
711
712 install-dvi: install-dvi-recursive
713
714 install-dvi-am:
715
716 install-exec-am:
717
718 install-html: install-html-recursive
719
720 install-html-am:
721
722 install-info: install-info-recursive
723
724 install-info-am:
725
726 install-man: install-man1
727
728 install-pdf: install-pdf-recursive
729
730 install-pdf-am:
731
732 install-ps: install-ps-recursive
733
734 install-ps-am:
735
736 installcheck-am:
737
738 maintainer-clean: maintainer-clean-recursive
739         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
740         -rm -rf $(top_srcdir)/autom4te.cache
741         -rm -f Makefile
742 maintainer-clean-am: distclean-am maintainer-clean-generic
743
744 mostlyclean: mostlyclean-recursive
745
746 mostlyclean-am: mostlyclean-generic
747
748 pdf: pdf-recursive
749
750 pdf-am:
751
752 ps: ps-recursive
753
754 ps-am:
755
756 uninstall-am: uninstall-man
757
758 uninstall-man: uninstall-man1
759
760 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
761         install-am install-strip tags-recursive
762
763 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
764         all all-am am--refresh check check-am clean clean-generic \
765         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
766         dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
767         distcheck distclean distclean-generic distclean-tags \
768         distcleancheck distdir distuninstallcheck dvi dvi-am html \
769         html-am info info-am install install-am install-data \
770         install-data-am install-dvi install-dvi-am install-exec \
771         install-exec-am install-html install-html-am install-info \
772         install-info-am install-man install-man1 install-pdf \
773         install-pdf-am install-ps install-ps-am install-strip \
774         installcheck installcheck-am installdirs installdirs-am \
775         maintainer-clean maintainer-clean-generic mostlyclean \
776         mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
777         uninstall uninstall-am uninstall-man uninstall-man1
778
779
780 # Tell versions [3.59,3.63) of GNU make to not export all variables.
781 # Otherwise a system limit (for SysV at least) may be exceeded.
782 .NOEXPORT: