Makefile.in 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2014 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. subdir = include/share/grabbag
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
  89. $(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
  90. $(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
  91. $(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
  92. $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
  93. $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
  94. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  95. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  96. $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
  97. $(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
  98. $(top_srcdir)/configure.ac
  99. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  100. $(ACLOCAL_M4)
  101. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  102. mkinstalldirs = $(install_sh) -d
  103. CONFIG_HEADER = $(top_builddir)/config.h
  104. CONFIG_CLEAN_FILES =
  105. CONFIG_CLEAN_VPATH_FILES =
  106. AM_V_P = $(am__v_P_@AM_V@)
  107. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  108. am__v_P_0 = false
  109. am__v_P_1 = :
  110. AM_V_GEN = $(am__v_GEN_@AM_V@)
  111. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  112. am__v_GEN_0 = @echo " GEN " $@;
  113. am__v_GEN_1 =
  114. AM_V_at = $(am__v_at_@AM_V@)
  115. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  116. am__v_at_0 = @
  117. am__v_at_1 =
  118. SOURCES =
  119. DIST_SOURCES =
  120. am__can_run_installinfo = \
  121. case $$AM_UPDATE_INFO_DIR in \
  122. n|no|NO) false;; \
  123. *) (install-info --version) >/dev/null 2>&1;; \
  124. esac
  125. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  126. am__DIST_COMMON = $(srcdir)/Makefile.in
  127. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  128. ACLOCAL = @ACLOCAL@
  129. AMTAR = @AMTAR@
  130. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  131. AR = @AR@
  132. AS = @AS@
  133. AUTOCONF = @AUTOCONF@
  134. AUTOHEADER = @AUTOHEADER@
  135. AUTOMAKE = @AUTOMAKE@
  136. AWK = @AWK@
  137. CC = @CC@
  138. CCAS = @CCAS@
  139. CCASDEPMODE = @CCASDEPMODE@
  140. CCASFLAGS = @CCASFLAGS@
  141. CCDEPMODE = @CCDEPMODE@
  142. CFLAGS = @CFLAGS@
  143. CPP = @CPP@
  144. CPPFLAGS = @CPPFLAGS@
  145. CXX = @CXX@
  146. CXXCPP = @CXXCPP@
  147. CXXDEPMODE = @CXXDEPMODE@
  148. CXXFLAGS = @CXXFLAGS@
  149. CYGPATH_W = @CYGPATH_W@
  150. DEFS = @DEFS@
  151. DEPDIR = @DEPDIR@
  152. DLLTOOL = @DLLTOOL@
  153. DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
  154. DOXYGEN = @DOXYGEN@
  155. DSYMUTIL = @DSYMUTIL@
  156. DUMPBIN = @DUMPBIN@
  157. ECHO_C = @ECHO_C@
  158. ECHO_N = @ECHO_N@
  159. ECHO_T = @ECHO_T@
  160. EGREP = @EGREP@
  161. ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
  162. EXEEXT = @EXEEXT@
  163. FGREP = @FGREP@
  164. FLAC__HAS_OGG = @FLAC__HAS_OGG@
  165. FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
  166. FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
  167. GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
  168. GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
  169. GCC_VERSION = @GCC_VERSION@
  170. GREP = @GREP@
  171. INSTALL = @INSTALL@
  172. INSTALL_DATA = @INSTALL_DATA@
  173. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  174. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  175. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  176. LD = @LD@
  177. LDFLAGS = @LDFLAGS@
  178. LIBICONV = @LIBICONV@
  179. LIBOBJS = @LIBOBJS@
  180. LIBS = @LIBS@
  181. LIBTOOL = @LIBTOOL@
  182. LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
  183. LIPO = @LIPO@
  184. LN_S = @LN_S@
  185. LTLIBICONV = @LTLIBICONV@
  186. LTLIBOBJS = @LTLIBOBJS@
  187. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  188. MAKEINFO = @MAKEINFO@
  189. MANIFEST_TOOL = @MANIFEST_TOOL@
  190. MKDIR_P = @MKDIR_P@
  191. NASM = @NASM@
  192. NM = @NM@
  193. NMEDIT = @NMEDIT@
  194. OBJDUMP = @OBJDUMP@
  195. OBJEXT = @OBJEXT@
  196. OBJ_FORMAT = @OBJ_FORMAT@
  197. OGG_CFLAGS = @OGG_CFLAGS@
  198. OGG_LIBS = @OGG_LIBS@
  199. OGG_PACKAGE = @OGG_PACKAGE@
  200. OTOOL = @OTOOL@
  201. OTOOL64 = @OTOOL64@
  202. PACKAGE = @PACKAGE@
  203. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  204. PACKAGE_NAME = @PACKAGE_NAME@
  205. PACKAGE_STRING = @PACKAGE_STRING@
  206. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  207. PACKAGE_URL = @PACKAGE_URL@
  208. PACKAGE_VERSION = @PACKAGE_VERSION@
  209. PATH_SEPARATOR = @PATH_SEPARATOR@
  210. RANLIB = @RANLIB@
  211. SED = @SED@
  212. SET_MAKE = @SET_MAKE@
  213. SHELL = @SHELL@
  214. STRIP = @STRIP@
  215. VERSION = @VERSION@
  216. XMMS_CFLAGS = @XMMS_CFLAGS@
  217. XMMS_CONFIG = @XMMS_CONFIG@
  218. XMMS_DATA_DIR = @XMMS_DATA_DIR@
  219. XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
  220. XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
  221. XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
  222. XMMS_LIBS = @XMMS_LIBS@
  223. XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
  224. XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
  225. XMMS_VERSION = @XMMS_VERSION@
  226. XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
  227. abs_builddir = @abs_builddir@
  228. abs_srcdir = @abs_srcdir@
  229. abs_top_builddir = @abs_top_builddir@
  230. abs_top_srcdir = @abs_top_srcdir@
  231. ac_ct_AR = @ac_ct_AR@
  232. ac_ct_CC = @ac_ct_CC@
  233. ac_ct_CXX = @ac_ct_CXX@
  234. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  235. am__include = @am__include@
  236. am__leading_dot = @am__leading_dot@
  237. am__quote = @am__quote@
  238. am__tar = @am__tar@
  239. am__untar = @am__untar@
  240. bindir = @bindir@
  241. build = @build@
  242. build_alias = @build_alias@
  243. build_cpu = @build_cpu@
  244. build_os = @build_os@
  245. build_vendor = @build_vendor@
  246. builddir = @builddir@
  247. datadir = @datadir@
  248. datarootdir = @datarootdir@
  249. docdir = @docdir@
  250. dvidir = @dvidir@
  251. exec_prefix = @exec_prefix@
  252. host = @host@
  253. host_alias = @host_alias@
  254. host_cpu = @host_cpu@
  255. host_os = @host_os@
  256. host_vendor = @host_vendor@
  257. htmldir = @htmldir@
  258. includedir = @includedir@
  259. infodir = @infodir@
  260. install_sh = @install_sh@
  261. libdir = @libdir@
  262. libexecdir = @libexecdir@
  263. localedir = @localedir@
  264. localstatedir = @localstatedir@
  265. mandir = @mandir@
  266. mkdir_p = @mkdir_p@
  267. oldincludedir = @oldincludedir@
  268. pdfdir = @pdfdir@
  269. prefix = @prefix@
  270. program_transform_name = @program_transform_name@
  271. psdir = @psdir@
  272. runstatedir = @runstatedir@
  273. sbindir = @sbindir@
  274. sharedstatedir = @sharedstatedir@
  275. srcdir = @srcdir@
  276. sysconfdir = @sysconfdir@
  277. target_alias = @target_alias@
  278. top_build_prefix = @top_build_prefix@
  279. top_builddir = @top_builddir@
  280. top_srcdir = @top_srcdir@
  281. EXTRA_DIST = \
  282. cuesheet.h \
  283. file.h \
  284. picture.h \
  285. replaygain.h \
  286. seektable.h
  287. all: all-am
  288. .SUFFIXES:
  289. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  290. @for dep in $?; do \
  291. case '$(am__configure_deps)' in \
  292. *$$dep*) \
  293. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  294. && { if test -f $@; then exit 0; else break; fi; }; \
  295. exit 1;; \
  296. esac; \
  297. done; \
  298. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/share/grabbag/Makefile'; \
  299. $(am__cd) $(top_srcdir) && \
  300. $(AUTOMAKE) --foreign include/share/grabbag/Makefile
  301. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  302. @case '$?' in \
  303. *config.status*) \
  304. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  305. *) \
  306. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  307. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  308. esac;
  309. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  310. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  311. $(top_srcdir)/configure: $(am__configure_deps)
  312. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  313. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  314. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  315. $(am__aclocal_m4_deps):
  316. mostlyclean-libtool:
  317. -rm -f *.lo
  318. clean-libtool:
  319. -rm -rf .libs _libs
  320. tags TAGS:
  321. ctags CTAGS:
  322. cscope cscopelist:
  323. distdir: $(DISTFILES)
  324. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  325. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  326. list='$(DISTFILES)'; \
  327. dist_files=`for file in $$list; do echo $$file; done | \
  328. sed -e "s|^$$srcdirstrip/||;t" \
  329. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  330. case $$dist_files in \
  331. */*) $(MKDIR_P) `echo "$$dist_files" | \
  332. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  333. sort -u` ;; \
  334. esac; \
  335. for file in $$dist_files; do \
  336. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  337. if test -d $$d/$$file; then \
  338. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  339. if test -d "$(distdir)/$$file"; then \
  340. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  341. fi; \
  342. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  343. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  344. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  345. fi; \
  346. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  347. else \
  348. test -f "$(distdir)/$$file" \
  349. || cp -p $$d/$$file "$(distdir)/$$file" \
  350. || exit 1; \
  351. fi; \
  352. done
  353. check-am: all-am
  354. check: check-am
  355. all-am: Makefile
  356. installdirs:
  357. install: install-am
  358. install-exec: install-exec-am
  359. install-data: install-data-am
  360. uninstall: uninstall-am
  361. install-am: all-am
  362. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  363. installcheck: installcheck-am
  364. install-strip:
  365. if test -z '$(STRIP)'; then \
  366. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  367. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  368. install; \
  369. else \
  370. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  371. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  372. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  373. fi
  374. mostlyclean-generic:
  375. clean-generic:
  376. distclean-generic:
  377. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  378. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  379. maintainer-clean-generic:
  380. @echo "This command is intended for maintainers to use"
  381. @echo "it deletes files that may require special tools to rebuild."
  382. clean: clean-am
  383. clean-am: clean-generic clean-libtool mostlyclean-am
  384. distclean: distclean-am
  385. -rm -f Makefile
  386. distclean-am: clean-am distclean-generic
  387. dvi: dvi-am
  388. dvi-am:
  389. html: html-am
  390. html-am:
  391. info: info-am
  392. info-am:
  393. install-data-am:
  394. install-dvi: install-dvi-am
  395. install-dvi-am:
  396. install-exec-am:
  397. install-html: install-html-am
  398. install-html-am:
  399. install-info: install-info-am
  400. install-info-am:
  401. install-man:
  402. install-pdf: install-pdf-am
  403. install-pdf-am:
  404. install-ps: install-ps-am
  405. install-ps-am:
  406. installcheck-am:
  407. maintainer-clean: maintainer-clean-am
  408. -rm -f Makefile
  409. maintainer-clean-am: distclean-am maintainer-clean-generic
  410. mostlyclean: mostlyclean-am
  411. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  412. pdf: pdf-am
  413. pdf-am:
  414. ps: ps-am
  415. ps-am:
  416. uninstall-am:
  417. .MAKE: install-am install-strip
  418. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  419. cscopelist-am ctags-am distclean distclean-generic \
  420. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  421. install install-am install-data install-data-am install-dvi \
  422. install-dvi-am install-exec install-exec-am install-html \
  423. install-html-am install-info install-info-am install-man \
  424. install-pdf install-pdf-am install-ps install-ps-am \
  425. install-strip installcheck installcheck-am installdirs \
  426. maintainer-clean maintainer-clean-generic mostlyclean \
  427. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  428. tags-am uninstall uninstall-am
  429. .PRECIOUS: Makefile
  430. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  431. # Otherwise a system limit (for SysV at least) may be exceeded.
  432. .NOEXPORT: