Fix grammar error in manual.
[automake/plouj.git] / Makefile.in
blobfb1b8c12d5603c774f05995f2f784f9646f38e7e
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_CF = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;hb=HEAD;f='
220 WGET_SV_GIT_AC = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blob_plain;hb=HEAD;f='
221 WGET_SV_GIT_GL = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f='
222 WGET_GCC = $(WGET) 'http://gcc.gnu.org/viewcvs/*checkout*/trunk/'
223 FETCHFILES = \
224 INSTALL \
225 config-ml.in \
226 config.guess \
227 config.sub \
228 symlink-tree \
229 texinfo.tex
231 all: all-recursive
233 .SUFFIXES:
234 am--refresh:
236 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
237 @for dep in $?; do \
238 case '$(am__configure_deps)' in \
239 *$$dep*) \
240 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
241 cd $(srcdir) && $(AUTOMAKE) --gnu \
242 && exit 0; \
243 exit 1;; \
244 esac; \
245 done; \
246 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
247 cd $(top_srcdir) && \
248 $(AUTOMAKE) --gnu Makefile
249 .PRECIOUS: Makefile
250 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
251 @case '$?' in \
252 *config.status*) \
253 echo ' $(SHELL) ./config.status'; \
254 $(SHELL) ./config.status;; \
255 *) \
256 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
257 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
258 esac;
260 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
261 $(SHELL) ./config.status --recheck
263 $(top_srcdir)/configure: $(am__configure_deps)
264 cd $(srcdir) && $(AUTOCONF)
265 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
266 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
267 $(am__aclocal_m4_deps):
268 install-binSCRIPTS: $(bin_SCRIPTS)
269 @$(NORMAL_INSTALL)
270 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
271 @list='$(bin_SCRIPTS)'; for p in $$list; do \
272 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
273 if test -f $$d$$p; then \
274 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
275 echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
276 $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
277 else :; fi; \
278 done
280 uninstall-binSCRIPTS:
281 @$(NORMAL_UNINSTALL)
282 @list='$(bin_SCRIPTS)'; for p in $$list; do \
283 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
284 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
285 rm -f "$(DESTDIR)$(bindir)/$$f"; \
286 done
288 # This directory's subdirectories are mostly independent; you can cd
289 # into them and run `make' without going through this Makefile.
290 # To change the values of `make' variables: instead of editing Makefiles,
291 # (1) if the variable is set in `config.status', edit `config.status'
292 # (which will cause the Makefiles to be regenerated when you run `make');
293 # (2) otherwise, pass the desired values on the `make' command line.
294 $(RECURSIVE_TARGETS):
295 @failcom='exit 1'; \
296 for f in x $$MAKEFLAGS; do \
297 case $$f in \
298 *=* | --[!k]*);; \
299 *k*) failcom='fail=yes';; \
300 esac; \
301 done; \
302 dot_seen=no; \
303 target=`echo $@ | sed s/-recursive//`; \
304 list='$(SUBDIRS)'; for subdir in $$list; do \
305 echo "Making $$target in $$subdir"; \
306 if test "$$subdir" = "."; then \
307 dot_seen=yes; \
308 local_target="$$target-am"; \
309 else \
310 local_target="$$target"; \
311 fi; \
312 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
313 || eval $$failcom; \
314 done; \
315 if test "$$dot_seen" = "no"; then \
316 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
317 fi; test -z "$$fail"
319 $(RECURSIVE_CLEAN_TARGETS):
320 @failcom='exit 1'; \
321 for f in x $$MAKEFLAGS; do \
322 case $$f in \
323 *=* | --[!k]*);; \
324 *k*) failcom='fail=yes';; \
325 esac; \
326 done; \
327 dot_seen=no; \
328 case "$@" in \
329 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
330 *) list='$(SUBDIRS)' ;; \
331 esac; \
332 rev=''; for subdir in $$list; do \
333 if test "$$subdir" = "."; then :; else \
334 rev="$$subdir $$rev"; \
335 fi; \
336 done; \
337 rev="$$rev ."; \
338 target=`echo $@ | sed s/-recursive//`; \
339 for subdir in $$rev; do \
340 echo "Making $$target in $$subdir"; \
341 if test "$$subdir" = "."; then \
342 local_target="$$target-am"; \
343 else \
344 local_target="$$target"; \
345 fi; \
346 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
347 || eval $$failcom; \
348 done && test -z "$$fail"
349 tags-recursive:
350 list='$(SUBDIRS)'; for subdir in $$list; do \
351 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
352 done
353 ctags-recursive:
354 list='$(SUBDIRS)'; for subdir in $$list; do \
355 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
356 done
358 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
359 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
360 unique=`for i in $$list; do \
361 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
362 done | \
363 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
364 END { if (nonempty) { for (i in files) print i; }; }'`; \
365 mkid -fID $$unique
366 tags: TAGS
368 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
369 $(TAGS_FILES) $(LISP)
370 set x; \
371 here=`pwd`; \
372 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
373 include_option=--etags-include; \
374 empty_fix=.; \
375 else \
376 include_option=--include; \
377 empty_fix=; \
378 fi; \
379 list='$(SUBDIRS)'; for subdir in $$list; do \
380 if test "$$subdir" = .; then :; else \
381 test ! -f $$subdir/TAGS || \
382 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
383 fi; \
384 done; \
385 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
386 unique=`for i in $$list; do \
387 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
388 done | \
389 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
390 END { if (nonempty) { for (i in files) print i; }; }'`; \
391 shift; \
392 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
393 test -n "$$unique" || unique=$$empty_fix; \
394 if test $$# -gt 0; then \
395 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
396 "$$@" $$unique; \
397 else \
398 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
399 $$unique; \
400 fi; \
402 ctags: CTAGS
403 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
404 $(TAGS_FILES) $(LISP)
405 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
406 unique=`for i in $$list; do \
407 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408 done | \
409 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410 END { if (nonempty) { for (i in files) print i; }; }'`; \
411 test -z "$(CTAGS_ARGS)$$unique" \
412 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
413 $$unique
415 GTAGS:
416 here=`$(am__cd) $(top_builddir) && pwd` \
417 && cd $(top_srcdir) \
418 && gtags -i $(GTAGS_ARGS) "$$here"
420 distclean-tags:
421 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
423 distdir: $(DISTFILES)
424 $(am__remove_distdir)
425 test -d "$(distdir)" || mkdir "$(distdir)"
426 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
427 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
428 list='$(DISTFILES)'; \
429 dist_files=`for file in $$list; do echo $$file; done | \
430 sed -e "s|^$$srcdirstrip/||;t" \
431 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
432 case $$dist_files in \
433 */*) $(MKDIR_P) `echo "$$dist_files" | \
434 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
435 sort -u` ;; \
436 esac; \
437 for file in $$dist_files; do \
438 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
439 if test -d $$d/$$file; then \
440 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
441 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
442 cp -pR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
443 fi; \
444 cp -pR $$d/$$file "$(distdir)$$dir" || exit 1; \
445 else \
446 test -f "$(distdir)/$$file" \
447 || cp -p $$d/$$file "$(distdir)/$$file" \
448 || exit 1; \
449 fi; \
450 done
451 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
452 if test "$$subdir" = .; then :; else \
453 test -d "$(distdir)/$$subdir" \
454 || $(MKDIR_P) "$(distdir)/$$subdir" \
455 || exit 1; \
456 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
457 $(am__relativize); \
458 new_distdir=$$reldir; \
459 dir1=$$subdir; dir2="$(top_distdir)"; \
460 $(am__relativize); \
461 new_top_distdir=$$reldir; \
462 (cd $$subdir && \
463 $(MAKE) $(AM_MAKEFLAGS) \
464 top_distdir="$$new_top_distdir" \
465 distdir="$$new_distdir" \
466 am__remove_distdir=: \
467 am__skip_length_check=: \
468 distdir) \
469 || exit 1; \
470 fi; \
471 done
472 $(MAKE) $(AM_MAKEFLAGS) \
473 top_distdir="$(top_distdir)" distdir="$(distdir)" \
474 dist-hook
475 -find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
476 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
477 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
478 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
479 || chmod -R a+r "$(distdir)"
480 @if test -z "$(am__skip_length_check)" && find "$(distdir)" -type f -print | \
481 grep '^...................................................................................................' 1>&2; then \
482 echo 'error: the above filenames are too long' 1>&2; \
483 exit 1; \
484 else :; fi
485 dist-gzip: distdir
486 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
487 $(am__remove_distdir)
488 dist-bzip2: distdir
489 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
490 $(am__remove_distdir)
492 dist-lzma: distdir
493 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
494 $(am__remove_distdir)
496 dist-tarZ: distdir
497 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
498 $(am__remove_distdir)
500 dist-shar: distdir
501 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
502 $(am__remove_distdir)
504 dist-zip: distdir
505 -rm -f $(distdir).zip
506 zip -rq $(distdir).zip $(distdir)
507 $(am__remove_distdir)
509 dist dist-all: distdir
510 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
511 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
512 $(am__remove_distdir)
514 # This target untars the dist file and tries a VPATH configuration. Then
515 # it guarantees that the distribution is self-contained by making another
516 # tarfile.
517 distcheck: dist
518 case '$(DIST_ARCHIVES)' in \
519 *.tar.gz*) \
520 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
521 *.tar.bz2*) \
522 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
523 *.tar.lzma*) \
524 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
525 *.tar.Z*) \
526 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
527 *.shar.gz*) \
528 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
529 *.zip*) \
530 unzip $(distdir).zip ;;\
531 esac
532 chmod -R a-w $(distdir); chmod a+w $(distdir)
533 mkdir $(distdir)/_build
534 mkdir $(distdir)/_inst
535 chmod a-w $(distdir)
536 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
537 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
538 && cd $(distdir)/_build \
539 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
540 $(DISTCHECK_CONFIGURE_FLAGS) \
541 && $(MAKE) $(AM_MAKEFLAGS) \
542 && $(MAKE) $(AM_MAKEFLAGS) dvi \
543 && $(MAKE) $(AM_MAKEFLAGS) check \
544 && $(MAKE) $(AM_MAKEFLAGS) install \
545 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
546 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
547 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
548 distuninstallcheck \
549 && chmod -R a-w "$$dc_install_base" \
550 && ({ \
551 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
552 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
553 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
554 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
555 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
556 } || { rm -rf "$$dc_destdir"; exit 1; }) \
557 && rm -rf "$$dc_destdir" \
558 && $(MAKE) $(AM_MAKEFLAGS) dist \
559 && rm -rf $(DIST_ARCHIVES) \
560 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
561 $(am__remove_distdir)
562 @(echo "$(distdir) archives ready for distribution: "; \
563 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
564 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
565 distuninstallcheck:
566 @cd '$(distuninstallcheck_dir)' \
567 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
568 || { echo "ERROR: files left after uninstall:" ; \
569 if test -n "$(DESTDIR)"; then \
570 echo " (check DESTDIR support)"; \
571 fi ; \
572 $(distuninstallcheck_listfiles) ; \
573 exit 1; } >&2
574 distcleancheck: distclean
575 @if test '$(srcdir)' = . ; then \
576 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
577 exit 1 ; \
579 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
580 || { echo "ERROR: files left in build directory after distclean:" ; \
581 $(distcleancheck_listfiles) ; \
582 exit 1; } >&2
583 check-am: all-am
584 check: check-recursive
585 all-am: Makefile $(SCRIPTS)
586 installdirs: installdirs-recursive
587 installdirs-am:
588 for dir in "$(DESTDIR)$(bindir)"; do \
589 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
590 done
591 install: install-recursive
592 install-exec: install-exec-recursive
593 install-data: install-data-recursive
594 uninstall: uninstall-recursive
596 install-am: all-am
597 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
599 installcheck: installcheck-recursive
600 install-strip:
601 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
602 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
603 `test -z '$(STRIP)' || \
604 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
605 mostlyclean-generic:
607 clean-generic:
608 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
610 distclean-generic:
611 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
613 maintainer-clean-generic:
614 @echo "This command is intended for maintainers to use"
615 @echo "it deletes files that may require special tools to rebuild."
616 clean: clean-recursive
618 clean-am: clean-generic mostlyclean-am
620 distclean: distclean-recursive
621 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
622 -rm -f Makefile
623 distclean-am: clean-am distclean-generic distclean-tags
625 dvi: dvi-recursive
627 dvi-am:
629 html: html-recursive
631 info: info-recursive
633 info-am:
635 install-data-am:
637 install-dvi: install-dvi-recursive
639 install-exec-am: install-binSCRIPTS
640 @$(NORMAL_INSTALL)
641 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
642 install-html: install-html-recursive
644 install-info: install-info-recursive
646 install-man:
648 install-pdf: install-pdf-recursive
650 install-ps: install-ps-recursive
652 installcheck-am:
654 maintainer-clean: maintainer-clean-recursive
655 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
656 -rm -rf $(top_srcdir)/autom4te.cache
657 -rm -f Makefile
658 maintainer-clean-am: distclean-am maintainer-clean-generic
660 mostlyclean: mostlyclean-recursive
662 mostlyclean-am: mostlyclean-generic
664 pdf: pdf-recursive
666 pdf-am:
668 ps: ps-recursive
670 ps-am:
672 uninstall-am: uninstall-binSCRIPTS
673 @$(NORMAL_INSTALL)
674 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
675 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
676 install-exec-am install-strip uninstall-am
678 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
679 all all-am am--refresh check check-am clean clean-generic \
680 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
681 dist-hook dist-lzma dist-shar dist-tarZ dist-zip distcheck \
682 distclean distclean-generic distclean-tags distcleancheck \
683 distdir distuninstallcheck dvi dvi-am html html-am info \
684 info-am install install-am install-binSCRIPTS install-data \
685 install-data-am install-dvi install-dvi-am install-exec \
686 install-exec-am install-exec-hook install-html install-html-am \
687 install-info install-info-am install-man install-pdf \
688 install-pdf-am install-ps install-ps-am install-strip \
689 installcheck installcheck-am installdirs installdirs-am \
690 maintainer-clean maintainer-clean-generic mostlyclean \
691 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
692 uninstall uninstall-am uninstall-binSCRIPTS uninstall-hook
695 install-exec-hook:
696 @$(POST_INSTALL)
697 @for p in $(bin_SCRIPTS); do \
698 f="`echo $$p|sed '$(transform)'`"; \
699 fv="$$f-$(APIVERSION)"; \
700 rm -f $(DESTDIR)$(bindir)/$$fv; \
701 echo " $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv"; \
702 $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv; \
703 done
705 uninstall-hook:
706 @for p in $(bin_SCRIPTS); do \
707 f="`echo $$p|sed '$(transform)'`"; \
708 fv="$$f-$(APIVERSION)"; \
709 rm -f $(DESTDIR)$(bindir)/$$fv; \
710 done
712 automake: automake.in
713 aclocal: aclocal.in
714 automake aclocal: Makefile
715 rm -f $@ $@.tmp
716 $(do_subst) $(srcdir)/$@.in >$@.tmp
717 chmod +x $@.tmp
718 chmod a-w $@.tmp
719 mv -f $@.tmp $@
721 INSTALL: lib/INSTALL
722 cp $(srcdir)/lib/INSTALL $@
724 ################################################################
726 # Ensure tests are world-executable
727 dist-hook:
728 cd $(distdir)/tests && chmod a+rx *.test
730 # Some simple checks, and then ordinary check. These are only really
731 # guaranteed to work on my machine.
732 maintainer-check: automake aclocal
733 @if test `diff $(srcdir)/automake.in automake | wc -l` -ne 22; then \
734 echo "found too many diffs between automake.in and automake"; 1>&2; \
735 diff -c $(srcdir)/automake.in automake; \
736 exit 1; \
738 perllibdir="./lib$(PATH_SEPARATOR)$(srcdir)/lib" $(PERL) -c -w automake
739 perllibdir="./lib$(PATH_SEPARATOR)$(srcdir)/lib" $(PERL) -c -w aclocal
740 @if grep -F '$${' $(srcdir)/lib/am/[a-z]*.am | \
741 grep -F -v '$$$$'; then \
742 echo "Found too many uses of '\$${' in the lines above." 1>&2; \
743 exit 1; \
744 else :; fi
745 @if grep -v '^#' $(srcdir)/lib/am/[a-z]*.am $(srcdir)/tests/*.test | \
746 grep -E '\<rm ([^-]|\-[^f ]*\>)'; then \
747 echo "Suspicious 'rm' invocation." 1>&2; \
748 exit 1; \
749 else :; fi
750 @if grep 'for .* in \$$(' $(srcdir)/lib/am/[a-z]*.am; then \
751 echo 'Use "list=$$(mumble); for var in $$$$list".' 1>&2 ; \
752 exit 1; \
753 else :; fi
754 @if grep -n 'mkinstalldirs' $(srcdir)/lib/am/[a-z]*.am | \
755 grep -F -v '$$(mkinstalldirs)'; then \
756 echo "Found incorrect use of mkinstalldirs in the lines above" 1>&2; \
757 exit 1; \
758 else :; fi
759 @if grep -E -n '\((PRE|NORMAL|POST)_(|UN)INSTALL\)' \
760 $(srcdir)/lib/am/[a-z]*.am | \
761 grep -v ':##' | grep -v ': @\$$('; then \
762 echo "Found incorrect use of PRE/NORMAL/POST_INSTALL/UNINSTALL in the lines above" 1>&2; \
763 exit 1; \
764 else :; fi
765 @if grep -n -w 'undef ' $(srcdir)/automake.in | \
766 grep -F -v 'undef $$/'; then \
767 echo "Found undef in automake.in; use delete instead" 1>&2; \
768 exit 1; \
770 @if grep -n 'split (/ /' $(srcdir)/automake.in; then \
771 echo "Found bad split in the lines above." 1>&2; \
772 exit 1; \
774 @if grep -n '^[^#]*` *cd ' $(srcdir)/automake.in \
775 $(srcdir)/lib/am/*.am; then \
776 echo "Consider using $$$$(am__cd) in the line above." 1>&2; \
777 exit 1; \
779 @if grep -Hn '[^@_A-Za-z0-9][_A-Za-z0-9]*[^) ] *= *@_' $(srcdir)/automake.in; then \
780 echo "Using @_ in a scalar context in the lines above." 1>&2; \
781 exit 1; \
783 @if grep '^[ \t]*local *(' $(srcdir)/automake.in; then \
784 echo "Don't use \`local' with parens: use several \`local' above." >&2; \
785 exit 1; \
787 @if grep -v '^[ \t]*local \$$_;' $(srcdir)/automake.in | \
788 grep '^[ \t]*local [^*]'; then \
789 echo "Please avoid \`local'." 1>&2; \
790 exit 1; \
792 @if grep '@AMDEP''_TRUE@' $(srcdir)/automake.in; then \
793 echo "Don't put AMDEP_TRUE substitution in automake.in" 1>&2; \
794 exit 1; \
796 @if grep '^[^#].*(MAKE) ' $(srcdir)/lib/am/*.am $(srcdir)/automake.in |\
797 grep -v 'AM_MAKEFLAGS'; then \
798 echo 'Use $$(MAKE) $$(AM_MAKEFLAGS).' 1>&2; \
799 exit 1; \
801 @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[ ]*make'; then \
802 echo 'Do not run "make" in the above tests. Use "$$MAKE" instead.' 1>&2; \
803 exit 1; \
805 @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[ ]*autoconf'; then \
806 echo 'Do not run "autoconf" in the above tests. Use "$$AUTOCONF" instead.' 1>&2; \
807 exit 1; \
809 @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[ ]*autoupdate'; then \
810 echo 'Do not run "autoupdate" in the above tests. Use "$$AUTOUPDATE" instead.' 1>&2; \
811 exit 1; \
813 @if grep -v '^#' $(srcdir)/tests/*.test | grep -E ':[ ]*automake([^:]|$$)'; then \
814 echo 'Do not run "automake" in the above tests. Use "$$AUTOMAKE" instead.' 1>&2; \
815 exit 1; \
817 @if grep -v '^#' $(srcdir)/tests/*.test | grep '\$$AUTOMAKE.*&&.*exit'; then \
818 echo 'Use AUTOMAKE_fails + grep to catch automake failures in the above tests.' 1>&2; \
819 exit 1; \
821 @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[ ]*aclocal'; then \
822 echo 'Do not run "aclocal" in the above tests. Use "$$ACLOCAL" instead.' 1>&2; \
823 exit 1; \
825 @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[ ]*perl'; then \
826 echo 'Do not run "perl" in the above tests. Use "$$PERL" instead.' 1>&2; \
827 exit 1; \
829 @for file in $(srcdir)/tests/*.test; do \
830 if out=`sed -n '/defs/,$${/required=/p;}' $$file`; test -n "$$out"; then \
831 echo 'Do not set "required" after sourcing "defs" in '"$$file: $$out" 1>&2; \
832 exit 1; \
833 fi; \
834 done
835 @if grep -E '\$$MAKE .*(SHELL=.*=|=.*SHELL=)' $(srcdir)/tests/*.test; then \
836 echo 'Rewrite "$$MAKE foo=bar SHELL=$$SHELL" as "foo=bar $$MAKE -e SHELL=$$SHELL"' 1>&2; \
837 echo ' in the above lines, it is more portable.' 1>&2; \
838 exit 1; \
840 @if grep -v SHELL $(srcdir)/tests/*.test | grep '\$$MAKE .*=' ; then \
841 echo 'Rewrite "$$MAKE foo=bar" as "foo=bar $$MAKE -e" in the above lines,' 1>&2; \
842 echo 'it is more portable.' 1>&2; \
843 exit 1; \
845 @if grep 'SHELL=.*\$$MAKE' $(srcdir)/tests/*.test; then \
846 echo '$$MAKE ignores the SHELL envvar, use "$$MAKE SHELL=$$SHELL" in' 1>&2; \
847 echo 'the above lines.' 1>&2; \
848 exit 1; \
850 @if grep -E '\bsleep +[12345]\b' $(srcdir)/tests/*.test; then \
851 echo 'Do not use "sleep x" in the above tests. Use "$$sleep" instead.' 1>&2; \
852 exit 1; \
854 @if grep -E '\b[ef]grep\b' $(srcdir)/tests/*.test ; then \
855 echo 'Do not use egrep or fgrep in test cases. Use $$FGREP or $$EGREP.' 1>&2; \
856 exit 1; \
858 @if grep -E '\b[ef]grep\b' $(srcdir)/lib/am/*.am $(srcdir)/m4/*.m4; then \
859 echo 'Do not use egrep or fgrep in the above files, they are not portable.' 1>&2; \
860 exit 1; \
862 @if grep 'mkdir_p' $(srcdir)/automake.in \
863 $(srcdir)/lib/am/*.am $(srcdir)/tests/*.test; then \
864 echo 'Do not use mkdir_p in the above files, use MKDIR_P.' 1>&2; \
865 exit 1; \
867 @if test `grep -E '^[^#]*@[A-Za-z_0-9]+@' aclocal | wc -l` -ne 0; then \
868 echo "Unresolved @...@ substitution in aclocal" 1>&2; \
869 exit 1; \
871 @if test `grep -E '^[^#]*@[A-Za-z_0-9]+@' automake | wc -l` -ne 0; then \
872 echo "Unresolved @...@ substitution in automake" 1>&2; \
873 exit 1; \
874 fi; \
875 if grep -E "[^\'\"]\\\$$\(DESTDIR" $(srcdir)/lib/am/*.am; then \
876 echo 'Suspicious unquoted DESTDIR uses.' 1>&2 ; \
877 exit 1; \
879 @if grep ' ' $(srcdir)/doc/automake.texi; then \
880 echo 'Do not use tabs in the manual.' 1>&2; \
881 exit 1; \
883 @if grep -E '([^@]|^)@([ ][^@]|$$)' $(srcdir)/doc/automake.texi; \
884 then \
885 echo 'Unescaped @.' 1>&2; \
886 exit 1; \
889 git-dist: maintainer-check
890 @if (clcommit --version)>/dev/null 2>/dev/null; then :; else \
891 echo "Get clcommit from module cvs-utils on Savannah."; \
892 exit 1; \
894 @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
895 echo "NEWS not updated; not releasing" 1>&2; \
896 exit 1; \
898 $(MAKE) distcheck
899 cd $(srcdir) && clcommit && \
900 git tag -s `echo "Release-$(VERSION)" | sed 's/\./-/g'`
902 git-release: git-dist
903 case $(VERSION) in \
904 *[a-z]) dest=alpha;; \
905 *) dest=ftp;; \
906 esac; \
907 $(srcdir)/lib/gnupload $(GNUPLOADFLAGS) \
908 --to sources.redhat.com:~ftp/pub/automake \
909 --to $$dest.gnu.org:automake $(DIST_ARCHIVES)
911 cvs-diff:
912 thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
913 if test -z "$$OLDVERSION"; then \
914 prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
915 else prevno="$$OLDVERSION"; fi; \
916 prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \
917 cvs -f rdiff -c -r $$prevver -r $$thisver $(PACKAGE) \
918 > $(PACKAGE)-$$prevno-$(VERSION).diff
920 git-diff:
921 thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
922 if test -z "$$OLDVERSION"; then \
923 prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
924 else prevno="$$OLDVERSION"; fi; \
925 prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \
926 git diff $$prevver $$thisver $(PACKAGE) \
927 > $(PACKAGE)-$$prevno-$(VERSION).diff
929 path-check: distdir
930 (cd $(distdir) && \
931 find . -print | xargs pathchk -p); \
932 status=$$?; \
933 chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir); \
934 exit $$status
936 fetch:
937 rm -rf Fetchdir > /dev/null 2>&1
938 mkdir Fetchdir
939 (cd Fetchdir && \
940 $(WGET_SV_GIT_CF)config.guess -O config.guess && \
941 $(WGET_SV_GIT_CF)config.sub -O config.sub && \
942 $(WGET_SV_CVS)texinfo/texinfo/doc/texinfo.tex -O texinfo.tex && \
943 $(WGET_SV_GIT_GL)doc/INSTALL -O INSTALL && \
944 $(WGET_GCC)config-ml.in -O config-ml.in && \
945 $(WGET_GCC)symlink-tree -O symlink-tree)
946 @stat=0; for file in $(FETCHFILES); do \
947 if diff -u $(srcdir)/lib/$$file Fetchdir/$$file \
948 >>Fetchdir/update.patch 2>/dev/null; then :; \
949 else \
950 stat=1; \
951 echo "Updating $(srcdir)/lib/$$file..."; \
952 cp Fetchdir/$$file $(srcdir)/lib/$$file; \
953 fi; \
954 done; \
955 test $$stat = 0 || \
956 echo "See Fetchdir/update.patch for a log of the changes."; \
957 exit $$stat
959 # Tell versions [3.59,3.63) of GNU make to not export all variables.
960 # Otherwise a system limit (for SysV at least) may be exceeded.
961 .NOEXPORT: