]> CyberLeo.Net >> Repos - FreeBSD/releng/9.3.git/blob - contrib/file/Makefile.in
Update base system file(1) to 5.22 to address multiple denial of
[FreeBSD/releng/9.3.git] / contrib / file / Makefile.in
1 # Makefile.in generated by automake 1.14 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19   case $${target_option-} in \
20       ?) ;; \
21       *) echo "am__make_running_with_option: internal error: invalid" \
22               "target option '$${target_option-}' specified" >&2; \
23          exit 1;; \
24   esac; \
25   has_opt=no; \
26   sane_makeflags=$$MAKEFLAGS; \
27   if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29   else \
30     case $$MAKEFLAGS in \
31       *\\[\ \   ]*) \
32         bs=\\; \
33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35     esac; \
36   fi; \
37   skip_next=no; \
38   strip_trailopt () \
39   { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41   }; \
42   for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45       *=*|--*) continue;; \
46         -*I) strip_trailopt 'I'; skip_next=yes;; \
47       -*I?*) strip_trailopt 'I';; \
48         -*O) strip_trailopt 'O'; skip_next=yes;; \
49       -*O?*) strip_trailopt 'O';; \
50         -*l) strip_trailopt 'l'; skip_next=yes;; \
51       -*l?*) strip_trailopt 'l';; \
52       -[dEDm]) skip_next=yes;; \
53       -[JT]) skip_next=yes;; \
54     esac; \
55     case $$flg in \
56       *$$target_option*) has_opt=yes; break;; \
57     esac; \
58   done; \
59   test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgincludedir = $(includedir)/@PACKAGE@
63 pkglibdir = $(libdir)/@PACKAGE@
64 pkglibexecdir = $(libexecdir)/@PACKAGE@
65 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
66 install_sh_DATA = $(install_sh) -c -m 644
67 install_sh_PROGRAM = $(install_sh) -c
68 install_sh_SCRIPT = $(install_sh) -c
69 INSTALL_HEADER = $(INSTALL_DATA)
70 transform = $(program_transform_name)
71 NORMAL_INSTALL = :
72 PRE_INSTALL = :
73 POST_INSTALL = :
74 NORMAL_UNINSTALL = :
75 PRE_UNINSTALL = :
76 POST_UNINSTALL = :
77 build_triplet = @build@
78 host_triplet = @host@
79 subdir = .
80 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
81         $(top_srcdir)/configure $(am__configure_deps) \
82         $(srcdir)/config.h.in AUTHORS COPYING ChangeLog INSTALL NEWS \
83         README TODO compile config.guess config.sub depcomp install-sh \
84         missing ltmain.sh
85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
87         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
88         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
89         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
90 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91         $(ACLOCAL_M4)
92 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
93  configure.lineno config.status.lineno
94 mkinstalldirs = $(install_sh) -d
95 CONFIG_HEADER = config.h
96 CONFIG_CLEAN_FILES =
97 CONFIG_CLEAN_VPATH_FILES =
98 AM_V_P = $(am__v_P_@AM_V@)
99 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
100 am__v_P_0 = false
101 am__v_P_1 = :
102 AM_V_GEN = $(am__v_GEN_@AM_V@)
103 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
104 am__v_GEN_0 = @echo "  GEN     " $@;
105 am__v_GEN_1 = 
106 AM_V_at = $(am__v_at_@AM_V@)
107 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
108 am__v_at_0 = @
109 am__v_at_1 = 
110 SOURCES =
111 DIST_SOURCES =
112 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
113         ctags-recursive dvi-recursive html-recursive info-recursive \
114         install-data-recursive install-dvi-recursive \
115         install-exec-recursive install-html-recursive \
116         install-info-recursive install-pdf-recursive \
117         install-ps-recursive install-recursive installcheck-recursive \
118         installdirs-recursive pdf-recursive ps-recursive \
119         tags-recursive uninstall-recursive
120 am__can_run_installinfo = \
121   case $$AM_UPDATE_INFO_DIR in \
122     n|no|NO) false;; \
123     *) (install-info --version) >/dev/null 2>&1;; \
124   esac
125 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
126   distclean-recursive maintainer-clean-recursive
127 am__recursive_targets = \
128   $(RECURSIVE_TARGETS) \
129   $(RECURSIVE_CLEAN_TARGETS) \
130   $(am__extra_recursive_targets)
131 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
132         cscope distdir dist dist-all distcheck
133 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
134         $(LISP)config.h.in
135 # Read a list of newline-separated strings from the standard input,
136 # and print each of them once, without duplicates.  Input order is
137 # *not* preserved.
138 am__uniquify_input = $(AWK) '\
139   BEGIN { nonempty = 0; } \
140   { items[$$0] = 1; nonempty = 1; } \
141   END { if (nonempty) { for (i in items) print i; }; } \
142 '
143 # Make sure the list of sources is unique.  This is necessary because,
144 # e.g., the same source file might be shared among _SOURCES variables
145 # for different programs/libraries.
146 am__define_uniq_tagged_files = \
147   list='$(am__tagged_files)'; \
148   unique=`for i in $$list; do \
149     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
150   done | $(am__uniquify_input)`
151 ETAGS = etags
152 CTAGS = ctags
153 CSCOPE = cscope
154 DIST_SUBDIRS = $(SUBDIRS)
155 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
156 distdir = $(PACKAGE)-$(VERSION)
157 top_distdir = $(distdir)
158 am__remove_distdir = \
159   if test -d "$(distdir)"; then \
160     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
161       && rm -rf "$(distdir)" \
162       || { sleep 5 && rm -rf "$(distdir)"; }; \
163   else :; fi
164 am__post_remove_distdir = $(am__remove_distdir)
165 am__relativize = \
166   dir0=`pwd`; \
167   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
168   sed_rest='s,^[^/]*/*,,'; \
169   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
170   sed_butlast='s,/*[^/]*$$,,'; \
171   while test -n "$$dir1"; do \
172     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
173     if test "$$first" != "."; then \
174       if test "$$first" = ".."; then \
175         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
176         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
177       else \
178         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
179         if test "$$first2" = "$$first"; then \
180           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
181         else \
182           dir2="../$$dir2"; \
183         fi; \
184         dir0="$$dir0"/"$$first"; \
185       fi; \
186     fi; \
187     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
188   done; \
189   reldir="$$dir2"
190 DIST_ARCHIVES = $(distdir).tar.gz
191 GZIP_ENV = --best
192 DIST_TARGETS = dist-gzip
193 distuninstallcheck_listfiles = find . -type f -print
194 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
195   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
196 distcleancheck_listfiles = find . -type f -print
197 pkgdatadir = @pkgdatadir@
198 ACLOCAL = @ACLOCAL@
199 AMTAR = @AMTAR@
200 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
201 AR = @AR@
202 AUTOCONF = @AUTOCONF@
203 AUTOHEADER = @AUTOHEADER@
204 AUTOMAKE = @AUTOMAKE@
205 AWK = @AWK@
206 CC = @CC@
207 CCDEPMODE = @CCDEPMODE@
208 CFLAGS = @CFLAGS@
209 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
210 CPP = @CPP@
211 CPPFLAGS = @CPPFLAGS@
212 CYGPATH_W = @CYGPATH_W@
213 DEFS = @DEFS@
214 DEPDIR = @DEPDIR@
215 DLLTOOL = @DLLTOOL@
216 DSYMUTIL = @DSYMUTIL@
217 DUMPBIN = @DUMPBIN@
218 ECHO_C = @ECHO_C@
219 ECHO_N = @ECHO_N@
220 ECHO_T = @ECHO_T@
221 EGREP = @EGREP@
222 EXEEXT = @EXEEXT@
223 FGREP = @FGREP@
224 GREP = @GREP@
225 HAVE_VISIBILITY = @HAVE_VISIBILITY@
226 INSTALL = @INSTALL@
227 INSTALL_DATA = @INSTALL_DATA@
228 INSTALL_PROGRAM = @INSTALL_PROGRAM@
229 INSTALL_SCRIPT = @INSTALL_SCRIPT@
230 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
231 LD = @LD@
232 LDFLAGS = @LDFLAGS@
233 LIBOBJS = @LIBOBJS@
234 LIBS = @LIBS@
235 LIBTOOL = @LIBTOOL@
236 LIPO = @LIPO@
237 LN_S = @LN_S@
238 LTLIBOBJS = @LTLIBOBJS@
239 MAKEINFO = @MAKEINFO@
240 MANIFEST_TOOL = @MANIFEST_TOOL@
241 MINGW = @MINGW@
242 MKDIR_P = @MKDIR_P@
243 NM = @NM@
244 NMEDIT = @NMEDIT@
245 OBJDUMP = @OBJDUMP@
246 OBJEXT = @OBJEXT@
247 OTOOL = @OTOOL@
248 OTOOL64 = @OTOOL64@
249 PACKAGE = @PACKAGE@
250 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
251 PACKAGE_NAME = @PACKAGE_NAME@
252 PACKAGE_STRING = @PACKAGE_STRING@
253 PACKAGE_TARNAME = @PACKAGE_TARNAME@
254 PACKAGE_URL = @PACKAGE_URL@
255 PACKAGE_VERSION = @PACKAGE_VERSION@
256 PATH_SEPARATOR = @PATH_SEPARATOR@
257 RANLIB = @RANLIB@
258 SED = @SED@
259 SET_MAKE = @SET_MAKE@
260 SHELL = @SHELL@
261 STRIP = @STRIP@
262 VERSION = @VERSION@
263 WARNINGS = @WARNINGS@
264 abs_builddir = @abs_builddir@
265 abs_srcdir = @abs_srcdir@
266 abs_top_builddir = @abs_top_builddir@
267 abs_top_srcdir = @abs_top_srcdir@
268 ac_ct_AR = @ac_ct_AR@
269 ac_ct_CC = @ac_ct_CC@
270 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
271 am__include = @am__include@
272 am__leading_dot = @am__leading_dot@
273 am__quote = @am__quote@
274 am__tar = @am__tar@
275 am__untar = @am__untar@
276 bindir = @bindir@
277 build = @build@
278 build_alias = @build_alias@
279 build_cpu = @build_cpu@
280 build_os = @build_os@
281 build_vendor = @build_vendor@
282 builddir = @builddir@
283 datadir = @datadir@
284 datarootdir = @datarootdir@
285 docdir = @docdir@
286 dvidir = @dvidir@
287 exec_prefix = @exec_prefix@
288 fsect = @fsect@
289 host = @host@
290 host_alias = @host_alias@
291 host_cpu = @host_cpu@
292 host_os = @host_os@
293 host_vendor = @host_vendor@
294 htmldir = @htmldir@
295 includedir = @includedir@
296 infodir = @infodir@
297 install_sh = @install_sh@
298 libdir = @libdir@
299 libexecdir = @libexecdir@
300 localedir = @localedir@
301 localstatedir = @localstatedir@
302 mandir = @mandir@
303 mkdir_p = @mkdir_p@
304 oldincludedir = @oldincludedir@
305 pdfdir = @pdfdir@
306 prefix = @prefix@
307 program_transform_name = @program_transform_name@
308 psdir = @psdir@
309 sbindir = @sbindir@
310 sharedstatedir = @sharedstatedir@
311 srcdir = @srcdir@
312 sysconfdir = @sysconfdir@
313 target_alias = @target_alias@
314 top_build_prefix = @top_build_prefix@
315 top_builddir = @top_builddir@
316 top_srcdir = @top_srcdir@
317 ACLOCAL_AMFLAGS = -I m4
318 EXTRA_DIST = MAINT
319 SUBDIRS = src magic tests doc python
320 all: config.h
321         $(MAKE) $(AM_MAKEFLAGS) all-recursive
322
323 .SUFFIXES:
324 am--refresh: Makefile
325         @:
326 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
327         @for dep in $?; do \
328           case '$(am__configure_deps)' in \
329             *$$dep*) \
330               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
331               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
332                 && exit 0; \
333               exit 1;; \
334           esac; \
335         done; \
336         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
337         $(am__cd) $(top_srcdir) && \
338           $(AUTOMAKE) --foreign Makefile
339 .PRECIOUS: Makefile
340 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
341         @case '$?' in \
342           *config.status*) \
343             echo ' $(SHELL) ./config.status'; \
344             $(SHELL) ./config.status;; \
345           *) \
346             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
347             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
348         esac;
349
350 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
351         $(SHELL) ./config.status --recheck
352
353 $(top_srcdir)/configure:  $(am__configure_deps)
354         $(am__cd) $(srcdir) && $(AUTOCONF)
355 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
356         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
357 $(am__aclocal_m4_deps):
358
359 config.h: stamp-h1
360         @test -f $@ || rm -f stamp-h1
361         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
362
363 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
364         @rm -f stamp-h1
365         cd $(top_builddir) && $(SHELL) ./config.status config.h
366 $(srcdir)/config.h.in:  $(am__configure_deps) 
367         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
368         rm -f stamp-h1
369         touch $@
370
371 distclean-hdr:
372         -rm -f config.h stamp-h1
373
374 mostlyclean-libtool:
375         -rm -f *.lo
376
377 clean-libtool:
378         -rm -rf .libs _libs
379
380 distclean-libtool:
381         -rm -f libtool config.lt
382
383 # This directory's subdirectories are mostly independent; you can cd
384 # into them and run 'make' without going through this Makefile.
385 # To change the values of 'make' variables: instead of editing Makefiles,
386 # (1) if the variable is set in 'config.status', edit 'config.status'
387 #     (which will cause the Makefiles to be regenerated when you run 'make');
388 # (2) otherwise, pass the desired values on the 'make' command line.
389 $(am__recursive_targets):
390         @fail=; \
391         if $(am__make_keepgoing); then \
392           failcom='fail=yes'; \
393         else \
394           failcom='exit 1'; \
395         fi; \
396         dot_seen=no; \
397         target=`echo $@ | sed s/-recursive//`; \
398         case "$@" in \
399           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
400           *) list='$(SUBDIRS)' ;; \
401         esac; \
402         for subdir in $$list; do \
403           echo "Making $$target in $$subdir"; \
404           if test "$$subdir" = "."; then \
405             dot_seen=yes; \
406             local_target="$$target-am"; \
407           else \
408             local_target="$$target"; \
409           fi; \
410           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
411           || eval $$failcom; \
412         done; \
413         if test "$$dot_seen" = "no"; then \
414           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
415         fi; test -z "$$fail"
416
417 ID: $(am__tagged_files)
418         $(am__define_uniq_tagged_files); mkid -fID $$unique
419 tags: tags-recursive
420 TAGS: tags
421
422 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
423         set x; \
424         here=`pwd`; \
425         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
426           include_option=--etags-include; \
427           empty_fix=.; \
428         else \
429           include_option=--include; \
430           empty_fix=; \
431         fi; \
432         list='$(SUBDIRS)'; for subdir in $$list; do \
433           if test "$$subdir" = .; then :; else \
434             test ! -f $$subdir/TAGS || \
435               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
436           fi; \
437         done; \
438         $(am__define_uniq_tagged_files); \
439         shift; \
440         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
441           test -n "$$unique" || unique=$$empty_fix; \
442           if test $$# -gt 0; then \
443             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444               "$$@" $$unique; \
445           else \
446             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
447               $$unique; \
448           fi; \
449         fi
450 ctags: ctags-recursive
451
452 CTAGS: ctags
453 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
454         $(am__define_uniq_tagged_files); \
455         test -z "$(CTAGS_ARGS)$$unique" \
456           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
457              $$unique
458
459 GTAGS:
460         here=`$(am__cd) $(top_builddir) && pwd` \
461           && $(am__cd) $(top_srcdir) \
462           && gtags -i $(GTAGS_ARGS) "$$here"
463 cscope: cscope.files
464         test ! -s cscope.files \
465           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
466 clean-cscope:
467         -rm -f cscope.files
468 cscope.files: clean-cscope cscopelist
469 cscopelist: cscopelist-recursive
470
471 cscopelist-am: $(am__tagged_files)
472         list='$(am__tagged_files)'; \
473         case "$(srcdir)" in \
474           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
475           *) sdir=$(subdir)/$(srcdir) ;; \
476         esac; \
477         for i in $$list; do \
478           if test -f "$$i"; then \
479             echo "$(subdir)/$$i"; \
480           else \
481             echo "$$sdir/$$i"; \
482           fi; \
483         done >> $(top_builddir)/cscope.files
484
485 distclean-tags:
486         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
487         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
488
489 distdir: $(DISTFILES)
490         $(am__remove_distdir)
491         test -d "$(distdir)" || mkdir "$(distdir)"
492         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
493         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
494         list='$(DISTFILES)'; \
495           dist_files=`for file in $$list; do echo $$file; done | \
496           sed -e "s|^$$srcdirstrip/||;t" \
497               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
498         case $$dist_files in \
499           */*) $(MKDIR_P) `echo "$$dist_files" | \
500                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
501                            sort -u` ;; \
502         esac; \
503         for file in $$dist_files; do \
504           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
505           if test -d $$d/$$file; then \
506             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
507             if test -d "$(distdir)/$$file"; then \
508               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
509             fi; \
510             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
511               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
512               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
513             fi; \
514             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
515           else \
516             test -f "$(distdir)/$$file" \
517             || cp -p $$d/$$file "$(distdir)/$$file" \
518             || exit 1; \
519           fi; \
520         done
521         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
522           if test "$$subdir" = .; then :; else \
523             $(am__make_dryrun) \
524               || test -d "$(distdir)/$$subdir" \
525               || $(MKDIR_P) "$(distdir)/$$subdir" \
526               || exit 1; \
527             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
528             $(am__relativize); \
529             new_distdir=$$reldir; \
530             dir1=$$subdir; dir2="$(top_distdir)"; \
531             $(am__relativize); \
532             new_top_distdir=$$reldir; \
533             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
534             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
535             ($(am__cd) $$subdir && \
536               $(MAKE) $(AM_MAKEFLAGS) \
537                 top_distdir="$$new_top_distdir" \
538                 distdir="$$new_distdir" \
539                 am__remove_distdir=: \
540                 am__skip_length_check=: \
541                 am__skip_mode_fix=: \
542                 distdir) \
543               || exit 1; \
544           fi; \
545         done
546         -test -n "$(am__skip_mode_fix)" \
547         || find "$(distdir)" -type d ! -perm -755 \
548                 -exec chmod u+rwx,go+rx {} \; -o \
549           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
550           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
551           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
552         || chmod -R a+r "$(distdir)"
553 dist-gzip: distdir
554         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
555         $(am__post_remove_distdir)
556
557 dist-bzip2: distdir
558         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
559         $(am__post_remove_distdir)
560
561 dist-lzip: distdir
562         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
563         $(am__post_remove_distdir)
564
565 dist-xz: distdir
566         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
567         $(am__post_remove_distdir)
568
569 dist-tarZ: distdir
570         @echo WARNING: "Support for shar distribution archives is" \
571                        "deprecated." >&2
572         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
573         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
574         $(am__post_remove_distdir)
575
576 dist-shar: distdir
577         @echo WARNING: "Support for distribution archives compressed with" \
578                        "legacy program 'compress' is deprecated." >&2
579         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
580         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
581         $(am__post_remove_distdir)
582
583 dist-zip: distdir
584         -rm -f $(distdir).zip
585         zip -rq $(distdir).zip $(distdir)
586         $(am__post_remove_distdir)
587
588 dist dist-all:
589         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
590         $(am__post_remove_distdir)
591
592 # This target untars the dist file and tries a VPATH configuration.  Then
593 # it guarantees that the distribution is self-contained by making another
594 # tarfile.
595 distcheck: dist
596         case '$(DIST_ARCHIVES)' in \
597         *.tar.gz*) \
598           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
599         *.tar.bz2*) \
600           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
601         *.tar.lz*) \
602           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
603         *.tar.xz*) \
604           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
605         *.tar.Z*) \
606           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
607         *.shar.gz*) \
608           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
609         *.zip*) \
610           unzip $(distdir).zip ;;\
611         esac
612         chmod -R a-w $(distdir)
613         chmod u+w $(distdir)
614         mkdir $(distdir)/_build $(distdir)/_inst
615         chmod a-w $(distdir)
616         test -d $(distdir)/_build || exit 0; \
617         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
618           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
619           && am__cwd=`pwd` \
620           && $(am__cd) $(distdir)/_build \
621           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
622             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
623             $(DISTCHECK_CONFIGURE_FLAGS) \
624           && $(MAKE) $(AM_MAKEFLAGS) \
625           && $(MAKE) $(AM_MAKEFLAGS) dvi \
626           && $(MAKE) $(AM_MAKEFLAGS) check \
627           && $(MAKE) $(AM_MAKEFLAGS) install \
628           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
629           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
630           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
631                 distuninstallcheck \
632           && chmod -R a-w "$$dc_install_base" \
633           && ({ \
634                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
635                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
636                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
637                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
638                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
639               } || { rm -rf "$$dc_destdir"; exit 1; }) \
640           && rm -rf "$$dc_destdir" \
641           && $(MAKE) $(AM_MAKEFLAGS) dist \
642           && rm -rf $(DIST_ARCHIVES) \
643           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
644           && cd "$$am__cwd" \
645           || exit 1
646         $(am__post_remove_distdir)
647         @(echo "$(distdir) archives ready for distribution: "; \
648           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
649           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
650 distuninstallcheck:
651         @test -n '$(distuninstallcheck_dir)' || { \
652           echo 'ERROR: trying to run $@ with an empty' \
653                '$$(distuninstallcheck_dir)' >&2; \
654           exit 1; \
655         }; \
656         $(am__cd) '$(distuninstallcheck_dir)' || { \
657           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
658           exit 1; \
659         }; \
660         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
661            || { echo "ERROR: files left after uninstall:" ; \
662                 if test -n "$(DESTDIR)"; then \
663                   echo "  (check DESTDIR support)"; \
664                 fi ; \
665                 $(distuninstallcheck_listfiles) ; \
666                 exit 1; } >&2
667 distcleancheck: distclean
668         @if test '$(srcdir)' = . ; then \
669           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
670           exit 1 ; \
671         fi
672         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
673           || { echo "ERROR: files left in build directory after distclean:" ; \
674                $(distcleancheck_listfiles) ; \
675                exit 1; } >&2
676 check-am: all-am
677 check: check-recursive
678 all-am: Makefile config.h
679 installdirs: installdirs-recursive
680 installdirs-am:
681 install: install-recursive
682 install-exec: install-exec-recursive
683 install-data: install-data-recursive
684 uninstall: uninstall-recursive
685
686 install-am: all-am
687         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
688
689 installcheck: installcheck-recursive
690 install-strip:
691         if test -z '$(STRIP)'; then \
692           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
693             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
694               install; \
695         else \
696           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
697             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
698             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
699         fi
700 mostlyclean-generic:
701
702 clean-generic:
703
704 distclean-generic:
705         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
706         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
707
708 maintainer-clean-generic:
709         @echo "This command is intended for maintainers to use"
710         @echo "it deletes files that may require special tools to rebuild."
711 clean: clean-recursive
712
713 clean-am: clean-generic clean-libtool mostlyclean-am
714
715 distclean: distclean-recursive
716         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
717         -rm -f Makefile
718 distclean-am: clean-am distclean-generic distclean-hdr \
719         distclean-libtool distclean-tags
720
721 dvi: dvi-recursive
722
723 dvi-am:
724
725 html: html-recursive
726
727 html-am:
728
729 info: info-recursive
730
731 info-am:
732
733 install-data-am:
734
735 install-dvi: install-dvi-recursive
736
737 install-dvi-am:
738
739 install-exec-am:
740
741 install-html: install-html-recursive
742
743 install-html-am:
744
745 install-info: install-info-recursive
746
747 install-info-am:
748
749 install-man:
750
751 install-pdf: install-pdf-recursive
752
753 install-pdf-am:
754
755 install-ps: install-ps-recursive
756
757 install-ps-am:
758
759 installcheck-am:
760
761 maintainer-clean: maintainer-clean-recursive
762         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
763         -rm -rf $(top_srcdir)/autom4te.cache
764         -rm -f Makefile
765 maintainer-clean-am: distclean-am maintainer-clean-generic
766
767 mostlyclean: mostlyclean-recursive
768
769 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
770
771 pdf: pdf-recursive
772
773 pdf-am:
774
775 ps: ps-recursive
776
777 ps-am:
778
779 uninstall-am:
780
781 .MAKE: $(am__recursive_targets) all install-am install-strip
782
783 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
784         am--refresh check check-am clean clean-cscope clean-generic \
785         clean-libtool cscope cscopelist-am ctags ctags-am dist \
786         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
787         dist-xz dist-zip distcheck distclean distclean-generic \
788         distclean-hdr distclean-libtool distclean-tags distcleancheck \
789         distdir distuninstallcheck dvi dvi-am html html-am info \
790         info-am install install-am install-data install-data-am \
791         install-dvi install-dvi-am install-exec install-exec-am \
792         install-html install-html-am install-info install-info-am \
793         install-man install-pdf install-pdf-am install-ps \
794         install-ps-am install-strip installcheck installcheck-am \
795         installdirs installdirs-am maintainer-clean \
796         maintainer-clean-generic mostlyclean mostlyclean-generic \
797         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
798         uninstall-am
799
800
801 # Tell versions [3.59,3.63) of GNU make to not export all variables.
802 # Otherwise a system limit (for SysV at least) may be exceeded.
803 .NOEXPORT: