Fix rebuilding of removed subdir/Makefile.in files.
[automake/plouj.git] / Makefile.in
blobc9792af0b7d1089f8075f2bb86281bfcd0d5f5ef
1 # Makefile.in generated by automake 1.10a from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @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 subdir = .
36 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
37 $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
38 ChangeLog INSTALL NEWS THANKS TODO
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/m4/amversion.m4 \
41 $(top_srcdir)/m4/auxdir.m4 $(top_srcdir)/m4/init.m4 \
42 $(top_srcdir)/m4/install-sh.m4 $(top_srcdir)/m4/lead-dot.m4 \
43 $(top_srcdir)/m4/missing.m4 $(top_srcdir)/m4/mkdirp.m4 \
44 $(top_srcdir)/m4/options.m4 $(top_srcdir)/m4/runlog.m4 \
45 $(top_srcdir)/m4/sanity.m4 $(top_srcdir)/m4/strip.m4 \
46 $(top_srcdir)/m4/substnot.m4 $(top_srcdir)/m4/tar.m4 \
47 $(top_srcdir)/configure.ac
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49 $(ACLOCAL_M4)
50 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
51 configure.lineno config.status.lineno
52 mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
53 CONFIG_CLEAN_FILES =
54 CONFIG_CLEAN_VPATH_FILES =
55 am__installdirs = "$(DESTDIR)$(bindir)"
56 binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
57 SCRIPTS = $(bin_SCRIPTS)
58 SOURCES =
59 DIST_SOURCES =
60 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
61 html-recursive info-recursive install-data-recursive \
62 install-dvi-recursive install-exec-recursive \
63 install-html-recursive install-info-recursive \
64 install-pdf-recursive install-ps-recursive install-recursive \
65 installcheck-recursive installdirs-recursive pdf-recursive \
66 ps-recursive uninstall-recursive
67 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
68 distclean-recursive maintainer-clean-recursive
69 ETAGS = etags
70 CTAGS = ctags
71 DIST_SUBDIRS = $(SUBDIRS)
72 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73 distdir = $(PACKAGE)-$(VERSION)
74 top_distdir = $(distdir)
75 am__remove_distdir = \
76 { test ! -d "$(distdir)" \
77 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
78 && rm -fr "$(distdir)"; }; }
79 am__relativize = \
80 dir0=`pwd`; \
81 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
82 sed_rest='s,^[^/]*/*,,'; \
83 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
84 sed_butlast='s,/*[^/]*$$,,'; \
85 while test -n "$$dir1"; do \
86 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
87 if test "$$first" != "."; then \
88 if test "$$first" = ".."; then \
89 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
90 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
91 else \
92 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
93 if test "$$first2" = "$$first"; then \
94 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
95 else \
96 dir2="../$$dir2"; \
97 fi; \
98 dir0="$$dir0"/"$$first"; \
99 fi; \
100 fi; \
101 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
102 done; \
103 reldir="$$dir2"
104 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
105 GZIP_ENV = --best
106 distuninstallcheck_listfiles = find . -type f -print
107 distcleancheck_listfiles = find . -type f -print
108 ACLOCAL = @ACLOCAL@
109 AMTAR = @AMTAR@
110 APIVERSION = @APIVERSION@
111 AUTOCONF = @AUTOCONF@
112 AUTOHEADER = @AUTOHEADER@
113 AUTOMAKE = @AUTOMAKE@
114 AWK = @AWK@
115 CYGPATH_W = @CYGPATH_W@
116 DEFS = @DEFS@
117 ECHO_C = @ECHO_C@
118 ECHO_N = @ECHO_N@
119 ECHO_T = @ECHO_T@
120 EGREP = @EGREP@
121 FGREP = @FGREP@
122 GREP = @GREP@
123 INSTALL = @INSTALL@
124 INSTALL_DATA = @INSTALL_DATA@
125 INSTALL_PROGRAM = @INSTALL_PROGRAM@
126 INSTALL_SCRIPT = @INSTALL_SCRIPT@
127 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
128 LIBOBJS = @LIBOBJS@
129 LIBS = @LIBS@
130 LN = @LN@
131 LTLIBOBJS = @LTLIBOBJS@
132 MAKEINFO = @MAKEINFO@
133 MKDIR_P = @MKDIR_P@
134 MODIFICATION_DELAY = @MODIFICATION_DELAY@
135 PACKAGE = @PACKAGE@
136 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
137 PACKAGE_NAME = @PACKAGE_NAME@
138 PACKAGE_STRING = @PACKAGE_STRING@
139 PACKAGE_TARNAME = @PACKAGE_TARNAME@
140 PACKAGE_VERSION = @PACKAGE_VERSION@
141 PATH_SEPARATOR = @PATH_SEPARATOR@
142 PERL = @PERL@
143 SET_MAKE = @SET_MAKE@
144 SHELL = @SHELL@
145 STRIP = @STRIP@
146 TEX = @TEX@
147 VERSION = @VERSION@
148 abs_builddir = @abs_builddir@
149 abs_srcdir = @abs_srcdir@
150 abs_top_builddir = @abs_top_builddir@
151 abs_top_srcdir = @abs_top_srcdir@
152 am_AUTOCONF = @am_AUTOCONF@
153 am__leading_dot = @am__leading_dot@
154 am__tar = @am__tar@
155 am__untar = @am__untar@
156 bindir = @bindir@
157 build = @build@
158 build_alias = @build_alias@
159 build_cpu = @build_cpu@
160 build_os = @build_os@
161 build_vendor = @build_vendor@
162 builddir = @builddir@
163 datadir = @datadir@
164 datarootdir = @datarootdir@
165 docdir = @docdir@
166 dvidir = @dvidir@
167 exec_prefix = @exec_prefix@
168 host_alias = @host_alias@
169 htmldir = @htmldir@
170 includedir = @includedir@
171 infodir = @infodir@
172 install_sh = @install_sh@
173 libdir = @libdir@
174 libexecdir = @libexecdir@
175 localedir = @localedir@
176 localstatedir = @localstatedir@
177 mandir = @mandir@
178 mkdir_p = @mkdir_p@
179 oldincludedir = @oldincludedir@
180 pdfdir = @pdfdir@
181 pkgvdatadir = @pkgvdatadir@
182 prefix = @prefix@
183 program_transform_name = @program_transform_name@
184 psdir = @psdir@
185 sbindir = @sbindir@
186 sharedstatedir = @sharedstatedir@
187 srcdir = @srcdir@
188 sysconfdir = @sysconfdir@
189 target_alias = @target_alias@
190 top_build_prefix = @top_build_prefix@
191 top_builddir = @top_builddir@
192 top_srcdir = @top_srcdir@
193 SUBDIRS = lib . doc m4 tests
194 bin_SCRIPTS = automake aclocal
195 CLEANFILES = $(bin_SCRIPTS)
196 AUTOMAKESOURCES = automake.in aclocal.in
197 TAGS_FILES = $(AUTOMAKESOURCES)
198 EXTRA_DIST = \
199 ChangeLog.96 \
200 ChangeLog.98 \
201 ChangeLog.00 \
202 ChangeLog.01 \
203 ChangeLog.02 \
204 ChangeLog.03 \
205 ChangeLog.04 \
206 $(AUTOMAKESOURCES)
208 do_subst = sed \
209 -e 's,[@]APIVERSION[@],$(APIVERSION),g' \
210 -e 's,[@]PACKAGE[@],$(PACKAGE),g' \
211 -e 's,[@]PATH_SEPARATOR[@],$(PATH_SEPARATOR),g' \
212 -e 's,[@]PERL[@],$(PERL),g' \
213 -e 's,[@]SHELL[@],$(SHELL),g' \
214 -e 's,[@]VERSION[@],$(VERSION),g' \
215 -e 's,[@]configure_input[@],Generated from $@.in; do not edit by hand.,g' \
216 -e 's,[@]datadir[@],$(datadir),g'
218 WGET = wget
219 WGET_SV_CVS = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/
220 WGET_SV_GIT_CF = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;hb=HEAD;f='
221 WGET_SV_GIT_AC = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blob_plain;hb=HEAD;f='
222 WGET_SV_GIT_GL = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f='
223 WGET_GCC = $(WGET) 'http://gcc.gnu.org/viewcvs/*checkout*/trunk/'
224 FETCHFILES = \
225 INSTALL \
226 config-ml.in \
227 config.guess \
228 config.sub \
229 symlink-tree \
230 texinfo.tex
232 all: all-recursive
234 .SUFFIXES:
235 am--refresh:
237 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
238 @for dep in $?; do \
239 case '$(am__configure_deps)' in \
240 *$$dep*) \
241 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
242 cd $(srcdir) && $(AUTOMAKE) --gnu \
243 && exit 0; \
244 exit 1;; \
245 esac; \
246 done; \
247 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
248 cd $(top_srcdir) && \
249 $(AUTOMAKE) --gnu Makefile
250 .PRECIOUS: Makefile
251 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
252 @case '$?' in \
253 *config.status*) \
254 echo ' $(SHELL) ./config.status'; \
255 $(SHELL) ./config.status;; \
256 *) \
257 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
258 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
259 esac;
261 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
262 $(SHELL) ./config.status --recheck
264 $(top_srcdir)/configure: $(am__configure_deps)
265 cd $(srcdir) && $(AUTOCONF)
266 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
267 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
268 $(am__aclocal_m4_deps):
269 install-binSCRIPTS: $(bin_SCRIPTS)
270 @$(NORMAL_INSTALL)
271 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
272 @list='$(bin_SCRIPTS)'; for p in $$list; do \
273 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
274 if test -f $$d$$p; then \
275 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
276 echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
277 $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
278 else :; fi; \
279 done
281 uninstall-binSCRIPTS:
282 @$(NORMAL_UNINSTALL)
283 @list='$(bin_SCRIPTS)'; for p in $$list; do \
284 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
285 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
286 rm -f "$(DESTDIR)$(bindir)/$$f"; \
287 done
289 # This directory's subdirectories are mostly independent; you can cd
290 # into them and run `make' without going through this Makefile.
291 # To change the values of `make' variables: instead of editing Makefiles,
292 # (1) if the variable is set in `config.status', edit `config.status'
293 # (which will cause the Makefiles to be regenerated when you run `make');
294 # (2) otherwise, pass the desired values on the `make' command line.
295 $(RECURSIVE_TARGETS):
296 @failcom='exit 1'; \
297 for f in x $$MAKEFLAGS; do \
298 case $$f in \
299 *=* | --[!k]*);; \
300 *k*) failcom='fail=yes';; \
301 esac; \
302 done; \
303 dot_seen=no; \
304 target=`echo $@ | sed s/-recursive//`; \
305 list='$(SUBDIRS)'; for subdir in $$list; do \
306 echo "Making $$target in $$subdir"; \
307 if test "$$subdir" = "."; then \
308 dot_seen=yes; \
309 local_target="$$target-am"; \
310 else \
311 local_target="$$target"; \
312 fi; \
313 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
314 || eval $$failcom; \
315 done; \
316 if test "$$dot_seen" = "no"; then \
317 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
318 fi; test -z "$$fail"
320 $(RECURSIVE_CLEAN_TARGETS):
321 @failcom='exit 1'; \
322 for f in x $$MAKEFLAGS; do \
323 case $$f in \
324 *=* | --[!k]*);; \
325 *k*) failcom='fail=yes';; \
326 esac; \
327 done; \
328 dot_seen=no; \
329 case "$@" in \
330 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
331 *) list='$(SUBDIRS)' ;; \
332 esac; \
333 rev=''; for subdir in $$list; do \
334 if test "$$subdir" = "."; then :; else \
335 rev="$$subdir $$rev"; \
336 fi; \
337 done; \
338 rev="$$rev ."; \
339 target=`echo $@ | sed s/-recursive//`; \
340 for subdir in $$rev; do \
341 echo "Making $$target in $$subdir"; \
342 if test "$$subdir" = "."; then \
343 local_target="$$target-am"; \
344 else \
345 local_target="$$target"; \
346 fi; \
347 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
348 || eval $$failcom; \
349 done && test -z "$$fail"
350 tags-recursive:
351 list='$(SUBDIRS)'; for subdir in $$list; do \
352 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
353 done
354 ctags-recursive:
355 list='$(SUBDIRS)'; for subdir in $$list; do \
356 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
357 done
359 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
360 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
361 unique=`for i in $$list; do \
362 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363 done | \
364 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
365 END { if (nonempty) { for (i in files) print i; }; }'`; \
366 mkid -fID $$unique
367 tags: TAGS
369 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
370 $(TAGS_FILES) $(LISP)
371 set x; \
372 here=`pwd`; \
373 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
374 include_option=--etags-include; \
375 empty_fix=.; \
376 else \
377 include_option=--include; \
378 empty_fix=; \
379 fi; \
380 list='$(SUBDIRS)'; for subdir in $$list; do \
381 if test "$$subdir" = .; then :; else \
382 test ! -f $$subdir/TAGS || \
383 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
384 fi; \
385 done; \
386 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
387 unique=`for i in $$list; do \
388 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389 done | \
390 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391 END { if (nonempty) { for (i in files) print i; }; }'`; \
392 shift; \
393 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
394 test -n "$$unique" || unique=$$empty_fix; \
395 if test $$# -gt 0; then \
396 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397 "$$@" $$unique; \
398 else \
399 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
400 $$unique; \
401 fi; \
403 ctags: CTAGS
404 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
405 $(TAGS_FILES) $(LISP)
406 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
407 unique=`for i in $$list; do \
408 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409 done | \
410 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411 END { if (nonempty) { for (i in files) print i; }; }'`; \
412 test -z "$(CTAGS_ARGS)$$unique" \
413 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
414 $$unique
416 GTAGS:
417 here=`$(am__cd) $(top_builddir) && pwd` \
418 && cd $(top_srcdir) \
419 && gtags -i $(GTAGS_ARGS) "$$here"
421 distclean-tags:
422 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
424 distdir: $(DISTFILES)
425 $(am__remove_distdir)
426 test -d "$(distdir)" || mkdir "$(distdir)"
427 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
428 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
429 list='$(DISTFILES)'; \
430 dist_files=`for file in $$list; do echo $$file; done | \
431 sed -e "s|^$$srcdirstrip/||;t" \
432 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
433 case $$dist_files in \
434 */*) $(MKDIR_P) `echo "$$dist_files" | \
435 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
436 sort -u` ;; \
437 esac; \
438 for file in $$dist_files; do \
439 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
440 if test -d $$d/$$file; then \
441 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
442 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
443 cp -pR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
444 fi; \
445 cp -pR $$d/$$file "$(distdir)$$dir" || exit 1; \
446 else \
447 test -f "$(distdir)/$$file" \
448 || cp -p $$d/$$file "$(distdir)/$$file" \
449 || exit 1; \
450 fi; \
451 done
452 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
453 if test "$$subdir" = .; then :; else \
454 test -d "$(distdir)/$$subdir" \
455 || $(MKDIR_P) "$(distdir)/$$subdir" \
456 || exit 1; \
457 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
458 $(am__relativize); \
459 new_distdir=$$reldir; \
460 dir1=$$subdir; dir2="$(top_distdir)"; \
461 $(am__relativize); \
462 new_top_distdir=$$reldir; \
463 (cd $$subdir && \
464 $(MAKE) $(AM_MAKEFLAGS) \
465 top_distdir="$$new_top_distdir" \
466 distdir="$$new_distdir" \
467 am__remove_distdir=: \
468 am__skip_length_check=: \
469 distdir) \
470 || exit 1; \
471 fi; \
472 done
473 $(MAKE) $(AM_MAKEFLAGS) \
474 top_distdir="$(top_distdir)" distdir="$(distdir)" \
475 dist-hook
476 -find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
477 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
478 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
479 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
480 || chmod -R a+r "$(distdir)"
481 @if test -z "$(am__skip_length_check)" && find "$(distdir)" -type f -print | \
482 grep '^...................................................................................................' 1>&2; then \
483 echo 'error: the above filenames are too long' 1>&2; \
484 exit 1; \
485 else :; fi
486 dist-gzip: distdir
487 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
488 $(am__remove_distdir)
489 dist-bzip2: distdir
490 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
491 $(am__remove_distdir)
493 dist-lzma: distdir
494 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
495 $(am__remove_distdir)
497 dist-tarZ: distdir
498 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
499 $(am__remove_distdir)
501 dist-shar: distdir
502 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
503 $(am__remove_distdir)
505 dist-zip: distdir
506 -rm -f $(distdir).zip
507 zip -rq $(distdir).zip $(distdir)
508 $(am__remove_distdir)
510 dist dist-all: distdir
511 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
512 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
513 $(am__remove_distdir)
515 # This target untars the dist file and tries a VPATH configuration. Then
516 # it guarantees that the distribution is self-contained by making another
517 # tarfile.
518 distcheck: dist
519 case '$(DIST_ARCHIVES)' in \
520 *.tar.gz*) \
521 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
522 *.tar.bz2*) \
523 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
524 *.tar.lzma*) \
525 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
526 *.tar.Z*) \
527 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
528 *.shar.gz*) \
529 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
530 *.zip*) \
531 unzip $(distdir).zip ;;\
532 esac
533 chmod -R a-w $(distdir); chmod a+w $(distdir)
534 mkdir $(distdir)/_build
535 mkdir $(distdir)/_inst
536 chmod a-w $(distdir)
537 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
538 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
539 && cd $(distdir)/_build \
540 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
541 $(DISTCHECK_CONFIGURE_FLAGS) \
542 && $(MAKE) $(AM_MAKEFLAGS) \
543 && $(MAKE) $(AM_MAKEFLAGS) dvi \
544 && $(MAKE) $(AM_MAKEFLAGS) check \
545 && $(MAKE) $(AM_MAKEFLAGS) install \
546 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
547 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
548 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
549 distuninstallcheck \
550 && chmod -R a-w "$$dc_install_base" \
551 && ({ \
552 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
553 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
554 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
555 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
556 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
557 } || { rm -rf "$$dc_destdir"; exit 1; }) \
558 && rm -rf "$$dc_destdir" \
559 && $(MAKE) $(AM_MAKEFLAGS) dist \
560 && rm -rf $(DIST_ARCHIVES) \
561 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
562 $(am__remove_distdir)
563 @(echo "$(distdir) archives ready for distribution: "; \
564 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
565 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
566 distuninstallcheck:
567 @cd '$(distuninstallcheck_dir)' \
568 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
569 || { echo "ERROR: files left after uninstall:" ; \
570 if test -n "$(DESTDIR)"; then \
571 echo " (check DESTDIR support)"; \
572 fi ; \
573 $(distuninstallcheck_listfiles) ; \
574 exit 1; } >&2
575 distcleancheck: distclean
576 @if test '$(srcdir)' = . ; then \
577 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
578 exit 1 ; \
580 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
581 || { echo "ERROR: files left in build directory after distclean:" ; \
582 $(distcleancheck_listfiles) ; \
583 exit 1; } >&2
584 check-am: all-am
585 check: check-recursive
586 all-am: Makefile $(SCRIPTS)
587 installdirs: installdirs-recursive
588 installdirs-am:
589 for dir in "$(DESTDIR)$(bindir)"; do \
590 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
591 done
592 install: install-recursive
593 install-exec: install-exec-recursive
594 install-data: install-data-recursive
595 uninstall: uninstall-recursive
597 install-am: all-am
598 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
600 installcheck: installcheck-recursive
601 install-strip:
602 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
603 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
604 `test -z '$(STRIP)' || \
605 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
606 mostlyclean-generic:
608 clean-generic:
609 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
611 distclean-generic:
612 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
613 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
615 maintainer-clean-generic:
616 @echo "This command is intended for maintainers to use"
617 @echo "it deletes files that may require special tools to rebuild."
618 clean: clean-recursive
620 clean-am: clean-generic mostlyclean-am
622 distclean: distclean-recursive
623 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
624 -rm -f Makefile
625 distclean-am: clean-am distclean-generic distclean-tags
627 dvi: dvi-recursive
629 dvi-am:
631 html: html-recursive
633 info: info-recursive
635 info-am:
637 install-data-am:
639 install-dvi: install-dvi-recursive
641 install-exec-am: install-binSCRIPTS
642 @$(NORMAL_INSTALL)
643 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
644 install-html: install-html-recursive
646 install-info: install-info-recursive
648 install-man:
650 install-pdf: install-pdf-recursive
652 install-ps: install-ps-recursive
654 installcheck-am:
656 maintainer-clean: maintainer-clean-recursive
657 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
658 -rm -rf $(top_srcdir)/autom4te.cache
659 -rm -f Makefile
660 maintainer-clean-am: distclean-am maintainer-clean-generic
662 mostlyclean: mostlyclean-recursive
664 mostlyclean-am: mostlyclean-generic
666 pdf: pdf-recursive
668 pdf-am:
670 ps: ps-recursive
672 ps-am:
674 uninstall-am: uninstall-binSCRIPTS
675 @$(NORMAL_INSTALL)
676 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
677 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
678 install-exec-am install-strip uninstall-am
680 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
681 all all-am am--refresh check check-am clean clean-generic \
682 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
683 dist-hook dist-lzma dist-shar dist-tarZ dist-zip distcheck \
684 distclean distclean-generic distclean-tags distcleancheck \
685 distdir distuninstallcheck dvi dvi-am html html-am info \
686 info-am install install-am install-binSCRIPTS install-data \
687 install-data-am install-dvi install-dvi-am install-exec \
688 install-exec-am install-exec-hook install-html install-html-am \
689 install-info install-info-am install-man install-pdf \
690 install-pdf-am install-ps install-ps-am install-strip \
691 installcheck installcheck-am installdirs installdirs-am \
692 maintainer-clean maintainer-clean-generic mostlyclean \
693 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
694 uninstall uninstall-am uninstall-binSCRIPTS uninstall-hook
697 install-exec-hook:
698 @$(POST_INSTALL)
699 @for p in $(bin_SCRIPTS); do \
700 f="`echo $$p|sed '$(transform)'`"; \
701 fv="$$f-$(APIVERSION)"; \
702 rm -f $(DESTDIR)$(bindir)/$$fv; \
703 echo " $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv"; \
704 $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv; \
705 done
707 uninstall-hook:
708 @for p in $(bin_SCRIPTS); do \
709 f="`echo $$p|sed '$(transform)'`"; \
710 fv="$$f-$(APIVERSION)"; \
711 rm -f $(DESTDIR)$(bindir)/$$fv; \
712 done
714 automake: automake.in
715 aclocal: aclocal.in
716 automake aclocal: Makefile
717 rm -f $@ $@.tmp
718 $(do_subst) $(srcdir)/$@.in >$@.tmp
719 chmod +x $@.tmp
720 chmod a-w $@.tmp
721 mv -f $@.tmp $@
723 INSTALL: lib/INSTALL
724 cp $(srcdir)/lib/INSTALL $@
726 ################################################################
728 # Ensure tests are world-executable
729 dist-hook:
730 cd $(distdir)/tests && chmod a+rx *.test
732 # Some simple checks, and then ordinary check. These are only really
733 # guaranteed to work on my machine.
734 maintainer-check: automake aclocal
735 @if test `diff $(srcdir)/automake.in automake | wc -l` -ne 22; then \
736 echo "found too many diffs between automake.in and automake"; 1>&2; \
737 diff -c $(srcdir)/automake.in automake; \
738 exit 1; \
740 perllibdir="./lib$(PATH_SEPARATOR)$(srcdir)/lib" $(PERL) -c -w automake
741 perllibdir="./lib$(PATH_SEPARATOR)$(srcdir)/lib" $(PERL) -c -w aclocal
742 @if grep -F '$${' $(srcdir)/lib/am/[a-z]*.am | \
743 grep -F -v '$$$$'; then \
744 echo "Found too many uses of '\$${' in the lines above." 1>&2; \
745 exit 1; \
746 else :; fi
747 @if grep -v '^#' $(srcdir)/lib/am/[a-z]*.am $(srcdir)/tests/*.test | \
748 grep -E '\<rm ([^-]|\-[^f ]*\>)'; then \
749 echo "Suspicious 'rm' invocation." 1>&2; \
750 exit 1; \
751 else :; fi
752 @if grep 'for .* in \$$(' $(srcdir)/lib/am/[a-z]*.am; then \
753 echo 'Use "list=$$(mumble); for var in $$$$list".' 1>&2 ; \
754 exit 1; \
755 else :; fi
756 @if grep -n 'mkinstalldirs' $(srcdir)/lib/am/[a-z]*.am | \
757 grep -F -v '$$(mkinstalldirs)'; then \
758 echo "Found incorrect use of mkinstalldirs in the lines above" 1>&2; \
759 exit 1; \
760 else :; fi
761 @if grep -E -n '\((PRE|NORMAL|POST)_(|UN)INSTALL\)' \
762 $(srcdir)/lib/am/[a-z]*.am | \
763 grep -v ':##' | grep -v ': @\$$('; then \
764 echo "Found incorrect use of PRE/NORMAL/POST_INSTALL/UNINSTALL in the lines above" 1>&2; \
765 exit 1; \
766 else :; fi
767 @if grep -n -w 'undef ' $(srcdir)/automake.in | \
768 grep -F -v 'undef $$/'; then \
769 echo "Found undef in automake.in; use delete instead" 1>&2; \
770 exit 1; \
772 @if grep -n 'split (/ /' $(srcdir)/automake.in; then \
773 echo "Found bad split in the lines above." 1>&2; \
774 exit 1; \
776 @if grep -n '^[^#]*` *cd ' $(srcdir)/automake.in \
777 $(srcdir)/lib/am/*.am; then \
778 echo "Consider using $$$$(am__cd) in the line above." 1>&2; \
779 exit 1; \
781 @if grep -Hn '[^@_A-Za-z0-9][_A-Za-z0-9]*[^) ] *= *@_' $(srcdir)/automake.in; then \
782 echo "Using @_ in a scalar context in the lines above." 1>&2; \
783 exit 1; \
785 @if grep '^[ \t]*local *(' $(srcdir)/automake.in; then \
786 echo "Don't use \`local' with parens: use several \`local' above." >&2; \
787 exit 1; \
789 @if grep -v '^[ \t]*local \$$_;' $(srcdir)/automake.in | \
790 grep '^[ \t]*local [^*]'; then \
791 echo "Please avoid \`local'." 1>&2; \
792 exit 1; \
794 @if grep '@AMDEP''_TRUE@' $(srcdir)/automake.in; then \
795 echo "Don't put AMDEP_TRUE substitution in automake.in" 1>&2; \
796 exit 1; \
798 @if grep '^[^#].*(MAKE) ' $(srcdir)/lib/am/*.am $(srcdir)/automake.in |\
799 grep -v 'AM_MAKEFLAGS'; then \
800 echo 'Use $$(MAKE) $$(AM_MAKEFLAGS).' 1>&2; \
801 exit 1; \
803 @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[ ]*make'; then \
804 echo 'Do not run "make" in the above tests. Use "$$MAKE" instead.' 1>&2; \
805 exit 1; \
807 @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[ ]*autoconf'; then \
808 echo 'Do not run "autoconf" in the above tests. Use "$$AUTOCONF" instead.' 1>&2; \
809 exit 1; \
811 @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[ ]*autoupdate'; then \
812 echo 'Do not run "autoupdate" in the above tests. Use "$$AUTOUPDATE" instead.' 1>&2; \
813 exit 1; \
815 @if grep -v '^#' $(srcdir)/tests/*.test | grep -E ':[ ]*automake([^:]|$$)'; then \
816 echo 'Do not run "automake" in the above tests. Use "$$AUTOMAKE" instead.' 1>&2; \
817 exit 1; \
819 @if grep -v '^#' $(srcdir)/tests/*.test | grep '\$$AUTOMAKE.*&&.*exit'; then \
820 echo 'Use AUTOMAKE_fails + grep to catch automake failures in the above tests.' 1>&2; \
821 exit 1; \
823 @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[ ]*aclocal'; then \
824 echo 'Do not run "aclocal" in the above tests. Use "$$ACLOCAL" instead.' 1>&2; \
825 exit 1; \
827 @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[ ]*perl'; then \
828 echo 'Do not run "perl" in the above tests. Use "$$PERL" instead.' 1>&2; \
829 exit 1; \
831 @for file in $(srcdir)/tests/*.test; do \
832 if out=`sed -n '/defs/,$${/required=/p;}' $$file`; test -n "$$out"; then \
833 echo 'Do not set "required" after sourcing "defs" in '"$$file: $$out" 1>&2; \
834 exit 1; \
835 fi; \
836 done
837 @if grep -E '\$$MAKE .*(SHELL=.*=|=.*SHELL=)' $(srcdir)/tests/*.test; then \
838 echo 'Rewrite "$$MAKE foo=bar SHELL=$$SHELL" as "foo=bar $$MAKE -e SHELL=$$SHELL"' 1>&2; \
839 echo ' in the above lines, it is more portable.' 1>&2; \
840 exit 1; \
842 @if grep -v SHELL $(srcdir)/tests/*.test | grep '\$$MAKE .*=' ; then \
843 echo 'Rewrite "$$MAKE foo=bar" as "foo=bar $$MAKE -e" in the above lines,' 1>&2; \
844 echo 'it is more portable.' 1>&2; \
845 exit 1; \
847 @if grep 'SHELL=.*\$$MAKE' $(srcdir)/tests/*.test; then \
848 echo '$$MAKE ignores the SHELL envvar, use "$$MAKE SHELL=$$SHELL" in' 1>&2; \
849 echo 'the above lines.' 1>&2; \
850 exit 1; \
852 @if grep -E '\bsleep +[12345]\b' $(srcdir)/tests/*.test; then \
853 echo 'Do not use "sleep x" in the above tests. Use "$$sleep" instead.' 1>&2; \
854 exit 1; \
856 @if grep -E '\b[ef]grep\b' $(srcdir)/tests/*.test ; then \
857 echo 'Do not use egrep or fgrep in test cases. Use $$FGREP or $$EGREP.' 1>&2; \
858 exit 1; \
860 @if grep -E '\b[ef]grep\b' $(srcdir)/lib/am/*.am $(srcdir)/m4/*.m4; then \
861 echo 'Do not use egrep or fgrep in the above files, they are not portable.' 1>&2; \
862 exit 1; \
864 @if grep 'mkdir_p' $(srcdir)/automake.in \
865 $(srcdir)/lib/am/*.am $(srcdir)/tests/*.test; then \
866 echo 'Do not use mkdir_p in the above files, use MKDIR_P.' 1>&2; \
867 exit 1; \
869 @if test `grep -E '^[^#]*@[A-Za-z_0-9]+@' aclocal | wc -l` -ne 0; then \
870 echo "Unresolved @...@ substitution in aclocal" 1>&2; \
871 exit 1; \
873 @if test `grep -E '^[^#]*@[A-Za-z_0-9]+@' automake | wc -l` -ne 0; then \
874 echo "Unresolved @...@ substitution in automake" 1>&2; \
875 exit 1; \
876 fi; \
877 if grep -E "[^\'\"]\\\$$\(DESTDIR" $(srcdir)/lib/am/*.am; then \
878 echo 'Suspicious unquoted DESTDIR uses.' 1>&2 ; \
879 exit 1; \
881 @if grep ' ' $(srcdir)/doc/automake.texi; then \
882 echo 'Do not use tabs in the manual.' 1>&2; \
883 exit 1; \
885 @if grep -E '([^@]|^)@([ ][^@]|$$)' $(srcdir)/doc/automake.texi; \
886 then \
887 echo 'Unescaped @.' 1>&2; \
888 exit 1; \
891 git-dist: maintainer-check
892 @if (clcommit --version)>/dev/null 2>/dev/null; then :; else \
893 echo "Get clcommit from module cvs-utils on Savannah."; \
894 exit 1; \
896 @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
897 echo "NEWS not updated; not releasing" 1>&2; \
898 exit 1; \
900 $(MAKE) distcheck
901 cd $(srcdir) && clcommit && \
902 git tag -s `echo "Release-$(VERSION)" | sed 's/\./-/g'`
904 git-release: git-dist
905 case $(VERSION) in \
906 *[a-z]) dest=alpha;; \
907 *) dest=ftp;; \
908 esac; \
909 $(srcdir)/lib/gnupload $(GNUPLOADFLAGS) \
910 --to sources.redhat.com:~ftp/pub/automake \
911 --to $$dest.gnu.org:automake $(DIST_ARCHIVES)
913 cvs-diff:
914 thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
915 if test -z "$$OLDVERSION"; then \
916 prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
917 else prevno="$$OLDVERSION"; fi; \
918 prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \
919 cvs -f rdiff -c -r $$prevver -r $$thisver $(PACKAGE) \
920 > $(PACKAGE)-$$prevno-$(VERSION).diff
922 git-diff:
923 thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
924 if test -z "$$OLDVERSION"; then \
925 prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
926 else prevno="$$OLDVERSION"; fi; \
927 prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \
928 git diff $$prevver $$thisver $(PACKAGE) \
929 > $(PACKAGE)-$$prevno-$(VERSION).diff
931 path-check: distdir
932 (cd $(distdir) && \
933 find . -print | xargs pathchk -p); \
934 status=$$?; \
935 chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir); \
936 exit $$status
938 fetch:
939 rm -rf Fetchdir > /dev/null 2>&1
940 mkdir Fetchdir
941 (cd Fetchdir && \
942 $(WGET_SV_GIT_CF)config.guess -O config.guess && \
943 $(WGET_SV_GIT_CF)config.sub -O config.sub && \
944 $(WGET_SV_CVS)texinfo/texinfo/doc/texinfo.tex -O texinfo.tex && \
945 $(WGET_SV_GIT_GL)doc/INSTALL -O INSTALL && \
946 $(WGET_GCC)config-ml.in -O config-ml.in && \
947 $(WGET_GCC)symlink-tree -O symlink-tree)
948 @stat=0; for file in $(FETCHFILES); do \
949 if diff -u $(srcdir)/lib/$$file Fetchdir/$$file \
950 >>Fetchdir/update.patch 2>/dev/null; then :; \
951 else \
952 stat=1; \
953 echo "Updating $(srcdir)/lib/$$file..."; \
954 cp Fetchdir/$$file $(srcdir)/lib/$$file; \
955 fi; \
956 done; \
957 test $$stat = 0 || \
958 echo "See Fetchdir/update.patch for a log of the changes."; \
959 exit $$stat
961 # Tell versions [3.59,3.63) of GNU make to not export all variables.
962 # Otherwise a system limit (for SysV at least) may be exceeded.
963 .NOEXPORT: