]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/file/tests/Makefile.in
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / contrib / file / tests / Makefile.in
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@
16 VPATH = @srcdir@
17 am__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 }
28 am__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
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgincludedir = $(includedir)/@PACKAGE@
73 pkglibdir = $(libdir)/@PACKAGE@
74 pkglibexecdir = $(libexecdir)/@PACKAGE@
75 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
76 install_sh_DATA = $(install_sh) -c -m 644
77 install_sh_PROGRAM = $(install_sh) -c
78 install_sh_SCRIPT = $(install_sh) -c
79 INSTALL_HEADER = $(INSTALL_DATA)
80 transform = $(program_transform_name)
81 NORMAL_INSTALL = :
82 PRE_INSTALL = :
83 POST_INSTALL = :
84 NORMAL_UNINSTALL = :
85 PRE_UNINSTALL = :
86 POST_UNINSTALL = :
87 build_triplet = @build@
88 host_triplet = @host@
89 check_PROGRAMS = test$(EXEEXT)
90 subdir = tests
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__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)/acinclude.m4 $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97         $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99 mkinstalldirs = $(install_sh) -d
100 CONFIG_HEADER = $(top_builddir)/config.h
101 CONFIG_CLEAN_FILES =
102 CONFIG_CLEAN_VPATH_FILES =
103 test_SOURCES = test.c
104 test_OBJECTS = test-test.$(OBJEXT)
105 test_DEPENDENCIES = $(top_builddir)/src/libmagic.la
106 AM_V_lt = $(am__v_lt_@AM_V@)
107 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
108 am__v_lt_0 = --silent
109 am__v_lt_1 = 
110 AM_V_P = $(am__v_P_@AM_V@)
111 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112 am__v_P_0 = false
113 am__v_P_1 = :
114 AM_V_GEN = $(am__v_GEN_@AM_V@)
115 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116 am__v_GEN_0 = @echo "  GEN     " $@;
117 am__v_GEN_1 = 
118 AM_V_at = $(am__v_at_@AM_V@)
119 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120 am__v_at_0 = @
121 am__v_at_1 = 
122 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
123 depcomp = $(SHELL) $(top_srcdir)/depcomp
124 am__maybe_remake_depfiles = depfiles
125 am__depfiles_remade = ./$(DEPDIR)/test-test.Po
126 am__mv = mv -f
127 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
128         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
130         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
131         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
132         $(AM_CFLAGS) $(CFLAGS)
133 AM_V_CC = $(am__v_CC_@AM_V@)
134 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
135 am__v_CC_0 = @echo "  CC      " $@;
136 am__v_CC_1 = 
137 CCLD = $(CC)
138 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
139         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
140         $(AM_LDFLAGS) $(LDFLAGS) -o $@
141 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
142 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
143 am__v_CCLD_0 = @echo "  CCLD    " $@;
144 am__v_CCLD_1 = 
145 SOURCES = test.c
146 DIST_SOURCES = test.c
147 am__can_run_installinfo = \
148   case $$AM_UPDATE_INFO_DIR in \
149     n|no|NO) false;; \
150     *) (install-info --version) >/dev/null 2>&1;; \
151   esac
152 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
153 # Read a list of newline-separated strings from the standard input,
154 # and print each of them once, without duplicates.  Input order is
155 # *not* preserved.
156 am__uniquify_input = $(AWK) '\
157   BEGIN { nonempty = 0; } \
158   { items[$$0] = 1; nonempty = 1; } \
159   END { if (nonempty) { for (i in items) print i; }; } \
160 '
161 # Make sure the list of sources is unique.  This is necessary because,
162 # e.g., the same source file might be shared among _SOURCES variables
163 # for different programs/libraries.
164 am__define_uniq_tagged_files = \
165   list='$(am__tagged_files)'; \
166   unique=`for i in $$list; do \
167     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
168   done | $(am__uniquify_input)`
169 ETAGS = etags
170 CTAGS = ctags
171 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README
172 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173 pkgdatadir = @pkgdatadir@
174 ACLOCAL = @ACLOCAL@
175 AMTAR = @AMTAR@
176 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
177 AR = @AR@
178 AUTOCONF = @AUTOCONF@
179 AUTOHEADER = @AUTOHEADER@
180 AUTOMAKE = @AUTOMAKE@
181 AWK = @AWK@
182 CC = @CC@
183 CCDEPMODE = @CCDEPMODE@
184 CFLAGS = @CFLAGS@
185 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
186 CPP = @CPP@
187 CPPFLAGS = @CPPFLAGS@
188 CYGPATH_W = @CYGPATH_W@
189 DEFS = @DEFS@
190 DEPDIR = @DEPDIR@
191 DLLTOOL = @DLLTOOL@
192 DSYMUTIL = @DSYMUTIL@
193 DUMPBIN = @DUMPBIN@
194 ECHO_C = @ECHO_C@
195 ECHO_N = @ECHO_N@
196 ECHO_T = @ECHO_T@
197 EGREP = @EGREP@
198 EXEEXT = @EXEEXT@
199 FGREP = @FGREP@
200 GREP = @GREP@
201 HAVE_VISIBILITY = @HAVE_VISIBILITY@
202 INSTALL = @INSTALL@
203 INSTALL_DATA = @INSTALL_DATA@
204 INSTALL_PROGRAM = @INSTALL_PROGRAM@
205 INSTALL_SCRIPT = @INSTALL_SCRIPT@
206 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
207 LD = @LD@
208 LDFLAGS = @LDFLAGS@
209 LIBOBJS = @LIBOBJS@
210 LIBS = @LIBS@
211 LIBTOOL = @LIBTOOL@
212 LIPO = @LIPO@
213 LN_S = @LN_S@
214 LTLIBOBJS = @LTLIBOBJS@
215 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
216 MAKEINFO = @MAKEINFO@
217 MANIFEST_TOOL = @MANIFEST_TOOL@
218 MINGW = @MINGW@
219 MKDIR_P = @MKDIR_P@
220 NM = @NM@
221 NMEDIT = @NMEDIT@
222 OBJDUMP = @OBJDUMP@
223 OBJEXT = @OBJEXT@
224 OTOOL = @OTOOL@
225 OTOOL64 = @OTOOL64@
226 PACKAGE = @PACKAGE@
227 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228 PACKAGE_NAME = @PACKAGE_NAME@
229 PACKAGE_STRING = @PACKAGE_STRING@
230 PACKAGE_TARNAME = @PACKAGE_TARNAME@
231 PACKAGE_URL = @PACKAGE_URL@
232 PACKAGE_VERSION = @PACKAGE_VERSION@
233 PATH_SEPARATOR = @PATH_SEPARATOR@
234 RANLIB = @RANLIB@
235 SED = @SED@
236 SET_MAKE = @SET_MAKE@
237 SHELL = @SHELL@
238 STRIP = @STRIP@
239 VERSION = @VERSION@
240 WARNINGS = @WARNINGS@
241 abs_builddir = @abs_builddir@
242 abs_srcdir = @abs_srcdir@
243 abs_top_builddir = @abs_top_builddir@
244 abs_top_srcdir = @abs_top_srcdir@
245 ac_ct_AR = @ac_ct_AR@
246 ac_ct_CC = @ac_ct_CC@
247 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
248 am__include = @am__include@
249 am__leading_dot = @am__leading_dot@
250 am__quote = @am__quote@
251 am__tar = @am__tar@
252 am__untar = @am__untar@
253 bindir = @bindir@
254 build = @build@
255 build_alias = @build_alias@
256 build_cpu = @build_cpu@
257 build_os = @build_os@
258 build_vendor = @build_vendor@
259 builddir = @builddir@
260 datadir = @datadir@
261 datarootdir = @datarootdir@
262 docdir = @docdir@
263 dvidir = @dvidir@
264 exec_prefix = @exec_prefix@
265 fsect = @fsect@
266 host = @host@
267 host_alias = @host_alias@
268 host_cpu = @host_cpu@
269 host_os = @host_os@
270 host_vendor = @host_vendor@
271 htmldir = @htmldir@
272 includedir = @includedir@
273 infodir = @infodir@
274 install_sh = @install_sh@
275 libdir = @libdir@
276 libexecdir = @libexecdir@
277 localedir = @localedir@
278 localstatedir = @localstatedir@
279 mandir = @mandir@
280 mkdir_p = @mkdir_p@
281 oldincludedir = @oldincludedir@
282 pdfdir = @pdfdir@
283 prefix = @prefix@
284 program_transform_name = @program_transform_name@
285 psdir = @psdir@
286 sbindir = @sbindir@
287 sharedstatedir = @sharedstatedir@
288 srcdir = @srcdir@
289 sysconfdir = @sysconfdir@
290 target_alias = @target_alias@
291 top_build_prefix = @top_build_prefix@
292 top_builddir = @top_builddir@
293 top_srcdir = @top_srcdir@
294 test_LDADD = $(top_builddir)/src/libmagic.la
295 test_CPPFLAGS = -I$(top_builddir)/src
296 EXTRA_DIST = \
297 regex-eol.magic \
298 CVE-2014-1943.testfile \
299 JW07022A.mp3.testfile \
300 escapevel.testfile \
301 fit-map-data.testfile \
302 gedcom.testfile \
303 hddrawcopytool.testfile \
304 issue311docx.testfile \
305 issue359xlsx.testfile \
306 json1.testfile \
307 json2.testfile \
308 json3.testfile \
309 regex-eol.testfile \
310 zstd-v0.2-FF.testfile \
311 zstd-v0.3-FF.testfile \
312 zstd-v0.4-FF.testfile \
313 zstd-v0.5-FF.testfile \
314 zstd-v0.6-FF.testfile \
315 zstd-v0.7-21.testfile \
316 zstd-v0.7-22.testfile \
317 zstd-v0.8-01.testfile \
318 zstd-v0.8-02.testfile \
319 zstd-v0.8-03.testfile \
320 zstd-v0.8-16.testfile \
321 zstd-v0.8-20.testfile \
322 zstd-v0.8-21.testfile \
323 zstd-v0.8-22.testfile \
324 zstd-v0.8-23.testfile \
325 zstd-v0.8-F4.testfile \
326 zstd-v0.8-FF.testfile \
327 CVE-2014-1943.result \
328 JW07022A.mp3.result \
329 escapevel.result \
330 fit-map-data.result \
331 gedcom.result \
332 hddrawcopytool.result \
333 issue311docx.result \
334 issue359xlsx.result \
335 json1.result \
336 json2.result \
337 json3.result \
338 regex-eol.result \
339 zstd-3-skippable-frames.result \
340 zstd-dictionary-0.result \
341 zstd-dictionary-1.result \
342 zstd-dictionary-2.result \
343 zstd-skippable-frame-0.result \
344 zstd-skippable-frame-4.result \
345 zstd-skippable-frame-8.result \
346 zstd-skippable-frame-C.result \
347 zstd-v0.2-FF.result \
348 zstd-v0.3-FF.result \
349 zstd-v0.4-FF.result \
350 zstd-v0.5-FF.result \
351 zstd-v0.6-FF.result \
352 zstd-v0.7-00.result \
353 zstd-v0.7-21.result \
354 zstd-v0.7-22.result \
355 zstd-v0.8-00.result \
356 zstd-v0.8-01.result \
357 zstd-v0.8-02.result \
358 zstd-v0.8-03.result \
359 zstd-v0.8-16.result \
360 zstd-v0.8-20.result \
361 zstd-v0.8-21.result \
362 zstd-v0.8-22.result \
363 zstd-v0.8-23.result \
364 zstd-v0.8-F4.result \
365 zstd-v0.8-FF.result
366
367 T = $(top_srcdir)/tests
368 all: all-am
369
370 .SUFFIXES:
371 .SUFFIXES: .c .lo .o .obj
372 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
373         @for dep in $?; do \
374           case '$(am__configure_deps)' in \
375             *$$dep*) \
376               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
377                 && { if test -f $@; then exit 0; else break; fi; }; \
378               exit 1;; \
379           esac; \
380         done; \
381         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
382         $(am__cd) $(top_srcdir) && \
383           $(AUTOMAKE) --foreign tests/Makefile
384 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
385         @case '$?' in \
386           *config.status*) \
387             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
388           *) \
389             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
390             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
391         esac;
392
393 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
394         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
395
396 $(top_srcdir)/configure:  $(am__configure_deps)
397         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
399         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400 $(am__aclocal_m4_deps):
401
402 clean-checkPROGRAMS:
403         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
404         echo " rm -f" $$list; \
405         rm -f $$list || exit $$?; \
406         test -n "$(EXEEXT)" || exit 0; \
407         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
408         echo " rm -f" $$list; \
409         rm -f $$list
410
411 test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES) 
412         @rm -f test$(EXEEXT)
413         $(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
414
415 mostlyclean-compile:
416         -rm -f *.$(OBJEXT)
417
418 distclean-compile:
419         -rm -f *.tab.c
420
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@ # am--include-marker
422
423 $(am__depfiles_remade):
424         @$(MKDIR_P) $(@D)
425         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
426
427 am--depfiles: $(am__depfiles_remade)
428
429 .c.o:
430 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
431 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
432 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
434 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
436
437 .c.obj:
438 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
439 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
440 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
441 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
442 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
444
445 .c.lo:
446 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
447 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
448 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
449 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
450 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
452
453 test-test.o: test.c
454 @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
455 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
456 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
457 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458 @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
459
460 test-test.obj: test.c
461 @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`
462 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
463 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
464 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465 @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`
466
467 mostlyclean-libtool:
468         -rm -f *.lo
469
470 clean-libtool:
471         -rm -rf .libs _libs
472
473 ID: $(am__tagged_files)
474         $(am__define_uniq_tagged_files); mkid -fID $$unique
475 tags: tags-am
476 TAGS: tags
477
478 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
479         set x; \
480         here=`pwd`; \
481         $(am__define_uniq_tagged_files); \
482         shift; \
483         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
484           test -n "$$unique" || unique=$$empty_fix; \
485           if test $$# -gt 0; then \
486             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487               "$$@" $$unique; \
488           else \
489             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
490               $$unique; \
491           fi; \
492         fi
493 ctags: ctags-am
494
495 CTAGS: ctags
496 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
497         $(am__define_uniq_tagged_files); \
498         test -z "$(CTAGS_ARGS)$$unique" \
499           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
500              $$unique
501
502 GTAGS:
503         here=`$(am__cd) $(top_builddir) && pwd` \
504           && $(am__cd) $(top_srcdir) \
505           && gtags -i $(GTAGS_ARGS) "$$here"
506 cscopelist: cscopelist-am
507
508 cscopelist-am: $(am__tagged_files)
509         list='$(am__tagged_files)'; \
510         case "$(srcdir)" in \
511           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
512           *) sdir=$(subdir)/$(srcdir) ;; \
513         esac; \
514         for i in $$list; do \
515           if test -f "$$i"; then \
516             echo "$(subdir)/$$i"; \
517           else \
518             echo "$$sdir/$$i"; \
519           fi; \
520         done >> $(top_builddir)/cscope.files
521
522 distclean-tags:
523         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
524
525 distdir: $(BUILT_SOURCES)
526         $(MAKE) $(AM_MAKEFLAGS) distdir-am
527
528 distdir-am: $(DISTFILES)
529         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
530         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
531         list='$(DISTFILES)'; \
532           dist_files=`for file in $$list; do echo $$file; done | \
533           sed -e "s|^$$srcdirstrip/||;t" \
534               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
535         case $$dist_files in \
536           */*) $(MKDIR_P) `echo "$$dist_files" | \
537                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
538                            sort -u` ;; \
539         esac; \
540         for file in $$dist_files; do \
541           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
542           if test -d $$d/$$file; then \
543             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
544             if test -d "$(distdir)/$$file"; then \
545               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
546             fi; \
547             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
548               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
549               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
550             fi; \
551             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
552           else \
553             test -f "$(distdir)/$$file" \
554             || cp -p $$d/$$file "$(distdir)/$$file" \
555             || exit 1; \
556           fi; \
557         done
558 check-am: all-am
559         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
560         $(MAKE) $(AM_MAKEFLAGS) check-local
561 check: check-am
562 all-am: Makefile
563 installdirs:
564 install: install-am
565 install-exec: install-exec-am
566 install-data: install-data-am
567 uninstall: uninstall-am
568
569 install-am: all-am
570         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
571
572 installcheck: installcheck-am
573 install-strip:
574         if test -z '$(STRIP)'; then \
575           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
576             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
577               install; \
578         else \
579           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
580             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
581             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
582         fi
583 mostlyclean-generic:
584
585 clean-generic:
586
587 distclean-generic:
588         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
589         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
590
591 maintainer-clean-generic:
592         @echo "This command is intended for maintainers to use"
593         @echo "it deletes files that may require special tools to rebuild."
594 clean: clean-am
595
596 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
597         mostlyclean-am
598
599 distclean: distclean-am
600                 -rm -f ./$(DEPDIR)/test-test.Po
601         -rm -f Makefile
602 distclean-am: clean-am distclean-compile distclean-generic \
603         distclean-tags
604
605 dvi: dvi-am
606
607 dvi-am:
608
609 html: html-am
610
611 html-am:
612
613 info: info-am
614
615 info-am:
616
617 install-data-am:
618
619 install-dvi: install-dvi-am
620
621 install-dvi-am:
622
623 install-exec-am:
624
625 install-html: install-html-am
626
627 install-html-am:
628
629 install-info: install-info-am
630
631 install-info-am:
632
633 install-man:
634
635 install-pdf: install-pdf-am
636
637 install-pdf-am:
638
639 install-ps: install-ps-am
640
641 install-ps-am:
642
643 installcheck-am:
644
645 maintainer-clean: maintainer-clean-am
646                 -rm -f ./$(DEPDIR)/test-test.Po
647         -rm -f Makefile
648 maintainer-clean-am: distclean-am maintainer-clean-generic
649
650 mostlyclean: mostlyclean-am
651
652 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
653         mostlyclean-libtool
654
655 pdf: pdf-am
656
657 pdf-am:
658
659 ps: ps-am
660
661 ps-am:
662
663 uninstall-am:
664
665 .MAKE: check-am install-am install-strip
666
667 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am \
668         check-local clean clean-checkPROGRAMS clean-generic \
669         clean-libtool cscopelist-am ctags ctags-am distclean \
670         distclean-compile distclean-generic distclean-libtool \
671         distclean-tags distdir dvi dvi-am html html-am info info-am \
672         install install-am install-data install-data-am install-dvi \
673         install-dvi-am install-exec install-exec-am install-html \
674         install-html-am install-info install-info-am install-man \
675         install-pdf install-pdf-am install-ps install-ps-am \
676         install-strip installcheck installcheck-am installdirs \
677         maintainer-clean maintainer-clean-generic mostlyclean \
678         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
679         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
680
681 .PRECIOUS: Makefile
682
683 check-local:
684         MAGIC=$(top_builddir)/magic/magic ./test
685         set -e; \
686         for i in $T/*.testfile; do \
687                 echo Running test: $$i; \
688                 if [ -f $${i%%.testfile}.magic ]; then \
689                         m=$${i%%.testfile}.magic; \
690                 else \
691                         m=$(top_builddir)/magic/magic; \
692                 fi; \
693                 TZ=UTC MAGIC=$$m ./test $$i $${i%%.testfile}.result; \
694         done
695
696 # Tell versions [3.59,3.63) of GNU make to not export all variables.
697 # Otherwise a system limit (for SysV at least) may be exceeded.
698 .NOEXPORT: