xref: /freebsd/contrib/file/tests/Makefile.in (revision 2bfd8b5b9419b0ceb3dd0295fdf413d32969e5b2)
1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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)`
170ETAGS = etags
171CTAGS = ctags
172am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README
173DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174pkgdatadir = @pkgdatadir@
175ACLOCAL = @ACLOCAL@
176AMTAR = @AMTAR@
177AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
178AR = @AR@
179AUTOCONF = @AUTOCONF@
180AUTOHEADER = @AUTOHEADER@
181AUTOMAKE = @AUTOMAKE@
182AWK = @AWK@
183CC = @CC@
184CCDEPMODE = @CCDEPMODE@
185CFLAGS = @CFLAGS@
186CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
187CPP = @CPP@
188CPPFLAGS = @CPPFLAGS@
189CYGPATH_W = @CYGPATH_W@
190DEFS = @DEFS@
191DEPDIR = @DEPDIR@
192DLLTOOL = @DLLTOOL@
193DSYMUTIL = @DSYMUTIL@
194DUMPBIN = @DUMPBIN@
195ECHO_C = @ECHO_C@
196ECHO_N = @ECHO_N@
197ECHO_T = @ECHO_T@
198EGREP = @EGREP@
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@
287sbindir = @sbindir@
288sharedstatedir = @sharedstatedir@
289srcdir = @srcdir@
290sysconfdir = @sysconfdir@
291target_alias = @target_alias@
292top_build_prefix = @top_build_prefix@
293top_builddir = @top_builddir@
294top_srcdir = @top_srcdir@
295test_LDADD = $(top_builddir)/src/libmagic.la
296test_CPPFLAGS = -I$(top_builddir)/src
297EXTRA_DIST = \
298android-vdex-1.result \
299android-vdex-1.testfile \
300android-vdex-2.result \
301android-vdex-2.testfile \
302arj.result \
303arj.testfile \
304CVE-2014-1943.result \
305CVE-2014-1943.testfile \
306JW07022A.mp3.result \
307JW07022A.mp3.testfile \
308bcachefs.result \
309bcachefs.testfile \
310cl8m8ocofedso.result \
311cl8m8ocofedso.testfile \
312escapevel.result \
313escapevel.testfile \
314ext4.result \
315ext4.testfile \
316fit-map-data.result \
317fit-map-data.testfile \
318gedcom.result \
319gedcom.testfile \
320hddrawcopytool.result \
321hddrawcopytool.testfile \
322issue311docx.result \
323issue311docx.testfile \
324issue359xlsx.result \
325issue359xlsx.testfile \
326json1.result \
327json1.testfile \
328json2.result \
329json2.testfile \
330json3.result \
331json3.testfile \
332json4.result \
333json4.testfile \
334json5.result \
335json5.testfile \
336matilde.arm.result \
337matilde.arm.testfile \
338pcjr.result \
339pcjr.testfile \
340pgp-binary-key-v2-phil.result \
341pgp-binary-key-v2-phil.testfile \
342pgp-binary-key-v3-lutz.result \
343pgp-binary-key-v3-lutz.testfile \
344pgp-binary-key-v4-dsa.result \
345pgp-binary-key-v4-dsa.testfile \
346pgp-binary-key-v4-ecc-no-userid-secret.result \
347pgp-binary-key-v4-ecc-no-userid-secret.testfile \
348pgp-binary-key-v4-ecc-secret-key.result \
349pgp-binary-key-v4-ecc-secret-key.testfile \
350pgp-binary-key-v4-rsa-key.result \
351pgp-binary-key-v4-rsa-key.testfile \
352pgp-binary-key-v4-rsa-no-userid-secret.result \
353pgp-binary-key-v4-rsa-no-userid-secret.testfile \
354pgp-binary-key-v4-rsa-secret-key.result \
355pgp-binary-key-v4-rsa-secret-key.testfile \
356regex-eol.magic \
357regex-eol.result \
358regex-eol.testfile \
359uf2.result \
360uf2.testfile \
361zstd-3-skippable-frames.result \
362zstd-dictionary-0.result \
363zstd-dictionary-1.result \
364zstd-dictionary-2.result \
365zstd-skippable-frame-0.result \
366zstd-skippable-frame-4.result \
367zstd-skippable-frame-8.result \
368zstd-skippable-frame-C.result \
369zstd-v0.2-FF.result \
370zstd-v0.2-FF.testfile \
371zstd-v0.3-FF.result \
372zstd-v0.3-FF.testfile \
373zstd-v0.4-FF.result \
374zstd-v0.4-FF.testfile \
375zstd-v0.5-FF.result \
376zstd-v0.5-FF.testfile \
377zstd-v0.6-FF.result \
378zstd-v0.6-FF.testfile \
379zstd-v0.7-00.result \
380zstd-v0.7-21.result \
381zstd-v0.7-21.testfile \
382zstd-v0.7-22.result \
383zstd-v0.7-22.testfile \
384zstd-v0.8-00.result \
385zstd-v0.8-01.result \
386zstd-v0.8-01.testfile \
387zstd-v0.8-02.result \
388zstd-v0.8-02.testfile \
389zstd-v0.8-03.result \
390zstd-v0.8-03.testfile \
391zstd-v0.8-16.result \
392zstd-v0.8-16.testfile \
393zstd-v0.8-20.result \
394zstd-v0.8-20.testfile \
395zstd-v0.8-21.result \
396zstd-v0.8-21.testfile \
397zstd-v0.8-22.result \
398zstd-v0.8-22.testfile \
399zstd-v0.8-23.result \
400zstd-v0.8-23.testfile \
401zstd-v0.8-F4.result \
402zstd-v0.8-F4.testfile \
403zstd-v0.8-FF.result \
404zstd-v0.8-FF.testfile
405
406T = $(top_srcdir)/tests
407all: all-am
408
409.SUFFIXES:
410.SUFFIXES: .c .lo .o .obj
411$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
412	@for dep in $?; do \
413	  case '$(am__configure_deps)' in \
414	    *$$dep*) \
415	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
416	        && { if test -f $@; then exit 0; else break; fi; }; \
417	      exit 1;; \
418	  esac; \
419	done; \
420	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
421	$(am__cd) $(top_srcdir) && \
422	  $(AUTOMAKE) --foreign tests/Makefile
423Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
424	@case '$?' in \
425	  *config.status*) \
426	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
427	  *) \
428	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
429	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
430	esac;
431
432$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
433	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
434
435$(top_srcdir)/configure:  $(am__configure_deps)
436	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
438	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439$(am__aclocal_m4_deps):
440
441clean-checkPROGRAMS:
442	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
443	echo " rm -f" $$list; \
444	rm -f $$list || exit $$?; \
445	test -n "$(EXEEXT)" || exit 0; \
446	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
447	echo " rm -f" $$list; \
448	rm -f $$list
449
450test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
451	@rm -f test$(EXEEXT)
452	$(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
453
454mostlyclean-compile:
455	-rm -f *.$(OBJEXT)
456
457distclean-compile:
458	-rm -f *.tab.c
459
460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@ # am--include-marker
461
462$(am__depfiles_remade):
463	@$(MKDIR_P) $(@D)
464	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
465
466am--depfiles: $(am__depfiles_remade)
467
468.c.o:
469@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
470@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
471@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
472@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
473@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
474@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
475
476.c.obj:
477@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
478@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
479@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
480@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
481@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
482@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
483
484.c.lo:
485@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
486@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
487@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
488@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
489@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
491
492test-test.o: test.c
493@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
494@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
495@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
496@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497@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
498
499test-test.obj: test.c
500@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`
501@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
502@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
503@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504@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`
505
506mostlyclean-libtool:
507	-rm -f *.lo
508
509clean-libtool:
510	-rm -rf .libs _libs
511
512ID: $(am__tagged_files)
513	$(am__define_uniq_tagged_files); mkid -fID $$unique
514tags: tags-am
515TAGS: tags
516
517tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
518	set x; \
519	here=`pwd`; \
520	$(am__define_uniq_tagged_files); \
521	shift; \
522	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
523	  test -n "$$unique" || unique=$$empty_fix; \
524	  if test $$# -gt 0; then \
525	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
526	      "$$@" $$unique; \
527	  else \
528	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
529	      $$unique; \
530	  fi; \
531	fi
532ctags: ctags-am
533
534CTAGS: ctags
535ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
536	$(am__define_uniq_tagged_files); \
537	test -z "$(CTAGS_ARGS)$$unique" \
538	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
539	     $$unique
540
541GTAGS:
542	here=`$(am__cd) $(top_builddir) && pwd` \
543	  && $(am__cd) $(top_srcdir) \
544	  && gtags -i $(GTAGS_ARGS) "$$here"
545cscopelist: cscopelist-am
546
547cscopelist-am: $(am__tagged_files)
548	list='$(am__tagged_files)'; \
549	case "$(srcdir)" in \
550	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
551	  *) sdir=$(subdir)/$(srcdir) ;; \
552	esac; \
553	for i in $$list; do \
554	  if test -f "$$i"; then \
555	    echo "$(subdir)/$$i"; \
556	  else \
557	    echo "$$sdir/$$i"; \
558	  fi; \
559	done >> $(top_builddir)/cscope.files
560
561distclean-tags:
562	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
563
564distdir: $(BUILT_SOURCES)
565	$(MAKE) $(AM_MAKEFLAGS) distdir-am
566
567distdir-am: $(DISTFILES)
568	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
569	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
570	list='$(DISTFILES)'; \
571	  dist_files=`for file in $$list; do echo $$file; done | \
572	  sed -e "s|^$$srcdirstrip/||;t" \
573	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
574	case $$dist_files in \
575	  */*) $(MKDIR_P) `echo "$$dist_files" | \
576			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
577			   sort -u` ;; \
578	esac; \
579	for file in $$dist_files; do \
580	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
581	  if test -d $$d/$$file; then \
582	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
583	    if test -d "$(distdir)/$$file"; then \
584	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
585	    fi; \
586	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
587	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
588	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
589	    fi; \
590	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
591	  else \
592	    test -f "$(distdir)/$$file" \
593	    || cp -p $$d/$$file "$(distdir)/$$file" \
594	    || exit 1; \
595	  fi; \
596	done
597check-am: all-am
598	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
599	$(MAKE) $(AM_MAKEFLAGS) check-local
600check: check-am
601all-am: Makefile
602installdirs:
603install: install-am
604install-exec: install-exec-am
605install-data: install-data-am
606uninstall: uninstall-am
607
608install-am: all-am
609	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
610
611installcheck: installcheck-am
612install-strip:
613	if test -z '$(STRIP)'; then \
614	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
615	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
616	      install; \
617	else \
618	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
619	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
620	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
621	fi
622mostlyclean-generic:
623
624clean-generic:
625
626distclean-generic:
627	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
628	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
629
630maintainer-clean-generic:
631	@echo "This command is intended for maintainers to use"
632	@echo "it deletes files that may require special tools to rebuild."
633clean: clean-am
634
635clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
636	mostlyclean-am
637
638distclean: distclean-am
639		-rm -f ./$(DEPDIR)/test-test.Po
640	-rm -f Makefile
641distclean-am: clean-am distclean-compile distclean-generic \
642	distclean-tags
643
644dvi: dvi-am
645
646dvi-am:
647
648html: html-am
649
650html-am:
651
652info: info-am
653
654info-am:
655
656install-data-am:
657
658install-dvi: install-dvi-am
659
660install-dvi-am:
661
662install-exec-am:
663
664install-html: install-html-am
665
666install-html-am:
667
668install-info: install-info-am
669
670install-info-am:
671
672install-man:
673
674install-pdf: install-pdf-am
675
676install-pdf-am:
677
678install-ps: install-ps-am
679
680install-ps-am:
681
682installcheck-am:
683
684maintainer-clean: maintainer-clean-am
685		-rm -f ./$(DEPDIR)/test-test.Po
686	-rm -f Makefile
687maintainer-clean-am: distclean-am maintainer-clean-generic
688
689mostlyclean: mostlyclean-am
690
691mostlyclean-am: mostlyclean-compile mostlyclean-generic \
692	mostlyclean-libtool
693
694pdf: pdf-am
695
696pdf-am:
697
698ps: ps-am
699
700ps-am:
701
702uninstall-am:
703
704.MAKE: check-am install-am install-strip
705
706.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am \
707	check-local clean clean-checkPROGRAMS clean-generic \
708	clean-libtool cscopelist-am ctags ctags-am distclean \
709	distclean-compile distclean-generic distclean-libtool \
710	distclean-tags distdir dvi dvi-am html html-am info info-am \
711	install install-am install-data install-data-am install-dvi \
712	install-dvi-am install-exec install-exec-am install-html \
713	install-html-am install-info install-info-am install-man \
714	install-pdf install-pdf-am install-ps install-ps-am \
715	install-strip installcheck installcheck-am installdirs \
716	maintainer-clean maintainer-clean-generic mostlyclean \
717	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
718	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
719
720.PRECIOUS: Makefile
721
722check-local:
723	MAGIC=$(top_builddir)/magic/magic ./test
724	set -e; \
725	for i in $T/*.testfile; do \
726		echo Running test: $$i; \
727		if [ -f $${i%%.testfile}.magic ]; then \
728			m=$${i%%.testfile}.magic; \
729		else \
730			m=$(top_builddir)/magic/magic; \
731		fi; \
732		TZ=UTC MAGIC=$$m ./test $$i $${i%%.testfile}.result; \
733	done
734
735# Tell versions [3.59,3.63) of GNU make to not export all variables.
736# Otherwise a system limit (for SysV at least) may be exceeded.
737.NOEXPORT:
738