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