Regenerate.
[automake/plouj.git] / lib / Automake / Makefile.in
blob7d1300a870dd10b16143fa8936e931c141266028
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 = 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 = f=`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 am__relativize = \
77 dir0=`pwd`; \
78 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
79 sed_rest='s,^[^/]*/*,,'; \
80 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
81 sed_butlast='s,/*[^/]*$$,,'; \
82 while test -n "$$dir1"; do \
83 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
84 if test "$$first" != "."; then \
85 if test "$$first" = ".."; then \
86 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
87 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
88 else \
89 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
90 if test "$$first2" = "$$first"; then \
91 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
92 else \
93 dir2="../$$dir2"; \
94 fi; \
95 dir0="$$dir0"/"$$first"; \
96 fi; \
97 fi; \
98 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
99 done; \
100 reldir="$$dir2"
101 ACLOCAL = @ACLOCAL@
102 AMTAR = @AMTAR@
103 APIVERSION = @APIVERSION@
104 AUTOCONF = @AUTOCONF@
105 AUTOHEADER = @AUTOHEADER@
106 AUTOMAKE = @AUTOMAKE@
107 AWK = @AWK@
108 CYGPATH_W = @CYGPATH_W@
109 DEFS = @DEFS@
110 ECHO_C = @ECHO_C@
111 ECHO_N = @ECHO_N@
112 ECHO_T = @ECHO_T@
113 EGREP = @EGREP@
114 FGREP = @FGREP@
115 GREP = @GREP@
116 INSTALL = @INSTALL@
117 INSTALL_DATA = @INSTALL_DATA@
118 INSTALL_PROGRAM = @INSTALL_PROGRAM@
119 INSTALL_SCRIPT = @INSTALL_SCRIPT@
120 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
121 LIBOBJS = @LIBOBJS@
122 LIBS = @LIBS@
123 LN = @LN@
124 LTLIBOBJS = @LTLIBOBJS@
125 MAKEINFO = @MAKEINFO@
126 MKDIR_P = @MKDIR_P@
127 MODIFICATION_DELAY = @MODIFICATION_DELAY@
128 PACKAGE = @PACKAGE@
129 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
130 PACKAGE_NAME = @PACKAGE_NAME@
131 PACKAGE_STRING = @PACKAGE_STRING@
132 PACKAGE_TARNAME = @PACKAGE_TARNAME@
133 PACKAGE_VERSION = @PACKAGE_VERSION@
134 PATH_SEPARATOR = @PATH_SEPARATOR@
135 PERL = @PERL@
136 SET_MAKE = @SET_MAKE@
137 SHELL = @SHELL@
138 STRIP = @STRIP@
139 TEX = @TEX@
140 VERSION = @VERSION@
141 abs_builddir = @abs_builddir@
142 abs_srcdir = @abs_srcdir@
143 abs_top_builddir = @abs_top_builddir@
144 abs_top_srcdir = @abs_top_srcdir@
145 am_AUTOCONF = @am_AUTOCONF@
146 am__leading_dot = @am__leading_dot@
147 am__tar = @am__tar@
148 am__untar = @am__untar@
149 bindir = @bindir@
150 build = @build@
151 build_alias = @build_alias@
152 build_cpu = @build_cpu@
153 build_os = @build_os@
154 build_vendor = @build_vendor@
155 builddir = @builddir@
156 datadir = @datadir@
157 datarootdir = @datarootdir@
158 docdir = @docdir@
159 dvidir = @dvidir@
160 exec_prefix = @exec_prefix@
161 host_alias = @host_alias@
162 htmldir = @htmldir@
163 includedir = @includedir@
164 infodir = @infodir@
165 install_sh = @install_sh@
166 libdir = @libdir@
167 libexecdir = @libexecdir@
168 localedir = @localedir@
169 localstatedir = @localstatedir@
170 mandir = @mandir@
171 mkdir_p = @mkdir_p@
172 oldincludedir = @oldincludedir@
173 pdfdir = @pdfdir@
174 pkgvdatadir = @pkgvdatadir@
175 prefix = @prefix@
176 program_transform_name = @program_transform_name@
177 psdir = @psdir@
178 sbindir = @sbindir@
179 sharedstatedir = @sharedstatedir@
180 srcdir = @srcdir@
181 sysconfdir = @sysconfdir@
182 target_alias = @target_alias@
183 top_builddir = @top_builddir@
184 top_srcdir = @top_srcdir@
185 SUBDIRS = tests
186 perllibdir = $(pkgvdatadir)/Automake
187 dist_perllib_DATA = \
188 ChannelDefs.pm \
189 Channels.pm \
190 Condition.pm \
191 Configure_ac.pm \
192 DisjConditions.pm \
193 FileUtils.pm \
194 General.pm \
195 Item.pm \
196 ItemDef.pm \
197 Location.pm \
198 Options.pm \
199 Rule.pm \
200 RuleDef.pm \
201 Struct.pm \
202 Variable.pm \
203 VarDef.pm \
204 Version.pm \
205 XFile.pm \
206 Wrap.pm
208 nodist_perllib_DATA = \
209 Config.pm
211 CLEANFILES = $(nodist_perllib_DATA)
212 do_subst = in=`echo $@ | sed 's/\.[^.]*$$//'`; sed \
213 -e 's,[@]APIVERSION[@],$(APIVERSION),g' \
214 -e 's,[@]PACKAGE[@],$(PACKAGE),g' \
215 -e 's,[@]PERL[@],$(PERL),g' \
216 -e 's,[@]SHELL[@],$(SHELL),g' \
217 -e 's,[@]VERSION[@],$(VERSION),g' \
218 -e "s,[@]configure_input[@],Generated from $$in.in; do not edit by hand.,g" \
219 -e 's,[@]datadir[@],$(datadir),g'
221 EXTRA_DIST = Config.in
222 all: all-recursive
224 .SUFFIXES:
225 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
226 @for dep in $?; do \
227 case '$(am__configure_deps)' in \
228 *$$dep*) \
229 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
230 && exit 0; \
231 exit 1;; \
232 esac; \
233 done; \
234 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Automake/Makefile'; \
235 cd $(top_srcdir) && \
236 $(AUTOMAKE) --gnu lib/Automake/Makefile
237 .PRECIOUS: Makefile
238 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239 @case '$?' in \
240 *config.status*) \
241 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
242 *) \
243 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
244 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
245 esac;
247 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
248 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250 $(top_srcdir)/configure: $(am__configure_deps)
251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
253 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254 $(am__aclocal_m4_deps):
255 install-dist_perllibDATA: $(dist_perllib_DATA)
256 @$(NORMAL_INSTALL)
257 test -z "$(perllibdir)" || $(MKDIR_P) "$(DESTDIR)$(perllibdir)"
258 @list='$(dist_perllib_DATA)'; for p in $$list; do \
259 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
260 $(am__strip_dir) \
261 echo " $(dist_perllibDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(perllibdir)/$$f'"; \
262 $(dist_perllibDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(perllibdir)/$$f"; \
263 done
265 uninstall-dist_perllibDATA:
266 @$(NORMAL_UNINSTALL)
267 @list='$(dist_perllib_DATA)'; for p in $$list; do \
268 $(am__strip_dir) \
269 echo " rm -f '$(DESTDIR)$(perllibdir)/$$f'"; \
270 rm -f "$(DESTDIR)$(perllibdir)/$$f"; \
271 done
272 install-nodist_perllibDATA: $(nodist_perllib_DATA)
273 @$(NORMAL_INSTALL)
274 test -z "$(perllibdir)" || $(MKDIR_P) "$(DESTDIR)$(perllibdir)"
275 @list='$(nodist_perllib_DATA)'; for p in $$list; do \
276 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
277 $(am__strip_dir) \
278 echo " $(nodist_perllibDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(perllibdir)/$$f'"; \
279 $(nodist_perllibDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(perllibdir)/$$f"; \
280 done
282 uninstall-nodist_perllibDATA:
283 @$(NORMAL_UNINSTALL)
284 @list='$(nodist_perllib_DATA)'; for p in $$list; do \
285 $(am__strip_dir) \
286 echo " rm -f '$(DESTDIR)$(perllibdir)/$$f'"; \
287 rm -f "$(DESTDIR)$(perllibdir)/$$f"; \
288 done
290 # This directory's subdirectories are mostly independent; you can cd
291 # into them and run `make' without going through this Makefile.
292 # To change the values of `make' variables: instead of editing Makefiles,
293 # (1) if the variable is set in `config.status', edit `config.status'
294 # (which will cause the Makefiles to be regenerated when you run `make');
295 # (2) otherwise, pass the desired values on the `make' command line.
296 $(RECURSIVE_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 target=`echo $@ | sed s/-recursive//`; \
306 list='$(SUBDIRS)'; for subdir in $$list; do \
307 echo "Making $$target in $$subdir"; \
308 if test "$$subdir" = "."; then \
309 dot_seen=yes; \
310 local_target="$$target-am"; \
311 else \
312 local_target="$$target"; \
313 fi; \
314 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
315 || eval $$failcom; \
316 done; \
317 if test "$$dot_seen" = "no"; then \
318 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
319 fi; test -z "$$fail"
321 $(RECURSIVE_CLEAN_TARGETS):
322 @failcom='exit 1'; \
323 for f in x $$MAKEFLAGS; do \
324 case $$f in \
325 *=* | --[!k]*);; \
326 *k*) failcom='fail=yes';; \
327 esac; \
328 done; \
329 dot_seen=no; \
330 case "$@" in \
331 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
332 *) list='$(SUBDIRS)' ;; \
333 esac; \
334 rev=''; for subdir in $$list; do \
335 if test "$$subdir" = "."; then :; else \
336 rev="$$subdir $$rev"; \
337 fi; \
338 done; \
339 rev="$$rev ."; \
340 target=`echo $@ | sed s/-recursive//`; \
341 for subdir in $$rev; do \
342 echo "Making $$target in $$subdir"; \
343 if test "$$subdir" = "."; then \
344 local_target="$$target-am"; \
345 else \
346 local_target="$$target"; \
347 fi; \
348 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
349 || eval $$failcom; \
350 done && test -z "$$fail"
351 tags-recursive:
352 list='$(SUBDIRS)'; for subdir in $$list; do \
353 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
354 done
355 ctags-recursive:
356 list='$(SUBDIRS)'; for subdir in $$list; do \
357 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
358 done
360 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
361 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362 unique=`for i in $$list; do \
363 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364 done | \
365 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
366 END { if (nonempty) { for (i in files) print i; }; }'`; \
367 mkid -fID $$unique
368 tags: TAGS
370 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
371 $(TAGS_FILES) $(LISP)
372 set x; \
373 here=`pwd`; \
374 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
375 include_option=--etags-include; \
376 empty_fix=.; \
377 else \
378 include_option=--include; \
379 empty_fix=; \
380 fi; \
381 list='$(SUBDIRS)'; for subdir in $$list; do \
382 if test "$$subdir" = .; then :; else \
383 test ! -f $$subdir/TAGS || \
384 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
385 fi; \
386 done; \
387 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
388 unique=`for i in $$list; do \
389 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390 done | \
391 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392 END { if (nonempty) { for (i in files) print i; }; }'`; \
393 shift; \
394 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
395 test -n "$$unique" || unique=$$empty_fix; \
396 if test $$# -gt 0; then \
397 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398 "$$@" $$unique; \
399 else \
400 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
401 $$unique; \
402 fi; \
404 ctags: CTAGS
405 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
406 $(TAGS_FILES) $(LISP)
407 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
408 unique=`for i in $$list; do \
409 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410 done | \
411 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412 END { if (nonempty) { for (i in files) print i; }; }'`; \
413 test -z "$(CTAGS_ARGS)$$unique" \
414 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
415 $$unique
417 GTAGS:
418 here=`$(am__cd) $(top_builddir) && pwd` \
419 && cd $(top_srcdir) \
420 && gtags -i $(GTAGS_ARGS) "$$here"
422 distclean-tags:
423 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
425 distdir: $(DISTFILES)
426 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
427 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
428 list='$(DISTFILES)'; \
429 dist_files=`for file in $$list; do echo $$file; done | \
430 sed -e "s|^$$srcdirstrip/||;t" \
431 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
432 case $$dist_files in \
433 */*) $(MKDIR_P) `echo "$$dist_files" | \
434 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
435 sort -u` ;; \
436 esac; \
437 for file in $$dist_files; do \
438 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
439 if test -d $$d/$$file; then \
440 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
441 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
442 cp -pR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
443 fi; \
444 cp -pR $$d/$$file "$(distdir)$$dir" || exit 1; \
445 else \
446 test -f "$(distdir)/$$file" \
447 || cp -p $$d/$$file "$(distdir)/$$file" \
448 || exit 1; \
449 fi; \
450 done
451 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
452 if test "$$subdir" = .; then :; else \
453 test -d "$(distdir)/$$subdir" \
454 || $(MKDIR_P) "$(distdir)/$$subdir" \
455 || exit 1; \
456 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
457 $(am__relativize); \
458 new_distdir=$$reldir; \
459 dir1=$$subdir; dir2="$(top_distdir)"; \
460 $(am__relativize); \
461 new_top_distdir=$$reldir; \
462 (cd $$subdir && \
463 $(MAKE) $(AM_MAKEFLAGS) \
464 top_distdir="$$new_top_distdir" \
465 distdir="$$new_distdir" \
466 am__remove_distdir=: \
467 am__skip_length_check=: \
468 distdir) \
469 || exit 1; \
470 fi; \
471 done
472 check-am: all-am
473 check: check-recursive
474 all-am: Makefile $(DATA)
475 installdirs: installdirs-recursive
476 installdirs-am:
477 for dir in "$(DESTDIR)$(perllibdir)" "$(DESTDIR)$(perllibdir)"; do \
478 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
479 done
480 install: install-recursive
481 install-exec: install-exec-recursive
482 install-data: install-data-recursive
483 uninstall: uninstall-recursive
485 install-am: all-am
486 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
488 installcheck: installcheck-recursive
489 install-strip:
490 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492 `test -z '$(STRIP)' || \
493 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
494 mostlyclean-generic:
496 clean-generic:
497 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
499 distclean-generic:
500 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
502 maintainer-clean-generic:
503 @echo "This command is intended for maintainers to use"
504 @echo "it deletes files that may require special tools to rebuild."
505 clean: clean-recursive
507 clean-am: clean-generic mostlyclean-am
509 distclean: distclean-recursive
510 -rm -f Makefile
511 distclean-am: clean-am distclean-generic distclean-tags
513 dvi: dvi-recursive
515 dvi-am:
517 html: html-recursive
519 info: info-recursive
521 info-am:
523 install-data-am: install-dist_perllibDATA install-nodist_perllibDATA
525 install-dvi: install-dvi-recursive
527 install-exec-am:
529 install-html: install-html-recursive
531 install-info: install-info-recursive
533 install-man:
535 install-pdf: install-pdf-recursive
537 install-ps: install-ps-recursive
539 installcheck-am:
541 maintainer-clean: maintainer-clean-recursive
542 -rm -f Makefile
543 maintainer-clean-am: distclean-am maintainer-clean-generic
545 mostlyclean: mostlyclean-recursive
547 mostlyclean-am: mostlyclean-generic
549 pdf: pdf-recursive
551 pdf-am:
553 ps: ps-recursive
555 ps-am:
557 uninstall-am: uninstall-dist_perllibDATA uninstall-nodist_perllibDATA
559 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
560 install-strip
562 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
563 all all-am check check-am clean clean-generic ctags \
564 ctags-recursive distclean distclean-generic distclean-tags \
565 distdir dvi dvi-am html html-am info info-am install \
566 install-am install-data install-data-am \
567 install-dist_perllibDATA install-dvi install-dvi-am \
568 install-exec install-exec-am install-html install-html-am \
569 install-info install-info-am install-man \
570 install-nodist_perllibDATA install-pdf install-pdf-am \
571 install-ps install-ps-am install-strip installcheck \
572 installcheck-am installdirs installdirs-am maintainer-clean \
573 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
574 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
575 uninstall-dist_perllibDATA uninstall-nodist_perllibDATA
578 Config.pm: Config.in Makefile
579 rm -f Config.tmp Config.pm
580 $(do_subst) $(srcdir)/Config.in >Config.tmp
581 chmod +x Config.tmp
582 chmod a-w Config.tmp
583 mv -f Config.tmp Config.pm
585 # Tell versions [3.59,3.63) of GNU make to not export all variables.
586 # Otherwise a system limit (for SysV at least) may be exceeded.
587 .NOEXPORT: