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