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