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