Version 1.11.1.
[automake.git] / lib / Automake / Makefile.in
blobfcd6adc849a0c67a899052e46620cf12d76ab29e
1 # Makefile.in generated by automake 1.11.1 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, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 subdir = lib/Automake
37 DIST_COMMON = $(dist_perllib_DATA) $(srcdir)/Makefile.am \
38 $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/m4/amversion.m4 \
41 $(top_srcdir)/m4/auxdir.m4 $(top_srcdir)/m4/init.m4 \
42 $(top_srcdir)/m4/install-sh.m4 $(top_srcdir)/m4/lead-dot.m4 \
43 $(top_srcdir)/m4/missing.m4 $(top_srcdir)/m4/mkdirp.m4 \
44 $(top_srcdir)/m4/options.m4 $(top_srcdir)/m4/runlog.m4 \
45 $(top_srcdir)/m4/sanity.m4 $(top_srcdir)/m4/strip.m4 \
46 $(top_srcdir)/m4/substnot.m4 $(top_srcdir)/m4/tar.m4 \
47 $(top_srcdir)/configure.ac
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49 $(ACLOCAL_M4)
50 mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
51 CONFIG_CLEAN_FILES =
52 CONFIG_CLEAN_VPATH_FILES =
53 SOURCES =
54 DIST_SOURCES =
55 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56 html-recursive info-recursive install-data-recursive \
57 install-dvi-recursive install-exec-recursive \
58 install-html-recursive install-info-recursive \
59 install-pdf-recursive install-ps-recursive install-recursive \
60 installcheck-recursive installdirs-recursive pdf-recursive \
61 ps-recursive uninstall-recursive
62 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63 am__vpath_adj = case $$p in \
64 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
65 *) f=$$p;; \
66 esac;
67 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
68 am__install_max = 40
69 am__nobase_strip_setup = \
70 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
71 am__nobase_strip = \
72 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
73 am__nobase_list = $(am__nobase_strip_setup); \
74 for p in $$list; do echo "$$p $$p"; done | \
75 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
76 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
77 if (++n[$$2] == $(am__install_max)) \
78 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
79 END { for (dir in files) print dir, files[dir] }'
80 am__base_list = \
81 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
82 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
83 am__installdirs = "$(DESTDIR)$(perllibdir)" "$(DESTDIR)$(perllibdir)"
84 DATA = $(dist_perllib_DATA) $(nodist_perllib_DATA)
85 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
86 distclean-recursive maintainer-clean-recursive
87 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
88 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
89 distdir
90 ETAGS = etags
91 CTAGS = ctags
92 DIST_SUBDIRS = $(SUBDIRS)
93 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94 am__relativize = \
95 dir0=`pwd`; \
96 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
97 sed_rest='s,^[^/]*/*,,'; \
98 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
99 sed_butlast='s,/*[^/]*$$,,'; \
100 while test -n "$$dir1"; do \
101 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
102 if test "$$first" != "."; then \
103 if test "$$first" = ".."; then \
104 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
105 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
106 else \
107 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
108 if test "$$first2" = "$$first"; then \
109 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
110 else \
111 dir2="../$$dir2"; \
112 fi; \
113 dir0="$$dir0"/"$$first"; \
114 fi; \
115 fi; \
116 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
117 done; \
118 reldir="$$dir2"
119 ACLOCAL = @ACLOCAL@
120 AMTAR = @AMTAR@
121 APIVERSION = @APIVERSION@
122 AUTOCONF = @AUTOCONF@
123 AUTOHEADER = @AUTOHEADER@
124 AUTOMAKE = @AUTOMAKE@
125 AWK = @AWK@
126 CYGPATH_W = @CYGPATH_W@
127 DEFS = @DEFS@
128 ECHO_C = @ECHO_C@
129 ECHO_N = @ECHO_N@
130 ECHO_T = @ECHO_T@
131 EGREP = @EGREP@
132 FGREP = @FGREP@
133 GREP = @GREP@
134 HELP2MAN = @HELP2MAN@
135 INSTALL = @INSTALL@
136 INSTALL_DATA = @INSTALL_DATA@
137 INSTALL_PROGRAM = @INSTALL_PROGRAM@
138 INSTALL_SCRIPT = @INSTALL_SCRIPT@
139 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140 LIBOBJS = @LIBOBJS@
141 LIBS = @LIBS@
142 LN = @LN@
143 LTLIBOBJS = @LTLIBOBJS@
144 MAKEINFO = @MAKEINFO@
145 MKDIR_P = @MKDIR_P@
146 MODIFICATION_DELAY = @MODIFICATION_DELAY@
147 PACKAGE = @PACKAGE@
148 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
149 PACKAGE_NAME = @PACKAGE_NAME@
150 PACKAGE_STRING = @PACKAGE_STRING@
151 PACKAGE_TARNAME = @PACKAGE_TARNAME@
152 PACKAGE_URL = @PACKAGE_URL@
153 PACKAGE_VERSION = @PACKAGE_VERSION@
154 PATH_SEPARATOR = @PATH_SEPARATOR@
155 PERL = @PERL@
156 PERL_THREADS = @PERL_THREADS@
157 SET_MAKE = @SET_MAKE@
158 SHELL = @SHELL@
159 STRIP = @STRIP@
160 TEX = @TEX@
161 VERSION = @VERSION@
162 abs_builddir = @abs_builddir@
163 abs_srcdir = @abs_srcdir@
164 abs_top_builddir = @abs_top_builddir@
165 abs_top_srcdir = @abs_top_srcdir@
166 am_AUTOCONF = @am_AUTOCONF@
167 am_AUTOHEADER = @am_AUTOHEADER@
168 am__leading_dot = @am__leading_dot@
169 am__tar = @am__tar@
170 am__untar = @am__untar@
171 bindir = @bindir@
172 build = @build@
173 build_alias = @build_alias@
174 build_cpu = @build_cpu@
175 build_os = @build_os@
176 build_vendor = @build_vendor@
177 builddir = @builddir@
178 datadir = @datadir@
179 datarootdir = @datarootdir@
180 docdir = @docdir@
181 dvidir = @dvidir@
182 exec_prefix = @exec_prefix@
183 host_alias = @host_alias@
184 htmldir = @htmldir@
185 includedir = @includedir@
186 infodir = @infodir@
187 install_sh = @install_sh@
188 libdir = @libdir@
189 libexecdir = @libexecdir@
190 localedir = @localedir@
191 localstatedir = @localstatedir@
192 mandir = @mandir@
193 mkdir_p = @mkdir_p@
194 oldincludedir = @oldincludedir@
195 pdfdir = @pdfdir@
196 pkgvdatadir = @pkgvdatadir@
197 prefix = @prefix@
198 program_transform_name = @program_transform_name@
199 psdir = @psdir@
200 sbindir = @sbindir@
201 sh_errexit_works = @sh_errexit_works@
202 sharedstatedir = @sharedstatedir@
203 srcdir = @srcdir@
204 sysconfdir = @sysconfdir@
205 target_alias = @target_alias@
206 top_build_prefix = @top_build_prefix@
207 top_builddir = @top_builddir@
208 top_srcdir = @top_srcdir@
210 # `make clean check' should build Config.pm first.
211 SUBDIRS = . tests
212 perllibdir = $(pkgvdatadir)/Automake
213 dist_perllib_DATA = \
214 ChannelDefs.pm \
215 Channels.pm \
216 Condition.pm \
217 Configure_ac.pm \
218 DisjConditions.pm \
219 FileUtils.pm \
220 General.pm \
221 Item.pm \
222 ItemDef.pm \
223 Location.pm \
224 Options.pm \
225 Rule.pm \
226 RuleDef.pm \
227 Struct.pm \
228 Variable.pm \
229 VarDef.pm \
230 Version.pm \
231 XFile.pm \
232 Wrap.pm
234 nodist_perllib_DATA = \
235 Config.pm
237 CLEANFILES = $(nodist_perllib_DATA)
238 do_subst = in=`echo $@ | sed 's/\.[^.]*$$//'`; sed \
239 -e 's,[@]APIVERSION[@],$(APIVERSION),g' \
240 -e 's,[@]PACKAGE[@],$(PACKAGE),g' \
241 -e 's,[@]PERL[@],$(PERL),g' \
242 -e 's,[@]PERL_THREADS[@],$(PERL_THREADS),g' \
243 -e 's,[@]SHELL[@],$(SHELL),g' \
244 -e 's,[@]VERSION[@],$(VERSION),g' \
245 -e "s,[@]configure_input[@],Generated from $$in.in; do not edit by hand.,g" \
246 -e 's,[@]datadir[@],$(datadir),g'
248 EXTRA_DIST = Config.in
249 all: all-recursive
251 .SUFFIXES:
252 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
253 @for dep in $?; do \
254 case '$(am__configure_deps)' in \
255 *$$dep*) \
256 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
257 && { if test -f $@; then exit 0; else break; fi; }; \
258 exit 1;; \
259 esac; \
260 done; \
261 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Automake/Makefile'; \
262 $(am__cd) $(top_srcdir) && \
263 $(AUTOMAKE) --gnu lib/Automake/Makefile
264 .PRECIOUS: Makefile
265 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266 @case '$?' in \
267 *config.status*) \
268 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
269 *) \
270 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
271 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
272 esac;
274 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
275 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277 $(top_srcdir)/configure: $(am__configure_deps)
278 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
280 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281 $(am__aclocal_m4_deps):
282 install-dist_perllibDATA: $(dist_perllib_DATA)
283 @$(NORMAL_INSTALL)
284 test -z "$(perllibdir)" || $(MKDIR_P) "$(DESTDIR)$(perllibdir)"
285 @list='$(dist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \
286 for p in $$list; do \
287 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
288 echo "$$d$$p"; \
289 done | $(am__base_list) | \
290 while read files; do \
291 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(perllibdir)'"; \
292 $(INSTALL_DATA) $$files "$(DESTDIR)$(perllibdir)" || exit $$?; \
293 done
295 uninstall-dist_perllibDATA:
296 @$(NORMAL_UNINSTALL)
297 @list='$(dist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \
298 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
299 test -n "$$files" || exit 0; \
300 echo " ( cd '$(DESTDIR)$(perllibdir)' && rm -f" $$files ")"; \
301 cd "$(DESTDIR)$(perllibdir)" && rm -f $$files
302 install-nodist_perllibDATA: $(nodist_perllib_DATA)
303 @$(NORMAL_INSTALL)
304 test -z "$(perllibdir)" || $(MKDIR_P) "$(DESTDIR)$(perllibdir)"
305 @list='$(nodist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \
306 for p in $$list; do \
307 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
308 echo "$$d$$p"; \
309 done | $(am__base_list) | \
310 while read files; do \
311 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(perllibdir)'"; \
312 $(INSTALL_DATA) $$files "$(DESTDIR)$(perllibdir)" || exit $$?; \
313 done
315 uninstall-nodist_perllibDATA:
316 @$(NORMAL_UNINSTALL)
317 @list='$(nodist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \
318 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
319 test -n "$$files" || exit 0; \
320 echo " ( cd '$(DESTDIR)$(perllibdir)' && rm -f" $$files ")"; \
321 cd "$(DESTDIR)$(perllibdir)" && rm -f $$files
323 # This directory's subdirectories are mostly independent; you can cd
324 # into them and run `make' without going through this Makefile.
325 # To change the values of `make' variables: instead of editing Makefiles,
326 # (1) if the variable is set in `config.status', edit `config.status'
327 # (which will cause the Makefiles to be regenerated when you run `make');
328 # (2) otherwise, pass the desired values on the `make' command line.
329 $(RECURSIVE_TARGETS):
330 @fail= failcom='exit 1'; \
331 for f in x $$MAKEFLAGS; do \
332 case $$f in \
333 *=* | --[!k]*);; \
334 *k*) failcom='fail=yes';; \
335 esac; \
336 done; \
337 dot_seen=no; \
338 target=`echo $@ | sed s/-recursive//`; \
339 list='$(SUBDIRS)'; for subdir in $$list; do \
340 echo "Making $$target in $$subdir"; \
341 if test "$$subdir" = "."; then \
342 dot_seen=yes; \
343 local_target="$$target-am"; \
344 else \
345 local_target="$$target"; \
346 fi; \
347 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
348 || eval $$failcom; \
349 done; \
350 if test "$$dot_seen" = "no"; then \
351 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
352 fi; test -z "$$fail"
354 $(RECURSIVE_CLEAN_TARGETS):
355 @fail= failcom='exit 1'; \
356 for f in x $$MAKEFLAGS; do \
357 case $$f in \
358 *=* | --[!k]*);; \
359 *k*) failcom='fail=yes';; \
360 esac; \
361 done; \
362 dot_seen=no; \
363 case "$@" in \
364 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
365 *) list='$(SUBDIRS)' ;; \
366 esac; \
367 rev=''; for subdir in $$list; do \
368 if test "$$subdir" = "."; then :; else \
369 rev="$$subdir $$rev"; \
370 fi; \
371 done; \
372 rev="$$rev ."; \
373 target=`echo $@ | sed s/-recursive//`; \
374 for subdir in $$rev; do \
375 echo "Making $$target in $$subdir"; \
376 if test "$$subdir" = "."; then \
377 local_target="$$target-am"; \
378 else \
379 local_target="$$target"; \
380 fi; \
381 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
382 || eval $$failcom; \
383 done && test -z "$$fail"
384 tags-recursive:
385 list='$(SUBDIRS)'; for subdir in $$list; do \
386 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
387 done
388 ctags-recursive:
389 list='$(SUBDIRS)'; for subdir in $$list; do \
390 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
391 done
393 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
394 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
395 unique=`for i in $$list; do \
396 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397 done | \
398 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399 END { if (nonempty) { for (i in files) print i; }; }'`; \
400 mkid -fID $$unique
401 tags: TAGS
403 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
404 $(TAGS_FILES) $(LISP)
405 set x; \
406 here=`pwd`; \
407 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
408 include_option=--etags-include; \
409 empty_fix=.; \
410 else \
411 include_option=--include; \
412 empty_fix=; \
413 fi; \
414 list='$(SUBDIRS)'; for subdir in $$list; do \
415 if test "$$subdir" = .; then :; else \
416 test ! -f $$subdir/TAGS || \
417 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
418 fi; \
419 done; \
420 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
421 unique=`for i in $$list; do \
422 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423 done | \
424 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425 END { if (nonempty) { for (i in files) print i; }; }'`; \
426 shift; \
427 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
428 test -n "$$unique" || unique=$$empty_fix; \
429 if test $$# -gt 0; then \
430 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
431 "$$@" $$unique; \
432 else \
433 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
434 $$unique; \
435 fi; \
437 ctags: CTAGS
438 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
439 $(TAGS_FILES) $(LISP)
440 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
441 unique=`for i in $$list; do \
442 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443 done | \
444 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445 END { if (nonempty) { for (i in files) print i; }; }'`; \
446 test -z "$(CTAGS_ARGS)$$unique" \
447 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
448 $$unique
450 GTAGS:
451 here=`$(am__cd) $(top_builddir) && pwd` \
452 && $(am__cd) $(top_srcdir) \
453 && gtags -i $(GTAGS_ARGS) "$$here"
455 distclean-tags:
456 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
458 distdir: $(DISTFILES)
459 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
460 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461 list='$(DISTFILES)'; \
462 dist_files=`for file in $$list; do echo $$file; done | \
463 sed -e "s|^$$srcdirstrip/||;t" \
464 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
465 case $$dist_files in \
466 */*) $(MKDIR_P) `echo "$$dist_files" | \
467 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
468 sort -u` ;; \
469 esac; \
470 for file in $$dist_files; do \
471 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
472 if test -d $$d/$$file; then \
473 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
474 if test -d "$(distdir)/$$file"; then \
475 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
476 fi; \
477 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
478 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
479 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
480 fi; \
481 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
482 else \
483 test -f "$(distdir)/$$file" \
484 || cp -p $$d/$$file "$(distdir)/$$file" \
485 || exit 1; \
486 fi; \
487 done
488 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
489 if test "$$subdir" = .; then :; else \
490 test -d "$(distdir)/$$subdir" \
491 || $(MKDIR_P) "$(distdir)/$$subdir" \
492 || exit 1; \
493 fi; \
494 done
495 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
496 if test "$$subdir" = .; then :; else \
497 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
498 $(am__relativize); \
499 new_distdir=$$reldir; \
500 dir1=$$subdir; dir2="$(top_distdir)"; \
501 $(am__relativize); \
502 new_top_distdir=$$reldir; \
503 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
504 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
505 ($(am__cd) $$subdir && \
506 $(MAKE) $(AM_MAKEFLAGS) \
507 top_distdir="$$new_top_distdir" \
508 distdir="$$new_distdir" \
509 am__remove_distdir=: \
510 am__skip_length_check=: \
511 am__skip_mode_fix=: \
512 distdir) \
513 || exit 1; \
514 fi; \
515 done
516 check-am: all-am
517 check: check-recursive
518 all-am: Makefile $(DATA)
519 installdirs: installdirs-recursive
520 installdirs-am:
521 for dir in "$(DESTDIR)$(perllibdir)" "$(DESTDIR)$(perllibdir)"; do \
522 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
523 done
524 install: install-recursive
525 install-exec: install-exec-recursive
526 install-data: install-data-recursive
527 uninstall: uninstall-recursive
529 install-am: all-am
530 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
532 installcheck: installcheck-recursive
533 install-strip:
534 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
535 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
536 `test -z '$(STRIP)' || \
537 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
538 mostlyclean-generic:
540 clean-generic:
541 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
543 distclean-generic:
544 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
545 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
547 maintainer-clean-generic:
548 @echo "This command is intended for maintainers to use"
549 @echo "it deletes files that may require special tools to rebuild."
550 clean: clean-recursive
552 clean-am: clean-generic mostlyclean-am
554 distclean: distclean-recursive
555 -rm -f Makefile
556 distclean-am: clean-am distclean-generic distclean-tags
558 dvi: dvi-recursive
560 dvi-am:
562 html: html-recursive
564 html-am:
566 info: info-recursive
568 info-am:
570 install-data-am: install-dist_perllibDATA install-nodist_perllibDATA
572 install-dvi: install-dvi-recursive
574 install-dvi-am:
576 install-exec-am:
578 install-html: install-html-recursive
580 install-html-am:
582 install-info: install-info-recursive
584 install-info-am:
586 install-man:
588 install-pdf: install-pdf-recursive
590 install-pdf-am:
592 install-ps: install-ps-recursive
594 install-ps-am:
596 installcheck-am:
598 maintainer-clean: maintainer-clean-recursive
599 -rm -f Makefile
600 maintainer-clean-am: distclean-am maintainer-clean-generic
602 mostlyclean: mostlyclean-recursive
604 mostlyclean-am: mostlyclean-generic
606 pdf: pdf-recursive
608 pdf-am:
610 ps: ps-recursive
612 ps-am:
614 uninstall-am: uninstall-dist_perllibDATA uninstall-nodist_perllibDATA
616 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
617 install-am install-strip tags-recursive
619 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
620 all all-am check check-am clean clean-generic ctags \
621 ctags-recursive distclean distclean-generic distclean-tags \
622 distdir dvi dvi-am html html-am info info-am install \
623 install-am install-data install-data-am \
624 install-dist_perllibDATA install-dvi install-dvi-am \
625 install-exec install-exec-am install-html install-html-am \
626 install-info install-info-am install-man \
627 install-nodist_perllibDATA install-pdf install-pdf-am \
628 install-ps install-ps-am install-strip installcheck \
629 installcheck-am installdirs installdirs-am maintainer-clean \
630 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
631 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
632 uninstall-dist_perllibDATA uninstall-nodist_perllibDATA
635 Config.pm: Config.in Makefile
636 rm -f Config.tmp Config.pm
637 $(do_subst) $(srcdir)/Config.in >Config.tmp
638 chmod +x Config.tmp
639 chmod a-w Config.tmp
640 mv -f Config.tmp Config.pm
642 # Tell versions [3.59,3.63) of GNU make to not export all variables.
643 # Otherwise a system limit (for SysV at least) may be exceeded.
644 .NOEXPORT: