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