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