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