xref: /minix/external/bsd/file/dist/tests/Makefile.in (revision 83ee113e)
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@
204MAINT = @MAINT@
205MAKEINFO = @MAKEINFO@
206MANIFEST_TOOL = @MANIFEST_TOOL@
207MINGW = @MINGW@
208MKDIR_P = @MKDIR_P@
209NM = @NM@
210NMEDIT = @NMEDIT@
211OBJDUMP = @OBJDUMP@
212OBJEXT = @OBJEXT@
213OTOOL = @OTOOL@
214OTOOL64 = @OTOOL64@
215PACKAGE = @PACKAGE@
216PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
217PACKAGE_NAME = @PACKAGE_NAME@
218PACKAGE_STRING = @PACKAGE_STRING@
219PACKAGE_TARNAME = @PACKAGE_TARNAME@
220PACKAGE_URL = @PACKAGE_URL@
221PACKAGE_VERSION = @PACKAGE_VERSION@
222PATH_SEPARATOR = @PATH_SEPARATOR@
223RANLIB = @RANLIB@
224SED = @SED@
225SET_MAKE = @SET_MAKE@
226SHELL = @SHELL@
227STRIP = @STRIP@
228VERSION = @VERSION@
229WARNINGS = @WARNINGS@
230abs_builddir = @abs_builddir@
231abs_srcdir = @abs_srcdir@
232abs_top_builddir = @abs_top_builddir@
233abs_top_srcdir = @abs_top_srcdir@
234ac_ct_AR = @ac_ct_AR@
235ac_ct_CC = @ac_ct_CC@
236ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
237am__include = @am__include@
238am__leading_dot = @am__leading_dot@
239am__quote = @am__quote@
240am__tar = @am__tar@
241am__untar = @am__untar@
242bindir = @bindir@
243build = @build@
244build_alias = @build_alias@
245build_cpu = @build_cpu@
246build_os = @build_os@
247build_vendor = @build_vendor@
248builddir = @builddir@
249datadir = @datadir@
250datarootdir = @datarootdir@
251docdir = @docdir@
252dvidir = @dvidir@
253exec_prefix = @exec_prefix@
254fsect = @fsect@
255host = @host@
256host_alias = @host_alias@
257host_cpu = @host_cpu@
258host_os = @host_os@
259host_vendor = @host_vendor@
260htmldir = @htmldir@
261includedir = @includedir@
262infodir = @infodir@
263install_sh = @install_sh@
264libdir = @libdir@
265libexecdir = @libexecdir@
266localedir = @localedir@
267localstatedir = @localstatedir@
268mandir = @mandir@
269mkdir_p = @mkdir_p@
270oldincludedir = @oldincludedir@
271pdfdir = @pdfdir@
272prefix = @prefix@
273program_transform_name = @program_transform_name@
274psdir = @psdir@
275sbindir = @sbindir@
276sharedstatedir = @sharedstatedir@
277srcdir = @srcdir@
278sysconfdir = @sysconfdir@
279target_alias = @target_alias@
280top_build_prefix = @top_build_prefix@
281top_builddir = @top_builddir@
282top_srcdir = @top_srcdir@
283test_LDADD = $(top_builddir)/src/libmagic.la
284test_CPPFLAGS = -I$(top_srcdir)/src
285EXTRA_DIST = \
286escapevel.result \
287escapevel.testfile \
288gedcom.result \
289gedcom.testfile \
290issue311docx.result \
291issue311docx.testfile
292
293T = $(top_srcdir)/tests
294all: all-am
295
296.SUFFIXES:
297.SUFFIXES: .c .lo .o .obj
298$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
299	@for dep in $?; do \
300	  case '$(am__configure_deps)' in \
301	    *$$dep*) \
302	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
303	        && { if test -f $@; then exit 0; else break; fi; }; \
304	      exit 1;; \
305	  esac; \
306	done; \
307	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
308	$(am__cd) $(top_srcdir) && \
309	  $(AUTOMAKE) --foreign tests/Makefile
310.PRECIOUS: Makefile
311Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312	@case '$?' in \
313	  *config.status*) \
314	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
315	  *) \
316	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
317	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
318	esac;
319
320$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
321	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
323$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
324	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
326	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327$(am__aclocal_m4_deps):
328
329clean-checkPROGRAMS:
330	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
331	echo " rm -f" $$list; \
332	rm -f $$list || exit $$?; \
333	test -n "$(EXEEXT)" || exit 0; \
334	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
335	echo " rm -f" $$list; \
336	rm -f $$list
337
338test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
339	@rm -f test$(EXEEXT)
340	$(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
341
342mostlyclean-compile:
343	-rm -f *.$(OBJEXT)
344
345distclean-compile:
346	-rm -f *.tab.c
347
348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@
349
350.c.o:
351@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
352@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
353@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
354@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
355@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
357
358.c.obj:
359@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
360@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
361@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
362@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
363@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
364@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
365
366.c.lo:
367@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
368@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
369@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
370@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
371@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
373
374test-test.o: test.c
375@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
376@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
377@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
378@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379@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
380
381test-test.obj: test.c
382@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`
383@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
384@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
385@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386@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`
387
388mostlyclean-libtool:
389	-rm -f *.lo
390
391clean-libtool:
392	-rm -rf .libs _libs
393
394ID: $(am__tagged_files)
395	$(am__define_uniq_tagged_files); mkid -fID $$unique
396tags: tags-am
397TAGS: tags
398
399tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
400	set x; \
401	here=`pwd`; \
402	$(am__define_uniq_tagged_files); \
403	shift; \
404	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
405	  test -n "$$unique" || unique=$$empty_fix; \
406	  if test $$# -gt 0; then \
407	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
408	      "$$@" $$unique; \
409	  else \
410	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411	      $$unique; \
412	  fi; \
413	fi
414ctags: ctags-am
415
416CTAGS: ctags
417ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
418	$(am__define_uniq_tagged_files); \
419	test -z "$(CTAGS_ARGS)$$unique" \
420	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
421	     $$unique
422
423GTAGS:
424	here=`$(am__cd) $(top_builddir) && pwd` \
425	  && $(am__cd) $(top_srcdir) \
426	  && gtags -i $(GTAGS_ARGS) "$$here"
427cscopelist: cscopelist-am
428
429cscopelist-am: $(am__tagged_files)
430	list='$(am__tagged_files)'; \
431	case "$(srcdir)" in \
432	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
433	  *) sdir=$(subdir)/$(srcdir) ;; \
434	esac; \
435	for i in $$list; do \
436	  if test -f "$$i"; then \
437	    echo "$(subdir)/$$i"; \
438	  else \
439	    echo "$$sdir/$$i"; \
440	  fi; \
441	done >> $(top_builddir)/cscope.files
442
443distclean-tags:
444	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
445
446distdir: $(DISTFILES)
447	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449	list='$(DISTFILES)'; \
450	  dist_files=`for file in $$list; do echo $$file; done | \
451	  sed -e "s|^$$srcdirstrip/||;t" \
452	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
453	case $$dist_files in \
454	  */*) $(MKDIR_P) `echo "$$dist_files" | \
455			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
456			   sort -u` ;; \
457	esac; \
458	for file in $$dist_files; do \
459	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
460	  if test -d $$d/$$file; then \
461	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
462	    if test -d "$(distdir)/$$file"; then \
463	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
464	    fi; \
465	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
466	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
467	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468	    fi; \
469	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
470	  else \
471	    test -f "$(distdir)/$$file" \
472	    || cp -p $$d/$$file "$(distdir)/$$file" \
473	    || exit 1; \
474	  fi; \
475	done
476check-am: all-am
477	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
478	$(MAKE) $(AM_MAKEFLAGS) check-local
479check: check-am
480all-am: Makefile
481installdirs:
482install: install-am
483install-exec: install-exec-am
484install-data: install-data-am
485uninstall: uninstall-am
486
487install-am: all-am
488	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
489
490installcheck: installcheck-am
491install-strip:
492	if test -z '$(STRIP)'; then \
493	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
494	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
495	      install; \
496	else \
497	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
498	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
499	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
500	fi
501mostlyclean-generic:
502
503clean-generic:
504
505distclean-generic:
506	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
507	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
508
509maintainer-clean-generic:
510	@echo "This command is intended for maintainers to use"
511	@echo "it deletes files that may require special tools to rebuild."
512clean: clean-am
513
514clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
515	mostlyclean-am
516
517distclean: distclean-am
518	-rm -rf ./$(DEPDIR)
519	-rm -f Makefile
520distclean-am: clean-am distclean-compile distclean-generic \
521	distclean-tags
522
523dvi: dvi-am
524
525dvi-am:
526
527html: html-am
528
529html-am:
530
531info: info-am
532
533info-am:
534
535install-data-am:
536
537install-dvi: install-dvi-am
538
539install-dvi-am:
540
541install-exec-am:
542
543install-html: install-html-am
544
545install-html-am:
546
547install-info: install-info-am
548
549install-info-am:
550
551install-man:
552
553install-pdf: install-pdf-am
554
555install-pdf-am:
556
557install-ps: install-ps-am
558
559install-ps-am:
560
561installcheck-am:
562
563maintainer-clean: maintainer-clean-am
564	-rm -rf ./$(DEPDIR)
565	-rm -f Makefile
566maintainer-clean-am: distclean-am maintainer-clean-generic
567
568mostlyclean: mostlyclean-am
569
570mostlyclean-am: mostlyclean-compile mostlyclean-generic \
571	mostlyclean-libtool
572
573pdf: pdf-am
574
575pdf-am:
576
577ps: ps-am
578
579ps-am:
580
581uninstall-am:
582
583.MAKE: check-am install-am install-strip
584
585.PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \
586	clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
587	ctags ctags-am distclean distclean-compile distclean-generic \
588	distclean-libtool distclean-tags distdir dvi dvi-am html \
589	html-am info info-am install install-am install-data \
590	install-data-am install-dvi install-dvi-am install-exec \
591	install-exec-am install-html install-html-am install-info \
592	install-info-am install-man install-pdf install-pdf-am \
593	install-ps install-ps-am install-strip installcheck \
594	installcheck-am installdirs maintainer-clean \
595	maintainer-clean-generic mostlyclean mostlyclean-compile \
596	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
597	tags tags-am uninstall uninstall-am
598
599check-local:
600	MAGIC=$(top_builddir)/magic/magic ./test
601	for i in $T/*.testfile; do echo Running test: $$i; MAGIC=$(top_builddir)/magic/magic ./test $$i $${i%%.testfile}.result; done
602
603# Tell versions [3.59,3.63) of GNU make to not export all variables.
604# Otherwise a system limit (for SysV at least) may be exceeded.
605.NOEXPORT:
606