Makefile.in 14 KB

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