xref: /freebsd/contrib/file/tests/Makefile.in (revision 7fdf597e96a02165cfe22ff357b857d5fa15ed8a)
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@
201FILECMD = @FILECMD@
202GREP = @GREP@
203HAVE_VISIBILITY = @HAVE_VISIBILITY@
204INSTALL = @INSTALL@
205INSTALL_DATA = @INSTALL_DATA@
206INSTALL_PROGRAM = @INSTALL_PROGRAM@
207INSTALL_SCRIPT = @INSTALL_SCRIPT@
208INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
209LD = @LD@
210LDFLAGS = @LDFLAGS@
211LIBOBJS = @LIBOBJS@
212LIBS = @LIBS@
213LIBTOOL = @LIBTOOL@
214LIPO = @LIPO@
215LN_S = @LN_S@
216LTLIBOBJS = @LTLIBOBJS@
217LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
218MAKEINFO = @MAKEINFO@
219MANIFEST_TOOL = @MANIFEST_TOOL@
220MINGW = @MINGW@
221MKDIR_P = @MKDIR_P@
222NM = @NM@
223NMEDIT = @NMEDIT@
224OBJDUMP = @OBJDUMP@
225OBJEXT = @OBJEXT@
226OTOOL = @OTOOL@
227OTOOL64 = @OTOOL64@
228PACKAGE = @PACKAGE@
229PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
230PACKAGE_NAME = @PACKAGE_NAME@
231PACKAGE_STRING = @PACKAGE_STRING@
232PACKAGE_TARNAME = @PACKAGE_TARNAME@
233PACKAGE_URL = @PACKAGE_URL@
234PACKAGE_VERSION = @PACKAGE_VERSION@
235PATH_SEPARATOR = @PATH_SEPARATOR@
236RANLIB = @RANLIB@
237SED = @SED@
238SET_MAKE = @SET_MAKE@
239SHELL = @SHELL@
240STRIP = @STRIP@
241VERSION = @VERSION@
242WARNINGS = @WARNINGS@
243abs_builddir = @abs_builddir@
244abs_srcdir = @abs_srcdir@
245abs_top_builddir = @abs_top_builddir@
246abs_top_srcdir = @abs_top_srcdir@
247ac_ct_AR = @ac_ct_AR@
248ac_ct_CC = @ac_ct_CC@
249ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
250am__include = @am__include@
251am__leading_dot = @am__leading_dot@
252am__quote = @am__quote@
253am__tar = @am__tar@
254am__untar = @am__untar@
255bindir = @bindir@
256build = @build@
257build_alias = @build_alias@
258build_cpu = @build_cpu@
259build_os = @build_os@
260build_vendor = @build_vendor@
261builddir = @builddir@
262datadir = @datadir@
263datarootdir = @datarootdir@
264docdir = @docdir@
265dvidir = @dvidir@
266exec_prefix = @exec_prefix@
267fsect = @fsect@
268host = @host@
269host_alias = @host_alias@
270host_cpu = @host_cpu@
271host_os = @host_os@
272host_vendor = @host_vendor@
273htmldir = @htmldir@
274includedir = @includedir@
275infodir = @infodir@
276install_sh = @install_sh@
277libdir = @libdir@
278libexecdir = @libexecdir@
279localedir = @localedir@
280localstatedir = @localstatedir@
281mandir = @mandir@
282mkdir_p = @mkdir_p@
283oldincludedir = @oldincludedir@
284pdfdir = @pdfdir@
285prefix = @prefix@
286program_transform_name = @program_transform_name@
287psdir = @psdir@
288runstatedir = @runstatedir@
289sbindir = @sbindir@
290sharedstatedir = @sharedstatedir@
291srcdir = @srcdir@
292sysconfdir = @sysconfdir@
293target_alias = @target_alias@
294top_build_prefix = @top_build_prefix@
295top_builddir = @top_builddir@
296top_srcdir = @top_srcdir@
297test_LDADD = $(top_builddir)/src/libmagic.la
298test_CPPFLAGS = -I$(top_builddir)/src
299EXTRA_DIST = \
300android-vdex-1.result \
301android-vdex-1.testfile \
302android-vdex-2.result \
303android-vdex-2.testfile \
304arj.result \
305arj.testfile \
306bcachefs.result \
307bcachefs.testfile \
308bcachefs2.result \
309bcachefs2.testfile \
310cl8m8ocofedso.result \
311cl8m8ocofedso.testfile \
312cmd1.result \
313cmd1.testfile \
314cmd2.result \
315cmd2.testfile \
316cmd3.result \
317cmd3.testfile \
318cmd4.result \
319cmd4.testfile \
320CVE-2014-1943.result \
321CVE-2014-1943.testfile \
322dsd64-dff.result \
323dsd64-dff.testfile \
324dsd64-dsf.result \
325dsd64-dsf.testfile \
326escapevel.result \
327escapevel.testfile \
328ext4.result \
329ext4.testfile \
330fit-map-data.result \
331fit-map-data.testfile \
332gedcom.result \
333gedcom.testfile \
334gpkg-1-zst.result \
335gpkg-1-zst.testfile \
336hello-racket_rkt.result \
337hello-racket_rkt.testfile \
338hddrawcopytool.result \
339hddrawcopytool.testfile \
340HWP2016.hwp.result \
341HWP2016.hwp.testfile \
342HWP2016.hwpx.zip.result \
343HWP2016.hwpx.zip.testfile \
344HWP97.hwp.result \
345HWP97.hwp.testfile \
346issue311docx.result \
347issue311docx.testfile \
348issue359xlsx.result \
349issue359xlsx.testfile \
350jpeg-text.result \
351jpeg-text.testfile \
352json1.result \
353json1.testfile \
354json2.result \
355json2.testfile \
356json3.result \
357json3.testfile \
358json4.result \
359json4.testfile \
360json5.result \
361json5.testfile \
362json6.result \
363json6.testfile \
364json7.result \
365json7.testfile \
366json8.result \
367json8.testfile \
368jsonlines1.result \
369jsonlines1.testfile \
370JW07022A.mp3.result \
371JW07022A.mp3.testfile \
372keyman-0.result \
373keyman-0.testfile \
374keyman-1.result \
375keyman-1.testfile \
376keyman-2.result \
377keyman-2.testfile \
378matilde.arm.result \
379matilde.arm.testfile \
380multiple-A.magic \
381multiple-B.magic \
382multiple.flags \
383multiple.result \
384multiple.testfile \
385pcjr.result \
386pcjr.testfile \
387pgp-binary-key-v2-phil.result \
388pgp-binary-key-v2-phil.testfile \
389pgp-binary-key-v3-lutz.result \
390pgp-binary-key-v3-lutz.testfile \
391pgp-binary-key-v4-dsa.result \
392pgp-binary-key-v4-dsa.testfile \
393pgp-binary-key-v4-ecc-no-userid-secret.result \
394pgp-binary-key-v4-ecc-no-userid-secret.testfile \
395pgp-binary-key-v4-ecc-secret-key.result \
396pgp-binary-key-v4-ecc-secret-key.testfile \
397pgp-binary-key-v4-rsa-key.result \
398pgp-binary-key-v4-rsa-key.testfile \
399pgp-binary-key-v4-rsa-no-userid-secret.result \
400pgp-binary-key-v4-rsa-no-userid-secret.testfile \
401pgp-binary-key-v4-rsa-secret-key.result \
402pgp-binary-key-v4-rsa-secret-key.testfile \
403pnm1.result \
404pnm1.testfile \
405pnm2.result \
406pnm2.testfile \
407pnm3.result \
408pnm3.testfile \
409regex-eol.magic \
410regex-eol.result \
411regex-eol.testfile \
412registry-pol.result \
413registry-pol.testfile \
414rpm-v3.0-bin-aarch64.result \
415rpm-v3.0-bin-aarch64.testfile \
416rpm-v3.0-bin-powerpc64.result \
417rpm-v3.0-bin-powerpc64.testfile \
418rpm-v3.0-bin-s390x.result \
419rpm-v3.0-bin-s390x.testfile \
420rpm-v3.0-bin-x86_64.result \
421rpm-v3.0-bin-x86_64.testfile \
422rpm-v3.0-src.result \
423rpm-v3.0-src.testfile \
424searchbug.magic \
425searchbug.result \
426searchbug.testfile \
427uf2.result \
428uf2.testfile \
429utf16xmlsvg.testfile \
430utf16xmlsvg.result \
431xclbin.result \
432xclbin.testfile \
433zstd-3-skippable-frames.result \
434zstd-dictionary-0.result \
435zstd-dictionary-1.result \
436zstd-dictionary-2.result \
437zstd-skippable-frame-0.result \
438zstd-skippable-frame-4.result \
439zstd-skippable-frame-8.result \
440zstd-skippable-frame-C.result \
441zstd-v0.2-FF.result \
442zstd-v0.2-FF.testfile \
443zstd-v0.3-FF.result \
444zstd-v0.3-FF.testfile \
445zstd-v0.4-FF.result \
446zstd-v0.4-FF.testfile \
447zstd-v0.5-FF.result \
448zstd-v0.5-FF.testfile \
449zstd-v0.6-FF.result \
450zstd-v0.6-FF.testfile \
451zstd-v0.7-00.result \
452zstd-v0.7-21.result \
453zstd-v0.7-21.testfile \
454zstd-v0.7-22.result \
455zstd-v0.7-22.testfile \
456zstd-v0.8-00.result \
457zstd-v0.8-01.result \
458zstd-v0.8-01.testfile \
459zstd-v0.8-02.result \
460zstd-v0.8-02.testfile \
461zstd-v0.8-03.result \
462zstd-v0.8-03.testfile \
463zstd-v0.8-16.result \
464zstd-v0.8-16.testfile \
465zstd-v0.8-20.result \
466zstd-v0.8-20.testfile \
467zstd-v0.8-21.result \
468zstd-v0.8-21.testfile \
469zstd-v0.8-22.result \
470zstd-v0.8-22.testfile \
471zstd-v0.8-23.result \
472zstd-v0.8-23.testfile \
473zstd-v0.8-F4.result \
474zstd-v0.8-F4.testfile \
475zstd-v0.8-FF.result \
476zstd-v0.8-FF.testfile
477
478T = $(top_srcdir)/tests
479all: all-am
480
481.SUFFIXES:
482.SUFFIXES: .c .lo .o .obj
483$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
484	@for dep in $?; do \
485	  case '$(am__configure_deps)' in \
486	    *$$dep*) \
487	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
488	        && { if test -f $@; then exit 0; else break; fi; }; \
489	      exit 1;; \
490	  esac; \
491	done; \
492	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
493	$(am__cd) $(top_srcdir) && \
494	  $(AUTOMAKE) --foreign tests/Makefile
495Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
496	@case '$?' in \
497	  *config.status*) \
498	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
499	  *) \
500	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
501	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
502	esac;
503
504$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
505	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
506
507$(top_srcdir)/configure:  $(am__configure_deps)
508	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
509$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
510	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
511$(am__aclocal_m4_deps):
512
513clean-checkPROGRAMS:
514	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
515	echo " rm -f" $$list; \
516	rm -f $$list || exit $$?; \
517	test -n "$(EXEEXT)" || exit 0; \
518	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
519	echo " rm -f" $$list; \
520	rm -f $$list
521
522test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
523	@rm -f test$(EXEEXT)
524	$(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
525
526mostlyclean-compile:
527	-rm -f *.$(OBJEXT)
528
529distclean-compile:
530	-rm -f *.tab.c
531
532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@ # am--include-marker
533
534$(am__depfiles_remade):
535	@$(MKDIR_P) $(@D)
536	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
537
538am--depfiles: $(am__depfiles_remade)
539
540.c.o:
541@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
542@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
543@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
544@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
545@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
547
548.c.obj:
549@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
550@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
551@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
552@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
553@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
554@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
555
556.c.lo:
557@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
558@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
559@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
560@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
561@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
562@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
563
564test-test.o: test.c
565@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
566@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
567@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
568@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
569@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
570
571test-test.obj: test.c
572@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`
573@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
574@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
575@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
576@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`
577
578mostlyclean-libtool:
579	-rm -f *.lo
580
581clean-libtool:
582	-rm -rf .libs _libs
583
584ID: $(am__tagged_files)
585	$(am__define_uniq_tagged_files); mkid -fID $$unique
586tags: tags-am
587TAGS: tags
588
589tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
590	set x; \
591	here=`pwd`; \
592	$(am__define_uniq_tagged_files); \
593	shift; \
594	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
595	  test -n "$$unique" || unique=$$empty_fix; \
596	  if test $$# -gt 0; then \
597	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
598	      "$$@" $$unique; \
599	  else \
600	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
601	      $$unique; \
602	  fi; \
603	fi
604ctags: ctags-am
605
606CTAGS: ctags
607ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
608	$(am__define_uniq_tagged_files); \
609	test -z "$(CTAGS_ARGS)$$unique" \
610	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
611	     $$unique
612
613GTAGS:
614	here=`$(am__cd) $(top_builddir) && pwd` \
615	  && $(am__cd) $(top_srcdir) \
616	  && gtags -i $(GTAGS_ARGS) "$$here"
617cscopelist: cscopelist-am
618
619cscopelist-am: $(am__tagged_files)
620	list='$(am__tagged_files)'; \
621	case "$(srcdir)" in \
622	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
623	  *) sdir=$(subdir)/$(srcdir) ;; \
624	esac; \
625	for i in $$list; do \
626	  if test -f "$$i"; then \
627	    echo "$(subdir)/$$i"; \
628	  else \
629	    echo "$$sdir/$$i"; \
630	  fi; \
631	done >> $(top_builddir)/cscope.files
632
633distclean-tags:
634	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
635distdir: $(BUILT_SOURCES)
636	$(MAKE) $(AM_MAKEFLAGS) distdir-am
637
638distdir-am: $(DISTFILES)
639	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
640	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
641	list='$(DISTFILES)'; \
642	  dist_files=`for file in $$list; do echo $$file; done | \
643	  sed -e "s|^$$srcdirstrip/||;t" \
644	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
645	case $$dist_files in \
646	  */*) $(MKDIR_P) `echo "$$dist_files" | \
647			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
648			   sort -u` ;; \
649	esac; \
650	for file in $$dist_files; do \
651	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
652	  if test -d $$d/$$file; then \
653	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
654	    if test -d "$(distdir)/$$file"; then \
655	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
656	    fi; \
657	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
658	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
659	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
660	    fi; \
661	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
662	  else \
663	    test -f "$(distdir)/$$file" \
664	    || cp -p $$d/$$file "$(distdir)/$$file" \
665	    || exit 1; \
666	  fi; \
667	done
668check-am: all-am
669	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
670	$(MAKE) $(AM_MAKEFLAGS) check-local
671check: check-am
672all-am: Makefile
673installdirs:
674install: install-am
675install-exec: install-exec-am
676install-data: install-data-am
677uninstall: uninstall-am
678
679install-am: all-am
680	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
681
682installcheck: installcheck-am
683install-strip:
684	if test -z '$(STRIP)'; then \
685	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
686	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
687	      install; \
688	else \
689	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
690	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
691	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
692	fi
693mostlyclean-generic:
694
695clean-generic:
696
697distclean-generic:
698	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
699	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
700
701maintainer-clean-generic:
702	@echo "This command is intended for maintainers to use"
703	@echo "it deletes files that may require special tools to rebuild."
704clean: clean-am
705
706clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
707	mostlyclean-am
708
709distclean: distclean-am
710		-rm -f ./$(DEPDIR)/test-test.Po
711	-rm -f Makefile
712distclean-am: clean-am distclean-compile distclean-generic \
713	distclean-tags
714
715dvi: dvi-am
716
717dvi-am:
718
719html: html-am
720
721html-am:
722
723info: info-am
724
725info-am:
726
727install-data-am:
728
729install-dvi: install-dvi-am
730
731install-dvi-am:
732
733install-exec-am:
734
735install-html: install-html-am
736
737install-html-am:
738
739install-info: install-info-am
740
741install-info-am:
742
743install-man:
744
745install-pdf: install-pdf-am
746
747install-pdf-am:
748
749install-ps: install-ps-am
750
751install-ps-am:
752
753installcheck-am:
754
755maintainer-clean: maintainer-clean-am
756		-rm -f ./$(DEPDIR)/test-test.Po
757	-rm -f Makefile
758maintainer-clean-am: distclean-am maintainer-clean-generic
759
760mostlyclean: mostlyclean-am
761
762mostlyclean-am: mostlyclean-compile mostlyclean-generic \
763	mostlyclean-libtool
764
765pdf: pdf-am
766
767pdf-am:
768
769ps: ps-am
770
771ps-am:
772
773uninstall-am:
774
775.MAKE: check-am install-am install-strip
776
777.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am \
778	check-local clean clean-checkPROGRAMS clean-generic \
779	clean-libtool cscopelist-am ctags ctags-am distclean \
780	distclean-compile distclean-generic distclean-libtool \
781	distclean-tags distdir dvi dvi-am html html-am info info-am \
782	install install-am install-data install-data-am install-dvi \
783	install-dvi-am install-exec install-exec-am install-html \
784	install-html-am install-info install-info-am install-man \
785	install-pdf install-pdf-am install-ps install-ps-am \
786	install-strip installcheck installcheck-am installdirs \
787	maintainer-clean maintainer-clean-generic mostlyclean \
788	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
789	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
790
791.PRECIOUS: Makefile
792
793check-local:
794	set -e; \
795	for i in $T/*.testfile; do \
796		t=$${i%%.testfile}; \
797		echo Running test: $$t; \
798		m=; \
799		for j in $$(eval echo $${t}\*.magic); do \
800			if [ -f "$$j" ]; then \
801				if [ -z "$$m" ]; then \
802					m=$$j; \
803				else \
804					m=$$m:$$j; \
805				fi \
806			fi \
807		done; \
808		if [ -z "$$m" ]; then \
809			m=$(top_builddir)/magic/magic; \
810		fi; \
811		f=-e; \
812		if [ -f $${t}.flags ]; then \
813			f=$$f$$(cat $${t}.flags); \
814		fi; \
815		echo TZ=UTC MAGIC=$$m ./test $$f $$i $${t}.result; \
816		TZ=UTC MAGIC=$$m ./test $$f $$i $${t}.result; \
817	done
818
819# Tell versions [3.59,3.63) of GNU make to not export all variables.
820# Otherwise a system limit (for SysV at least) may be exceeded.
821.NOEXPORT:
822