Makefile.in 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. # global section for every Makefile.am
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkgincludedir = $(includedir)/@PACKAGE@
  18. pkglibdir = $(libdir)/@PACKAGE@
  19. pkglibexecdir = $(libexecdir)/@PACKAGE@
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. install_sh_DATA = $(install_sh) -c -m 644
  22. install_sh_PROGRAM = $(install_sh) -c
  23. install_sh_SCRIPT = $(install_sh) -c
  24. INSTALL_HEADER = $(INSTALL_DATA)
  25. transform = $(program_transform_name)
  26. NORMAL_INSTALL = :
  27. PRE_INSTALL = :
  28. POST_INSTALL = :
  29. NORMAL_UNINSTALL = :
  30. PRE_UNINSTALL = :
  31. POST_UNINSTALL = :
  32. build_triplet = @build@
  33. host_triplet = @host@
  34. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  35. $(top_srcdir)/Makefile.am.global
  36. subdir = debian
  37. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  38. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  39. $(top_srcdir)/configure.in
  40. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  41. $(ACLOCAL_M4)
  42. mkinstalldirs = $(install_sh) -d
  43. CONFIG_HEADER = $(top_builddir)/config.h
  44. CONFIG_CLEAN_FILES =
  45. CONFIG_CLEAN_VPATH_FILES =
  46. SOURCES =
  47. DIST_SOURCES =
  48. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  49. ACLOCAL = @ACLOCAL@
  50. ALLOCA = @ALLOCA@
  51. AMTAR = @AMTAR@
  52. AR = @AR@
  53. AUTOCONF = @AUTOCONF@
  54. AUTOHEADER = @AUTOHEADER@
  55. AUTOMAKE = @AUTOMAKE@
  56. AWK = @AWK@
  57. CC = @CC@
  58. CCDEPMODE = @CCDEPMODE@
  59. CFLAGS = @CFLAGS@
  60. CONFIG_DEFS = @CONFIG_DEFS@
  61. CONFIG_MATH_LIB = @CONFIG_MATH_LIB@
  62. CPP = @CPP@
  63. CPPFLAGS = @CPPFLAGS@
  64. CPUCCODE = @CPUCCODE@
  65. CPUTYPE = @CPUTYPE@
  66. CYGPATH_W = @CYGPATH_W@
  67. DEFS = @DEFS@
  68. DEPDIR = @DEPDIR@
  69. DSYMUTIL = @DSYMUTIL@
  70. DUMPBIN = @DUMPBIN@
  71. ECHO_C = @ECHO_C@
  72. ECHO_N = @ECHO_N@
  73. ECHO_T = @ECHO_T@
  74. EGREP = @EGREP@
  75. EXEEXT = @EXEEXT@
  76. FGREP = @FGREP@
  77. FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
  78. FRONTEND_LDADD = @FRONTEND_LDADD@
  79. FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@
  80. GREP = @GREP@
  81. GTK_CFLAGS = @GTK_CFLAGS@
  82. GTK_CONFIG = @GTK_CONFIG@
  83. GTK_LIBS = @GTK_LIBS@
  84. INCLUDES = @INCLUDES@
  85. INSTALL = @INSTALL@
  86. INSTALL_DATA = @INSTALL_DATA@
  87. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  88. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  89. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  90. LD = @LD@
  91. LDADD = @LDADD@
  92. LDFLAGS = @LDFLAGS@
  93. LIBICONV = @LIBICONV@
  94. LIBOBJS = @LIBOBJS@
  95. LIBS = @LIBS@
  96. LIBTOOL = @LIBTOOL@
  97. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  98. LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
  99. LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  100. LIPO = @LIPO@
  101. LN_S = @LN_S@
  102. LTLIBICONV = @LTLIBICONV@
  103. LTLIBOBJS = @LTLIBOBJS@
  104. MAINT = @MAINT@
  105. MAKEDEP = @MAKEDEP@
  106. MAKEINFO = @MAKEINFO@
  107. MKDIR_P = @MKDIR_P@
  108. NASM = @NASM@
  109. NASM_FORMAT = @NASM_FORMAT@
  110. NM = @NM@
  111. NMEDIT = @NMEDIT@
  112. OBJDUMP = @OBJDUMP@
  113. OBJEXT = @OBJEXT@
  114. OTOOL = @OTOOL@
  115. OTOOL64 = @OTOOL64@
  116. PACKAGE = @PACKAGE@
  117. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  118. PACKAGE_NAME = @PACKAGE_NAME@
  119. PACKAGE_STRING = @PACKAGE_STRING@
  120. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  121. PACKAGE_URL = @PACKAGE_URL@
  122. PACKAGE_VERSION = @PACKAGE_VERSION@
  123. PATH_SEPARATOR = @PATH_SEPARATOR@
  124. PKG_CONFIG = @PKG_CONFIG@
  125. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  126. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  127. RANLIB = @RANLIB@
  128. RM_F = @RM_F@
  129. SED = @SED@
  130. SET_MAKE = @SET_MAKE@
  131. SHELL = @SHELL@
  132. SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
  133. SNDFILE_LIBS = @SNDFILE_LIBS@
  134. STRIP = @STRIP@
  135. U = @U@
  136. VERSION = @VERSION@
  137. WITH_FRONTEND = @WITH_FRONTEND@
  138. WITH_MP3RTP = @WITH_MP3RTP@
  139. WITH_MP3X = @WITH_MP3X@
  140. abs_builddir = @abs_builddir@
  141. abs_srcdir = @abs_srcdir@
  142. abs_top_builddir = @abs_top_builddir@
  143. abs_top_srcdir = @abs_top_srcdir@
  144. ac_ct_CC = @ac_ct_CC@
  145. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  146. am__include = @am__include@
  147. am__leading_dot = @am__leading_dot@
  148. am__quote = @am__quote@
  149. am__tar = @am__tar@
  150. am__untar = @am__untar@
  151. bindir = @bindir@
  152. build = @build@
  153. build_alias = @build_alias@
  154. build_cpu = @build_cpu@
  155. build_os = @build_os@
  156. build_vendor = @build_vendor@
  157. builddir = @builddir@
  158. datadir = @datadir@
  159. datarootdir = @datarootdir@
  160. docdir = @docdir@
  161. dvidir = @dvidir@
  162. exec_prefix = @exec_prefix@
  163. host = @host@
  164. host_alias = @host_alias@
  165. host_cpu = @host_cpu@
  166. host_os = @host_os@
  167. host_vendor = @host_vendor@
  168. htmldir = @htmldir@
  169. includedir = @includedir@
  170. infodir = @infodir@
  171. install_sh = @install_sh@
  172. libdir = @libdir@
  173. libexecdir = @libexecdir@
  174. localedir = @localedir@
  175. localstatedir = @localstatedir@
  176. mandir = @mandir@
  177. mkdir_p = @mkdir_p@
  178. oldincludedir = @oldincludedir@
  179. pdfdir = @pdfdir@
  180. prefix = @prefix@
  181. program_transform_name = @program_transform_name@
  182. psdir = @psdir@
  183. sbindir = @sbindir@
  184. sharedstatedir = @sharedstatedir@
  185. srcdir = @srcdir@
  186. sysconfdir = @sysconfdir@
  187. target_alias = @target_alias@
  188. top_build_prefix = @top_build_prefix@
  189. top_builddir = @top_builddir@
  190. top_srcdir = @top_srcdir@
  191. AUTOMAKE_OPTIONS = 1.11 foreign $(top_srcdir)/ansi2knr
  192. EXTRA_DIST = \
  193. changelog \
  194. compat \
  195. control \
  196. copyright \
  197. libmp3lame-dev.install \
  198. libmp3lame0.install \
  199. lame.docs \
  200. lame.install \
  201. lame.manpages \
  202. rules \
  203. watch
  204. all: all-am
  205. .SUFFIXES:
  206. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps)
  207. @for dep in $?; do \
  208. case '$(am__configure_deps)' in \
  209. *$$dep*) \
  210. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  211. && { if test -f $@; then exit 0; else break; fi; }; \
  212. exit 1;; \
  213. esac; \
  214. done; \
  215. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign debian/Makefile'; \
  216. $(am__cd) $(top_srcdir) && \
  217. $(AUTOMAKE) --foreign debian/Makefile
  218. .PRECIOUS: Makefile
  219. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  220. @case '$?' in \
  221. *config.status*) \
  222. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  223. *) \
  224. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  225. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  226. esac;
  227. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  228. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  229. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  230. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  231. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  232. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  233. $(am__aclocal_m4_deps):
  234. mostlyclean-libtool:
  235. -rm -f *.lo
  236. clean-libtool:
  237. -rm -rf .libs _libs
  238. tags: TAGS
  239. TAGS:
  240. ctags: CTAGS
  241. CTAGS:
  242. distdir: $(DISTFILES)
  243. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  244. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  245. list='$(DISTFILES)'; \
  246. dist_files=`for file in $$list; do echo $$file; done | \
  247. sed -e "s|^$$srcdirstrip/||;t" \
  248. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  249. case $$dist_files in \
  250. */*) $(MKDIR_P) `echo "$$dist_files" | \
  251. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  252. sort -u` ;; \
  253. esac; \
  254. for file in $$dist_files; do \
  255. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  256. if test -d $$d/$$file; then \
  257. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  258. if test -d "$(distdir)/$$file"; then \
  259. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  260. fi; \
  261. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  262. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  263. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  264. fi; \
  265. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  266. else \
  267. test -f "$(distdir)/$$file" \
  268. || cp -p $$d/$$file "$(distdir)/$$file" \
  269. || exit 1; \
  270. fi; \
  271. done
  272. $(MAKE) $(AM_MAKEFLAGS) \
  273. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  274. dist-hook
  275. check-am: all-am
  276. check: check-am
  277. all-am: Makefile
  278. installdirs:
  279. install: install-am
  280. install-exec: install-exec-am
  281. install-data: install-data-am
  282. uninstall: uninstall-am
  283. install-am: all-am
  284. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  285. installcheck: installcheck-am
  286. install-strip:
  287. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  288. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  289. `test -z '$(STRIP)' || \
  290. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  291. mostlyclean-generic:
  292. clean-generic:
  293. distclean-generic:
  294. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  295. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  296. maintainer-clean-generic:
  297. @echo "This command is intended for maintainers to use"
  298. @echo "it deletes files that may require special tools to rebuild."
  299. clean: clean-am
  300. clean-am: clean-generic clean-libtool mostlyclean-am
  301. distclean: distclean-am
  302. -rm -f Makefile
  303. distclean-am: clean-am distclean-generic
  304. dvi: dvi-am
  305. dvi-am:
  306. html: html-am
  307. html-am:
  308. info: info-am
  309. info-am:
  310. install-data-am:
  311. install-dvi: install-dvi-am
  312. install-dvi-am:
  313. install-exec-am:
  314. install-html: install-html-am
  315. install-html-am:
  316. install-info: install-info-am
  317. install-info-am:
  318. install-man:
  319. install-pdf: install-pdf-am
  320. install-pdf-am:
  321. install-ps: install-ps-am
  322. install-ps-am:
  323. installcheck-am:
  324. maintainer-clean: maintainer-clean-am
  325. -rm -f Makefile
  326. maintainer-clean-am: distclean-am maintainer-clean-generic
  327. mostlyclean: mostlyclean-am
  328. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  329. pdf: pdf-am
  330. pdf-am:
  331. ps: ps-am
  332. ps-am:
  333. uninstall-am:
  334. .MAKE: install-am install-strip
  335. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  336. dist-hook distclean distclean-generic distclean-libtool \
  337. distdir dvi dvi-am html html-am info info-am install \
  338. install-am install-data install-data-am install-dvi \
  339. install-dvi-am install-exec install-exec-am install-html \
  340. install-html-am install-info install-info-am install-man \
  341. install-pdf install-pdf-am install-ps install-ps-am \
  342. install-strip installcheck installcheck-am installdirs \
  343. maintainer-clean maintainer-clean-generic mostlyclean \
  344. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  345. uninstall uninstall-am
  346. # end global section
  347. dist-hook:
  348. chmod +x $(distdir)/rules
  349. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  350. # Otherwise a system limit (for SysV at least) may be exceeded.
  351. .NOEXPORT: