]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/file/tests/Makefile.in
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / file / tests / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
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 pkglibdir = $(libdir)/@PACKAGE@
18 pkgincludedir = $(includedir)/@PACKAGE@
19 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
20 install_sh_DATA = $(install_sh) -c -m 644
21 install_sh_PROGRAM = $(install_sh) -c
22 install_sh_SCRIPT = $(install_sh) -c
23 INSTALL_HEADER = $(INSTALL_DATA)
24 transform = $(program_transform_name)
25 NORMAL_INSTALL = :
26 PRE_INSTALL = :
27 POST_INSTALL = :
28 NORMAL_UNINSTALL = :
29 PRE_UNINSTALL = :
30 POST_UNINSTALL = :
31 build_triplet = @build@
32 host_triplet = @host@
33 check_PROGRAMS = test$(EXEEXT)
34 subdir = tests
35 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
38         $(top_srcdir)/configure.ac
39 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40         $(ACLOCAL_M4)
41 mkinstalldirs = $(install_sh) -d
42 CONFIG_HEADER = $(top_builddir)/config.h
43 CONFIG_CLEAN_FILES =
44 test_SOURCES = test.c
45 test_OBJECTS = test-test.$(OBJEXT)
46 test_DEPENDENCIES = $(top_builddir)/src/libmagic.la
47 DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
48 depcomp = $(SHELL) $(top_srcdir)/depcomp
49 am__depfiles_maybe = depfiles
50 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
51         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
52 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
53         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
54         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
55 CCLD = $(CC)
56 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
57         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
58         $(LDFLAGS) -o $@
59 SOURCES = test.c
60 DIST_SOURCES = test.c
61 ETAGS = etags
62 CTAGS = ctags
63 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64 pkgdatadir = @pkgdatadir@
65 ACLOCAL = @ACLOCAL@
66 AMTAR = @AMTAR@
67 AR = @AR@
68 AUTOCONF = @AUTOCONF@
69 AUTOHEADER = @AUTOHEADER@
70 AUTOMAKE = @AUTOMAKE@
71 AWK = @AWK@
72 CC = @CC@
73 CCDEPMODE = @CCDEPMODE@
74 CFLAGS = @CFLAGS@
75 CPP = @CPP@
76 CPPFLAGS = @CPPFLAGS@
77 CXX = @CXX@
78 CXXCPP = @CXXCPP@
79 CXXDEPMODE = @CXXDEPMODE@
80 CXXFLAGS = @CXXFLAGS@
81 CYGPATH_W = @CYGPATH_W@
82 DEFS = @DEFS@
83 DEPDIR = @DEPDIR@
84 DSYMUTIL = @DSYMUTIL@
85 ECHO = @ECHO@
86 ECHO_C = @ECHO_C@
87 ECHO_N = @ECHO_N@
88 ECHO_T = @ECHO_T@
89 EGREP = @EGREP@
90 EXEEXT = @EXEEXT@
91 F77 = @F77@
92 FFLAGS = @FFLAGS@
93 GREP = @GREP@
94 INSTALL = @INSTALL@
95 INSTALL_DATA = @INSTALL_DATA@
96 INSTALL_PROGRAM = @INSTALL_PROGRAM@
97 INSTALL_SCRIPT = @INSTALL_SCRIPT@
98 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
99 LDFLAGS = @LDFLAGS@
100 LIBOBJS = @LIBOBJS@
101 LIBS = @LIBS@
102 LIBTOOL = @LIBTOOL@
103 LN_S = @LN_S@
104 LTLIBOBJS = @LTLIBOBJS@
105 MAKEINFO = @MAKEINFO@
106 MKDIR_P = @MKDIR_P@
107 NMEDIT = @NMEDIT@
108 OBJEXT = @OBJEXT@
109 PACKAGE = @PACKAGE@
110 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
111 PACKAGE_NAME = @PACKAGE_NAME@
112 PACKAGE_STRING = @PACKAGE_STRING@
113 PACKAGE_TARNAME = @PACKAGE_TARNAME@
114 PACKAGE_VERSION = @PACKAGE_VERSION@
115 PATH_SEPARATOR = @PATH_SEPARATOR@
116 RANLIB = @RANLIB@
117 SED = @SED@
118 SET_MAKE = @SET_MAKE@
119 SHELL = @SHELL@
120 STRIP = @STRIP@
121 VERSION = @VERSION@
122 WARNINGS = @WARNINGS@
123 abs_builddir = @abs_builddir@
124 abs_srcdir = @abs_srcdir@
125 abs_top_builddir = @abs_top_builddir@
126 abs_top_srcdir = @abs_top_srcdir@
127 ac_ct_CC = @ac_ct_CC@
128 ac_ct_CXX = @ac_ct_CXX@
129 ac_ct_F77 = @ac_ct_F77@
130 am__include = @am__include@
131 am__leading_dot = @am__leading_dot@
132 am__quote = @am__quote@
133 am__tar = @am__tar@
134 am__untar = @am__untar@
135 bindir = @bindir@
136 build = @build@
137 build_alias = @build_alias@
138 build_cpu = @build_cpu@
139 build_os = @build_os@
140 build_vendor = @build_vendor@
141 builddir = @builddir@
142 datadir = @datadir@
143 datarootdir = @datarootdir@
144 docdir = @docdir@
145 dvidir = @dvidir@
146 exec_prefix = @exec_prefix@
147 fsect = @fsect@
148 host = @host@
149 host_alias = @host_alias@
150 host_cpu = @host_cpu@
151 host_os = @host_os@
152 host_vendor = @host_vendor@
153 htmldir = @htmldir@
154 includedir = @includedir@
155 infodir = @infodir@
156 install_sh = @install_sh@
157 libdir = @libdir@
158 libexecdir = @libexecdir@
159 localedir = @localedir@
160 localstatedir = @localstatedir@
161 mandir = @mandir@
162 mkdir_p = @mkdir_p@
163 oldincludedir = @oldincludedir@
164 pdfdir = @pdfdir@
165 prefix = @prefix@
166 program_transform_name = @program_transform_name@
167 psdir = @psdir@
168 sbindir = @sbindir@
169 sharedstatedir = @sharedstatedir@
170 srcdir = @srcdir@
171 sysconfdir = @sysconfdir@
172 target_alias = @target_alias@
173 top_builddir = @top_builddir@
174 top_srcdir = @top_srcdir@
175 test_LDADD = $(top_builddir)/src/libmagic.la
176 test_CPPFLAGS = -I$(top_builddir)/src
177 EXTRA_DIST = \
178         gedcom.magic gedcom.testfile gedcom.result
179
180 T = $(top_srcdir)/tests
181 all: all-am
182
183 .SUFFIXES:
184 .SUFFIXES: .c .lo .o .obj
185 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
186         @for dep in $?; do \
187           case '$(am__configure_deps)' in \
188             *$$dep*) \
189               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
190                 && exit 0; \
191               exit 1;; \
192           esac; \
193         done; \
194         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; \
195         cd $(top_srcdir) && \
196           $(AUTOMAKE) --gnu  tests/Makefile
197 .PRECIOUS: Makefile
198 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
199         @case '$?' in \
200           *config.status*) \
201             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
202           *) \
203             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
204             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
205         esac;
206
207 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
208         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
209
210 $(top_srcdir)/configure:  $(am__configure_deps)
211         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
213         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214
215 clean-checkPROGRAMS:
216         @list='$(check_PROGRAMS)'; for p in $$list; do \
217           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
218           echo " rm -f $$p $$f"; \
219           rm -f $$p $$f ; \
220         done
221 test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) 
222         @rm -f test$(EXEEXT)
223         $(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
224
225 mostlyclean-compile:
226         -rm -f *.$(OBJEXT)
227
228 distclean-compile:
229         -rm -f *.tab.c
230
231 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@
232
233 .c.o:
234 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
235 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
236 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
237 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
238 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
239
240 .c.obj:
241 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
242 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
243 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
244 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
245 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
246
247 .c.lo:
248 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
249 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
250 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
251 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
252 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
253
254 test-test.o: test.c
255 @am__fastdepCC_TRUE@    $(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
256 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
257 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
258 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
259 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
260
261 test-test.obj: test.c
262 @am__fastdepCC_TRUE@    $(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`
263 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
264 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
265 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
266 @am__fastdepCC_FALSE@   $(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`
267
268 mostlyclean-libtool:
269         -rm -f *.lo
270
271 clean-libtool:
272         -rm -rf .libs _libs
273
274 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
275         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
276         unique=`for i in $$list; do \
277             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
278           done | \
279           $(AWK) '    { files[$$0] = 1; } \
280                END { for (i in files) print i; }'`; \
281         mkid -fID $$unique
282 tags: TAGS
283
284 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
285                 $(TAGS_FILES) $(LISP)
286         tags=; \
287         here=`pwd`; \
288         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
289         unique=`for i in $$list; do \
290             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
291           done | \
292           $(AWK) '    { files[$$0] = 1; } \
293                END { for (i in files) print i; }'`; \
294         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
295           test -n "$$unique" || unique=$$empty_fix; \
296           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
297             $$tags $$unique; \
298         fi
299 ctags: CTAGS
300 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
301                 $(TAGS_FILES) $(LISP)
302         tags=; \
303         here=`pwd`; \
304         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
305         unique=`for i in $$list; do \
306             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
307           done | \
308           $(AWK) '    { files[$$0] = 1; } \
309                END { for (i in files) print i; }'`; \
310         test -z "$(CTAGS_ARGS)$$tags$$unique" \
311           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
312              $$tags $$unique
313
314 GTAGS:
315         here=`$(am__cd) $(top_builddir) && pwd` \
316           && cd $(top_srcdir) \
317           && gtags -i $(GTAGS_ARGS) $$here
318
319 distclean-tags:
320         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
321
322 distdir: $(DISTFILES)
323         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
324         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
325         list='$(DISTFILES)'; \
326           dist_files=`for file in $$list; do echo $$file; done | \
327           sed -e "s|^$$srcdirstrip/||;t" \
328               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
329         case $$dist_files in \
330           */*) $(MKDIR_P) `echo "$$dist_files" | \
331                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
332                            sort -u` ;; \
333         esac; \
334         for file in $$dist_files; do \
335           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
336           if test -d $$d/$$file; then \
337             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
338             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
339               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
340             fi; \
341             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
342           else \
343             test -f $(distdir)/$$file \
344             || cp -p $$d/$$file $(distdir)/$$file \
345             || exit 1; \
346           fi; \
347         done
348 check-am: all-am
349         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
350         $(MAKE) $(AM_MAKEFLAGS) check-local
351 check: check-am
352 all-am: Makefile
353 installdirs:
354 install: install-am
355 install-exec: install-exec-am
356 install-data: install-data-am
357 uninstall: uninstall-am
358
359 install-am: all-am
360         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
361
362 installcheck: installcheck-am
363 install-strip:
364         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
365           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
366           `test -z '$(STRIP)' || \
367             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
368 mostlyclean-generic:
369
370 clean-generic:
371
372 distclean-generic:
373         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
374
375 maintainer-clean-generic:
376         @echo "This command is intended for maintainers to use"
377         @echo "it deletes files that may require special tools to rebuild."
378 clean: clean-am
379
380 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
381         mostlyclean-am
382
383 distclean: distclean-am
384         -rm -rf ./$(DEPDIR)
385         -rm -f Makefile
386 distclean-am: clean-am distclean-compile distclean-generic \
387         distclean-tags
388
389 dvi: dvi-am
390
391 dvi-am:
392
393 html: html-am
394
395 info: info-am
396
397 info-am:
398
399 install-data-am:
400
401 install-dvi: install-dvi-am
402
403 install-exec-am:
404
405 install-html: install-html-am
406
407 install-info: install-info-am
408
409 install-man:
410
411 install-pdf: install-pdf-am
412
413 install-ps: install-ps-am
414
415 installcheck-am:
416
417 maintainer-clean: maintainer-clean-am
418         -rm -rf ./$(DEPDIR)
419         -rm -f Makefile
420 maintainer-clean-am: distclean-am maintainer-clean-generic
421
422 mostlyclean: mostlyclean-am
423
424 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
425         mostlyclean-libtool
426
427 pdf: pdf-am
428
429 pdf-am:
430
431 ps: ps-am
432
433 ps-am:
434
435 uninstall-am:
436
437 .MAKE: install-am install-strip
438
439 .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
440         clean-checkPROGRAMS clean-generic clean-libtool ctags \
441         distclean distclean-compile distclean-generic \
442         distclean-libtool distclean-tags distdir dvi dvi-am html \
443         html-am info info-am install install-am install-data \
444         install-data-am install-dvi install-dvi-am install-exec \
445         install-exec-am install-html install-html-am install-info \
446         install-info-am install-man install-pdf install-pdf-am \
447         install-ps install-ps-am install-strip installcheck \
448         installcheck-am installdirs maintainer-clean \
449         maintainer-clean-generic mostlyclean mostlyclean-compile \
450         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
451         tags uninstall uninstall-am
452
453 check-local:
454         MAGIC=$(top_builddir)/magic/magic ./test
455         for i in $T/*.testfile; do MAGIC=$T/$${i%%.testfile}.magic $(top_builddir)/tests/test $T/$$i $T/$${i%%.testfile}.result; done
456 # Tell versions [3.59,3.63) of GNU make to not export all variables.
457 # Otherwise a system limit (for SysV at least) may be exceeded.
458 .NOEXPORT: