Makefile.in revision 328875
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
303
304T = $(top_srcdir)/tests
305all: all-am
306
307.SUFFIXES:
308.SUFFIXES: .c .lo .o .obj
309$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
310	@for dep in $?; do \
311	  case '$(am__configure_deps)' in \
312	    *$$dep*) \
313	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
314	        && { if test -f $@; then exit 0; else break; fi; }; \
315	      exit 1;; \
316	  esac; \
317	done; \
318	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
319	$(am__cd) $(top_srcdir) && \
320	  $(AUTOMAKE) --foreign tests/Makefile
321Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322	@case '$?' in \
323	  *config.status*) \
324	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
325	  *) \
326	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
327	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
328	esac;
329
330$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332
333$(top_srcdir)/configure:  $(am__configure_deps)
334	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
336	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337$(am__aclocal_m4_deps):
338
339clean-checkPROGRAMS:
340	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
341	echo " rm -f" $$list; \
342	rm -f $$list || exit $$?; \
343	test -n "$(EXEEXT)" || exit 0; \
344	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
345	echo " rm -f" $$list; \
346	rm -f $$list
347
348test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES) 
349	@rm -f test$(EXEEXT)
350	$(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
351
352mostlyclean-compile:
353	-rm -f *.$(OBJEXT)
354
355distclean-compile:
356	-rm -f *.tab.c
357
358@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@
359
360.c.o:
361@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
362@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
363@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
364@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
365@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
367
368.c.obj:
369@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
370@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
371@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
372@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
373@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
375
376.c.lo:
377@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
378@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
379@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
380@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
381@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
383
384test-test.o: test.c
385@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
386@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
387@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
388@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389@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
390
391test-test.obj: test.c
392@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`
393@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
394@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
395@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396@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`
397
398mostlyclean-libtool:
399	-rm -f *.lo
400
401clean-libtool:
402	-rm -rf .libs _libs
403
404ID: $(am__tagged_files)
405	$(am__define_uniq_tagged_files); mkid -fID $$unique
406tags: tags-am
407TAGS: tags
408
409tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
410	set x; \
411	here=`pwd`; \
412	$(am__define_uniq_tagged_files); \
413	shift; \
414	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
415	  test -n "$$unique" || unique=$$empty_fix; \
416	  if test $$# -gt 0; then \
417	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
418	      "$$@" $$unique; \
419	  else \
420	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421	      $$unique; \
422	  fi; \
423	fi
424ctags: ctags-am
425
426CTAGS: ctags
427ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
428	$(am__define_uniq_tagged_files); \
429	test -z "$(CTAGS_ARGS)$$unique" \
430	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
431	     $$unique
432
433GTAGS:
434	here=`$(am__cd) $(top_builddir) && pwd` \
435	  && $(am__cd) $(top_srcdir) \
436	  && gtags -i $(GTAGS_ARGS) "$$here"
437cscopelist: cscopelist-am
438
439cscopelist-am: $(am__tagged_files)
440	list='$(am__tagged_files)'; \
441	case "$(srcdir)" in \
442	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
443	  *) sdir=$(subdir)/$(srcdir) ;; \
444	esac; \
445	for i in $$list; do \
446	  if test -f "$$i"; then \
447	    echo "$(subdir)/$$i"; \
448	  else \
449	    echo "$$sdir/$$i"; \
450	  fi; \
451	done >> $(top_builddir)/cscope.files
452
453distclean-tags:
454	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
455
456distdir: $(DISTFILES)
457	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
458	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
459	list='$(DISTFILES)'; \
460	  dist_files=`for file in $$list; do echo $$file; done | \
461	  sed -e "s|^$$srcdirstrip/||;t" \
462	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
463	case $$dist_files in \
464	  */*) $(MKDIR_P) `echo "$$dist_files" | \
465			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
466			   sort -u` ;; \
467	esac; \
468	for file in $$dist_files; do \
469	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
470	  if test -d $$d/$$file; then \
471	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
472	    if test -d "$(distdir)/$$file"; then \
473	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
474	    fi; \
475	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
476	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
477	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
478	    fi; \
479	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
480	  else \
481	    test -f "$(distdir)/$$file" \
482	    || cp -p $$d/$$file "$(distdir)/$$file" \
483	    || exit 1; \
484	  fi; \
485	done
486check-am: all-am
487	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
488	$(MAKE) $(AM_MAKEFLAGS) check-local
489check: check-am
490all-am: Makefile
491installdirs:
492install: install-am
493install-exec: install-exec-am
494install-data: install-data-am
495uninstall: uninstall-am
496
497install-am: all-am
498	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
499
500installcheck: installcheck-am
501install-strip:
502	if test -z '$(STRIP)'; then \
503	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505	      install; \
506	else \
507	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
510	fi
511mostlyclean-generic:
512
513clean-generic:
514
515distclean-generic:
516	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
517	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
518
519maintainer-clean-generic:
520	@echo "This command is intended for maintainers to use"
521	@echo "it deletes files that may require special tools to rebuild."
522clean: clean-am
523
524clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
525	mostlyclean-am
526
527distclean: distclean-am
528	-rm -rf ./$(DEPDIR)
529	-rm -f Makefile
530distclean-am: clean-am distclean-compile distclean-generic \
531	distclean-tags
532
533dvi: dvi-am
534
535dvi-am:
536
537html: html-am
538
539html-am:
540
541info: info-am
542
543info-am:
544
545install-data-am:
546
547install-dvi: install-dvi-am
548
549install-dvi-am:
550
551install-exec-am:
552
553install-html: install-html-am
554
555install-html-am:
556
557install-info: install-info-am
558
559install-info-am:
560
561install-man:
562
563install-pdf: install-pdf-am
564
565install-pdf-am:
566
567install-ps: install-ps-am
568
569install-ps-am:
570
571installcheck-am:
572
573maintainer-clean: maintainer-clean-am
574	-rm -rf ./$(DEPDIR)
575	-rm -f Makefile
576maintainer-clean-am: distclean-am maintainer-clean-generic
577
578mostlyclean: mostlyclean-am
579
580mostlyclean-am: mostlyclean-compile mostlyclean-generic \
581	mostlyclean-libtool
582
583pdf: pdf-am
584
585pdf-am:
586
587ps: ps-am
588
589ps-am:
590
591uninstall-am:
592
593.MAKE: check-am install-am install-strip
594
595.PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \
596	clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
597	ctags ctags-am distclean distclean-compile distclean-generic \
598	distclean-libtool distclean-tags distdir dvi dvi-am html \
599	html-am info info-am install install-am install-data \
600	install-data-am install-dvi install-dvi-am install-exec \
601	install-exec-am install-html install-html-am install-info \
602	install-info-am install-man install-pdf install-pdf-am \
603	install-ps install-ps-am install-strip installcheck \
604	installcheck-am installdirs maintainer-clean \
605	maintainer-clean-generic mostlyclean mostlyclean-compile \
606	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
607	tags tags-am uninstall uninstall-am
608
609.PRECIOUS: Makefile
610
611check-local:
612	MAGIC=$(top_builddir)/magic/magic ./test
613	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
614
615# Tell versions [3.59,3.63) of GNU make to not export all variables.
616# Otherwise a system limit (for SysV at least) may be exceeded.
617.NOEXPORT:
618