xref: /freebsd/contrib/file/tests/Makefile.in (revision 9768746b)
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 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__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}
28am__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
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgincludedir = $(includedir)/@PACKAGE@
73pkglibdir = $(libdir)/@PACKAGE@
74pkglibexecdir = $(libexecdir)/@PACKAGE@
75am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
76install_sh_DATA = $(install_sh) -c -m 644
77install_sh_PROGRAM = $(install_sh) -c
78install_sh_SCRIPT = $(install_sh) -c
79INSTALL_HEADER = $(INSTALL_DATA)
80transform = $(program_transform_name)
81NORMAL_INSTALL = :
82PRE_INSTALL = :
83POST_INSTALL = :
84NORMAL_UNINSTALL = :
85PRE_UNINSTALL = :
86POST_UNINSTALL = :
87build_triplet = @build@
88host_triplet = @host@
89check_PROGRAMS = test$(EXEEXT)
90subdir = tests
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95	$(top_srcdir)/m4/visibility.m4 $(top_srcdir)/acinclude.m4 \
96	$(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = $(top_builddir)/config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104test_SOURCES = test.c
105test_OBJECTS = test-test.$(OBJEXT)
106test_DEPENDENCIES = $(top_builddir)/src/libmagic.la
107AM_V_lt = $(am__v_lt_@AM_V@)
108am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
109am__v_lt_0 = --silent
110am__v_lt_1 =
111AM_V_P = $(am__v_P_@AM_V@)
112am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113am__v_P_0 = false
114am__v_P_1 = :
115AM_V_GEN = $(am__v_GEN_@AM_V@)
116am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117am__v_GEN_0 = @echo "  GEN     " $@;
118am__v_GEN_1 =
119AM_V_at = $(am__v_at_@AM_V@)
120am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121am__v_at_0 = @
122am__v_at_1 =
123DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
124depcomp = $(SHELL) $(top_srcdir)/depcomp
125am__maybe_remake_depfiles = depfiles
126am__depfiles_remade = ./$(DEPDIR)/test-test.Po
127am__mv = mv -f
128COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
129	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
131	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
132	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
133	$(AM_CFLAGS) $(CFLAGS)
134AM_V_CC = $(am__v_CC_@AM_V@)
135am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
136am__v_CC_0 = @echo "  CC      " $@;
137am__v_CC_1 =
138CCLD = $(CC)
139LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
140	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
141	$(AM_LDFLAGS) $(LDFLAGS) -o $@
142AM_V_CCLD = $(am__v_CCLD_@AM_V@)
143am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
144am__v_CCLD_0 = @echo "  CCLD    " $@;
145am__v_CCLD_1 =
146SOURCES = test.c
147DIST_SOURCES = test.c
148am__can_run_installinfo = \
149  case $$AM_UPDATE_INFO_DIR in \
150    n|no|NO) false;; \
151    *) (install-info --version) >/dev/null 2>&1;; \
152  esac
153am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154# Read a list of newline-separated strings from the standard input,
155# and print each of them once, without duplicates.  Input order is
156# *not* preserved.
157am__uniquify_input = $(AWK) '\
158  BEGIN { nonempty = 0; } \
159  { items[$$0] = 1; nonempty = 1; } \
160  END { if (nonempty) { for (i in items) print i; }; } \
161'
162# Make sure the list of sources is unique.  This is necessary because,
163# e.g., the same source file might be shared among _SOURCES variables
164# for different programs/libraries.
165am__define_uniq_tagged_files = \
166  list='$(am__tagged_files)'; \
167  unique=`for i in $$list; do \
168    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
169  done | $(am__uniquify_input)`
170am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README
171DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172pkgdatadir = @pkgdatadir@
173ACLOCAL = @ACLOCAL@
174AMTAR = @AMTAR@
175AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
176AR = @AR@
177AUTOCONF = @AUTOCONF@
178AUTOHEADER = @AUTOHEADER@
179AUTOMAKE = @AUTOMAKE@
180AWK = @AWK@
181CC = @CC@
182CCDEPMODE = @CCDEPMODE@
183CFLAGS = @CFLAGS@
184CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
185CPPFLAGS = @CPPFLAGS@
186CSCOPE = @CSCOPE@
187CTAGS = @CTAGS@
188CYGPATH_W = @CYGPATH_W@
189DEFS = @DEFS@
190DEPDIR = @DEPDIR@
191DLLTOOL = @DLLTOOL@
192DSYMUTIL = @DSYMUTIL@
193DUMPBIN = @DUMPBIN@
194ECHO_C = @ECHO_C@
195ECHO_N = @ECHO_N@
196ECHO_T = @ECHO_T@
197EGREP = @EGREP@
198ETAGS = @ETAGS@
199EXEEXT = @EXEEXT@
200FGREP = @FGREP@
201GREP = @GREP@
202HAVE_VISIBILITY = @HAVE_VISIBILITY@
203INSTALL = @INSTALL@
204INSTALL_DATA = @INSTALL_DATA@
205INSTALL_PROGRAM = @INSTALL_PROGRAM@
206INSTALL_SCRIPT = @INSTALL_SCRIPT@
207INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
208LD = @LD@
209LDFLAGS = @LDFLAGS@
210LIBOBJS = @LIBOBJS@
211LIBS = @LIBS@
212LIBTOOL = @LIBTOOL@
213LIPO = @LIPO@
214LN_S = @LN_S@
215LTLIBOBJS = @LTLIBOBJS@
216LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
217MAKEINFO = @MAKEINFO@
218MANIFEST_TOOL = @MANIFEST_TOOL@
219MINGW = @MINGW@
220MKDIR_P = @MKDIR_P@
221NM = @NM@
222NMEDIT = @NMEDIT@
223OBJDUMP = @OBJDUMP@
224OBJEXT = @OBJEXT@
225OTOOL = @OTOOL@
226OTOOL64 = @OTOOL64@
227PACKAGE = @PACKAGE@
228PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
229PACKAGE_NAME = @PACKAGE_NAME@
230PACKAGE_STRING = @PACKAGE_STRING@
231PACKAGE_TARNAME = @PACKAGE_TARNAME@
232PACKAGE_URL = @PACKAGE_URL@
233PACKAGE_VERSION = @PACKAGE_VERSION@
234PATH_SEPARATOR = @PATH_SEPARATOR@
235RANLIB = @RANLIB@
236SED = @SED@
237SET_MAKE = @SET_MAKE@
238SHELL = @SHELL@
239STRIP = @STRIP@
240VERSION = @VERSION@
241WARNINGS = @WARNINGS@
242abs_builddir = @abs_builddir@
243abs_srcdir = @abs_srcdir@
244abs_top_builddir = @abs_top_builddir@
245abs_top_srcdir = @abs_top_srcdir@
246ac_ct_AR = @ac_ct_AR@
247ac_ct_CC = @ac_ct_CC@
248ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
249am__include = @am__include@
250am__leading_dot = @am__leading_dot@
251am__quote = @am__quote@
252am__tar = @am__tar@
253am__untar = @am__untar@
254bindir = @bindir@
255build = @build@
256build_alias = @build_alias@
257build_cpu = @build_cpu@
258build_os = @build_os@
259build_vendor = @build_vendor@
260builddir = @builddir@
261datadir = @datadir@
262datarootdir = @datarootdir@
263docdir = @docdir@
264dvidir = @dvidir@
265exec_prefix = @exec_prefix@
266fsect = @fsect@
267host = @host@
268host_alias = @host_alias@
269host_cpu = @host_cpu@
270host_os = @host_os@
271host_vendor = @host_vendor@
272htmldir = @htmldir@
273includedir = @includedir@
274infodir = @infodir@
275install_sh = @install_sh@
276libdir = @libdir@
277libexecdir = @libexecdir@
278localedir = @localedir@
279localstatedir = @localstatedir@
280mandir = @mandir@
281mkdir_p = @mkdir_p@
282oldincludedir = @oldincludedir@
283pdfdir = @pdfdir@
284prefix = @prefix@
285program_transform_name = @program_transform_name@
286psdir = @psdir@
287runstatedir = @runstatedir@
288sbindir = @sbindir@
289sharedstatedir = @sharedstatedir@
290srcdir = @srcdir@
291sysconfdir = @sysconfdir@
292target_alias = @target_alias@
293top_build_prefix = @top_build_prefix@
294top_builddir = @top_builddir@
295top_srcdir = @top_srcdir@
296test_LDADD = $(top_builddir)/src/libmagic.la
297test_CPPFLAGS = -I$(top_builddir)/src
298EXTRA_DIST = \
299android-vdex-1.result \
300android-vdex-1.testfile \
301android-vdex-2.result \
302android-vdex-2.testfile \
303arj.result \
304arj.testfile \
305CVE-2014-1943.result \
306CVE-2014-1943.testfile \
307JW07022A.mp3.result \
308JW07022A.mp3.testfile \
309bcachefs.result \
310bcachefs.testfile \
311cl8m8ocofedso.result \
312cl8m8ocofedso.testfile \
313dsd64-dff.result \
314dsd64-dff.testfile \
315dsd64-dsf.result \
316dsd64-dsf.testfile \
317escapevel.result \
318escapevel.testfile \
319ext4.result \
320ext4.testfile \
321fit-map-data.result \
322fit-map-data.testfile \
323gedcom.result \
324gedcom.testfile \
325gpkg-1-zst.result \
326gpkg-1-zst.testfile \
327hddrawcopytool.result \
328hddrawcopytool.testfile \
329issue311docx.result \
330issue311docx.testfile \
331issue359xlsx.result \
332issue359xlsx.testfile \
333json1.result \
334json1.testfile \
335json2.result \
336json2.testfile \
337json3.result \
338json3.testfile \
339json4.result \
340json4.testfile \
341json5.result \
342json5.testfile \
343json6.result \
344json6.testfile \
345json7.result \
346json7.testfile \
347json8.result \
348json8.testfile \
349jsonlines1.testfile \
350jsonlines1.result \
351matilde.arm.result \
352matilde.arm.testfile \
353pcjr.result \
354pcjr.testfile \
355pgp-binary-key-v2-phil.result \
356pgp-binary-key-v2-phil.testfile \
357pgp-binary-key-v3-lutz.result \
358pgp-binary-key-v3-lutz.testfile \
359pgp-binary-key-v4-dsa.result \
360pgp-binary-key-v4-dsa.testfile \
361pgp-binary-key-v4-ecc-no-userid-secret.result \
362pgp-binary-key-v4-ecc-no-userid-secret.testfile \
363pgp-binary-key-v4-ecc-secret-key.result \
364pgp-binary-key-v4-ecc-secret-key.testfile \
365pgp-binary-key-v4-rsa-key.result \
366pgp-binary-key-v4-rsa-key.testfile \
367pgp-binary-key-v4-rsa-no-userid-secret.result \
368pgp-binary-key-v4-rsa-no-userid-secret.testfile \
369pgp-binary-key-v4-rsa-secret-key.result \
370pgp-binary-key-v4-rsa-secret-key.testfile \
371regex-eol.magic \
372regex-eol.result \
373regex-eol.testfile \
374uf2.result \
375uf2.testfile \
376zstd-3-skippable-frames.result \
377zstd-dictionary-0.result \
378zstd-dictionary-1.result \
379zstd-dictionary-2.result \
380zstd-skippable-frame-0.result \
381zstd-skippable-frame-4.result \
382zstd-skippable-frame-8.result \
383zstd-skippable-frame-C.result \
384zstd-v0.2-FF.result \
385zstd-v0.2-FF.testfile \
386zstd-v0.3-FF.result \
387zstd-v0.3-FF.testfile \
388zstd-v0.4-FF.result \
389zstd-v0.4-FF.testfile \
390zstd-v0.5-FF.result \
391zstd-v0.5-FF.testfile \
392zstd-v0.6-FF.result \
393zstd-v0.6-FF.testfile \
394zstd-v0.7-00.result \
395zstd-v0.7-21.result \
396zstd-v0.7-21.testfile \
397zstd-v0.7-22.result \
398zstd-v0.7-22.testfile \
399zstd-v0.8-00.result \
400zstd-v0.8-01.result \
401zstd-v0.8-01.testfile \
402zstd-v0.8-02.result \
403zstd-v0.8-02.testfile \
404zstd-v0.8-03.result \
405zstd-v0.8-03.testfile \
406zstd-v0.8-16.result \
407zstd-v0.8-16.testfile \
408zstd-v0.8-20.result \
409zstd-v0.8-20.testfile \
410zstd-v0.8-21.result \
411zstd-v0.8-21.testfile \
412zstd-v0.8-22.result \
413zstd-v0.8-22.testfile \
414zstd-v0.8-23.result \
415zstd-v0.8-23.testfile \
416zstd-v0.8-F4.result \
417zstd-v0.8-F4.testfile \
418zstd-v0.8-FF.result \
419zstd-v0.8-FF.testfile
420
421T = $(top_srcdir)/tests
422all: all-am
423
424.SUFFIXES:
425.SUFFIXES: .c .lo .o .obj
426$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
427	@for dep in $?; do \
428	  case '$(am__configure_deps)' in \
429	    *$$dep*) \
430	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
431	        && { if test -f $@; then exit 0; else break; fi; }; \
432	      exit 1;; \
433	  esac; \
434	done; \
435	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
436	$(am__cd) $(top_srcdir) && \
437	  $(AUTOMAKE) --foreign tests/Makefile
438Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
439	@case '$?' in \
440	  *config.status*) \
441	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
442	  *) \
443	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
444	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
445	esac;
446
447$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
448	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449
450$(top_srcdir)/configure:  $(am__configure_deps)
451	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
453	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
454$(am__aclocal_m4_deps):
455
456clean-checkPROGRAMS:
457	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
458	echo " rm -f" $$list; \
459	rm -f $$list || exit $$?; \
460	test -n "$(EXEEXT)" || exit 0; \
461	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
462	echo " rm -f" $$list; \
463	rm -f $$list
464
465test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
466	@rm -f test$(EXEEXT)
467	$(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
468
469mostlyclean-compile:
470	-rm -f *.$(OBJEXT)
471
472distclean-compile:
473	-rm -f *.tab.c
474
475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@ # am--include-marker
476
477$(am__depfiles_remade):
478	@$(MKDIR_P) $(@D)
479	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
480
481am--depfiles: $(am__depfiles_remade)
482
483.c.o:
484@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
485@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
486@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
487@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
488@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
489@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
490
491.c.obj:
492@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
493@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
494@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
495@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
496@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
498
499.c.lo:
500@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
501@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
502@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
503@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
504@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
506
507test-test.o: test.c
508@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
509@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
510@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
511@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512@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
513
514test-test.obj: test.c
515@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`
516@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
517@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
518@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519@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`
520
521mostlyclean-libtool:
522	-rm -f *.lo
523
524clean-libtool:
525	-rm -rf .libs _libs
526
527ID: $(am__tagged_files)
528	$(am__define_uniq_tagged_files); mkid -fID $$unique
529tags: tags-am
530TAGS: tags
531
532tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
533	set x; \
534	here=`pwd`; \
535	$(am__define_uniq_tagged_files); \
536	shift; \
537	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
538	  test -n "$$unique" || unique=$$empty_fix; \
539	  if test $$# -gt 0; then \
540	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541	      "$$@" $$unique; \
542	  else \
543	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
544	      $$unique; \
545	  fi; \
546	fi
547ctags: ctags-am
548
549CTAGS: ctags
550ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
551	$(am__define_uniq_tagged_files); \
552	test -z "$(CTAGS_ARGS)$$unique" \
553	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
554	     $$unique
555
556GTAGS:
557	here=`$(am__cd) $(top_builddir) && pwd` \
558	  && $(am__cd) $(top_srcdir) \
559	  && gtags -i $(GTAGS_ARGS) "$$here"
560cscopelist: cscopelist-am
561
562cscopelist-am: $(am__tagged_files)
563	list='$(am__tagged_files)'; \
564	case "$(srcdir)" in \
565	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
566	  *) sdir=$(subdir)/$(srcdir) ;; \
567	esac; \
568	for i in $$list; do \
569	  if test -f "$$i"; then \
570	    echo "$(subdir)/$$i"; \
571	  else \
572	    echo "$$sdir/$$i"; \
573	  fi; \
574	done >> $(top_builddir)/cscope.files
575
576distclean-tags:
577	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
578distdir: $(BUILT_SOURCES)
579	$(MAKE) $(AM_MAKEFLAGS) distdir-am
580
581distdir-am: $(DISTFILES)
582	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
583	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
584	list='$(DISTFILES)'; \
585	  dist_files=`for file in $$list; do echo $$file; done | \
586	  sed -e "s|^$$srcdirstrip/||;t" \
587	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
588	case $$dist_files in \
589	  */*) $(MKDIR_P) `echo "$$dist_files" | \
590			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
591			   sort -u` ;; \
592	esac; \
593	for file in $$dist_files; do \
594	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
595	  if test -d $$d/$$file; then \
596	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
597	    if test -d "$(distdir)/$$file"; then \
598	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
599	    fi; \
600	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
601	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
602	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
603	    fi; \
604	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
605	  else \
606	    test -f "$(distdir)/$$file" \
607	    || cp -p $$d/$$file "$(distdir)/$$file" \
608	    || exit 1; \
609	  fi; \
610	done
611check-am: all-am
612	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
613	$(MAKE) $(AM_MAKEFLAGS) check-local
614check: check-am
615all-am: Makefile
616installdirs:
617install: install-am
618install-exec: install-exec-am
619install-data: install-data-am
620uninstall: uninstall-am
621
622install-am: all-am
623	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
624
625installcheck: installcheck-am
626install-strip:
627	if test -z '$(STRIP)'; then \
628	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
629	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
630	      install; \
631	else \
632	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
633	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
634	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
635	fi
636mostlyclean-generic:
637
638clean-generic:
639
640distclean-generic:
641	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
642	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
643
644maintainer-clean-generic:
645	@echo "This command is intended for maintainers to use"
646	@echo "it deletes files that may require special tools to rebuild."
647clean: clean-am
648
649clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
650	mostlyclean-am
651
652distclean: distclean-am
653		-rm -f ./$(DEPDIR)/test-test.Po
654	-rm -f Makefile
655distclean-am: clean-am distclean-compile distclean-generic \
656	distclean-tags
657
658dvi: dvi-am
659
660dvi-am:
661
662html: html-am
663
664html-am:
665
666info: info-am
667
668info-am:
669
670install-data-am:
671
672install-dvi: install-dvi-am
673
674install-dvi-am:
675
676install-exec-am:
677
678install-html: install-html-am
679
680install-html-am:
681
682install-info: install-info-am
683
684install-info-am:
685
686install-man:
687
688install-pdf: install-pdf-am
689
690install-pdf-am:
691
692install-ps: install-ps-am
693
694install-ps-am:
695
696installcheck-am:
697
698maintainer-clean: maintainer-clean-am
699		-rm -f ./$(DEPDIR)/test-test.Po
700	-rm -f Makefile
701maintainer-clean-am: distclean-am maintainer-clean-generic
702
703mostlyclean: mostlyclean-am
704
705mostlyclean-am: mostlyclean-compile mostlyclean-generic \
706	mostlyclean-libtool
707
708pdf: pdf-am
709
710pdf-am:
711
712ps: ps-am
713
714ps-am:
715
716uninstall-am:
717
718.MAKE: check-am install-am install-strip
719
720.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am \
721	check-local clean clean-checkPROGRAMS clean-generic \
722	clean-libtool cscopelist-am ctags ctags-am distclean \
723	distclean-compile distclean-generic distclean-libtool \
724	distclean-tags distdir dvi dvi-am html html-am info info-am \
725	install install-am install-data install-data-am install-dvi \
726	install-dvi-am install-exec install-exec-am install-html \
727	install-html-am install-info install-info-am install-man \
728	install-pdf install-pdf-am install-ps install-ps-am \
729	install-strip installcheck installcheck-am installdirs \
730	maintainer-clean maintainer-clean-generic mostlyclean \
731	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
732	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
733
734.PRECIOUS: Makefile
735
736check-local:
737	MAGIC=$(top_builddir)/magic/magic ./test
738	set -e; \
739	for i in $T/*.testfile; do \
740		echo Running test: $$i; \
741		if [ -f $${i%%.testfile}.magic ]; then \
742			m=$${i%%.testfile}.magic; \
743		else \
744			m=$(top_builddir)/magic/magic; \
745		fi; \
746		TZ=UTC MAGIC=$$m ./test $$i $${i%%.testfile}.result; \
747	done
748
749# Tell versions [3.59,3.63) of GNU make to not export all variables.
750# Otherwise a system limit (for SysV at least) may be exceeded.
751.NOEXPORT:
752