3b05946dae5639b9d967c5be0b12d79167fa194b
[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, 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_AUTOM4TE = @am_AUTOM4TE@
188 am_AUTORECONF = @am_AUTORECONF@
189 am_AUTOUPDATE = @am_AUTOUPDATE@
190 am__leading_dot = @am__leading_dot@
191 am__tar = @am__tar@
192 am__untar = @am__untar@
193 bindir = @bindir@
194 build = @build@
195 build_alias = @build_alias@
196 build_cpu = @build_cpu@
197 build_os = @build_os@
198 build_vendor = @build_vendor@
199 builddir = @builddir@
200 datadir = @datadir@
201 datarootdir = @datarootdir@
202 docdir = @docdir@
203 dvidir = @dvidir@
204 exec_prefix = @exec_prefix@
205 host_alias = @host_alias@
206 htmldir = @htmldir@
207 includedir = @includedir@
208 infodir = @infodir@
209 install_sh = @install_sh@
210 libdir = @libdir@
211 libexecdir = @libexecdir@
212 localedir = @localedir@
213 localstatedir = @localstatedir@
214 mandir = @mandir@
215 mkdir_p = @mkdir_p@
216 oldincludedir = @oldincludedir@
217 pdfdir = @pdfdir@
218 pkgvdatadir = @pkgvdatadir@
219 prefix = @prefix@
220 program_transform_name = @program_transform_name@
221 psdir = @psdir@
222 sbindir = @sbindir@
223 sh_errexit_works = @sh_errexit_works@
224 sharedstatedir = @sharedstatedir@
225 srcdir = @srcdir@
226 sysconfdir = @sysconfdir@
227 target_alias = @target_alias@
228 top_build_prefix = @top_build_prefix@
229 top_builddir = @top_builddir@
230 top_srcdir = @top_srcdir@
231 SUBDIRS = Automake am
232 dist_pkgvdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 \
233   config-ml.in
234
235 scriptdir = $(pkgvdatadir)
236 dist_script_DATA = config.guess config.sub install-sh mdate-sh missing \
237   mkinstalldirs elisp-comp ylwrap acinstall depcomp compile py-compile \
238   symlink-tree ar-lib
239
240 EXTRA_DIST = gnupload
241 all: all-recursive
242
243 .SUFFIXES:
244 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
245         @for dep in $?; do \
246           case '$(am__configure_deps)' in \
247             *$$dep*) \
248               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
249                 && { if test -f $@; then exit 0; else break; fi; }; \
250               exit 1;; \
251           esac; \
252         done; \
253         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
254         $(am__cd) $(top_srcdir) && \
255           $(AUTOMAKE) --gnu lib/Makefile
256 .PRECIOUS: Makefile
257 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258         @case '$?' in \
259           *config.status*) \
260             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
261           *) \
262             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
263             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
264         esac;
265
266 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
267         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
269 $(top_srcdir)/configure:  $(am__configure_deps)
270         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
272         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273 $(am__aclocal_m4_deps):
274 install-dist_pkgvdataDATA: $(dist_pkgvdata_DATA)
275         @$(NORMAL_INSTALL)
276         test -z "$(pkgvdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgvdatadir)"
277         @list='$(dist_pkgvdata_DATA)'; test -n "$(pkgvdatadir)" || list=; \
278         for p in $$list; do \
279           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
280           echo "$$d$$p"; \
281         done | $(am__base_list) | \
282         while read files; do \
283           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgvdatadir)'"; \
284           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgvdatadir)" || exit $$?; \
285         done
286
287 uninstall-dist_pkgvdataDATA:
288         @$(NORMAL_UNINSTALL)
289         @list='$(dist_pkgvdata_DATA)'; test -n "$(pkgvdatadir)" || list=; \
290         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
291         test -n "$$files" || exit 0; \
292         echo " ( cd '$(DESTDIR)$(pkgvdatadir)' && rm -f" $$files ")"; \
293         cd "$(DESTDIR)$(pkgvdatadir)" && rm -f $$files
294 install-dist_scriptDATA: $(dist_script_DATA)
295         @$(NORMAL_INSTALL)
296         test -z "$(scriptdir)" || $(MKDIR_P) "$(DESTDIR)$(scriptdir)"
297         @list='$(dist_script_DATA)'; test -n "$(scriptdir)" || list=; \
298         for p in $$list; do \
299           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
300           echo "$$d$$p"; \
301         done | $(am__base_list) | \
302         while read files; do \
303           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(scriptdir)'"; \
304           $(INSTALL_DATA) $$files "$(DESTDIR)$(scriptdir)" || exit $$?; \
305         done
306
307 uninstall-dist_scriptDATA:
308         @$(NORMAL_UNINSTALL)
309         @list='$(dist_script_DATA)'; test -n "$(scriptdir)" || list=; \
310         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
311         test -n "$$files" || exit 0; \
312         echo " ( cd '$(DESTDIR)$(scriptdir)' && rm -f" $$files ")"; \
313         cd "$(DESTDIR)$(scriptdir)" && rm -f $$files
314
315 # This directory's subdirectories are mostly independent; you can cd
316 # into them and run `make' without going through this Makefile.
317 # To change the values of `make' variables: instead of editing Makefiles,
318 # (1) if the variable is set in `config.status', edit `config.status'
319 #     (which will cause the Makefiles to be regenerated when you run `make');
320 # (2) otherwise, pass the desired values on the `make' command line.
321 $(RECURSIVE_TARGETS):
322         @fail= failcom='exit 1'; \
323         for f in x $$MAKEFLAGS; do \
324           case $$f in \
325             *=* | --[!k]*);; \
326             *k*) failcom='fail=yes';; \
327           esac; \
328         done; \
329         dot_seen=no; \
330         target=`echo $@ | sed s/-recursive//`; \
331         list='$(SUBDIRS)'; for subdir in $$list; do \
332           echo "Making $$target in $$subdir"; \
333           if test "$$subdir" = "."; then \
334             dot_seen=yes; \
335             local_target="$$target-am"; \
336           else \
337             local_target="$$target"; \
338           fi; \
339           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
340           || eval $$failcom; \
341         done; \
342         if test "$$dot_seen" = "no"; then \
343           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
344         fi; test -z "$$fail"
345
346 $(RECURSIVE_CLEAN_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         case "$@" in \
356           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
357           *) list='$(SUBDIRS)' ;; \
358         esac; \
359         rev=''; for subdir in $$list; do \
360           if test "$$subdir" = "."; then :; else \
361             rev="$$subdir $$rev"; \
362           fi; \
363         done; \
364         rev="$$rev ."; \
365         target=`echo $@ | sed s/-recursive//`; \
366         for subdir in $$rev; do \
367           echo "Making $$target in $$subdir"; \
368           if test "$$subdir" = "."; then \
369             local_target="$$target-am"; \
370           else \
371             local_target="$$target"; \
372           fi; \
373           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
374           || eval $$failcom; \
375         done && test -z "$$fail"
376 tags-recursive:
377         list='$(SUBDIRS)'; for subdir in $$list; do \
378           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
379         done
380 ctags-recursive:
381         list='$(SUBDIRS)'; for subdir in $$list; do \
382           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
383         done
384
385 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
386         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
387         unique=`for i in $$list; do \
388             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389           done | \
390           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391               END { if (nonempty) { for (i in files) print i; }; }'`; \
392         mkid -fID $$unique
393 tags: TAGS
394
395 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
396                 $(TAGS_FILES) $(LISP)
397         set x; \
398         here=`pwd`; \
399         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
400           include_option=--etags-include; \
401           empty_fix=.; \
402         else \
403           include_option=--include; \
404           empty_fix=; \
405         fi; \
406         list='$(SUBDIRS)'; for subdir in $$list; do \
407           if test "$$subdir" = .; then :; else \
408             test ! -f $$subdir/TAGS || \
409               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
410           fi; \
411         done; \
412         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
413         unique=`for i in $$list; do \
414             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415           done | \
416           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417               END { if (nonempty) { for (i in files) print i; }; }'`; \
418         shift; \
419         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
420           test -n "$$unique" || unique=$$empty_fix; \
421           if test $$# -gt 0; then \
422             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
423               "$$@" $$unique; \
424           else \
425             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
426               $$unique; \
427           fi; \
428         fi
429 ctags: CTAGS
430 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
431                 $(TAGS_FILES) $(LISP)
432         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
433         unique=`for i in $$list; do \
434             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
435           done | \
436           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
437               END { if (nonempty) { for (i in files) print i; }; }'`; \
438         test -z "$(CTAGS_ARGS)$$unique" \
439           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
440              $$unique
441
442 GTAGS:
443         here=`$(am__cd) $(top_builddir) && pwd` \
444           && $(am__cd) $(top_srcdir) \
445           && gtags -i $(GTAGS_ARGS) "$$here"
446
447 distclean-tags:
448         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
449
450 distdir: $(DISTFILES)
451         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
452         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
453         list='$(DISTFILES)'; \
454           dist_files=`for file in $$list; do echo $$file; done | \
455           sed -e "s|^$$srcdirstrip/||;t" \
456               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
457         case $$dist_files in \
458           */*) $(MKDIR_P) `echo "$$dist_files" | \
459                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
460                            sort -u` ;; \
461         esac; \
462         for file in $$dist_files; do \
463           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
464           if test -d $$d/$$file; then \
465             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
466             if test -d "$(distdir)/$$file"; then \
467               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468             fi; \
469             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
470               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
471               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
472             fi; \
473             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
474           else \
475             test -f "$(distdir)/$$file" \
476             || cp -p $$d/$$file "$(distdir)/$$file" \
477             || exit 1; \
478           fi; \
479         done
480         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
481           if test "$$subdir" = .; then :; else \
482             test -d "$(distdir)/$$subdir" \
483             || $(MKDIR_P) "$(distdir)/$$subdir" \
484             || exit 1; \
485           fi; \
486         done
487         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
488           if test "$$subdir" = .; then :; else \
489             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
490             $(am__relativize); \
491             new_distdir=$$reldir; \
492             dir1=$$subdir; dir2="$(top_distdir)"; \
493             $(am__relativize); \
494             new_top_distdir=$$reldir; \
495             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
496             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
497             ($(am__cd) $$subdir && \
498               $(MAKE) $(AM_MAKEFLAGS) \
499                 top_distdir="$$new_top_distdir" \
500                 distdir="$$new_distdir" \
501                 am__remove_distdir=: \
502                 am__skip_length_check=: \
503                 am__skip_mode_fix=: \
504                 distdir) \
505               || exit 1; \
506           fi; \
507         done
508 check-am: all-am
509 check: check-recursive
510 all-am: Makefile $(DATA)
511 installdirs: installdirs-recursive
512 installdirs-am:
513         for dir in "$(DESTDIR)$(pkgvdatadir)" "$(DESTDIR)$(scriptdir)"; do \
514           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
515         done
516 install: install-recursive
517 install-exec: install-exec-recursive
518 install-data: install-data-recursive
519 uninstall: uninstall-recursive
520
521 install-am: all-am
522         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
523
524 installcheck: installcheck-recursive
525 install-strip:
526         if test -z '$(STRIP)'; then \
527           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
528             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
529               install; \
530         else \
531           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
532             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
533             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
534         fi
535 mostlyclean-generic:
536
537 clean-generic:
538
539 distclean-generic:
540         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
541         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
542
543 maintainer-clean-generic:
544         @echo "This command is intended for maintainers to use"
545         @echo "it deletes files that may require special tools to rebuild."
546 clean: clean-recursive
547
548 clean-am: clean-generic mostlyclean-am
549
550 distclean: distclean-recursive
551         -rm -f Makefile
552 distclean-am: clean-am distclean-generic distclean-tags
553
554 dvi: dvi-recursive
555
556 dvi-am:
557
558 html: html-recursive
559
560 html-am:
561
562 info: info-recursive
563
564 info-am:
565
566 install-data-am: install-dist_pkgvdataDATA install-dist_scriptDATA
567         @$(NORMAL_INSTALL)
568         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
569 install-dvi: install-dvi-recursive
570
571 install-dvi-am:
572
573 install-exec-am:
574
575 install-html: install-html-recursive
576
577 install-html-am:
578
579 install-info: install-info-recursive
580
581 install-info-am:
582
583 install-man:
584
585 install-pdf: install-pdf-recursive
586
587 install-pdf-am:
588
589 install-ps: install-ps-recursive
590
591 install-ps-am:
592
593 installcheck-am: installcheck-local
594
595 maintainer-clean: maintainer-clean-recursive
596         -rm -f Makefile
597 maintainer-clean-am: distclean-am maintainer-clean-generic
598
599 mostlyclean: mostlyclean-recursive
600
601 mostlyclean-am: mostlyclean-generic
602
603 pdf: pdf-recursive
604
605 pdf-am:
606
607 ps: ps-recursive
608
609 ps-am:
610
611 uninstall-am: uninstall-dist_pkgvdataDATA uninstall-dist_scriptDATA
612
613 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
614         install-am install-data-am install-strip tags-recursive
615
616 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
617         all all-am check check-am clean clean-generic ctags \
618         ctags-recursive distclean distclean-generic distclean-tags \
619         distdir dvi dvi-am html html-am info info-am install \
620         install-am install-data install-data-am install-data-hook \
621         install-dist_pkgvdataDATA install-dist_scriptDATA install-dvi \
622         install-dvi-am install-exec install-exec-am install-html \
623         install-html-am install-info install-info-am install-man \
624         install-pdf install-pdf-am install-ps install-ps-am \
625         install-strip installcheck installcheck-am installcheck-local \
626         installdirs installdirs-am maintainer-clean \
627         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
628         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
629         uninstall-dist_pkgvdataDATA uninstall-dist_scriptDATA
630
631
632 install-data-hook:
633         @$(POST_INSTALL)
634         @for prog in $(dist_script_DATA); do \
635           echo " chmod +x $(DESTDIR)$(scriptdir)/$$prog"; \
636           chmod +x $(DESTDIR)$(scriptdir)/$$prog; \
637         done
638
639 installcheck-local:
640         for file in $(dist_script_DATA); do \
641           $(PERL) -e "exit ! -x '$(pkgvdatadir)/$$file';" || exit 1; \
642         done
643
644 # Tell versions [3.59,3.63) of GNU make to not export all variables.
645 # Otherwise a system limit (for SysV at least) may be exceeded.
646 .NOEXPORT: