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