xref: /freebsd/contrib/file/tests/Makefile.in (revision 42249ef2)
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@
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)/acinclude.m4 $(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97	$(ACLOCAL_M4)
98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = $(top_builddir)/config.h
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103test_SOURCES = test.c
104test_OBJECTS = test-test.$(OBJEXT)
105test_DEPENDENCIES = $(top_builddir)/src/libmagic.la
106AM_V_lt = $(am__v_lt_@AM_V@)
107am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
108am__v_lt_0 = --silent
109am__v_lt_1 =
110AM_V_P = $(am__v_P_@AM_V@)
111am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112am__v_P_0 = false
113am__v_P_1 = :
114AM_V_GEN = $(am__v_GEN_@AM_V@)
115am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116am__v_GEN_0 = @echo "  GEN     " $@;
117am__v_GEN_1 =
118AM_V_at = $(am__v_at_@AM_V@)
119am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120am__v_at_0 = @
121am__v_at_1 =
122DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
123depcomp = $(SHELL) $(top_srcdir)/depcomp
124am__depfiles_maybe = depfiles
125am__mv = mv -f
126COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
127	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
128LTCOMPILE = $(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)
132AM_V_CC = $(am__v_CC_@AM_V@)
133am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
134am__v_CC_0 = @echo "  CC      " $@;
135am__v_CC_1 =
136CCLD = $(CC)
137LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
138	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
139	$(AM_LDFLAGS) $(LDFLAGS) -o $@
140AM_V_CCLD = $(am__v_CCLD_@AM_V@)
141am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
142am__v_CCLD_0 = @echo "  CCLD    " $@;
143am__v_CCLD_1 =
144SOURCES = test.c
145DIST_SOURCES = test.c
146am__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
151am__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.
155am__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.
163am__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)`
168ETAGS = etags
169CTAGS = ctags
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@
185CPP = @CPP@
186CPPFLAGS = @CPPFLAGS@
187CYGPATH_W = @CYGPATH_W@
188DEFS = @DEFS@
189DEPDIR = @DEPDIR@
190DLLTOOL = @DLLTOOL@
191DSYMUTIL = @DSYMUTIL@
192DUMPBIN = @DUMPBIN@
193ECHO_C = @ECHO_C@
194ECHO_N = @ECHO_N@
195ECHO_T = @ECHO_T@
196EGREP = @EGREP@
197EXEEXT = @EXEEXT@
198FGREP = @FGREP@
199GREP = @GREP@
200HAVE_VISIBILITY = @HAVE_VISIBILITY@
201INSTALL = @INSTALL@
202INSTALL_DATA = @INSTALL_DATA@
203INSTALL_PROGRAM = @INSTALL_PROGRAM@
204INSTALL_SCRIPT = @INSTALL_SCRIPT@
205INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
206LD = @LD@
207LDFLAGS = @LDFLAGS@
208LIBOBJS = @LIBOBJS@
209LIBS = @LIBS@
210LIBTOOL = @LIBTOOL@
211LIPO = @LIPO@
212LN_S = @LN_S@
213LTLIBOBJS = @LTLIBOBJS@
214MAKEINFO = @MAKEINFO@
215MANIFEST_TOOL = @MANIFEST_TOOL@
216MINGW = @MINGW@
217MKDIR_P = @MKDIR_P@
218NM = @NM@
219NMEDIT = @NMEDIT@
220OBJDUMP = @OBJDUMP@
221OBJEXT = @OBJEXT@
222OTOOL = @OTOOL@
223OTOOL64 = @OTOOL64@
224PACKAGE = @PACKAGE@
225PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
226PACKAGE_NAME = @PACKAGE_NAME@
227PACKAGE_STRING = @PACKAGE_STRING@
228PACKAGE_TARNAME = @PACKAGE_TARNAME@
229PACKAGE_URL = @PACKAGE_URL@
230PACKAGE_VERSION = @PACKAGE_VERSION@
231PATH_SEPARATOR = @PATH_SEPARATOR@
232RANLIB = @RANLIB@
233SED = @SED@
234SET_MAKE = @SET_MAKE@
235SHELL = @SHELL@
236STRIP = @STRIP@
237VERSION = @VERSION@
238WARNINGS = @WARNINGS@
239abs_builddir = @abs_builddir@
240abs_srcdir = @abs_srcdir@
241abs_top_builddir = @abs_top_builddir@
242abs_top_srcdir = @abs_top_srcdir@
243ac_ct_AR = @ac_ct_AR@
244ac_ct_CC = @ac_ct_CC@
245ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
246am__include = @am__include@
247am__leading_dot = @am__leading_dot@
248am__quote = @am__quote@
249am__tar = @am__tar@
250am__untar = @am__untar@
251bindir = @bindir@
252build = @build@
253build_alias = @build_alias@
254build_cpu = @build_cpu@
255build_os = @build_os@
256build_vendor = @build_vendor@
257builddir = @builddir@
258datadir = @datadir@
259datarootdir = @datarootdir@
260docdir = @docdir@
261dvidir = @dvidir@
262exec_prefix = @exec_prefix@
263fsect = @fsect@
264host = @host@
265host_alias = @host_alias@
266host_cpu = @host_cpu@
267host_os = @host_os@
268host_vendor = @host_vendor@
269htmldir = @htmldir@
270includedir = @includedir@
271infodir = @infodir@
272install_sh = @install_sh@
273libdir = @libdir@
274libexecdir = @libexecdir@
275localedir = @localedir@
276localstatedir = @localstatedir@
277mandir = @mandir@
278mkdir_p = @mkdir_p@
279oldincludedir = @oldincludedir@
280pdfdir = @pdfdir@
281prefix = @prefix@
282program_transform_name = @program_transform_name@
283psdir = @psdir@
284sbindir = @sbindir@
285sharedstatedir = @sharedstatedir@
286srcdir = @srcdir@
287sysconfdir = @sysconfdir@
288target_alias = @target_alias@
289top_build_prefix = @top_build_prefix@
290top_builddir = @top_builddir@
291top_srcdir = @top_srcdir@
292test_LDADD = $(top_builddir)/src/libmagic.la
293test_CPPFLAGS = -I$(top_builddir)/src
294EXTRA_DIST = \
295escapevel.result \
296escapevel.testfile \
297gedcom.result \
298gedcom.testfile \
299hddrawcopytool.result \
300hddrawcopytool.testfile \
301issue311docx.result \
302issue311docx.testfile \
303JW07022A.mp3.result \
304JW07022A.mp3.testfile
305
306T = $(top_srcdir)/tests
307all: 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
323Makefile: $(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
341clean-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
350test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
351	@rm -f test$(EXEEXT)
352	$(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
353
354mostlyclean-compile:
355	-rm -f *.$(OBJEXT)
356
357distclean-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
386test-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
393test-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
400mostlyclean-libtool:
401	-rm -f *.lo
402
403clean-libtool:
404	-rm -rf .libs _libs
405
406ID: $(am__tagged_files)
407	$(am__define_uniq_tagged_files); mkid -fID $$unique
408tags: tags-am
409TAGS: tags
410
411tags-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
426ctags: ctags-am
427
428CTAGS: ctags
429ctags-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
435GTAGS:
436	here=`$(am__cd) $(top_builddir) && pwd` \
437	  && $(am__cd) $(top_srcdir) \
438	  && gtags -i $(GTAGS_ARGS) "$$here"
439cscopelist: cscopelist-am
440
441cscopelist-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
455distclean-tags:
456	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
457
458distdir: $(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
488check-am: all-am
489	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
490	$(MAKE) $(AM_MAKEFLAGS) check-local
491check: check-am
492all-am: Makefile
493installdirs:
494install: install-am
495install-exec: install-exec-am
496install-data: install-data-am
497uninstall: uninstall-am
498
499install-am: all-am
500	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
501
502installcheck: installcheck-am
503install-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
513mostlyclean-generic:
514
515clean-generic:
516
517distclean-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
521maintainer-clean-generic:
522	@echo "This command is intended for maintainers to use"
523	@echo "it deletes files that may require special tools to rebuild."
524clean: clean-am
525
526clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
527	mostlyclean-am
528
529distclean: distclean-am
530	-rm -rf ./$(DEPDIR)
531	-rm -f Makefile
532distclean-am: clean-am distclean-compile distclean-generic \
533	distclean-tags
534
535dvi: dvi-am
536
537dvi-am:
538
539html: html-am
540
541html-am:
542
543info: info-am
544
545info-am:
546
547install-data-am:
548
549install-dvi: install-dvi-am
550
551install-dvi-am:
552
553install-exec-am:
554
555install-html: install-html-am
556
557install-html-am:
558
559install-info: install-info-am
560
561install-info-am:
562
563install-man:
564
565install-pdf: install-pdf-am
566
567install-pdf-am:
568
569install-ps: install-ps-am
570
571install-ps-am:
572
573installcheck-am:
574
575maintainer-clean: maintainer-clean-am
576	-rm -rf ./$(DEPDIR)
577	-rm -f Makefile
578maintainer-clean-am: distclean-am maintainer-clean-generic
579
580mostlyclean: mostlyclean-am
581
582mostlyclean-am: mostlyclean-compile mostlyclean-generic \
583	mostlyclean-libtool
584
585pdf: pdf-am
586
587pdf-am:
588
589ps: ps-am
590
591ps-am:
592
593uninstall-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
613check-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:
620