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