Makefile.in 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  3. # This Makefile.in is free software; the Free Software Foundation
  4. # gives unlimited permission to copy and/or distribute it,
  5. # with or without modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  8. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. # PARTICULAR PURPOSE.
  10. # $Id: Makefile.am,v 1.2 2001/05/01 10:33:10 kilobug Exp $
  11. SHELL = @SHELL@
  12. srcdir = @srcdir@
  13. top_srcdir = @top_srcdir@
  14. VPATH = @srcdir@
  15. prefix = @prefix@
  16. exec_prefix = @exec_prefix@
  17. bindir = @bindir@
  18. sbindir = @sbindir@
  19. libexecdir = @libexecdir@
  20. datadir = @datadir@
  21. sysconfdir = @sysconfdir@
  22. sharedstatedir = @sharedstatedir@
  23. localstatedir = @localstatedir@
  24. libdir = @libdir@
  25. infodir = @infodir@
  26. mandir = @mandir@
  27. includedir = @includedir@
  28. oldincludedir = /usr/include
  29. DESTDIR =
  30. pkgdatadir = $(datadir)/@PACKAGE@
  31. pkglibdir = $(libdir)/@PACKAGE@
  32. pkgincludedir = $(includedir)/@PACKAGE@
  33. top_builddir = .
  34. ACLOCAL = @ACLOCAL@
  35. AUTOCONF = @AUTOCONF@
  36. AUTOMAKE = @AUTOMAKE@
  37. AUTOHEADER = @AUTOHEADER@
  38. INSTALL = @INSTALL@
  39. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  40. INSTALL_DATA = @INSTALL_DATA@
  41. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  42. transform = @program_transform_name@
  43. NORMAL_INSTALL = :
  44. PRE_INSTALL = :
  45. POST_INSTALL = :
  46. NORMAL_UNINSTALL = :
  47. PRE_UNINSTALL = :
  48. POST_UNINSTALL = :
  49. CC = @CC@
  50. CFLAGS = @CFLAGS@
  51. GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
  52. GDK_PIXBUF_CONFIG = @GDK_PIXBUF_CONFIG@
  53. GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
  54. GLIB_CFLAGS = @GLIB_CFLAGS@
  55. GLIB_CONFIG = @GLIB_CONFIG@
  56. GLIB_LIBS = @GLIB_LIBS@
  57. GTK_CFLAGS = @GTK_CFLAGS@
  58. GTK_CONFIG = @GTK_CONFIG@
  59. GTK_LIBS = @GTK_LIBS@
  60. LDFLAGS = @LDFLAGS@
  61. MAKEINFO = @MAKEINFO@
  62. PACKAGE = @PACKAGE@
  63. RANLIB = @RANLIB@
  64. VERSION = @VERSION@
  65. SUBDIRS = src doc data
  66. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  67. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  68. CONFIG_HEADER = config.h
  69. CONFIG_CLEAN_FILES =
  70. DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
  71. Makefile.am Makefile.in NEWS aclocal.m4 config.guess config.h.in \
  72. config.sub configure configure.in install-sh ltconfig ltmain.sh missing \
  73. mkinstalldirs
  74. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  75. TAR = tar
  76. GZIP_ENV = --best
  77. all: all-redirect
  78. .SUFFIXES:
  79. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  80. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
  81. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  82. cd $(top_builddir) \
  83. && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  84. $(ACLOCAL_M4): configure.in
  85. cd $(srcdir) && $(ACLOCAL)
  86. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  87. $(SHELL) ./config.status --recheck
  88. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  89. cd $(srcdir) && $(AUTOCONF)
  90. config.h: stamp-h
  91. @if test ! -f $@; then \
  92. rm -f stamp-h; \
  93. $(MAKE) stamp-h; \
  94. else :; fi
  95. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  96. cd $(top_builddir) \
  97. && CONFIG_FILES= CONFIG_HEADERS=config.h \
  98. $(SHELL) ./config.status
  99. @echo timestamp > stamp-h 2> /dev/null
  100. $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
  101. @if test ! -f $@; then \
  102. rm -f $(srcdir)/stamp-h.in; \
  103. $(MAKE) $(srcdir)/stamp-h.in; \
  104. else :; fi
  105. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
  106. cd $(top_srcdir) && $(AUTOHEADER)
  107. @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  108. mostlyclean-hdr:
  109. clean-hdr:
  110. distclean-hdr:
  111. -rm -f config.h
  112. maintainer-clean-hdr:
  113. # This directory's subdirectories are mostly independent; you can cd
  114. # into them and run `make' without going through this Makefile.
  115. # To change the values of `make' variables: instead of editing Makefiles,
  116. # (1) if the variable is set in `config.status', edit `config.status'
  117. # (which will cause the Makefiles to be regenerated when you run `make');
  118. # (2) otherwise, pass the desired values on the `make' command line.
  119. @SET_MAKE@
  120. all-recursive install-data-recursive install-exec-recursive \
  121. installdirs-recursive install-recursive uninstall-recursive \
  122. check-recursive installcheck-recursive info-recursive dvi-recursive:
  123. @set fnord $(MAKEFLAGS); amf=$$2; \
  124. dot_seen=no; \
  125. target=`echo $@ | sed s/-recursive//`; \
  126. list='$(SUBDIRS)'; for subdir in $$list; do \
  127. echo "Making $$target in $$subdir"; \
  128. if test "$$subdir" = "."; then \
  129. dot_seen=yes; \
  130. local_target="$$target-am"; \
  131. else \
  132. local_target="$$target"; \
  133. fi; \
  134. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  135. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  136. done; \
  137. if test "$$dot_seen" = "no"; then \
  138. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  139. fi; test -z "$$fail"
  140. mostlyclean-recursive clean-recursive distclean-recursive \
  141. maintainer-clean-recursive:
  142. @set fnord $(MAKEFLAGS); amf=$$2; \
  143. dot_seen=no; \
  144. rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  145. rev="$$subdir $$rev"; \
  146. test "$$subdir" = "." && dot_seen=yes; \
  147. done; \
  148. test "$$dot_seen" = "no" && rev=". $$rev"; \
  149. target=`echo $@ | sed s/-recursive//`; \
  150. for subdir in $$rev; do \
  151. echo "Making $$target in $$subdir"; \
  152. if test "$$subdir" = "."; then \
  153. local_target="$$target-am"; \
  154. else \
  155. local_target="$$target"; \
  156. fi; \
  157. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  158. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  159. done && test -z "$$fail"
  160. tags-recursive:
  161. list='$(SUBDIRS)'; for subdir in $$list; do \
  162. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  163. done
  164. tags: TAGS
  165. ID: $(HEADERS) $(SOURCES) $(LISP)
  166. list='$(SOURCES) $(HEADERS)'; \
  167. unique=`for i in $$list; do echo $$i; done | \
  168. awk ' { files[$$0] = 1; } \
  169. END { for (i in files) print i; }'`; \
  170. here=`pwd` && cd $(srcdir) \
  171. && mkid -f$$here/ID $$unique $(LISP)
  172. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  173. tags=; \
  174. here=`pwd`; \
  175. list='$(SUBDIRS)'; for subdir in $$list; do \
  176. if test "$$subdir" = .; then :; else \
  177. test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  178. fi; \
  179. done; \
  180. list='$(SOURCES) $(HEADERS)'; \
  181. unique=`for i in $$list; do echo $$i; done | \
  182. awk ' { files[$$0] = 1; } \
  183. END { for (i in files) print i; }'`; \
  184. test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
  185. || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  186. mostlyclean-tags:
  187. clean-tags:
  188. distclean-tags:
  189. -rm -f TAGS ID
  190. maintainer-clean-tags:
  191. distdir = $(PACKAGE)-$(VERSION)
  192. top_distdir = $(distdir)
  193. # This target untars the dist file and tries a VPATH configuration. Then
  194. # it guarantees that the distribution is self-contained by making another
  195. # tarfile.
  196. distcheck: dist
  197. -rm -rf $(distdir)
  198. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  199. mkdir $(distdir)/=build
  200. mkdir $(distdir)/=inst
  201. dc_install_base=`cd $(distdir)/=inst && pwd`; \
  202. cd $(distdir)/=build \
  203. && ../configure --srcdir=.. --prefix=$$dc_install_base \
  204. && $(MAKE) $(AM_MAKEFLAGS) \
  205. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  206. && $(MAKE) $(AM_MAKEFLAGS) check \
  207. && $(MAKE) $(AM_MAKEFLAGS) install \
  208. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  209. && $(MAKE) $(AM_MAKEFLAGS) dist
  210. -rm -rf $(distdir)
  211. @banner="$(distdir).tar.gz is ready for distribution"; \
  212. dashes=`echo "$$banner" | sed s/./=/g`; \
  213. echo "$$dashes"; \
  214. echo "$$banner"; \
  215. echo "$$dashes"
  216. dist: distdir
  217. -chmod -R a+r $(distdir)
  218. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  219. -rm -rf $(distdir)
  220. dist-all: distdir
  221. -chmod -R a+r $(distdir)
  222. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  223. -rm -rf $(distdir)
  224. distdir: $(DISTFILES)
  225. -rm -rf $(distdir)
  226. mkdir $(distdir)
  227. -chmod 777 $(distdir)
  228. @for file in $(DISTFILES); do \
  229. d=$(srcdir); \
  230. if test -d $$d/$$file; then \
  231. cp -pr $$d/$$file $(distdir)/$$file; \
  232. else \
  233. test -f $(distdir)/$$file \
  234. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  235. || cp -p $$d/$$file $(distdir)/$$file || :; \
  236. fi; \
  237. done
  238. for subdir in $(SUBDIRS); do \
  239. if test "$$subdir" = .; then :; else \
  240. test -d $(distdir)/$$subdir \
  241. || mkdir $(distdir)/$$subdir \
  242. || exit 1; \
  243. chmod 777 $(distdir)/$$subdir; \
  244. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
  245. || exit 1; \
  246. fi; \
  247. done
  248. info-am:
  249. info: info-recursive
  250. dvi-am:
  251. dvi: dvi-recursive
  252. check-am: all-am
  253. check: check-recursive
  254. installcheck-am:
  255. installcheck: installcheck-recursive
  256. all-recursive-am: config.h
  257. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  258. install-exec-am:
  259. install-exec: install-exec-recursive
  260. install-data-am:
  261. install-data: install-data-recursive
  262. install-am: all-am
  263. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  264. install: install-recursive
  265. uninstall-am:
  266. uninstall: uninstall-recursive
  267. all-am: Makefile config.h
  268. all-redirect: all-recursive-am
  269. install-strip:
  270. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  271. installdirs: installdirs-recursive
  272. installdirs-am:
  273. mostlyclean-generic:
  274. clean-generic:
  275. distclean-generic:
  276. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  277. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  278. maintainer-clean-generic:
  279. mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  280. mostlyclean: mostlyclean-recursive
  281. clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
  282. clean: clean-recursive
  283. distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
  284. distclean: distclean-recursive
  285. -rm -f config.status
  286. maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
  287. maintainer-clean-generic distclean-am
  288. @echo "This command is intended for maintainers to use;"
  289. @echo "it deletes files that may require special tools to rebuild."
  290. maintainer-clean: maintainer-clean-recursive
  291. -rm -f config.status
  292. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
  293. install-data-recursive uninstall-data-recursive install-exec-recursive \
  294. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  295. all-recursive check-recursive installcheck-recursive info-recursive \
  296. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  297. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  298. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  299. dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
  300. install-exec-am install-exec install-data-am install-data install-am \
  301. install uninstall-am uninstall all-redirect all-am all installdirs-am \
  302. installdirs mostlyclean-generic distclean-generic clean-generic \
  303. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  304. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  305. # Otherwise a system limit (for SysV at least) may be exceeded.
  306. .NOEXPORT: