* lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too.
[autoconf.git] / Makefile.in
blob4a144f822efb0d131af95648757b0362bcd58f6c
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006 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 # Make Autoconf.
19 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free
20 # Software Foundation, Inc.
22 # This program is free software; you can redistribute it and/or modify
23 # it under the terms of the GNU General Public License as published by
24 # the Free Software Foundation; either version 2, or (at your option)
25 # any later version.
27 # This program is distributed in the hope that it will be useful,
28 # but WITHOUT ANY WARRANTY; without even the implied warranty of
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 # GNU General Public License for more details.
32 # You should have received a copy of the GNU General Public License
33 # along with this program; if not, write to the Free Software
34 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
35 # 02110-1301, USA.
37 VPATH = @srcdir@
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 subdir = .
54 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55 $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
56 ChangeLog INSTALL NEWS README-alpha THANKS TODO \
57 build-aux/config.guess build-aux/config.sub \
58 build-aux/elisp-comp build-aux/install-sh build-aux/mdate-sh \
59 build-aux/missing build-aux/texinfo.tex
60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 am__aclocal_m4_deps = $(top_srcdir)/m4/m4.m4 \
62 $(top_srcdir)/configure.ac
63 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64 $(ACLOCAL_M4)
65 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
66 configure.lineno config.status.lineno
67 mkinstalldirs = $(install_sh) -d
68 CONFIG_CLEAN_FILES =
69 SOURCES =
70 DIST_SOURCES =
71 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72 html-recursive info-recursive install-data-recursive \
73 install-dvi-recursive install-exec-recursive \
74 install-html-recursive install-info-recursive \
75 install-pdf-recursive install-ps-recursive install-recursive \
76 installcheck-recursive installdirs-recursive pdf-recursive \
77 ps-recursive uninstall-recursive
78 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79 am__vpath_adj = case $$p in \
80 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81 *) f=$$p;; \
82 esac;
83 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
84 am__installdirs = "$(DESTDIR)$(pkgdatadir)"
85 pkgdataDATA_INSTALL = $(INSTALL_DATA)
86 DATA = $(pkgdata_DATA)
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 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
100 GZIP_ENV = --best
101 distuninstallcheck_listfiles = find . -type f -print
102 distcleancheck_listfiles = find . -type f -print
103 ACLOCAL = @ACLOCAL@
104 AMTAR = @AMTAR@
105 AUTOCONF = @AUTOCONF@
106 AUTOHEADER = @AUTOHEADER@
107 AUTOMAKE = @AUTOMAKE@
108 AWK = @AWK@
109 CYGPATH_W = @CYGPATH_W@
110 DEFS = @DEFS@
111 ECHO_C = @ECHO_C@
112 ECHO_N = @ECHO_N@
113 ECHO_T = @ECHO_T@
114 EGREP = @EGREP@
115 EMACS = @EMACS@
116 EMACSLOADPATH = @EMACSLOADPATH@
117 EXPR = @EXPR@
118 GREP = @GREP@
119 HELP2MAN = @HELP2MAN@
120 INSTALL = @INSTALL@
121 INSTALL_DATA = @INSTALL_DATA@
122 INSTALL_PROGRAM = @INSTALL_PROGRAM@
123 INSTALL_SCRIPT = @INSTALL_SCRIPT@
124 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
125 LIBOBJS = @LIBOBJS@
126 LIBS = @LIBS@
127 LTLIBOBJS = @LTLIBOBJS@
128 M4 = @M4@
129 M4_DEBUGFILE = @M4_DEBUGFILE@
130 MAKEINFO = @MAKEINFO@
131 MKDIR_P = @MKDIR_P@
132 PACKAGE = @PACKAGE@
133 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134 PACKAGE_NAME = @PACKAGE_NAME@
135 PACKAGE_STRING = @PACKAGE_STRING@
136 PACKAGE_TARNAME = @PACKAGE_TARNAME@
137 PACKAGE_VERSION = @PACKAGE_VERSION@
138 PATH_SEPARATOR = @PATH_SEPARATOR@
139 PERL = @PERL@
140 SED = @SED@
141 SET_MAKE = @SET_MAKE@
142 SHELL = @SHELL@
143 STRIP = @STRIP@
144 TEST_EMACS = @TEST_EMACS@
145 VERSION = @VERSION@
146 abs_builddir = @abs_builddir@
147 abs_srcdir = @abs_srcdir@
148 abs_top_builddir = @abs_top_builddir@
149 abs_top_srcdir = @abs_top_srcdir@
150 ac_cv_sh_n_works = @ac_cv_sh_n_works@
151 am__leading_dot = @am__leading_dot@
152 am__tar = @am__tar@
153 am__untar = @am__untar@
154 bindir = @bindir@
155 build_alias = @build_alias@
156 builddir = @builddir@
157 datadir = @datadir@
158 datarootdir = @datarootdir@
159 docdir = @docdir@
160 dvidir = @dvidir@
161 exec_prefix = @exec_prefix@
162 host_alias = @host_alias@
163 htmldir = @htmldir@
164 includedir = @includedir@
165 infodir = @infodir@
166 install_sh = @install_sh@
167 libdir = @libdir@
168 libexecdir = @libexecdir@
169 lispdir = @lispdir@
170 localedir = @localedir@
171 localstatedir = @localstatedir@
172 mandir = @mandir@
173 mkdir_p = @mkdir_p@
174 oldincludedir = @oldincludedir@
175 pdfdir = @pdfdir@
176 prefix = @prefix@
177 program_transform_name = @program_transform_name@
178 psdir = @psdir@
179 sbindir = @sbindir@
180 sharedstatedir = @sharedstatedir@
181 srcdir = @srcdir@
182 sysconfdir = @sysconfdir@
183 target_alias = @target_alias@
184 top_builddir = @top_builddir@
185 top_srcdir = @top_srcdir@
187 # bin/ must be run first, as it builds executables needed for tests.
188 # autom4te uses autotest.m4f to generate `testsuite', so build tests last.
189 SUBDIRS = bin . lib man doc tests
190 ACLOCAL_AMFLAGS = -I m4
191 EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 \
192 BUGS \
193 GNUmakefile Makefile.maint Makefile.cfg \
194 config/announce-gen config/prev-version.txt
196 MAINTAINERCLEANFILES = $(srcdir)/INSTALL
197 pkgdata_DATA = $(srcdir)/INSTALL
198 AM_MAKEINFOFLAGS = --no-headers --no-validate --no-split
199 WGET = wget
200 WGETFLAGS = -C off
201 automake_cvsweb = \
202 http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/automake
204 automake_cvsargs = \
205 'content-type=text/plain&cvsroot=automake'
207 autom4te_files = \
208 Autom4te/Configure_ac.pm \
209 Autom4te/Channels.pm \
210 Autom4te/FileUtils.pm \
211 Autom4te/Struct.pm \
212 Autom4te/XFile.pm
214 all: all-recursive
216 .SUFFIXES:
217 am--refresh:
219 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
220 @for dep in $?; do \
221 case '$(am__configure_deps)' in \
222 *$$dep*) \
223 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
224 cd $(srcdir) && $(AUTOMAKE) --gnu \
225 && exit 0; \
226 exit 1;; \
227 esac; \
228 done; \
229 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
230 cd $(top_srcdir) && \
231 $(AUTOMAKE) --gnu Makefile
232 .PRECIOUS: Makefile
233 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
234 @case '$?' in \
235 *config.status*) \
236 echo ' $(SHELL) ./config.status'; \
237 $(SHELL) ./config.status;; \
238 *) \
239 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
240 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
241 esac;
243 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
244 $(SHELL) ./config.status --recheck
246 $(top_srcdir)/configure: $(am__configure_deps)
247 cd $(srcdir) && $(AUTOCONF)
248 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
249 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
250 install-pkgdataDATA: $(pkgdata_DATA)
251 @$(NORMAL_INSTALL)
252 test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
253 @list='$(pkgdata_DATA)'; for p in $$list; do \
254 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
255 f=$(am__strip_dir) \
256 echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
257 $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
258 done
260 uninstall-pkgdataDATA:
261 @$(NORMAL_UNINSTALL)
262 @list='$(pkgdata_DATA)'; for p in $$list; do \
263 f=$(am__strip_dir) \
264 echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
265 rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
266 done
268 # This directory's subdirectories are mostly independent; you can cd
269 # into them and run `make' without going through this Makefile.
270 # To change the values of `make' variables: instead of editing Makefiles,
271 # (1) if the variable is set in `config.status', edit `config.status'
272 # (which will cause the Makefiles to be regenerated when you run `make');
273 # (2) otherwise, pass the desired values on the `make' command line.
274 $(RECURSIVE_TARGETS):
275 @failcom='exit 1'; \
276 for f in x $$MAKEFLAGS; do \
277 case $$f in \
278 *=* | --[!k]*);; \
279 *k*) failcom='fail=yes';; \
280 esac; \
281 done; \
282 dot_seen=no; \
283 target=`echo $@ | sed s/-recursive//`; \
284 list='$(SUBDIRS)'; for subdir in $$list; do \
285 echo "Making $$target in $$subdir"; \
286 if test "$$subdir" = "."; then \
287 dot_seen=yes; \
288 local_target="$$target-am"; \
289 else \
290 local_target="$$target"; \
291 fi; \
292 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
293 || eval $$failcom; \
294 done; \
295 if test "$$dot_seen" = "no"; then \
296 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
297 fi; test -z "$$fail"
299 $(RECURSIVE_CLEAN_TARGETS):
300 @failcom='exit 1'; \
301 for f in x $$MAKEFLAGS; do \
302 case $$f in \
303 *=* | --[!k]*);; \
304 *k*) failcom='fail=yes';; \
305 esac; \
306 done; \
307 dot_seen=no; \
308 case "$@" in \
309 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
310 *) list='$(SUBDIRS)' ;; \
311 esac; \
312 rev=''; for subdir in $$list; do \
313 if test "$$subdir" = "."; then :; else \
314 rev="$$subdir $$rev"; \
315 fi; \
316 done; \
317 rev="$$rev ."; \
318 target=`echo $@ | sed s/-recursive//`; \
319 for subdir in $$rev; do \
320 echo "Making $$target in $$subdir"; \
321 if test "$$subdir" = "."; then \
322 local_target="$$target-am"; \
323 else \
324 local_target="$$target"; \
325 fi; \
326 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
327 || eval $$failcom; \
328 done && test -z "$$fail"
329 tags-recursive:
330 list='$(SUBDIRS)'; for subdir in $$list; do \
331 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
332 done
333 ctags-recursive:
334 list='$(SUBDIRS)'; for subdir in $$list; do \
335 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
336 done
338 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
339 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
340 unique=`for i in $$list; do \
341 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
342 done | \
343 $(AWK) ' { files[$$0] = 1; } \
344 END { for (i in files) print i; }'`; \
345 mkid -fID $$unique
346 tags: TAGS
348 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
349 $(TAGS_FILES) $(LISP)
350 tags=; \
351 here=`pwd`; \
352 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
353 include_option=--etags-include; \
354 empty_fix=.; \
355 else \
356 include_option=--include; \
357 empty_fix=; \
358 fi; \
359 list='$(SUBDIRS)'; for subdir in $$list; do \
360 if test "$$subdir" = .; then :; else \
361 test ! -f $$subdir/TAGS || \
362 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
363 fi; \
364 done; \
365 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
366 unique=`for i in $$list; do \
367 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368 done | \
369 $(AWK) ' { files[$$0] = 1; } \
370 END { for (i in files) print i; }'`; \
371 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
372 test -n "$$unique" || unique=$$empty_fix; \
373 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374 $$tags $$unique; \
376 ctags: CTAGS
377 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
378 $(TAGS_FILES) $(LISP)
379 tags=; \
380 here=`pwd`; \
381 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
382 unique=`for i in $$list; do \
383 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
384 done | \
385 $(AWK) ' { files[$$0] = 1; } \
386 END { for (i in files) print i; }'`; \
387 test -z "$(CTAGS_ARGS)$$tags$$unique" \
388 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
389 $$tags $$unique
391 GTAGS:
392 here=`$(am__cd) $(top_builddir) && pwd` \
393 && cd $(top_srcdir) \
394 && gtags -i $(GTAGS_ARGS) $$here
396 distclean-tags:
397 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
399 distdir: $(DISTFILES)
400 @case `sed 15q $(srcdir)/NEWS` in \
401 *"$(VERSION)"*) : ;; \
402 *) \
403 echo "NEWS not updated; not releasing" 1>&2; \
404 exit 1;; \
405 esac
406 $(am__remove_distdir)
407 test -d $(distdir) || mkdir $(distdir)
408 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
409 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
410 list='$(DISTFILES)'; \
411 dist_files=`for file in $$list; do echo $$file; done | \
412 sed -e "s|^$$srcdirstrip/||;t" \
413 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
414 case $$dist_files in \
415 */*) $(MKDIR_P) `echo "$$dist_files" | \
416 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
417 sort -u` ;; \
418 esac; \
419 for file in $$dist_files; do \
420 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
421 if test -d $$d/$$file; then \
422 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
423 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
424 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
425 fi; \
426 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
427 else \
428 test -f $(distdir)/$$file \
429 || cp -p $$d/$$file $(distdir)/$$file \
430 || exit 1; \
431 fi; \
432 done
433 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
434 if test "$$subdir" = .; then :; else \
435 test -d "$(distdir)/$$subdir" \
436 || $(MKDIR_P) "$(distdir)/$$subdir" \
437 || exit 1; \
438 distdir=`$(am__cd) $(distdir) && pwd`; \
439 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
440 (cd $$subdir && \
441 $(MAKE) $(AM_MAKEFLAGS) \
442 top_distdir="$$top_distdir" \
443 distdir="$$distdir/$$subdir" \
444 am__remove_distdir=: \
445 am__skip_length_check=: \
446 distdir) \
447 || exit 1; \
448 fi; \
449 done
450 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
451 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
452 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
453 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
454 || chmod -R a+r $(distdir)
455 dist-gzip: distdir
456 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
457 $(am__remove_distdir)
458 dist-bzip2: distdir
459 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
460 $(am__remove_distdir)
462 dist-tarZ: distdir
463 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
464 $(am__remove_distdir)
466 dist-shar: distdir
467 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
468 $(am__remove_distdir)
470 dist-zip: distdir
471 -rm -f $(distdir).zip
472 zip -rq $(distdir).zip $(distdir)
473 $(am__remove_distdir)
475 dist dist-all: distdir
476 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
477 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
478 $(am__remove_distdir)
480 # This target untars the dist file and tries a VPATH configuration. Then
481 # it guarantees that the distribution is self-contained by making another
482 # tarfile.
483 distcheck: dist
484 case '$(DIST_ARCHIVES)' in \
485 *.tar.gz*) \
486 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
487 *.tar.bz2*) \
488 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
489 *.tar.Z*) \
490 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
491 *.shar.gz*) \
492 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
493 *.zip*) \
494 unzip $(distdir).zip ;;\
495 esac
496 chmod -R a-w $(distdir); chmod a+w $(distdir)
497 mkdir $(distdir)/_build
498 mkdir $(distdir)/_inst
499 chmod a-w $(distdir)
500 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
501 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
502 && cd $(distdir)/_build \
503 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
504 $(DISTCHECK_CONFIGURE_FLAGS) \
505 && $(MAKE) $(AM_MAKEFLAGS) \
506 && $(MAKE) $(AM_MAKEFLAGS) dvi \
507 && $(MAKE) $(AM_MAKEFLAGS) check \
508 && $(MAKE) $(AM_MAKEFLAGS) install \
509 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
510 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
511 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
512 distuninstallcheck \
513 && chmod -R a-w "$$dc_install_base" \
514 && ({ \
515 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
516 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
517 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
518 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
519 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
520 } || { rm -rf "$$dc_destdir"; exit 1; }) \
521 && rm -rf "$$dc_destdir" \
522 && $(MAKE) $(AM_MAKEFLAGS) dist \
523 && rm -rf $(DIST_ARCHIVES) \
524 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
525 $(am__remove_distdir)
526 @(echo "$(distdir) archives ready for distribution: "; \
527 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
528 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
529 distuninstallcheck:
530 @cd $(distuninstallcheck_dir) \
531 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
532 || { echo "ERROR: files left after uninstall:" ; \
533 if test -n "$(DESTDIR)"; then \
534 echo " (check DESTDIR support)"; \
535 fi ; \
536 $(distuninstallcheck_listfiles) ; \
537 exit 1; } >&2
538 distcleancheck: distclean
539 @if test '$(srcdir)' = . ; then \
540 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
541 exit 1 ; \
543 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
544 || { echo "ERROR: files left in build directory after distclean:" ; \
545 $(distcleancheck_listfiles) ; \
546 exit 1; } >&2
547 check-am: all-am
548 check: check-recursive
549 all-am: Makefile $(DATA)
550 installdirs: installdirs-recursive
551 installdirs-am:
552 for dir in "$(DESTDIR)$(pkgdatadir)"; do \
553 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
554 done
555 install: install-recursive
556 install-exec: install-exec-recursive
557 install-data: install-data-recursive
558 uninstall: uninstall-recursive
560 install-am: all-am
561 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
563 installcheck: installcheck-recursive
564 install-strip:
565 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
566 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
567 `test -z '$(STRIP)' || \
568 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
569 mostlyclean-generic:
571 clean-generic:
573 distclean-generic:
574 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
576 maintainer-clean-generic:
577 @echo "This command is intended for maintainers to use"
578 @echo "it deletes files that may require special tools to rebuild."
579 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
580 clean: clean-recursive
582 clean-am: clean-generic mostlyclean-am
584 distclean: distclean-recursive
585 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
586 -rm -f Makefile
587 distclean-am: clean-am distclean-generic distclean-tags
589 dvi: dvi-recursive
591 dvi-am:
593 info: info-recursive
595 info-am:
597 install-data-am: install-pkgdataDATA
599 install-dvi: install-dvi-recursive
601 install-exec-am:
603 install-html: install-html-recursive
605 install-info: install-info-recursive
607 install-man:
609 install-pdf: install-pdf-recursive
611 install-ps: install-ps-recursive
613 installcheck-am:
615 maintainer-clean: maintainer-clean-recursive
616 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
617 -rm -rf $(top_srcdir)/autom4te.cache
618 -rm -f Makefile
619 maintainer-clean-am: distclean-am maintainer-clean-generic
621 mostlyclean: mostlyclean-recursive
623 mostlyclean-am: mostlyclean-generic
625 pdf: pdf-recursive
627 pdf-am:
629 ps: ps-recursive
631 ps-am:
633 uninstall-am: uninstall-pkgdataDATA
635 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
636 install-strip
638 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
639 all all-am am--refresh check check-am clean clean-generic \
640 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
641 dist-shar dist-tarZ dist-zip distcheck distclean \
642 distclean-generic distclean-tags distcleancheck distdir \
643 distuninstallcheck dvi dvi-am html html-am info info-am \
644 install install-am install-data install-data-am install-dvi \
645 install-dvi-am install-exec install-exec-am install-html \
646 install-html-am install-info install-info-am install-man \
647 install-pdf install-pdf-am install-pkgdataDATA install-ps \
648 install-ps-am install-strip installcheck installcheck-am \
649 installdirs installdirs-am maintainer-clean \
650 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
651 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
652 uninstall-pkgdataDATA
655 html:
656 cd doc && $(MAKE) $(AM_MAKEFLAGS) $@
658 .PHONY: html
659 $(srcdir)/INSTALL: $(top_srcdir)/doc/install.texi
660 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -o $@ \
661 $(top_srcdir)/doc/install.texi
663 maintainer-check: maintainer-check-tests
664 maintainer-check-tests:
665 cd tests && make maintainer-check
667 autom4te-update:
668 rm -f -r Fetchdir > /dev/null 2>&1
669 mkdir -p Fetchdir/Autom4te
670 for file in $(autom4te_files); do \
671 $(WGET) $(WGET_FLAGS) \
672 "$(automake_cvsweb)/lib/$file?$(automake_cvsargs)" \
673 -O "Fetchdir/$$file" || exit; \
674 done
675 perl -pi -e 's/Automake::/Autom4te::/g' Fetchdir/Autom4te/*.pm
676 for file in $(autom4te_files); do \
677 $(move_if_change) Fetchdir/$$file $(srcdir)/lib/$$file || exit; \
678 done
679 # Tell versions [3.59,3.63) of GNU make to not export all variables.
680 # Otherwise a system limit (for SysV at least) may be exceeded.
681 .NOEXPORT: