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