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