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