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