* lib/am/tags.am (ID, TAGS, CTAGS): Make awk scripts portable again.
[automake/plouj.git] / lib / Automake / Makefile.in
blob68a1246406d8e839937c9a3fb116caa9a14b69a2
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 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 = lib/Automake
36 DIST_COMMON = $(dist_perllib_DATA) $(srcdir)/Makefile.am \
37 $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/m4/amversion.m4 \
40 $(top_srcdir)/m4/auxdir.m4 $(top_srcdir)/m4/init.m4 \
41 $(top_srcdir)/m4/install-sh.m4 $(top_srcdir)/m4/lead-dot.m4 \
42 $(top_srcdir)/m4/missing.m4 $(top_srcdir)/m4/mkdirp.m4 \
43 $(top_srcdir)/m4/options.m4 $(top_srcdir)/m4/runlog.m4 \
44 $(top_srcdir)/m4/sanity.m4 $(top_srcdir)/m4/strip.m4 \
45 $(top_srcdir)/m4/substnot.m4 $(top_srcdir)/m4/tar.m4 \
46 $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49 mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
50 CONFIG_CLEAN_FILES =
51 SOURCES =
52 DIST_SOURCES =
53 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54 html-recursive info-recursive install-data-recursive \
55 install-dvi-recursive install-exec-recursive \
56 install-html-recursive install-info-recursive \
57 install-pdf-recursive install-ps-recursive install-recursive \
58 installcheck-recursive installdirs-recursive pdf-recursive \
59 ps-recursive uninstall-recursive
60 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
61 am__vpath_adj = case $$p in \
62 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63 *) f=$$p;; \
64 esac;
65 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
66 am__installdirs = "$(DESTDIR)$(perllibdir)" "$(DESTDIR)$(perllibdir)"
67 dist_perllibDATA_INSTALL = $(INSTALL_DATA)
68 nodist_perllibDATA_INSTALL = $(INSTALL_DATA)
69 DATA = $(dist_perllib_DATA) $(nodist_perllib_DATA)
70 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
71 distclean-recursive maintainer-clean-recursive
72 ETAGS = etags
73 CTAGS = ctags
74 DIST_SUBDIRS = $(SUBDIRS)
75 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76 ACLOCAL = @ACLOCAL@
77 AMTAR = @AMTAR@
78 APIVERSION = @APIVERSION@
79 AUTOCONF = @AUTOCONF@
80 AUTOHEADER = @AUTOHEADER@
81 AUTOMAKE = @AUTOMAKE@
82 AWK = @AWK@
83 CYGPATH_W = @CYGPATH_W@
84 DEFS = @DEFS@
85 ECHO_C = @ECHO_C@
86 ECHO_N = @ECHO_N@
87 ECHO_T = @ECHO_T@
88 EGREP = @EGREP@
89 FGREP = @FGREP@
90 GREP = @GREP@
91 INSTALL = @INSTALL@
92 INSTALL_DATA = @INSTALL_DATA@
93 INSTALL_PROGRAM = @INSTALL_PROGRAM@
94 INSTALL_SCRIPT = @INSTALL_SCRIPT@
95 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
96 LIBOBJS = @LIBOBJS@
97 LIBS = @LIBS@
98 LN = @LN@
99 LTLIBOBJS = @LTLIBOBJS@
100 MAKEINFO = @MAKEINFO@
101 MKDIR_P = @MKDIR_P@
102 MODIFICATION_DELAY = @MODIFICATION_DELAY@
103 PACKAGE = @PACKAGE@
104 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
105 PACKAGE_NAME = @PACKAGE_NAME@
106 PACKAGE_STRING = @PACKAGE_STRING@
107 PACKAGE_TARNAME = @PACKAGE_TARNAME@
108 PACKAGE_VERSION = @PACKAGE_VERSION@
109 PATH_SEPARATOR = @PATH_SEPARATOR@
110 PERL = @PERL@
111 SET_MAKE = @SET_MAKE@
112 SHELL = @SHELL@
113 STRIP = @STRIP@
114 TEX = @TEX@
115 VERSION = @VERSION@
116 abs_builddir = @abs_builddir@
117 abs_srcdir = @abs_srcdir@
118 abs_top_builddir = @abs_top_builddir@
119 abs_top_srcdir = @abs_top_srcdir@
120 am_AUTOCONF = @am_AUTOCONF@
121 am__leading_dot = @am__leading_dot@
122 am__tar = @am__tar@
123 am__untar = @am__untar@
124 bindir = @bindir@
125 build = @build@
126 build_alias = @build_alias@
127 build_cpu = @build_cpu@
128 build_os = @build_os@
129 build_vendor = @build_vendor@
130 builddir = @builddir@
131 datadir = @datadir@
132 datarootdir = @datarootdir@
133 docdir = @docdir@
134 dvidir = @dvidir@
135 exec_prefix = @exec_prefix@
136 host_alias = @host_alias@
137 htmldir = @htmldir@
138 includedir = @includedir@
139 infodir = @infodir@
140 install_sh = @install_sh@
141 libdir = @libdir@
142 libexecdir = @libexecdir@
143 localedir = @localedir@
144 localstatedir = @localstatedir@
145 mandir = @mandir@
146 mkdir_p = @mkdir_p@
147 oldincludedir = @oldincludedir@
148 pdfdir = @pdfdir@
149 pkgvdatadir = @pkgvdatadir@
150 prefix = @prefix@
151 program_transform_name = @program_transform_name@
152 psdir = @psdir@
153 sbindir = @sbindir@
154 sharedstatedir = @sharedstatedir@
155 srcdir = @srcdir@
156 sysconfdir = @sysconfdir@
157 target_alias = @target_alias@
158 top_builddir = @top_builddir@
159 top_srcdir = @top_srcdir@
160 SUBDIRS = tests
161 perllibdir = $(pkgvdatadir)/Automake
162 dist_perllib_DATA = \
163 ChannelDefs.pm \
164 Channels.pm \
165 Condition.pm \
166 Configure_ac.pm \
167 DisjConditions.pm \
168 FileUtils.pm \
169 General.pm \
170 Item.pm \
171 ItemDef.pm \
172 Location.pm \
173 Options.pm \
174 Rule.pm \
175 RuleDef.pm \
176 Struct.pm \
177 Variable.pm \
178 VarDef.pm \
179 Version.pm \
180 XFile.pm \
181 Wrap.pm
183 nodist_perllib_DATA = \
184 Config.pm
186 CLEANFILES = $(nodist_perllib_DATA)
187 do_subst = in=`echo $@ | sed 's/\.[^.]*$$//'`; sed \
188 -e 's,[@]APIVERSION[@],$(APIVERSION),g' \
189 -e 's,[@]PACKAGE[@],$(PACKAGE),g' \
190 -e 's,[@]PERL[@],$(PERL),g' \
191 -e 's,[@]SHELL[@],$(SHELL),g' \
192 -e 's,[@]VERSION[@],$(VERSION),g' \
193 -e "s,[@]configure_input[@],Generated from $$in.in; do not edit by hand.,g" \
194 -e 's,[@]datadir[@],$(datadir),g'
196 EXTRA_DIST = Config.in
197 all: all-recursive
199 .SUFFIXES:
200 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
201 @for dep in $?; do \
202 case '$(am__configure_deps)' in \
203 *$$dep*) \
204 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
205 && exit 0; \
206 exit 1;; \
207 esac; \
208 done; \
209 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Automake/Makefile'; \
210 cd $(top_srcdir) && \
211 $(AUTOMAKE) --gnu lib/Automake/Makefile
212 .PRECIOUS: Makefile
213 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
214 @case '$?' in \
215 *config.status*) \
216 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
217 *) \
218 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
219 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
220 esac;
222 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225 $(top_srcdir)/configure: $(am__configure_deps)
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
229 $(am__aclocal_m4_deps):
230 install-dist_perllibDATA: $(dist_perllib_DATA)
231 @$(NORMAL_INSTALL)
232 test -z "$(perllibdir)" || $(MKDIR_P) "$(DESTDIR)$(perllibdir)"
233 @list='$(dist_perllib_DATA)'; for p in $$list; do \
234 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
235 f=$(am__strip_dir) \
236 echo " $(dist_perllibDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(perllibdir)/$$f'"; \
237 $(dist_perllibDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(perllibdir)/$$f"; \
238 done
240 uninstall-dist_perllibDATA:
241 @$(NORMAL_UNINSTALL)
242 @list='$(dist_perllib_DATA)'; for p in $$list; do \
243 f=$(am__strip_dir) \
244 echo " rm -f '$(DESTDIR)$(perllibdir)/$$f'"; \
245 rm -f "$(DESTDIR)$(perllibdir)/$$f"; \
246 done
247 install-nodist_perllibDATA: $(nodist_perllib_DATA)
248 @$(NORMAL_INSTALL)
249 test -z "$(perllibdir)" || $(MKDIR_P) "$(DESTDIR)$(perllibdir)"
250 @list='$(nodist_perllib_DATA)'; for p in $$list; do \
251 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
252 f=$(am__strip_dir) \
253 echo " $(nodist_perllibDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(perllibdir)/$$f'"; \
254 $(nodist_perllibDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(perllibdir)/$$f"; \
255 done
257 uninstall-nodist_perllibDATA:
258 @$(NORMAL_UNINSTALL)
259 @list='$(nodist_perllib_DATA)'; for p in $$list; do \
260 f=$(am__strip_dir) \
261 echo " rm -f '$(DESTDIR)$(perllibdir)/$$f'"; \
262 rm -f "$(DESTDIR)$(perllibdir)/$$f"; \
263 done
265 # This directory's subdirectories are mostly independent; you can cd
266 # into them and run `make' without going through this Makefile.
267 # To change the values of `make' variables: instead of editing Makefiles,
268 # (1) if the variable is set in `config.status', edit `config.status'
269 # (which will cause the Makefiles to be regenerated when you run `make');
270 # (2) otherwise, pass the desired values on the `make' command line.
271 $(RECURSIVE_TARGETS):
272 @failcom='exit 1'; \
273 for f in x $$MAKEFLAGS; do \
274 case $$f in \
275 *=* | --[!k]*);; \
276 *k*) failcom='fail=yes';; \
277 esac; \
278 done; \
279 dot_seen=no; \
280 target=`echo $@ | sed s/-recursive//`; \
281 list='$(SUBDIRS)'; for subdir in $$list; do \
282 echo "Making $$target in $$subdir"; \
283 if test "$$subdir" = "."; then \
284 dot_seen=yes; \
285 local_target="$$target-am"; \
286 else \
287 local_target="$$target"; \
288 fi; \
289 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
290 || eval $$failcom; \
291 done; \
292 if test "$$dot_seen" = "no"; then \
293 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
294 fi; test -z "$$fail"
296 $(RECURSIVE_CLEAN_TARGETS):
297 @failcom='exit 1'; \
298 for f in x $$MAKEFLAGS; do \
299 case $$f in \
300 *=* | --[!k]*);; \
301 *k*) failcom='fail=yes';; \
302 esac; \
303 done; \
304 dot_seen=no; \
305 case "$@" in \
306 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
307 *) list='$(SUBDIRS)' ;; \
308 esac; \
309 rev=''; for subdir in $$list; do \
310 if test "$$subdir" = "."; then :; else \
311 rev="$$subdir $$rev"; \
312 fi; \
313 done; \
314 rev="$$rev ."; \
315 target=`echo $@ | sed s/-recursive//`; \
316 for subdir in $$rev; do \
317 echo "Making $$target in $$subdir"; \
318 if test "$$subdir" = "."; then \
319 local_target="$$target-am"; \
320 else \
321 local_target="$$target"; \
322 fi; \
323 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
324 || eval $$failcom; \
325 done && test -z "$$fail"
326 tags-recursive:
327 list='$(SUBDIRS)'; for subdir in $$list; do \
328 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
329 done
330 ctags-recursive:
331 list='$(SUBDIRS)'; for subdir in $$list; do \
332 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
333 done
335 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
336 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
337 unique=`for i in $$list; do \
338 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339 done | \
340 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
341 END { if (nonempty) { for (i in files) print i; }; }'`; \
342 mkid -fID $$unique
343 tags: TAGS
345 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
346 $(TAGS_FILES) $(LISP)
347 tags=; \
348 here=`pwd`; \
349 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
350 include_option=--etags-include; \
351 empty_fix=.; \
352 else \
353 include_option=--include; \
354 empty_fix=; \
355 fi; \
356 list='$(SUBDIRS)'; for subdir in $$list; do \
357 if test "$$subdir" = .; then :; else \
358 test ! -f $$subdir/TAGS || \
359 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
360 fi; \
361 done; \
362 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363 unique=`for i in $$list; do \
364 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365 done | \
366 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367 END { if (nonempty) { for (i in files) print i; }; }'`; \
368 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
369 test -n "$$unique" || unique=$$empty_fix; \
370 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371 $$tags $$unique; \
373 ctags: CTAGS
374 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
375 $(TAGS_FILES) $(LISP)
376 tags=; \
377 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
378 unique=`for i in $$list; do \
379 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380 done | \
381 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
382 END { if (nonempty) { for (i in files) print i; }; }'`; \
383 test -z "$(CTAGS_ARGS)$$tags$$unique" \
384 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
385 $$tags $$unique
387 GTAGS:
388 here=`$(am__cd) $(top_builddir) && pwd` \
389 && cd $(top_srcdir) \
390 && gtags -i $(GTAGS_ARGS) $$here
392 distclean-tags:
393 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
395 distdir: $(DISTFILES)
396 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
397 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
398 list='$(DISTFILES)'; \
399 dist_files=`for file in $$list; do echo $$file; done | \
400 sed -e "s|^$$srcdirstrip/||;t" \
401 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
402 case $$dist_files in \
403 */*) $(MKDIR_P) `echo "$$dist_files" | \
404 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
405 sort -u` ;; \
406 esac; \
407 for file in $$dist_files; do \
408 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
409 if test -d $$d/$$file; then \
410 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
411 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
412 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
413 fi; \
414 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
415 else \
416 test -f $(distdir)/$$file \
417 || cp -p $$d/$$file $(distdir)/$$file \
418 || exit 1; \
419 fi; \
420 done
421 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
422 if test "$$subdir" = .; then :; else \
423 test -d "$(distdir)/$$subdir" \
424 || $(MKDIR_P) "$(distdir)/$$subdir" \
425 || exit 1; \
426 distdir=`$(am__cd) $(distdir) && pwd`; \
427 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
428 (cd $$subdir && \
429 $(MAKE) $(AM_MAKEFLAGS) \
430 top_distdir="$$top_distdir" \
431 distdir="$$distdir/$$subdir" \
432 am__remove_distdir=: \
433 am__skip_length_check=: \
434 distdir) \
435 || exit 1; \
436 fi; \
437 done
438 check-am: all-am
439 check: check-recursive
440 all-am: Makefile $(DATA)
441 installdirs: installdirs-recursive
442 installdirs-am:
443 for dir in "$(DESTDIR)$(perllibdir)" "$(DESTDIR)$(perllibdir)"; do \
444 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
445 done
446 install: install-recursive
447 install-exec: install-exec-recursive
448 install-data: install-data-recursive
449 uninstall: uninstall-recursive
451 install-am: all-am
452 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
454 installcheck: installcheck-recursive
455 install-strip:
456 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
457 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
458 `test -z '$(STRIP)' || \
459 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
460 mostlyclean-generic:
462 clean-generic:
463 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
465 distclean-generic:
466 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
468 maintainer-clean-generic:
469 @echo "This command is intended for maintainers to use"
470 @echo "it deletes files that may require special tools to rebuild."
471 clean: clean-recursive
473 clean-am: clean-generic mostlyclean-am
475 distclean: distclean-recursive
476 -rm -f Makefile
477 distclean-am: clean-am distclean-generic distclean-tags
479 dvi: dvi-recursive
481 dvi-am:
483 html: html-recursive
485 info: info-recursive
487 info-am:
489 install-data-am: install-dist_perllibDATA install-nodist_perllibDATA
491 install-dvi: install-dvi-recursive
493 install-exec-am:
495 install-html: install-html-recursive
497 install-info: install-info-recursive
499 install-man:
501 install-pdf: install-pdf-recursive
503 install-ps: install-ps-recursive
505 installcheck-am:
507 maintainer-clean: maintainer-clean-recursive
508 -rm -f Makefile
509 maintainer-clean-am: distclean-am maintainer-clean-generic
511 mostlyclean: mostlyclean-recursive
513 mostlyclean-am: mostlyclean-generic
515 pdf: pdf-recursive
517 pdf-am:
519 ps: ps-recursive
521 ps-am:
523 uninstall-am: uninstall-dist_perllibDATA uninstall-nodist_perllibDATA
525 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
526 install-strip
528 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
529 all all-am check check-am clean clean-generic ctags \
530 ctags-recursive distclean distclean-generic distclean-tags \
531 distdir dvi dvi-am html html-am info info-am install \
532 install-am install-data install-data-am \
533 install-dist_perllibDATA install-dvi install-dvi-am \
534 install-exec install-exec-am install-html install-html-am \
535 install-info install-info-am install-man \
536 install-nodist_perllibDATA install-pdf install-pdf-am \
537 install-ps install-ps-am install-strip installcheck \
538 installcheck-am installdirs installdirs-am maintainer-clean \
539 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
540 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
541 uninstall-dist_perllibDATA uninstall-nodist_perllibDATA
544 Config.pm: Config.in Makefile
545 rm -f Config.tmp Config.pm
546 $(do_subst) $(srcdir)/Config.in >Config.tmp
547 chmod +x Config.tmp
548 chmod a-w Config.tmp
549 mv -f Config.tmp Config.pm
550 # Tell versions [3.59,3.63) of GNU make to not export all variables.
551 # Otherwise a system limit (for SysV at least) may be exceeded.
552 .NOEXPORT: