xref: /netbsd-src/external/bsd/file/dist/tests/Makefile.in (revision ddb176824c39fb0db5ceef3e9e40dcaa273aec38)
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@
217MAINT = @MAINT@
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 \
372matilde.arm.result \
373matilde.arm.testfile \
374multiple-A.magic \
375multiple-B.magic \
376multiple.flags \
377multiple.result \
378multiple.testfile \
379pcjr.result \
380pcjr.testfile \
381pgp-binary-key-v2-phil.result \
382pgp-binary-key-v2-phil.testfile \
383pgp-binary-key-v3-lutz.result \
384pgp-binary-key-v3-lutz.testfile \
385pgp-binary-key-v4-dsa.result \
386pgp-binary-key-v4-dsa.testfile \
387pgp-binary-key-v4-ecc-no-userid-secret.result \
388pgp-binary-key-v4-ecc-no-userid-secret.testfile \
389pgp-binary-key-v4-ecc-secret-key.result \
390pgp-binary-key-v4-ecc-secret-key.testfile \
391pgp-binary-key-v4-rsa-key.result \
392pgp-binary-key-v4-rsa-key.testfile \
393pgp-binary-key-v4-rsa-no-userid-secret.result \
394pgp-binary-key-v4-rsa-no-userid-secret.testfile \
395pgp-binary-key-v4-rsa-secret-key.result \
396pgp-binary-key-v4-rsa-secret-key.testfile \
397pnm1.result \
398pnm1.testfile \
399pnm2.result \
400pnm2.testfile \
401pnm3.result \
402pnm3.testfile \
403regex-eol.magic \
404regex-eol.result \
405regex-eol.testfile \
406registry-pol.result \
407registry-pol.testfile \
408uf2.result \
409uf2.testfile \
410xclbin.result \
411xclbin.testfile \
412zstd-3-skippable-frames.result \
413zstd-dictionary-0.result \
414zstd-dictionary-1.result \
415zstd-dictionary-2.result \
416zstd-skippable-frame-0.result \
417zstd-skippable-frame-4.result \
418zstd-skippable-frame-8.result \
419zstd-skippable-frame-C.result \
420zstd-v0.2-FF.result \
421zstd-v0.2-FF.testfile \
422zstd-v0.3-FF.result \
423zstd-v0.3-FF.testfile \
424zstd-v0.4-FF.result \
425zstd-v0.4-FF.testfile \
426zstd-v0.5-FF.result \
427zstd-v0.5-FF.testfile \
428zstd-v0.6-FF.result \
429zstd-v0.6-FF.testfile \
430zstd-v0.7-00.result \
431zstd-v0.7-21.result \
432zstd-v0.7-21.testfile \
433zstd-v0.7-22.result \
434zstd-v0.7-22.testfile \
435zstd-v0.8-00.result \
436zstd-v0.8-01.result \
437zstd-v0.8-01.testfile \
438zstd-v0.8-02.result \
439zstd-v0.8-02.testfile \
440zstd-v0.8-03.result \
441zstd-v0.8-03.testfile \
442zstd-v0.8-16.result \
443zstd-v0.8-16.testfile \
444zstd-v0.8-20.result \
445zstd-v0.8-20.testfile \
446zstd-v0.8-21.result \
447zstd-v0.8-21.testfile \
448zstd-v0.8-22.result \
449zstd-v0.8-22.testfile \
450zstd-v0.8-23.result \
451zstd-v0.8-23.testfile \
452zstd-v0.8-F4.result \
453zstd-v0.8-F4.testfile \
454zstd-v0.8-FF.result \
455zstd-v0.8-FF.testfile
456
457T = $(top_srcdir)/tests
458all: all-am
459
460.SUFFIXES:
461.SUFFIXES: .c .lo .o .obj
462$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
463	@for dep in $?; do \
464	  case '$(am__configure_deps)' in \
465	    *$$dep*) \
466	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
467	        && { if test -f $@; then exit 0; else break; fi; }; \
468	      exit 1;; \
469	  esac; \
470	done; \
471	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
472	$(am__cd) $(top_srcdir) && \
473	  $(AUTOMAKE) --foreign tests/Makefile
474Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
475	@case '$?' in \
476	  *config.status*) \
477	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
478	  *) \
479	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
480	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
481	esac;
482
483$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
484	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
485
486$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
487	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
488$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
489	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
490$(am__aclocal_m4_deps):
491
492clean-checkPROGRAMS:
493	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
494	echo " rm -f" $$list; \
495	rm -f $$list || exit $$?; \
496	test -n "$(EXEEXT)" || exit 0; \
497	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
498	echo " rm -f" $$list; \
499	rm -f $$list
500
501test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
502	@rm -f test$(EXEEXT)
503	$(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
504
505mostlyclean-compile:
506	-rm -f *.$(OBJEXT)
507
508distclean-compile:
509	-rm -f *.tab.c
510
511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@ # am--include-marker
512
513$(am__depfiles_remade):
514	@$(MKDIR_P) $(@D)
515	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
516
517am--depfiles: $(am__depfiles_remade)
518
519.c.o:
520@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
521@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
522@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
523@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
524@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
525@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
526
527.c.obj:
528@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
529@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
530@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
531@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
532@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
533@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
534
535.c.lo:
536@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
537@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
538@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
539@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
540@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
541@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
542
543test-test.o: test.c
544@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
545@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
546@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
547@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
548@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
549
550test-test.obj: test.c
551@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`
552@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
553@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
554@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
555@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`
556
557mostlyclean-libtool:
558	-rm -f *.lo
559
560clean-libtool:
561	-rm -rf .libs _libs
562
563ID: $(am__tagged_files)
564	$(am__define_uniq_tagged_files); mkid -fID $$unique
565tags: tags-am
566TAGS: tags
567
568tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
569	set x; \
570	here=`pwd`; \
571	$(am__define_uniq_tagged_files); \
572	shift; \
573	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
574	  test -n "$$unique" || unique=$$empty_fix; \
575	  if test $$# -gt 0; then \
576	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
577	      "$$@" $$unique; \
578	  else \
579	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
580	      $$unique; \
581	  fi; \
582	fi
583ctags: ctags-am
584
585CTAGS: ctags
586ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
587	$(am__define_uniq_tagged_files); \
588	test -z "$(CTAGS_ARGS)$$unique" \
589	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
590	     $$unique
591
592GTAGS:
593	here=`$(am__cd) $(top_builddir) && pwd` \
594	  && $(am__cd) $(top_srcdir) \
595	  && gtags -i $(GTAGS_ARGS) "$$here"
596cscopelist: cscopelist-am
597
598cscopelist-am: $(am__tagged_files)
599	list='$(am__tagged_files)'; \
600	case "$(srcdir)" in \
601	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
602	  *) sdir=$(subdir)/$(srcdir) ;; \
603	esac; \
604	for i in $$list; do \
605	  if test -f "$$i"; then \
606	    echo "$(subdir)/$$i"; \
607	  else \
608	    echo "$$sdir/$$i"; \
609	  fi; \
610	done >> $(top_builddir)/cscope.files
611
612distclean-tags:
613	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
614distdir: $(BUILT_SOURCES)
615	$(MAKE) $(AM_MAKEFLAGS) distdir-am
616
617distdir-am: $(DISTFILES)
618	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
619	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
620	list='$(DISTFILES)'; \
621	  dist_files=`for file in $$list; do echo $$file; done | \
622	  sed -e "s|^$$srcdirstrip/||;t" \
623	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
624	case $$dist_files in \
625	  */*) $(MKDIR_P) `echo "$$dist_files" | \
626			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
627			   sort -u` ;; \
628	esac; \
629	for file in $$dist_files; do \
630	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
631	  if test -d $$d/$$file; then \
632	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
633	    if test -d "$(distdir)/$$file"; then \
634	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
635	    fi; \
636	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
637	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
638	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
639	    fi; \
640	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
641	  else \
642	    test -f "$(distdir)/$$file" \
643	    || cp -p $$d/$$file "$(distdir)/$$file" \
644	    || exit 1; \
645	  fi; \
646	done
647check-am: all-am
648	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
649	$(MAKE) $(AM_MAKEFLAGS) check-local
650check: check-am
651all-am: Makefile
652installdirs:
653install: install-am
654install-exec: install-exec-am
655install-data: install-data-am
656uninstall: uninstall-am
657
658install-am: all-am
659	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
660
661installcheck: installcheck-am
662install-strip:
663	if test -z '$(STRIP)'; then \
664	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
665	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
666	      install; \
667	else \
668	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
669	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
670	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
671	fi
672mostlyclean-generic:
673
674clean-generic:
675
676distclean-generic:
677	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
678	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
679
680maintainer-clean-generic:
681	@echo "This command is intended for maintainers to use"
682	@echo "it deletes files that may require special tools to rebuild."
683clean: clean-am
684
685clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
686	mostlyclean-am
687
688distclean: distclean-am
689		-rm -f ./$(DEPDIR)/test-test.Po
690	-rm -f Makefile
691distclean-am: clean-am distclean-compile distclean-generic \
692	distclean-tags
693
694dvi: dvi-am
695
696dvi-am:
697
698html: html-am
699
700html-am:
701
702info: info-am
703
704info-am:
705
706install-data-am:
707
708install-dvi: install-dvi-am
709
710install-dvi-am:
711
712install-exec-am:
713
714install-html: install-html-am
715
716install-html-am:
717
718install-info: install-info-am
719
720install-info-am:
721
722install-man:
723
724install-pdf: install-pdf-am
725
726install-pdf-am:
727
728install-ps: install-ps-am
729
730install-ps-am:
731
732installcheck-am:
733
734maintainer-clean: maintainer-clean-am
735		-rm -f ./$(DEPDIR)/test-test.Po
736	-rm -f Makefile
737maintainer-clean-am: distclean-am maintainer-clean-generic
738
739mostlyclean: mostlyclean-am
740
741mostlyclean-am: mostlyclean-compile mostlyclean-generic \
742	mostlyclean-libtool
743
744pdf: pdf-am
745
746pdf-am:
747
748ps: ps-am
749
750ps-am:
751
752uninstall-am:
753
754.MAKE: check-am install-am install-strip
755
756.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am \
757	check-local clean clean-checkPROGRAMS clean-generic \
758	clean-libtool cscopelist-am ctags ctags-am distclean \
759	distclean-compile distclean-generic distclean-libtool \
760	distclean-tags distdir dvi dvi-am html html-am info info-am \
761	install install-am install-data install-data-am install-dvi \
762	install-dvi-am install-exec install-exec-am install-html \
763	install-html-am install-info install-info-am install-man \
764	install-pdf install-pdf-am install-ps install-ps-am \
765	install-strip installcheck installcheck-am installdirs \
766	maintainer-clean maintainer-clean-generic mostlyclean \
767	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
768	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
769
770.PRECIOUS: Makefile
771
772check-local:
773	set -e; \
774	for i in $T/*.testfile; do \
775		t=$${i%%.testfile}; \
776		echo Running test: $$t; \
777		m=; \
778		for j in $$(eval echo $${t}\*.magic); do \
779			if [ -f "$$j" ]; then \
780				if [ -z "$$m" ]; then \
781					m=$$j; \
782				else \
783					m=$$m:$$j; \
784				fi \
785			fi \
786		done; \
787		if [ -z "$$m" ]; then \
788			m=$(top_builddir)/magic/magic; \
789		fi; \
790		f=-e; \
791		if [ -f $${t}.flags ]; then \
792			f=$$f$$(cat $${t}.flags); \
793		fi; \
794		echo TZ=UTC MAGIC=$$m ./test $$f $$i $${t}.result; \
795		TZ=UTC MAGIC=$$m ./test $$f $$i $${t}.result; \
796	done
797
798# Tell versions [3.59,3.63) of GNU make to not export all variables.
799# Otherwise a system limit (for SysV at least) may be exceeded.
800.NOEXPORT:
801