Makefile.in 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444
  1. # Makefile.in generated by automake 1.6.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
  4. # 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. SHELL = @SHELL@
  14. srcdir = @srcdir@
  15. top_srcdir = @top_srcdir@
  16. VPATH = @srcdir@
  17. prefix = @prefix@
  18. exec_prefix = @exec_prefix@
  19. bindir = @bindir@
  20. sbindir = @sbindir@
  21. libexecdir = @libexecdir@
  22. datadir = @datadir@
  23. sysconfdir = @sysconfdir@
  24. sharedstatedir = @sharedstatedir@
  25. localstatedir = @localstatedir@
  26. libdir = @libdir@
  27. infodir = @infodir@
  28. mandir = @mandir@
  29. includedir = @includedir@
  30. oldincludedir = /usr/include
  31. pkgdatadir = $(datadir)/@PACKAGE@
  32. pkglibdir = $(libdir)/@PACKAGE@
  33. pkgincludedir = $(includedir)/@PACKAGE@
  34. top_builddir = .
  35. ACLOCAL = @ACLOCAL@
  36. AUTOCONF = @AUTOCONF@
  37. AUTOMAKE = @AUTOMAKE@
  38. AUTOHEADER = @AUTOHEADER@
  39. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  40. INSTALL = @INSTALL@
  41. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  42. INSTALL_DATA = @INSTALL_DATA@
  43. install_sh_DATA = $(install_sh) -c -m 644
  44. install_sh_PROGRAM = $(install_sh) -c
  45. install_sh_SCRIPT = $(install_sh) -c
  46. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  47. INSTALL_HEADER = $(INSTALL_DATA)
  48. transform = @program_transform_name@
  49. NORMAL_INSTALL = :
  50. PRE_INSTALL = :
  51. POST_INSTALL = :
  52. NORMAL_UNINSTALL = :
  53. PRE_UNINSTALL = :
  54. POST_UNINSTALL = :
  55. host_alias = @host_alias@
  56. host_triplet = @host@
  57. EXEEXT = @EXEEXT@
  58. OBJEXT = @OBJEXT@
  59. PATH_SEPARATOR = @PATH_SEPARATOR@
  60. AMTAR = @AMTAR@
  61. AS = @AS@
  62. AWK = @AWK@
  63. CC = @CC@
  64. DEPDIR = @DEPDIR@
  65. DLLTOOL = @DLLTOOL@
  66. ECHO = @ECHO@
  67. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  68. LIBTOOL = @LIBTOOL@
  69. LN_S = @LN_S@
  70. OBJDUMP = @OBJDUMP@
  71. PACKAGE = @PACKAGE@
  72. RANLIB = @RANLIB@
  73. STRIP = @STRIP@
  74. VERSION = @VERSION@
  75. am__include = @am__include@
  76. am__quote = @am__quote@
  77. fsect = @fsect@
  78. install_sh = @install_sh@
  79. # don't enforce GNU packaging standards
  80. AUTOMAKE_OPTIONS = foreign no-dependencies
  81. EXTRA_DIST = LEGAL.NOTICE MAINT PORTING
  82. SUBDIRS = src magic doc python
  83. subdir = .
  84. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  85. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  86. CONFIG_HEADER = config.h
  87. CONFIG_CLEAN_FILES =
  88. depcomp =
  89. am__depfiles_maybe =
  90. DIST_SOURCES =
  91. RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
  92. uninstall-info-recursive all-recursive install-data-recursive \
  93. install-exec-recursive installdirs-recursive install-recursive \
  94. uninstall-recursive check-recursive installcheck-recursive
  95. DIST_COMMON = README ChangeLog Makefile.am Makefile.in acinclude.m4 \
  96. aclocal.m4 config.guess config.h.in config.sub configure \
  97. configure.in depcomp install-sh ltcf-c.sh ltconfig ltmain.sh \
  98. missing mkinstalldirs
  99. DIST_SUBDIRS = $(SUBDIRS)
  100. all: config.h
  101. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  102. .SUFFIXES:
  103. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  104. configure.lineno
  105. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  106. cd $(top_srcdir) && \
  107. $(AUTOMAKE) --foreign Makefile
  108. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  109. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
  110. $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  111. $(SHELL) ./config.status --recheck
  112. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  113. cd $(srcdir) && $(AUTOCONF)
  114. $(ACLOCAL_M4): configure.in acinclude.m4
  115. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  116. config.h: stamp-h1
  117. @if test ! -f $@; then \
  118. rm -f stamp-h1; \
  119. $(MAKE) stamp-h1; \
  120. else :; fi
  121. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  122. @rm -f stamp-h1
  123. cd $(top_builddir) && $(SHELL) ./config.status config.h
  124. $(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
  125. cd $(top_srcdir) && $(AUTOHEADER)
  126. touch $(srcdir)/config.h.in
  127. distclean-hdr:
  128. -rm -f config.h stamp-h1
  129. mostlyclean-libtool:
  130. -rm -f *.lo
  131. clean-libtool:
  132. -rm -rf .libs _libs
  133. distclean-libtool:
  134. -rm -f libtool
  135. uninstall-info-am:
  136. # This directory's subdirectories are mostly independent; you can cd
  137. # into them and run `make' without going through this Makefile.
  138. # To change the values of `make' variables: instead of editing Makefiles,
  139. # (1) if the variable is set in `config.status', edit `config.status'
  140. # (which will cause the Makefiles to be regenerated when you run `make');
  141. # (2) otherwise, pass the desired values on the `make' command line.
  142. $(RECURSIVE_TARGETS):
  143. @set fnord $$MAKEFLAGS; amf=$$2; \
  144. dot_seen=no; \
  145. target=`echo $@ | sed s/-recursive//`; \
  146. list='$(SUBDIRS)'; for subdir in $$list; do \
  147. echo "Making $$target in $$subdir"; \
  148. if test "$$subdir" = "."; then \
  149. dot_seen=yes; \
  150. local_target="$$target-am"; \
  151. else \
  152. local_target="$$target"; \
  153. fi; \
  154. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  155. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  156. done; \
  157. if test "$$dot_seen" = "no"; then \
  158. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  159. fi; test -z "$$fail"
  160. mostlyclean-recursive clean-recursive distclean-recursive \
  161. maintainer-clean-recursive:
  162. @set fnord $$MAKEFLAGS; amf=$$2; \
  163. dot_seen=no; \
  164. case "$@" in \
  165. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  166. *) list='$(SUBDIRS)' ;; \
  167. esac; \
  168. rev=''; for subdir in $$list; do \
  169. if test "$$subdir" = "."; then :; else \
  170. rev="$$subdir $$rev"; \
  171. fi; \
  172. done; \
  173. rev="$$rev ."; \
  174. target=`echo $@ | sed s/-recursive//`; \
  175. for subdir in $$rev; do \
  176. echo "Making $$target in $$subdir"; \
  177. if test "$$subdir" = "."; then \
  178. local_target="$$target-am"; \
  179. else \
  180. local_target="$$target"; \
  181. fi; \
  182. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  183. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  184. done && test -z "$$fail"
  185. tags-recursive:
  186. list='$(SUBDIRS)'; for subdir in $$list; do \
  187. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  188. done
  189. ETAGS = etags
  190. ETAGSFLAGS =
  191. tags: TAGS
  192. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  193. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  194. unique=`for i in $$list; do \
  195. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  196. done | \
  197. $(AWK) ' { files[$$0] = 1; } \
  198. END { for (i in files) print i; }'`; \
  199. mkid -fID $$unique
  200. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  201. $(TAGS_FILES) $(LISP)
  202. tags=; \
  203. here=`pwd`; \
  204. list='$(SUBDIRS)'; for subdir in $$list; do \
  205. if test "$$subdir" = .; then :; else \
  206. test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  207. fi; \
  208. done; \
  209. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  210. unique=`for i in $$list; do \
  211. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  212. done | \
  213. $(AWK) ' { files[$$0] = 1; } \
  214. END { for (i in files) print i; }'`; \
  215. test -z "$(ETAGS_ARGS)$$tags$$unique" \
  216. || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  217. $$tags $$unique
  218. GTAGS:
  219. here=`$(am__cd) $(top_builddir) && pwd` \
  220. && cd $(top_srcdir) \
  221. && gtags -i $(GTAGS_ARGS) $$here
  222. distclean-tags:
  223. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  224. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  225. top_distdir = .
  226. distdir = $(PACKAGE)-$(VERSION)
  227. am__remove_distdir = \
  228. { test ! -d $(distdir) \
  229. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  230. && rm -fr $(distdir); }; }
  231. GZIP_ENV = --best
  232. distcleancheck_listfiles = find . -type f -print
  233. distdir: $(DISTFILES)
  234. $(am__remove_distdir)
  235. mkdir $(distdir)
  236. @list='$(DISTFILES)'; for file in $$list; do \
  237. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  238. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  239. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  240. dir="/$$dir"; \
  241. $(mkinstalldirs) "$(distdir)$$dir"; \
  242. else \
  243. dir=''; \
  244. fi; \
  245. if test -d $$d/$$file; then \
  246. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  247. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  248. fi; \
  249. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  250. else \
  251. test -f $(distdir)/$$file \
  252. || cp -p $$d/$$file $(distdir)/$$file \
  253. || exit 1; \
  254. fi; \
  255. done
  256. list='$(SUBDIRS)'; for subdir in $$list; do \
  257. if test "$$subdir" = .; then :; else \
  258. test -d $(distdir)/$$subdir \
  259. || mkdir $(distdir)/$$subdir \
  260. || exit 1; \
  261. (cd $$subdir && \
  262. $(MAKE) $(AM_MAKEFLAGS) \
  263. top_distdir="$(top_distdir)" \
  264. distdir=../$(distdir)/$$subdir \
  265. distdir) \
  266. || exit 1; \
  267. fi; \
  268. done
  269. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  270. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  271. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  272. ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  273. || chmod -R a+r $(distdir)
  274. dist-gzip: distdir
  275. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  276. $(am__remove_distdir)
  277. dist dist-all: distdir
  278. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  279. $(am__remove_distdir)
  280. # This target untars the dist file and tries a VPATH configuration. Then
  281. # it guarantees that the distribution is self-contained by making another
  282. # tarfile.
  283. distcheck: dist
  284. $(am__remove_distdir)
  285. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
  286. chmod -R a-w $(distdir); chmod a+w $(distdir)
  287. mkdir $(distdir)/=build
  288. mkdir $(distdir)/=inst
  289. chmod a-w $(distdir)
  290. dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
  291. && cd $(distdir)/=build \
  292. && ../configure --srcdir=.. --prefix=$$dc_install_base \
  293. $(DISTCHECK_CONFIGURE_FLAGS) \
  294. && $(MAKE) $(AM_MAKEFLAGS) \
  295. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  296. && $(MAKE) $(AM_MAKEFLAGS) check \
  297. && $(MAKE) $(AM_MAKEFLAGS) install \
  298. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  299. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  300. && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
  301. || { echo "ERROR: files left after uninstall:" ; \
  302. find $$dc_install_base -type f -print ; \
  303. exit 1; } >&2 ) \
  304. && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
  305. && rm -f $(distdir).tar.gz \
  306. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  307. $(am__remove_distdir)
  308. @echo "$(distdir).tar.gz is ready for distribution" | \
  309. sed 'h;s/./=/g;p;x;p;x'
  310. distcleancheck: distclean
  311. if test '$(srcdir)' = . ; then \
  312. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  313. exit 1 ; \
  314. fi
  315. test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  316. || { echo "ERROR: files left after distclean:" ; \
  317. $(distcleancheck_listfiles) ; \
  318. exit 1; } >&2
  319. check-am: all-am
  320. check: check-recursive
  321. all-am: Makefile config.h
  322. installdirs: installdirs-recursive
  323. installdirs-am:
  324. install: install-recursive
  325. install-exec: install-exec-recursive
  326. install-data: install-data-recursive
  327. uninstall: uninstall-recursive
  328. install-am: all-am
  329. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  330. installcheck: installcheck-recursive
  331. install-strip:
  332. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  333. INSTALL_STRIP_FLAG=-s \
  334. `test -z '$(STRIP)' || \
  335. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  336. mostlyclean-generic:
  337. clean-generic:
  338. distclean-generic:
  339. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  340. maintainer-clean-generic:
  341. @echo "This command is intended for maintainers to use"
  342. @echo "it deletes files that may require special tools to rebuild."
  343. clean: clean-recursive
  344. clean-am: clean-generic clean-libtool mostlyclean-am
  345. distclean: distclean-recursive
  346. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  347. distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
  348. distclean-tags
  349. dvi: dvi-recursive
  350. dvi-am:
  351. info: info-recursive
  352. info-am:
  353. install-data-am:
  354. install-exec-am:
  355. install-info: install-info-recursive
  356. install-man:
  357. installcheck-am:
  358. maintainer-clean: maintainer-clean-recursive
  359. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  360. -rm -rf autom4te.cache
  361. maintainer-clean-am: distclean-am maintainer-clean-generic
  362. mostlyclean: mostlyclean-recursive
  363. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  364. uninstall-am: uninstall-info-am
  365. uninstall-info: uninstall-info-recursive
  366. .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
  367. clean-generic clean-libtool clean-recursive dist dist-all \
  368. dist-gzip distcheck distclean distclean-generic distclean-hdr \
  369. distclean-libtool distclean-recursive distclean-tags \
  370. distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
  371. info-recursive install install-am install-data install-data-am \
  372. install-data-recursive install-exec install-exec-am \
  373. install-exec-recursive install-info install-info-am \
  374. install-info-recursive install-man install-recursive \
  375. install-strip installcheck installcheck-am installdirs \
  376. installdirs-am installdirs-recursive maintainer-clean \
  377. maintainer-clean-generic maintainer-clean-recursive mostlyclean \
  378. mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
  379. tags tags-recursive uninstall uninstall-am uninstall-info-am \
  380. uninstall-info-recursive uninstall-recursive
  381. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  382. # Otherwise a system limit (for SysV at least) may be exceeded.
  383. .NOEXPORT: