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