Makefile.in 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999, 2001 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. # XMMS Song Info plugin
  11. # Copyright (c) 2004 Nikola Kotur
  12. SHELL = @SHELL@
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. prefix = @prefix@
  17. exec_prefix = @exec_prefix@
  18. bindir = @bindir@
  19. sbindir = @sbindir@
  20. libexecdir = @libexecdir@
  21. datadir = @datadir@
  22. sysconfdir = @sysconfdir@
  23. sharedstatedir = @sharedstatedir@
  24. localstatedir = @localstatedir@
  25. libdir = @libdir@
  26. infodir = @infodir@
  27. mandir = @mandir@
  28. includedir = @includedir@
  29. oldincludedir = /usr/include
  30. DESTDIR =
  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. INSTALL = @INSTALL@
  40. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  41. INSTALL_DATA = @INSTALL_DATA@
  42. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  43. transform = @program_transform_name@
  44. NORMAL_INSTALL = :
  45. PRE_INSTALL = :
  46. POST_INSTALL = :
  47. NORMAL_UNINSTALL = :
  48. PRE_UNINSTALL = :
  49. POST_UNINSTALL = :
  50. host_alias = @host_alias@
  51. host_triplet = @host@
  52. AS = @AS@
  53. AWK = @AWK@
  54. CC = @CC@
  55. CXX = @CXX@
  56. DLLTOOL = @DLLTOOL@
  57. ECHO = @ECHO@
  58. EXEEXT = @EXEEXT@
  59. GLIB_CFLAGS = @GLIB_CFLAGS@
  60. GLIB_CONFIG = @GLIB_CONFIG@
  61. GLIB_LIBS = @GLIB_LIBS@
  62. GTK_CFLAGS = @GTK_CFLAGS@
  63. GTK_CONFIG = @GTK_CONFIG@
  64. GTK_LIBS = @GTK_LIBS@
  65. LIBTOOL = @LIBTOOL@
  66. LN_S = @LN_S@
  67. MAKEINFO = @MAKEINFO@
  68. OBJDUMP = @OBJDUMP@
  69. OBJEXT = @OBJEXT@
  70. PACKAGE = @PACKAGE@
  71. RANLIB = @RANLIB@
  72. STRIP = @STRIP@
  73. VERSION = @VERSION@
  74. XMMS_CFLAGS = @XMMS_CFLAGS@
  75. XMMS_CONFIG = @XMMS_CONFIG@
  76. XMMS_DATA_DIR = @XMMS_DATA_DIR@
  77. XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
  78. XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
  79. XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
  80. XMMS_LIBS = @XMMS_LIBS@
  81. XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
  82. XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
  83. XMMS_VERSION = @XMMS_VERSION@
  84. XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
  85. SUBDIRS = src
  86. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  87. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  88. CONFIG_HEADER = config.h
  89. CONFIG_CLEAN_FILES =
  90. DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
  91. Makefile.am Makefile.in NEWS aclocal.m4 config.guess config.h.in \
  92. config.sub configure configure.in install-sh ltmain.sh missing \
  93. mkinstalldirs
  94. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  95. TAR = gtar
  96. GZIP_ENV = --best
  97. all: all-redirect
  98. .SUFFIXES:
  99. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  100. cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
  101. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  102. cd $(top_builddir) \
  103. && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  104. $(ACLOCAL_M4): configure.in
  105. cd $(srcdir) && $(ACLOCAL)
  106. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  107. $(SHELL) ./config.status --recheck
  108. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  109. cd $(srcdir) && $(AUTOCONF)
  110. config.h: stamp-h
  111. @if test ! -f $@; then \
  112. rm -f stamp-h; \
  113. $(MAKE) stamp-h; \
  114. else :; fi
  115. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  116. cd $(top_builddir) \
  117. && CONFIG_FILES= CONFIG_HEADERS=config.h \
  118. $(SHELL) ./config.status
  119. @echo timestamp > stamp-h 2> /dev/null
  120. $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
  121. @if test ! -f $@; then \
  122. rm -f $(srcdir)/stamp-h.in; \
  123. $(MAKE) $(srcdir)/stamp-h.in; \
  124. else :; fi
  125. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
  126. cd $(top_srcdir) && $(AUTOHEADER)
  127. @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  128. mostlyclean-hdr:
  129. clean-hdr:
  130. distclean-hdr:
  131. -rm -f config.h
  132. maintainer-clean-hdr:
  133. # This directory's subdirectories are mostly independent; you can cd
  134. # into them and run `make' without going through this Makefile.
  135. # To change the values of `make' variables: instead of editing Makefiles,
  136. # (1) if the variable is set in `config.status', edit `config.status'
  137. # (which will cause the Makefiles to be regenerated when you run `make');
  138. # (2) otherwise, pass the desired values on the `make' command line.
  139. @SET_MAKE@
  140. all-recursive install-data-recursive install-exec-recursive \
  141. installdirs-recursive install-recursive uninstall-recursive \
  142. check-recursive installcheck-recursive info-recursive dvi-recursive:
  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. rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  165. rev="$$subdir $$rev"; \
  166. test "$$subdir" != "." || dot_seen=yes; \
  167. done; \
  168. test "$$dot_seen" = "no" && rev=". $$rev"; \
  169. target=`echo $@ | sed s/-recursive//`; \
  170. for subdir in $$rev; do \
  171. echo "Making $$target in $$subdir"; \
  172. if test "$$subdir" = "."; then \
  173. local_target="$$target-am"; \
  174. else \
  175. local_target="$$target"; \
  176. fi; \
  177. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  178. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  179. done && test -z "$$fail"
  180. tags-recursive:
  181. list='$(SUBDIRS)'; for subdir in $$list; do \
  182. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  183. done
  184. tags: TAGS
  185. ID: $(HEADERS) $(SOURCES) $(LISP)
  186. list='$(SOURCES) $(HEADERS)'; \
  187. unique=`for i in $$list; do echo $$i; done | \
  188. awk ' { files[$$0] = 1; } \
  189. END { for (i in files) print i; }'`; \
  190. here=`pwd` && cd $(srcdir) \
  191. && mkid -f$$here/ID $$unique $(LISP)
  192. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  193. tags=; \
  194. here=`pwd`; \
  195. list='$(SUBDIRS)'; for subdir in $$list; do \
  196. if test "$$subdir" = .; then :; else \
  197. test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  198. fi; \
  199. done; \
  200. list='$(SOURCES) $(HEADERS)'; \
  201. unique=`for i in $$list; do echo $$i; done | \
  202. awk ' { files[$$0] = 1; } \
  203. END { for (i in files) print i; }'`; \
  204. test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
  205. || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  206. mostlyclean-tags:
  207. clean-tags:
  208. distclean-tags:
  209. -rm -f TAGS ID
  210. maintainer-clean-tags:
  211. distdir = $(PACKAGE)-$(VERSION)
  212. top_distdir = $(distdir)
  213. # This target untars the dist file and tries a VPATH configuration. Then
  214. # it guarantees that the distribution is self-contained by making another
  215. # tarfile.
  216. distcheck: dist
  217. -rm -rf $(distdir)
  218. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  219. mkdir $(distdir)/=build
  220. mkdir $(distdir)/=inst
  221. dc_install_base=`cd $(distdir)/=inst && pwd`; \
  222. cd $(distdir)/=build \
  223. && ../configure --srcdir=.. --prefix=$$dc_install_base \
  224. && $(MAKE) $(AM_MAKEFLAGS) \
  225. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  226. && $(MAKE) $(AM_MAKEFLAGS) check \
  227. && $(MAKE) $(AM_MAKEFLAGS) install \
  228. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  229. && $(MAKE) $(AM_MAKEFLAGS) dist
  230. -rm -rf $(distdir)
  231. @banner="$(distdir).tar.gz is ready for distribution"; \
  232. dashes=`echo "$$banner" | sed s/./=/g`; \
  233. echo "$$dashes"; \
  234. echo "$$banner"; \
  235. echo "$$dashes"
  236. dist: distdir
  237. -chmod -R a+r $(distdir)
  238. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  239. -rm -rf $(distdir)
  240. dist-all: distdir
  241. -chmod -R a+r $(distdir)
  242. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  243. -rm -rf $(distdir)
  244. distdir: $(DISTFILES)
  245. -rm -rf $(distdir)
  246. mkdir $(distdir)
  247. -chmod 777 $(distdir)
  248. here=`cd $(top_builddir) && pwd`; \
  249. top_distdir=`cd $(distdir) && pwd`; \
  250. distdir=`cd $(distdir) && pwd`; \
  251. cd $(top_srcdir) \
  252. && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
  253. @for file in $(DISTFILES); do \
  254. d=$(srcdir); \
  255. if test -d $$d/$$file; then \
  256. cp -pr $$d/$$file $(distdir)/$$file; \
  257. else \
  258. test -f $(distdir)/$$file \
  259. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  260. || cp -p $$d/$$file $(distdir)/$$file || :; \
  261. fi; \
  262. done
  263. for subdir in $(SUBDIRS); do \
  264. if test "$$subdir" = .; then :; else \
  265. test -d $(distdir)/$$subdir \
  266. || mkdir $(distdir)/$$subdir \
  267. || exit 1; \
  268. chmod 777 $(distdir)/$$subdir; \
  269. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
  270. || exit 1; \
  271. fi; \
  272. done
  273. info-am:
  274. info: info-recursive
  275. dvi-am:
  276. dvi: dvi-recursive
  277. check-am: all-am
  278. check: check-recursive
  279. installcheck-am:
  280. installcheck: installcheck-recursive
  281. all-recursive-am: config.h
  282. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  283. install-exec-am:
  284. install-exec: install-exec-recursive
  285. install-data-am:
  286. install-data: install-data-recursive
  287. install-am: all-am
  288. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  289. install: install-recursive
  290. uninstall-am:
  291. uninstall: uninstall-recursive
  292. all-am: Makefile config.h
  293. all-redirect: all-recursive-am
  294. install-strip:
  295. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  296. installdirs: installdirs-recursive
  297. installdirs-am:
  298. mostlyclean-generic:
  299. clean-generic:
  300. distclean-generic:
  301. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  302. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  303. maintainer-clean-generic:
  304. mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  305. mostlyclean: mostlyclean-recursive
  306. clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
  307. clean: clean-recursive
  308. distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
  309. -rm -f libtool
  310. distclean: distclean-recursive
  311. -rm -f config.status
  312. maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
  313. maintainer-clean-generic distclean-am
  314. @echo "This command is intended for maintainers to use;"
  315. @echo "it deletes files that may require special tools to rebuild."
  316. maintainer-clean: maintainer-clean-recursive
  317. -rm -f config.status
  318. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
  319. install-data-recursive uninstall-data-recursive install-exec-recursive \
  320. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  321. all-recursive check-recursive installcheck-recursive info-recursive \
  322. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  323. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  324. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  325. dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
  326. install-exec-am install-exec install-data-am install-data install-am \
  327. install uninstall-am uninstall all-redirect all-am all installdirs-am \
  328. installdirs mostlyclean-generic distclean-generic clean-generic \
  329. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  330. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  331. # Otherwise a system limit (for SysV at least) may be exceeded.
  332. .NOEXPORT: