Makefile.in 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  1. # Makefile.in generated by automake 1.10 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. VPATH = @srcdir@
  14. pkgdatadir = $(datadir)/@PACKAGE@
  15. pkglibdir = $(libdir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  18. install_sh_DATA = $(install_sh) -c -m 644
  19. install_sh_PROGRAM = $(install_sh) -c
  20. install_sh_SCRIPT = $(install_sh) -c
  21. INSTALL_HEADER = $(INSTALL_DATA)
  22. transform = $(program_transform_name)
  23. NORMAL_INSTALL = :
  24. PRE_INSTALL = :
  25. POST_INSTALL = :
  26. NORMAL_UNINSTALL = :
  27. PRE_UNINSTALL = :
  28. POST_UNINSTALL = :
  29. build_triplet = @build@
  30. host_triplet = @host@
  31. check_PROGRAMS = test$(EXEEXT)
  32. subdir = tests
  33. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  34. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  35. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  36. $(top_srcdir)/configure.ac
  37. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  38. $(ACLOCAL_M4)
  39. mkinstalldirs = $(install_sh) -d
  40. CONFIG_HEADER = $(top_builddir)/config.h
  41. CONFIG_CLEAN_FILES =
  42. test_SOURCES = test.c
  43. test_OBJECTS = test-test.$(OBJEXT)
  44. test_DEPENDENCIES = $(top_builddir)/src/libmagic.la
  45. DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
  46. depcomp = $(SHELL) $(top_srcdir)/depcomp
  47. am__depfiles_maybe = depfiles
  48. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  49. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  50. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  51. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  52. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  53. CCLD = $(CC)
  54. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  55. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  56. $(LDFLAGS) -o $@
  57. SOURCES = test.c
  58. DIST_SOURCES = test.c
  59. ETAGS = etags
  60. CTAGS = ctags
  61. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  62. ACLOCAL = @ACLOCAL@
  63. AMTAR = @AMTAR@
  64. AR = @AR@
  65. AUTOCONF = @AUTOCONF@
  66. AUTOHEADER = @AUTOHEADER@
  67. AUTOMAKE = @AUTOMAKE@
  68. AWK = @AWK@
  69. CC = @CC@
  70. CCDEPMODE = @CCDEPMODE@
  71. CFLAGS = @CFLAGS@
  72. CPP = @CPP@
  73. CPPFLAGS = @CPPFLAGS@
  74. CXX = @CXX@
  75. CXXCPP = @CXXCPP@
  76. CXXDEPMODE = @CXXDEPMODE@
  77. CXXFLAGS = @CXXFLAGS@
  78. CYGPATH_W = @CYGPATH_W@
  79. DEFS = @DEFS@
  80. DEPDIR = @DEPDIR@
  81. ECHO = @ECHO@
  82. ECHO_C = @ECHO_C@
  83. ECHO_N = @ECHO_N@
  84. ECHO_T = @ECHO_T@
  85. EGREP = @EGREP@
  86. EXEEXT = @EXEEXT@
  87. F77 = @F77@
  88. FFLAGS = @FFLAGS@
  89. GREP = @GREP@
  90. INSTALL = @INSTALL@
  91. INSTALL_DATA = @INSTALL_DATA@
  92. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  93. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  94. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  95. LDFLAGS = @LDFLAGS@
  96. LIBOBJS = @LIBOBJS@
  97. LIBS = @LIBS@
  98. LIBTOOL = @LIBTOOL@
  99. LN_S = @LN_S@
  100. LTLIBOBJS = @LTLIBOBJS@
  101. MAKEINFO = @MAKEINFO@
  102. MKDIR_P = @MKDIR_P@
  103. OBJEXT = @OBJEXT@
  104. PACKAGE = @PACKAGE@
  105. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  106. PACKAGE_NAME = @PACKAGE_NAME@
  107. PACKAGE_STRING = @PACKAGE_STRING@
  108. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  109. PACKAGE_VERSION = @PACKAGE_VERSION@
  110. PATH_SEPARATOR = @PATH_SEPARATOR@
  111. RANLIB = @RANLIB@
  112. SET_MAKE = @SET_MAKE@
  113. SHELL = @SHELL@
  114. STRIP = @STRIP@
  115. VERSION = @VERSION@
  116. WARNINGS = @WARNINGS@
  117. abs_builddir = @abs_builddir@
  118. abs_srcdir = @abs_srcdir@
  119. abs_top_builddir = @abs_top_builddir@
  120. abs_top_srcdir = @abs_top_srcdir@
  121. ac_ct_CC = @ac_ct_CC@
  122. ac_ct_CXX = @ac_ct_CXX@
  123. ac_ct_F77 = @ac_ct_F77@
  124. am__include = @am__include@
  125. am__leading_dot = @am__leading_dot@
  126. am__quote = @am__quote@
  127. am__tar = @am__tar@
  128. am__untar = @am__untar@
  129. bindir = @bindir@
  130. build = @build@
  131. build_alias = @build_alias@
  132. build_cpu = @build_cpu@
  133. build_os = @build_os@
  134. build_vendor = @build_vendor@
  135. builddir = @builddir@
  136. datadir = @datadir@
  137. datarootdir = @datarootdir@
  138. docdir = @docdir@
  139. dvidir = @dvidir@
  140. exec_prefix = @exec_prefix@
  141. fsect = @fsect@
  142. host = @host@
  143. host_alias = @host_alias@
  144. host_cpu = @host_cpu@
  145. host_os = @host_os@
  146. host_vendor = @host_vendor@
  147. htmldir = @htmldir@
  148. includedir = @includedir@
  149. infodir = @infodir@
  150. install_sh = @install_sh@
  151. libdir = @libdir@
  152. libexecdir = @libexecdir@
  153. localedir = @localedir@
  154. localstatedir = @localstatedir@
  155. mandir = @mandir@
  156. mkdir_p = @mkdir_p@
  157. oldincludedir = @oldincludedir@
  158. pdfdir = @pdfdir@
  159. prefix = @prefix@
  160. program_transform_name = @program_transform_name@
  161. psdir = @psdir@
  162. sbindir = @sbindir@
  163. sharedstatedir = @sharedstatedir@
  164. srcdir = @srcdir@
  165. sysconfdir = @sysconfdir@
  166. target_alias = @target_alias@
  167. top_builddir = @top_builddir@
  168. top_srcdir = @top_srcdir@
  169. test_LDADD = $(top_builddir)/src/libmagic.la
  170. test_CPPFLAGS = -I$(top_builddir)/src
  171. EXTRA_DIST = \
  172. gedcom.magic gedcom.testfile gedcom.result
  173. T = $(top_srcdir)/tests
  174. all: all-am
  175. .SUFFIXES:
  176. .SUFFIXES: .c .lo .o .obj
  177. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  178. @for dep in $?; do \
  179. case '$(am__configure_deps)' in \
  180. *$$dep*) \
  181. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  182. && exit 0; \
  183. exit 1;; \
  184. esac; \
  185. done; \
  186. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
  187. cd $(top_srcdir) && \
  188. $(AUTOMAKE) --gnu tests/Makefile
  189. .PRECIOUS: Makefile
  190. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  191. @case '$?' in \
  192. *config.status*) \
  193. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  194. *) \
  195. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  196. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  197. esac;
  198. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  199. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  200. $(top_srcdir)/configure: $(am__configure_deps)
  201. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  202. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  203. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  204. clean-checkPROGRAMS:
  205. @list='$(check_PROGRAMS)'; for p in $$list; do \
  206. f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  207. echo " rm -f $$p $$f"; \
  208. rm -f $$p $$f ; \
  209. done
  210. test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES)
  211. @rm -f test$(EXEEXT)
  212. $(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
  213. mostlyclean-compile:
  214. -rm -f *.$(OBJEXT)
  215. distclean-compile:
  216. -rm -f *.tab.c
  217. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@
  218. .c.o:
  219. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  220. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  221. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  222. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  223. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  224. .c.obj:
  225. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  226. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  227. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  228. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  229. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  230. .c.lo:
  231. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  232. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  233. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  234. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  235. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  236. test-test.o: test.c
  237. @am__fastdepCC_TRUE@ $(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
  238. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
  239. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
  240. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  241. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
  242. test-test.obj: test.c
  243. @am__fastdepCC_TRUE@ $(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`
  244. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
  245. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
  246. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  247. @am__fastdepCC_FALSE@ $(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`
  248. mostlyclean-libtool:
  249. -rm -f *.lo
  250. clean-libtool:
  251. -rm -rf .libs _libs
  252. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  253. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  254. unique=`for i in $$list; do \
  255. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  256. done | \
  257. $(AWK) ' { files[$$0] = 1; } \
  258. END { for (i in files) print i; }'`; \
  259. mkid -fID $$unique
  260. tags: TAGS
  261. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  262. $(TAGS_FILES) $(LISP)
  263. tags=; \
  264. here=`pwd`; \
  265. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  266. unique=`for i in $$list; do \
  267. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  268. done | \
  269. $(AWK) ' { files[$$0] = 1; } \
  270. END { for (i in files) print i; }'`; \
  271. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  272. test -n "$$unique" || unique=$$empty_fix; \
  273. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  274. $$tags $$unique; \
  275. fi
  276. ctags: CTAGS
  277. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  278. $(TAGS_FILES) $(LISP)
  279. tags=; \
  280. here=`pwd`; \
  281. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  282. unique=`for i in $$list; do \
  283. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  284. done | \
  285. $(AWK) ' { files[$$0] = 1; } \
  286. END { for (i in files) print i; }'`; \
  287. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  288. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  289. $$tags $$unique
  290. GTAGS:
  291. here=`$(am__cd) $(top_builddir) && pwd` \
  292. && cd $(top_srcdir) \
  293. && gtags -i $(GTAGS_ARGS) $$here
  294. distclean-tags:
  295. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  296. distdir: $(DISTFILES)
  297. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  298. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  299. list='$(DISTFILES)'; \
  300. dist_files=`for file in $$list; do echo $$file; done | \
  301. sed -e "s|^$$srcdirstrip/||;t" \
  302. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  303. case $$dist_files in \
  304. */*) $(MKDIR_P) `echo "$$dist_files" | \
  305. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  306. sort -u` ;; \
  307. esac; \
  308. for file in $$dist_files; do \
  309. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  310. if test -d $$d/$$file; then \
  311. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  312. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  313. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  314. fi; \
  315. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  316. else \
  317. test -f $(distdir)/$$file \
  318. || cp -p $$d/$$file $(distdir)/$$file \
  319. || exit 1; \
  320. fi; \
  321. done
  322. check-am: all-am
  323. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  324. $(MAKE) $(AM_MAKEFLAGS) check-local
  325. check: check-am
  326. all-am: Makefile
  327. installdirs:
  328. install: install-am
  329. install-exec: install-exec-am
  330. install-data: install-data-am
  331. uninstall: uninstall-am
  332. install-am: all-am
  333. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  334. installcheck: installcheck-am
  335. install-strip:
  336. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  337. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  338. `test -z '$(STRIP)' || \
  339. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  340. mostlyclean-generic:
  341. clean-generic:
  342. distclean-generic:
  343. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  344. maintainer-clean-generic:
  345. @echo "This command is intended for maintainers to use"
  346. @echo "it deletes files that may require special tools to rebuild."
  347. clean: clean-am
  348. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  349. mostlyclean-am
  350. distclean: distclean-am
  351. -rm -rf ./$(DEPDIR)
  352. -rm -f Makefile
  353. distclean-am: clean-am distclean-compile distclean-generic \
  354. distclean-tags
  355. dvi: dvi-am
  356. dvi-am:
  357. html: html-am
  358. info: info-am
  359. info-am:
  360. install-data-am:
  361. install-dvi: install-dvi-am
  362. install-exec-am:
  363. install-html: install-html-am
  364. install-info: install-info-am
  365. install-man:
  366. install-pdf: install-pdf-am
  367. install-ps: install-ps-am
  368. installcheck-am:
  369. maintainer-clean: maintainer-clean-am
  370. -rm -rf ./$(DEPDIR)
  371. -rm -f Makefile
  372. maintainer-clean-am: distclean-am maintainer-clean-generic
  373. mostlyclean: mostlyclean-am
  374. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  375. mostlyclean-libtool
  376. pdf: pdf-am
  377. pdf-am:
  378. ps: ps-am
  379. ps-am:
  380. uninstall-am:
  381. .MAKE: install-am install-strip
  382. .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
  383. clean-checkPROGRAMS clean-generic clean-libtool ctags \
  384. distclean distclean-compile distclean-generic \
  385. distclean-libtool distclean-tags distdir dvi dvi-am html \
  386. html-am info info-am install install-am install-data \
  387. install-data-am install-dvi install-dvi-am install-exec \
  388. install-exec-am install-html install-html-am install-info \
  389. install-info-am install-man install-pdf install-pdf-am \
  390. install-ps install-ps-am install-strip installcheck \
  391. installcheck-am installdirs maintainer-clean \
  392. maintainer-clean-generic mostlyclean mostlyclean-compile \
  393. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  394. tags uninstall uninstall-am
  395. check-local:
  396. MAGIC=$(top_builddir)/magic/magic ./test
  397. for i in $T/*.testfile; do MAGIC=$T/$${i%%.testfile}.magic $(top_builddir)/tests/test $T/$$i $T/$${i%%.testfile}.result; done
  398. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  399. # Otherwise a system limit (for SysV at least) may be exceeded.
  400. .NOEXPORT: