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