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