xref: /freebsd/contrib/file/tests/Makefile.in (revision fb47a3769c514735bceb2822a64e5e70c3d2f7a4)
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@
51check_PROGRAMS = test$(EXEEXT)
52subdir = tests
53DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
54	$(top_srcdir)/depcomp README
55ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
57	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
58	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
59	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
60am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61	$(ACLOCAL_M4)
62mkinstalldirs = $(install_sh) -d
63CONFIG_HEADER = $(top_builddir)/config.h
64CONFIG_CLEAN_FILES =
65CONFIG_CLEAN_VPATH_FILES =
66test_SOURCES = test.c
67test_OBJECTS = test-test.$(OBJEXT)
68test_DEPENDENCIES = $(top_builddir)/src/libmagic.la
69AM_V_lt = $(am__v_lt_@AM_V@)
70am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
71am__v_lt_0 = --silent
72am__v_lt_1 =
73AM_V_P = $(am__v_P_@AM_V@)
74am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
75am__v_P_0 = false
76am__v_P_1 = :
77AM_V_GEN = $(am__v_GEN_@AM_V@)
78am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
79am__v_GEN_0 = @echo "  GEN     " $@;
80am__v_GEN_1 =
81AM_V_at = $(am__v_at_@AM_V@)
82am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
83am__v_at_0 = @
84am__v_at_1 =
85DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
86depcomp = $(SHELL) $(top_srcdir)/depcomp
87am__depfiles_maybe = depfiles
88am__mv = mv -f
89COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
90	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
92	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
93	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
94	$(AM_CFLAGS) $(CFLAGS)
95AM_V_CC = $(am__v_CC_@AM_V@)
96am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
97am__v_CC_0 = @echo "  CC      " $@;
98am__v_CC_1 =
99CCLD = $(CC)
100LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
101	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
102	$(AM_LDFLAGS) $(LDFLAGS) -o $@
103AM_V_CCLD = $(am__v_CCLD_@AM_V@)
104am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
105am__v_CCLD_0 = @echo "  CCLD    " $@;
106am__v_CCLD_1 =
107SOURCES = test.c
108DIST_SOURCES = test.c
109am__can_run_installinfo = \
110  case $$AM_UPDATE_INFO_DIR in \
111    n|no|NO) false;; \
112    *) (install-info --version) >/dev/null 2>&1;; \
113  esac
114am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
115# Read a list of newline-separated strings from the standard input,
116# and print each of them once, without duplicates.  Input order is
117# *not* preserved.
118am__uniquify_input = $(AWK) '\
119  BEGIN { nonempty = 0; } \
120  { items[$$0] = 1; nonempty = 1; } \
121  END { if (nonempty) { for (i in items) print i; }; } \
122'
123# Make sure the list of sources is unique.  This is necessary because,
124# e.g., the same source file might be shared among _SOURCES variables
125# for different programs/libraries.
126am__define_uniq_tagged_files = \
127  list='$(am__tagged_files)'; \
128  unique=`for i in $$list; do \
129    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
130  done | $(am__uniquify_input)`
131ETAGS = etags
132CTAGS = ctags
133DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
134pkgdatadir = @pkgdatadir@
135ACLOCAL = @ACLOCAL@
136AMTAR = @AMTAR@
137AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
138AR = @AR@
139AUTOCONF = @AUTOCONF@
140AUTOHEADER = @AUTOHEADER@
141AUTOMAKE = @AUTOMAKE@
142AWK = @AWK@
143CC = @CC@
144CCDEPMODE = @CCDEPMODE@
145CFLAGS = @CFLAGS@
146CPP = @CPP@
147CPPFLAGS = @CPPFLAGS@
148CYGPATH_W = @CYGPATH_W@
149DEFS = @DEFS@
150DEPDIR = @DEPDIR@
151DLLTOOL = @DLLTOOL@
152DSYMUTIL = @DSYMUTIL@
153DUMPBIN = @DUMPBIN@
154ECHO_C = @ECHO_C@
155ECHO_N = @ECHO_N@
156ECHO_T = @ECHO_T@
157EGREP = @EGREP@
158EXEEXT = @EXEEXT@
159FGREP = @FGREP@
160GREP = @GREP@
161INSTALL = @INSTALL@
162INSTALL_DATA = @INSTALL_DATA@
163INSTALL_PROGRAM = @INSTALL_PROGRAM@
164INSTALL_SCRIPT = @INSTALL_SCRIPT@
165INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
166LD = @LD@
167LDFLAGS = @LDFLAGS@
168LIBOBJS = @LIBOBJS@
169LIBS = @LIBS@
170LIBTOOL = @LIBTOOL@
171LIPO = @LIPO@
172LN_S = @LN_S@
173LTLIBOBJS = @LTLIBOBJS@
174MAKEINFO = @MAKEINFO@
175MANIFEST_TOOL = @MANIFEST_TOOL@
176MINGW = @MINGW@
177MKDIR_P = @MKDIR_P@
178NM = @NM@
179NMEDIT = @NMEDIT@
180OBJDUMP = @OBJDUMP@
181OBJEXT = @OBJEXT@
182OTOOL = @OTOOL@
183OTOOL64 = @OTOOL64@
184PACKAGE = @PACKAGE@
185PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186PACKAGE_NAME = @PACKAGE_NAME@
187PACKAGE_STRING = @PACKAGE_STRING@
188PACKAGE_TARNAME = @PACKAGE_TARNAME@
189PACKAGE_URL = @PACKAGE_URL@
190PACKAGE_VERSION = @PACKAGE_VERSION@
191PATH_SEPARATOR = @PATH_SEPARATOR@
192RANLIB = @RANLIB@
193SED = @SED@
194SET_MAKE = @SET_MAKE@
195SHELL = @SHELL@
196STRIP = @STRIP@
197VERSION = @VERSION@
198WARNINGS = @WARNINGS@
199abs_builddir = @abs_builddir@
200abs_srcdir = @abs_srcdir@
201abs_top_builddir = @abs_top_builddir@
202abs_top_srcdir = @abs_top_srcdir@
203ac_ct_AR = @ac_ct_AR@
204ac_ct_CC = @ac_ct_CC@
205ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
206am__include = @am__include@
207am__leading_dot = @am__leading_dot@
208am__quote = @am__quote@
209am__tar = @am__tar@
210am__untar = @am__untar@
211bindir = @bindir@
212build = @build@
213build_alias = @build_alias@
214build_cpu = @build_cpu@
215build_os = @build_os@
216build_vendor = @build_vendor@
217builddir = @builddir@
218datadir = @datadir@
219datarootdir = @datarootdir@
220docdir = @docdir@
221dvidir = @dvidir@
222exec_prefix = @exec_prefix@
223fsect = @fsect@
224host = @host@
225host_alias = @host_alias@
226host_cpu = @host_cpu@
227host_os = @host_os@
228host_vendor = @host_vendor@
229htmldir = @htmldir@
230includedir = @includedir@
231infodir = @infodir@
232install_sh = @install_sh@
233libdir = @libdir@
234libexecdir = @libexecdir@
235localedir = @localedir@
236localstatedir = @localstatedir@
237mandir = @mandir@
238mkdir_p = @mkdir_p@
239oldincludedir = @oldincludedir@
240pdfdir = @pdfdir@
241prefix = @prefix@
242program_transform_name = @program_transform_name@
243psdir = @psdir@
244sbindir = @sbindir@
245sharedstatedir = @sharedstatedir@
246srcdir = @srcdir@
247sysconfdir = @sysconfdir@
248target_alias = @target_alias@
249top_build_prefix = @top_build_prefix@
250top_builddir = @top_builddir@
251top_srcdir = @top_srcdir@
252test_LDADD = $(top_builddir)/src/libmagic.la
253test_CPPFLAGS = -I$(top_builddir)/src
254EXTRA_DIST = \
255escapevel.result \
256escapevel.testfile \
257gedcom.result \
258gedcom.testfile \
259hddrawcopytool.result \
260hddrawcopytool.testfile \
261issue311docx.result \
262issue311docx.testfile
263
264T = $(top_srcdir)/tests
265all: all-am
266
267.SUFFIXES:
268.SUFFIXES: .c .lo .o .obj
269$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
270	@for dep in $?; do \
271	  case '$(am__configure_deps)' in \
272	    *$$dep*) \
273	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
274	        && { if test -f $@; then exit 0; else break; fi; }; \
275	      exit 1;; \
276	  esac; \
277	done; \
278	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
279	$(am__cd) $(top_srcdir) && \
280	  $(AUTOMAKE) --foreign tests/Makefile
281.PRECIOUS: Makefile
282Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
283	@case '$?' in \
284	  *config.status*) \
285	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
286	  *) \
287	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
288	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
289	esac;
290
291$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
292	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293
294$(top_srcdir)/configure:  $(am__configure_deps)
295	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
296$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
297	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298$(am__aclocal_m4_deps):
299
300clean-checkPROGRAMS:
301	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
302	echo " rm -f" $$list; \
303	rm -f $$list || exit $$?; \
304	test -n "$(EXEEXT)" || exit 0; \
305	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
306	echo " rm -f" $$list; \
307	rm -f $$list
308test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
309	@rm -f test$(EXEEXT)
310	$(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
311
312mostlyclean-compile:
313	-rm -f *.$(OBJEXT)
314
315distclean-compile:
316	-rm -f *.tab.c
317
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@
319
320.c.o:
321@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
322@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
323@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
324@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
325@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
327
328.c.obj:
329@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
330@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
331@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
332@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
333@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
335
336.c.lo:
337@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
338@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
339@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
340@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
341@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
343
344test-test.o: test.c
345@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test-test.o -MD -MP -MF $(DEPDIR)/test-test.Tpo -c -o test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
346@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
347@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
348@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
350
351test-test.obj: test.c
352@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test-test.obj -MD -MP -MF $(DEPDIR)/test-test.Tpo -c -o test-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi`
353@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
354@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
355@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi`
357
358mostlyclean-libtool:
359	-rm -f *.lo
360
361clean-libtool:
362	-rm -rf .libs _libs
363
364ID: $(am__tagged_files)
365	$(am__define_uniq_tagged_files); mkid -fID $$unique
366tags: tags-am
367TAGS: tags
368
369tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
370	set x; \
371	here=`pwd`; \
372	$(am__define_uniq_tagged_files); \
373	shift; \
374	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
375	  test -n "$$unique" || unique=$$empty_fix; \
376	  if test $$# -gt 0; then \
377	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
378	      "$$@" $$unique; \
379	  else \
380	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381	      $$unique; \
382	  fi; \
383	fi
384ctags: ctags-am
385
386CTAGS: ctags
387ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
388	$(am__define_uniq_tagged_files); \
389	test -z "$(CTAGS_ARGS)$$unique" \
390	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
391	     $$unique
392
393GTAGS:
394	here=`$(am__cd) $(top_builddir) && pwd` \
395	  && $(am__cd) $(top_srcdir) \
396	  && gtags -i $(GTAGS_ARGS) "$$here"
397cscopelist: cscopelist-am
398
399cscopelist-am: $(am__tagged_files)
400	list='$(am__tagged_files)'; \
401	case "$(srcdir)" in \
402	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
403	  *) sdir=$(subdir)/$(srcdir) ;; \
404	esac; \
405	for i in $$list; do \
406	  if test -f "$$i"; then \
407	    echo "$(subdir)/$$i"; \
408	  else \
409	    echo "$$sdir/$$i"; \
410	  fi; \
411	done >> $(top_builddir)/cscope.files
412
413distclean-tags:
414	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
415
416distdir: $(DISTFILES)
417	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
418	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
419	list='$(DISTFILES)'; \
420	  dist_files=`for file in $$list; do echo $$file; done | \
421	  sed -e "s|^$$srcdirstrip/||;t" \
422	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
423	case $$dist_files in \
424	  */*) $(MKDIR_P) `echo "$$dist_files" | \
425			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
426			   sort -u` ;; \
427	esac; \
428	for file in $$dist_files; do \
429	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
430	  if test -d $$d/$$file; then \
431	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
432	    if test -d "$(distdir)/$$file"; then \
433	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
434	    fi; \
435	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
436	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
437	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
438	    fi; \
439	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
440	  else \
441	    test -f "$(distdir)/$$file" \
442	    || cp -p $$d/$$file "$(distdir)/$$file" \
443	    || exit 1; \
444	  fi; \
445	done
446check-am: all-am
447	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
448	$(MAKE) $(AM_MAKEFLAGS) check-local
449check: check-am
450all-am: Makefile
451installdirs:
452install: install-am
453install-exec: install-exec-am
454install-data: install-data-am
455uninstall: uninstall-am
456
457install-am: all-am
458	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
459
460installcheck: installcheck-am
461install-strip:
462	if test -z '$(STRIP)'; then \
463	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465	      install; \
466	else \
467	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
469	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
470	fi
471mostlyclean-generic:
472
473clean-generic:
474
475distclean-generic:
476	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
477	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
478
479maintainer-clean-generic:
480	@echo "This command is intended for maintainers to use"
481	@echo "it deletes files that may require special tools to rebuild."
482clean: clean-am
483
484clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
485	mostlyclean-am
486
487distclean: distclean-am
488	-rm -rf ./$(DEPDIR)
489	-rm -f Makefile
490distclean-am: clean-am distclean-compile distclean-generic \
491	distclean-tags
492
493dvi: dvi-am
494
495dvi-am:
496
497html: html-am
498
499html-am:
500
501info: info-am
502
503info-am:
504
505install-data-am:
506
507install-dvi: install-dvi-am
508
509install-dvi-am:
510
511install-exec-am:
512
513install-html: install-html-am
514
515install-html-am:
516
517install-info: install-info-am
518
519install-info-am:
520
521install-man:
522
523install-pdf: install-pdf-am
524
525install-pdf-am:
526
527install-ps: install-ps-am
528
529install-ps-am:
530
531installcheck-am:
532
533maintainer-clean: maintainer-clean-am
534	-rm -rf ./$(DEPDIR)
535	-rm -f Makefile
536maintainer-clean-am: distclean-am maintainer-clean-generic
537
538mostlyclean: mostlyclean-am
539
540mostlyclean-am: mostlyclean-compile mostlyclean-generic \
541	mostlyclean-libtool
542
543pdf: pdf-am
544
545pdf-am:
546
547ps: ps-am
548
549ps-am:
550
551uninstall-am:
552
553.MAKE: check-am install-am install-strip
554
555.PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \
556	clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
557	ctags ctags-am distclean distclean-compile distclean-generic \
558	distclean-libtool distclean-tags distdir dvi dvi-am html \
559	html-am info info-am install install-am install-data \
560	install-data-am install-dvi install-dvi-am install-exec \
561	install-exec-am install-html install-html-am install-info \
562	install-info-am install-man install-pdf install-pdf-am \
563	install-ps install-ps-am install-strip installcheck \
564	installcheck-am installdirs maintainer-clean \
565	maintainer-clean-generic mostlyclean mostlyclean-compile \
566	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
567	tags tags-am uninstall uninstall-am
568
569check-local:
570	MAGIC=$(top_builddir)/magic/magic ./test
571	set -e; for i in $T/*.testfile; do echo Running test: $$i; TZ=UTC MAGIC=$(top_builddir)/magic/magic ./test $$i $${i%%.testfile}.result; done
572
573# Tell versions [3.59,3.63) of GNU make to not export all variables.
574# Otherwise a system limit (for SysV at least) may be exceeded.
575.NOEXPORT:
576