Support more C++ file extensions for MSVC in the compile script.
[platform/upstream/automake.git] / lib / Automake / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010  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.
10
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.
15
16 @SET_MAKE@
17
18 # Copyright (C) 2001, 2002, 2003, 2004, 2008, 2009, 2010 Free Software
19 # Foundation, Inc.
20
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.
25
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.
30
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/>.
33
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__installdirs = "$(DESTDIR)$(perllibdir)" "$(DESTDIR)$(perllibdir)"
100 DATA = $(dist_perllib_DATA) $(nodist_perllib_DATA)
101 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
102   distclean-recursive maintainer-clean-recursive
103 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
104         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
105         distdir
106 ETAGS = etags
107 CTAGS = ctags
108 DIST_SUBDIRS = $(SUBDIRS)
109 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110 am__relativize = \
111   dir0=`pwd`; \
112   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
113   sed_rest='s,^[^/]*/*,,'; \
114   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
115   sed_butlast='s,/*[^/]*$$,,'; \
116   while test -n "$$dir1"; do \
117     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
118     if test "$$first" != "."; then \
119       if test "$$first" = ".."; then \
120         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
121         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
122       else \
123         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
124         if test "$$first2" = "$$first"; then \
125           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
126         else \
127           dir2="../$$dir2"; \
128         fi; \
129         dir0="$$dir0"/"$$first"; \
130       fi; \
131     fi; \
132     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
133   done; \
134   reldir="$$dir2"
135 ACLOCAL = @ACLOCAL@
136 AMTAR = @AMTAR@
137 APIVERSION = @APIVERSION@
138 AUTOCONF = @AUTOCONF@
139 AUTOHEADER = @AUTOHEADER@
140 AUTOMAKE = @AUTOMAKE@
141 AWK = @AWK@
142 CYGPATH_W = @CYGPATH_W@
143 DEFS = @DEFS@
144 ECHO_C = @ECHO_C@
145 ECHO_N = @ECHO_N@
146 ECHO_T = @ECHO_T@
147 EGREP = @EGREP@
148 FGREP = @FGREP@
149 GREP = @GREP@
150 HELP2MAN = @HELP2MAN@
151 INSTALL = @INSTALL@
152 INSTALL_DATA = @INSTALL_DATA@
153 INSTALL_PROGRAM = @INSTALL_PROGRAM@
154 INSTALL_SCRIPT = @INSTALL_SCRIPT@
155 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
156 LIBOBJS = @LIBOBJS@
157 LIBS = @LIBS@
158 LN = @LN@
159 LTLIBOBJS = @LTLIBOBJS@
160 MAKEINFO = @MAKEINFO@
161 MKDIR_P = @MKDIR_P@
162 MODIFICATION_DELAY = @MODIFICATION_DELAY@
163 PACKAGE = @PACKAGE@
164 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
165 PACKAGE_NAME = @PACKAGE_NAME@
166 PACKAGE_STRING = @PACKAGE_STRING@
167 PACKAGE_TARNAME = @PACKAGE_TARNAME@
168 PACKAGE_URL = @PACKAGE_URL@
169 PACKAGE_VERSION = @PACKAGE_VERSION@
170 PATH_SEPARATOR = @PATH_SEPARATOR@
171 PERL = @PERL@
172 PERL_THREADS = @PERL_THREADS@
173 SET_MAKE = @SET_MAKE@
174 SHELL = @SHELL@
175 STRIP = @STRIP@
176 TEX = @TEX@
177 VERSION = @VERSION@
178 abs_builddir = @abs_builddir@
179 abs_srcdir = @abs_srcdir@
180 abs_top_builddir = @abs_top_builddir@
181 abs_top_srcdir = @abs_top_srcdir@
182 am_AUTOCONF = @am_AUTOCONF@
183 am_AUTOHEADER = @am_AUTOHEADER@
184 am__leading_dot = @am__leading_dot@
185 am__tar = @am__tar@
186 am__untar = @am__untar@
187 bindir = @bindir@
188 build = @build@
189 build_alias = @build_alias@
190 build_cpu = @build_cpu@
191 build_os = @build_os@
192 build_vendor = @build_vendor@
193 builddir = @builddir@
194 datadir = @datadir@
195 datarootdir = @datarootdir@
196 docdir = @docdir@
197 dvidir = @dvidir@
198 exec_prefix = @exec_prefix@
199 host_alias = @host_alias@
200 htmldir = @htmldir@
201 includedir = @includedir@
202 infodir = @infodir@
203 install_sh = @install_sh@
204 libdir = @libdir@
205 libexecdir = @libexecdir@
206 localedir = @localedir@
207 localstatedir = @localstatedir@
208 mandir = @mandir@
209 mkdir_p = @mkdir_p@
210 oldincludedir = @oldincludedir@
211 pdfdir = @pdfdir@
212 pkgvdatadir = @pkgvdatadir@
213 prefix = @prefix@
214 program_transform_name = @program_transform_name@
215 psdir = @psdir@
216 sbindir = @sbindir@
217 sh_errexit_works = @sh_errexit_works@
218 sharedstatedir = @sharedstatedir@
219 srcdir = @srcdir@
220 sysconfdir = @sysconfdir@
221 target_alias = @target_alias@
222 top_build_prefix = @top_build_prefix@
223 top_builddir = @top_builddir@
224 top_srcdir = @top_srcdir@
225
226 # `make clean check' should build Config.pm first.
227 SUBDIRS = . tests
228 perllibdir = $(pkgvdatadir)/Automake
229 dist_perllib_DATA = \
230   ChannelDefs.pm \
231   Channels.pm \
232   Condition.pm \
233   Configure_ac.pm \
234   DisjConditions.pm \
235   FileUtils.pm \
236   General.pm \
237   Item.pm \
238   ItemDef.pm \
239   Location.pm \
240   Options.pm \
241   Rule.pm \
242   RuleDef.pm \
243   Struct.pm \
244   Variable.pm \
245   VarDef.pm \
246   Version.pm \
247   XFile.pm \
248   Wrap.pm
249
250 nodist_perllib_DATA = \
251   Config.pm
252
253 CLEANFILES = $(nodist_perllib_DATA)
254 do_subst = in=`echo $@ | sed 's/\.[^.]*$$//'`; sed \
255   -e 's,[@]APIVERSION[@],$(APIVERSION),g' \
256   -e 's,[@]PACKAGE[@],$(PACKAGE),g' \
257   -e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
258   -e 's,[@]PERL[@],$(PERL),g' \
259   -e 's,[@]PERL_THREADS[@],$(PERL_THREADS),g' \
260   -e 's,[@]SHELL[@],$(SHELL),g' \
261   -e 's,[@]VERSION[@],$(VERSION),g' \
262   -e "s,[@]configure_input[@],Generated from $$in.in; do not edit by hand.,g" \
263   -e 's,[@]datadir[@],$(datadir),g'
264
265 EXTRA_DIST = Config.in
266 all: all-recursive
267
268 .SUFFIXES:
269 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
270         @for dep in $?; do \
271           case '$(am__configure_deps)' in \
272             *$$dep*) \
273               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
274                 && { if test -f $@; then exit 0; else break; fi; }; \
275               exit 1;; \
276           esac; \
277         done; \
278         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Automake/Makefile'; \
279         $(am__cd) $(top_srcdir) && \
280           $(AUTOMAKE) --gnu lib/Automake/Makefile
281 .PRECIOUS: Makefile
282 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
283         @case '$?' in \
284           *config.status*) \
285             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
286           *) \
287             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
288             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
289         esac;
290
291 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
292         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293
294 $(top_srcdir)/configure:  $(am__configure_deps)
295         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
296 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
297         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298 $(am__aclocal_m4_deps):
299 install-dist_perllibDATA: $(dist_perllib_DATA)
300         @$(NORMAL_INSTALL)
301         test -z "$(perllibdir)" || $(MKDIR_P) "$(DESTDIR)$(perllibdir)"
302         @list='$(dist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \
303         for p in $$list; do \
304           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
305           echo "$$d$$p"; \
306         done | $(am__base_list) | \
307         while read files; do \
308           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(perllibdir)'"; \
309           $(INSTALL_DATA) $$files "$(DESTDIR)$(perllibdir)" || exit $$?; \
310         done
311
312 uninstall-dist_perllibDATA:
313         @$(NORMAL_UNINSTALL)
314         @list='$(dist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \
315         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
316         test -n "$$files" || exit 0; \
317         echo " ( cd '$(DESTDIR)$(perllibdir)' && rm -f" $$files ")"; \
318         cd "$(DESTDIR)$(perllibdir)" && rm -f $$files
319 install-nodist_perllibDATA: $(nodist_perllib_DATA)
320         @$(NORMAL_INSTALL)
321         test -z "$(perllibdir)" || $(MKDIR_P) "$(DESTDIR)$(perllibdir)"
322         @list='$(nodist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \
323         for p in $$list; do \
324           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
325           echo "$$d$$p"; \
326         done | $(am__base_list) | \
327         while read files; do \
328           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(perllibdir)'"; \
329           $(INSTALL_DATA) $$files "$(DESTDIR)$(perllibdir)" || exit $$?; \
330         done
331
332 uninstall-nodist_perllibDATA:
333         @$(NORMAL_UNINSTALL)
334         @list='$(nodist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \
335         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
336         test -n "$$files" || exit 0; \
337         echo " ( cd '$(DESTDIR)$(perllibdir)' && rm -f" $$files ")"; \
338         cd "$(DESTDIR)$(perllibdir)" && rm -f $$files
339
340 # This directory's subdirectories are mostly independent; you can cd
341 # into them and run `make' without going through this Makefile.
342 # To change the values of `make' variables: instead of editing Makefiles,
343 # (1) if the variable is set in `config.status', edit `config.status'
344 #     (which will cause the Makefiles to be regenerated when you run `make');
345 # (2) otherwise, pass the desired values on the `make' command line.
346 $(RECURSIVE_TARGETS):
347         @fail= failcom='exit 1'; \
348         for f in x $$MAKEFLAGS; do \
349           case $$f in \
350             *=* | --[!k]*);; \
351             *k*) failcom='fail=yes';; \
352           esac; \
353         done; \
354         dot_seen=no; \
355         target=`echo $@ | sed s/-recursive//`; \
356         list='$(SUBDIRS)'; for subdir in $$list; do \
357           echo "Making $$target in $$subdir"; \
358           if test "$$subdir" = "."; then \
359             dot_seen=yes; \
360             local_target="$$target-am"; \
361           else \
362             local_target="$$target"; \
363           fi; \
364           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365           || eval $$failcom; \
366         done; \
367         if test "$$dot_seen" = "no"; then \
368           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
369         fi; test -z "$$fail"
370
371 $(RECURSIVE_CLEAN_TARGETS):
372         @fail= failcom='exit 1'; \
373         for f in x $$MAKEFLAGS; do \
374           case $$f in \
375             *=* | --[!k]*);; \
376             *k*) failcom='fail=yes';; \
377           esac; \
378         done; \
379         dot_seen=no; \
380         case "$@" in \
381           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
382           *) list='$(SUBDIRS)' ;; \
383         esac; \
384         rev=''; for subdir in $$list; do \
385           if test "$$subdir" = "."; then :; else \
386             rev="$$subdir $$rev"; \
387           fi; \
388         done; \
389         rev="$$rev ."; \
390         target=`echo $@ | sed s/-recursive//`; \
391         for subdir in $$rev; do \
392           echo "Making $$target in $$subdir"; \
393           if test "$$subdir" = "."; then \
394             local_target="$$target-am"; \
395           else \
396             local_target="$$target"; \
397           fi; \
398           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399           || eval $$failcom; \
400         done && test -z "$$fail"
401 tags-recursive:
402         list='$(SUBDIRS)'; for subdir in $$list; do \
403           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
404         done
405 ctags-recursive:
406         list='$(SUBDIRS)'; for subdir in $$list; do \
407           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
408         done
409
410 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
411         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
412         unique=`for i in $$list; do \
413             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414           done | \
415           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416               END { if (nonempty) { for (i in files) print i; }; }'`; \
417         mkid -fID $$unique
418 tags: TAGS
419
420 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
421                 $(TAGS_FILES) $(LISP)
422         set x; \
423         here=`pwd`; \
424         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
425           include_option=--etags-include; \
426           empty_fix=.; \
427         else \
428           include_option=--include; \
429           empty_fix=; \
430         fi; \
431         list='$(SUBDIRS)'; for subdir in $$list; do \
432           if test "$$subdir" = .; then :; else \
433             test ! -f $$subdir/TAGS || \
434               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
435           fi; \
436         done; \
437         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
438         unique=`for i in $$list; do \
439             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440           done | \
441           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442               END { if (nonempty) { for (i in files) print i; }; }'`; \
443         shift; \
444         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
445           test -n "$$unique" || unique=$$empty_fix; \
446           if test $$# -gt 0; then \
447             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448               "$$@" $$unique; \
449           else \
450             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451               $$unique; \
452           fi; \
453         fi
454 ctags: CTAGS
455 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
456                 $(TAGS_FILES) $(LISP)
457         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
458         unique=`for i in $$list; do \
459             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460           done | \
461           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462               END { if (nonempty) { for (i in files) print i; }; }'`; \
463         test -z "$(CTAGS_ARGS)$$unique" \
464           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
465              $$unique
466
467 GTAGS:
468         here=`$(am__cd) $(top_builddir) && pwd` \
469           && $(am__cd) $(top_srcdir) \
470           && gtags -i $(GTAGS_ARGS) "$$here"
471
472 distclean-tags:
473         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
474
475 distdir: $(DISTFILES)
476         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
477         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
478         list='$(DISTFILES)'; \
479           dist_files=`for file in $$list; do echo $$file; done | \
480           sed -e "s|^$$srcdirstrip/||;t" \
481               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
482         case $$dist_files in \
483           */*) $(MKDIR_P) `echo "$$dist_files" | \
484                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
485                            sort -u` ;; \
486         esac; \
487         for file in $$dist_files; do \
488           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
489           if test -d $$d/$$file; then \
490             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
491             if test -d "$(distdir)/$$file"; then \
492               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493             fi; \
494             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
495               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
496               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
497             fi; \
498             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
499           else \
500             test -f "$(distdir)/$$file" \
501             || cp -p $$d/$$file "$(distdir)/$$file" \
502             || exit 1; \
503           fi; \
504         done
505         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
506           if test "$$subdir" = .; then :; else \
507             test -d "$(distdir)/$$subdir" \
508             || $(MKDIR_P) "$(distdir)/$$subdir" \
509             || exit 1; \
510           fi; \
511         done
512         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
513           if test "$$subdir" = .; then :; else \
514             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
515             $(am__relativize); \
516             new_distdir=$$reldir; \
517             dir1=$$subdir; dir2="$(top_distdir)"; \
518             $(am__relativize); \
519             new_top_distdir=$$reldir; \
520             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
521             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
522             ($(am__cd) $$subdir && \
523               $(MAKE) $(AM_MAKEFLAGS) \
524                 top_distdir="$$new_top_distdir" \
525                 distdir="$$new_distdir" \
526                 am__remove_distdir=: \
527                 am__skip_length_check=: \
528                 am__skip_mode_fix=: \
529                 distdir) \
530               || exit 1; \
531           fi; \
532         done
533 check-am: all-am
534 check: check-recursive
535 all-am: Makefile $(DATA)
536 installdirs: installdirs-recursive
537 installdirs-am:
538         for dir in "$(DESTDIR)$(perllibdir)" "$(DESTDIR)$(perllibdir)"; do \
539           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
540         done
541 install: install-recursive
542 install-exec: install-exec-recursive
543 install-data: install-data-recursive
544 uninstall: uninstall-recursive
545
546 install-am: all-am
547         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
548
549 installcheck: installcheck-recursive
550 install-strip:
551         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
552           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
553           `test -z '$(STRIP)' || \
554             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
555 mostlyclean-generic:
556
557 clean-generic:
558         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
559
560 distclean-generic:
561         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
562         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
563
564 maintainer-clean-generic:
565         @echo "This command is intended for maintainers to use"
566         @echo "it deletes files that may require special tools to rebuild."
567 clean: clean-recursive
568
569 clean-am: clean-generic mostlyclean-am
570
571 distclean: distclean-recursive
572         -rm -f Makefile
573 distclean-am: clean-am distclean-generic distclean-tags
574
575 dvi: dvi-recursive
576
577 dvi-am:
578
579 html: html-recursive
580
581 html-am:
582
583 info: info-recursive
584
585 info-am:
586
587 install-data-am: install-dist_perllibDATA install-nodist_perllibDATA
588
589 install-dvi: install-dvi-recursive
590
591 install-dvi-am:
592
593 install-exec-am:
594
595 install-html: install-html-recursive
596
597 install-html-am:
598
599 install-info: install-info-recursive
600
601 install-info-am:
602
603 install-man:
604
605 install-pdf: install-pdf-recursive
606
607 install-pdf-am:
608
609 install-ps: install-ps-recursive
610
611 install-ps-am:
612
613 installcheck-am:
614
615 maintainer-clean: maintainer-clean-recursive
616         -rm -f Makefile
617 maintainer-clean-am: distclean-am maintainer-clean-generic
618
619 mostlyclean: mostlyclean-recursive
620
621 mostlyclean-am: mostlyclean-generic
622
623 pdf: pdf-recursive
624
625 pdf-am:
626
627 ps: ps-recursive
628
629 ps-am:
630
631 uninstall-am: uninstall-dist_perllibDATA uninstall-nodist_perllibDATA
632
633 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
634         install-am install-strip tags-recursive
635
636 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
637         all all-am check check-am clean clean-generic ctags \
638         ctags-recursive distclean distclean-generic distclean-tags \
639         distdir dvi dvi-am html html-am info info-am install \
640         install-am install-data install-data-am \
641         install-dist_perllibDATA install-dvi install-dvi-am \
642         install-exec install-exec-am install-html install-html-am \
643         install-info install-info-am install-man \
644         install-nodist_perllibDATA install-pdf install-pdf-am \
645         install-ps install-ps-am install-strip installcheck \
646         installcheck-am installdirs installdirs-am maintainer-clean \
647         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
648         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
649         uninstall-dist_perllibDATA uninstall-nodist_perllibDATA
650
651
652 Config.pm: Config.in Makefile
653         rm -f Config.tmp Config.pm
654         $(do_subst) $(srcdir)/Config.in >Config.tmp
655         chmod +x Config.tmp
656         chmod a-w Config.tmp
657         mv -f Config.tmp Config.pm
658
659 # Tell versions [3.59,3.63) of GNU make to not export all variables.
660 # Otherwise a system limit (for SysV at least) may be exceeded.
661 .NOEXPORT: