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