Makefile.in 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2017 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. # global section for every Makefile.am
  13. VPATH = @srcdir@
  14. am__is_gnu_make = { \
  15. if test -z '$(MAKELEVEL)'; then \
  16. false; \
  17. elif test -n '$(MAKE_HOST)'; then \
  18. true; \
  19. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  20. true; \
  21. else \
  22. false; \
  23. fi; \
  24. }
  25. am__make_running_with_option = \
  26. case $${target_option-} in \
  27. ?) ;; \
  28. *) echo "am__make_running_with_option: internal error: invalid" \
  29. "target option '$${target_option-}' specified" >&2; \
  30. exit 1;; \
  31. esac; \
  32. has_opt=no; \
  33. sane_makeflags=$$MAKEFLAGS; \
  34. if $(am__is_gnu_make); then \
  35. sane_makeflags=$$MFLAGS; \
  36. else \
  37. case $$MAKEFLAGS in \
  38. *\\[\ \ ]*) \
  39. bs=\\; \
  40. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  41. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  42. esac; \
  43. fi; \
  44. skip_next=no; \
  45. strip_trailopt () \
  46. { \
  47. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  48. }; \
  49. for flg in $$sane_makeflags; do \
  50. test $$skip_next = yes && { skip_next=no; continue; }; \
  51. case $$flg in \
  52. *=*|--*) continue;; \
  53. -*I) strip_trailopt 'I'; skip_next=yes;; \
  54. -*I?*) strip_trailopt 'I';; \
  55. -*O) strip_trailopt 'O'; skip_next=yes;; \
  56. -*O?*) strip_trailopt 'O';; \
  57. -*l) strip_trailopt 'l'; skip_next=yes;; \
  58. -*l?*) strip_trailopt 'l';; \
  59. -[dEDm]) skip_next=yes;; \
  60. -[JT]) skip_next=yes;; \
  61. esac; \
  62. case $$flg in \
  63. *$$target_option*) has_opt=yes; break;; \
  64. esac; \
  65. done; \
  66. test $$has_opt = yes
  67. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  68. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  69. pkgdatadir = $(datadir)/@PACKAGE@
  70. pkgincludedir = $(includedir)/@PACKAGE@
  71. pkglibdir = $(libdir)/@PACKAGE@
  72. pkglibexecdir = $(libexecdir)/@PACKAGE@
  73. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  74. install_sh_DATA = $(install_sh) -c -m 644
  75. install_sh_PROGRAM = $(install_sh) -c
  76. install_sh_SCRIPT = $(install_sh) -c
  77. INSTALL_HEADER = $(INSTALL_DATA)
  78. transform = $(program_transform_name)
  79. NORMAL_INSTALL = :
  80. PRE_INSTALL = :
  81. POST_INSTALL = :
  82. NORMAL_UNINSTALL = :
  83. PRE_UNINSTALL = :
  84. POST_UNINSTALL = :
  85. build_triplet = @build@
  86. host_triplet = @host@
  87. subdir = libmp3lame
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  90. $(top_srcdir)/configure.in
  91. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  92. $(ACLOCAL_M4)
  93. DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
  94. $(am__DIST_COMMON)
  95. mkinstalldirs = $(install_sh) -d
  96. CONFIG_HEADER = $(top_builddir)/config.h
  97. CONFIG_CLEAN_FILES =
  98. CONFIG_CLEAN_VPATH_FILES =
  99. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  100. am__vpath_adj = case $$p in \
  101. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  102. *) f=$$p;; \
  103. esac;
  104. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  105. am__install_max = 40
  106. am__nobase_strip_setup = \
  107. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  108. am__nobase_strip = \
  109. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  110. am__nobase_list = $(am__nobase_strip_setup); \
  111. for p in $$list; do echo "$$p $$p"; done | \
  112. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  113. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  114. if (++n[$$2] == $(am__install_max)) \
  115. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  116. END { for (dir in files) print dir, files[dir] }'
  117. am__base_list = \
  118. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  119. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  120. am__uninstall_files_from_dir = { \
  121. test -z "$$files" \
  122. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  123. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  124. $(am__cd) "$$dir" && rm -f $$files; }; \
  125. }
  126. am__installdirs = "$(DESTDIR)$(libdir)"
  127. LTLIBRARIES = $(lib_LTLIBRARIES)
  128. @LIB_WITH_DECODER_TRUE@am__DEPENDENCIES_1 = $(top_builddir)/mpglib/libmpgdecoder.la
  129. am__DEPENDENCIES_2 =
  130. libmp3lame_la_DEPENDENCIES = $(cpu_ldadd) $(vector_ldadd) \
  131. $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
  132. am_libmp3lame_la_OBJECTS = VbrTag.lo bitstream.lo encoder.lo fft.lo \
  133. gain_analysis.lo id3tag.lo lame.lo newmdct.lo presets.lo \
  134. psymodel.lo quantize.lo quantize_pvt.lo reservoir.lo \
  135. set_get.lo tables.lo takehiro.lo util.lo vbrquantize.lo \
  136. version.lo mpglib_interface.lo
  137. libmp3lame_la_OBJECTS = $(am_libmp3lame_la_OBJECTS)
  138. AM_V_lt = $(am__v_lt_@AM_V@)
  139. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  140. am__v_lt_0 = --silent
  141. am__v_lt_1 =
  142. libmp3lame_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  143. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  144. $(libmp3lame_la_LDFLAGS) $(LDFLAGS) -o $@
  145. AM_V_P = $(am__v_P_@AM_V@)
  146. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  147. am__v_P_0 = false
  148. am__v_P_1 = :
  149. AM_V_GEN = $(am__v_GEN_@AM_V@)
  150. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  151. am__v_GEN_0 = @echo " GEN " $@;
  152. am__v_GEN_1 =
  153. AM_V_at = $(am__v_at_@AM_V@)
  154. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  155. am__v_at_0 = @
  156. am__v_at_1 =
  157. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  158. depcomp = $(SHELL) $(top_srcdir)/depcomp
  159. am__depfiles_maybe = depfiles
  160. am__mv = mv -f
  161. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  162. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  163. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  164. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  165. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  166. $(AM_CFLAGS) $(CFLAGS)
  167. AM_V_CC = $(am__v_CC_@AM_V@)
  168. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  169. am__v_CC_0 = @echo " CC " $@;
  170. am__v_CC_1 =
  171. CCLD = $(CC)
  172. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  173. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  174. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  175. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  176. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  177. am__v_CCLD_0 = @echo " CCLD " $@;
  178. am__v_CCLD_1 =
  179. SOURCES = $(libmp3lame_la_SOURCES)
  180. DIST_SOURCES = $(libmp3lame_la_SOURCES)
  181. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  182. ctags-recursive dvi-recursive html-recursive info-recursive \
  183. install-data-recursive install-dvi-recursive \
  184. install-exec-recursive install-html-recursive \
  185. install-info-recursive install-pdf-recursive \
  186. install-ps-recursive install-recursive installcheck-recursive \
  187. installdirs-recursive pdf-recursive ps-recursive \
  188. tags-recursive uninstall-recursive
  189. am__can_run_installinfo = \
  190. case $$AM_UPDATE_INFO_DIR in \
  191. n|no|NO) false;; \
  192. *) (install-info --version) >/dev/null 2>&1;; \
  193. esac
  194. HEADERS = $(noinst_HEADERS)
  195. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  196. distclean-recursive maintainer-clean-recursive
  197. am__recursive_targets = \
  198. $(RECURSIVE_TARGETS) \
  199. $(RECURSIVE_CLEAN_TARGETS) \
  200. $(am__extra_recursive_targets)
  201. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  202. distdir
  203. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  204. # Read a list of newline-separated strings from the standard input,
  205. # and print each of them once, without duplicates. Input order is
  206. # *not* preserved.
  207. am__uniquify_input = $(AWK) '\
  208. BEGIN { nonempty = 0; } \
  209. { items[$$0] = 1; nonempty = 1; } \
  210. END { if (nonempty) { for (i in items) print i; }; } \
  211. '
  212. # Make sure the list of sources is unique. This is necessary because,
  213. # e.g., the same source file might be shared among _SOURCES variables
  214. # for different programs/libraries.
  215. am__define_uniq_tagged_files = \
  216. list='$(am__tagged_files)'; \
  217. unique=`for i in $$list; do \
  218. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  219. done | $(am__uniquify_input)`
  220. ETAGS = etags
  221. CTAGS = ctags
  222. DIST_SUBDIRS = $(SUBDIRS)
  223. am__DIST_COMMON = $(srcdir)/Makefile.in \
  224. $(top_srcdir)/Makefile.am.global $(top_srcdir)/depcomp depcomp
  225. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  226. am__relativize = \
  227. dir0=`pwd`; \
  228. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  229. sed_rest='s,^[^/]*/*,,'; \
  230. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  231. sed_butlast='s,/*[^/]*$$,,'; \
  232. while test -n "$$dir1"; do \
  233. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  234. if test "$$first" != "."; then \
  235. if test "$$first" = ".."; then \
  236. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  237. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  238. else \
  239. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  240. if test "$$first2" = "$$first"; then \
  241. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  242. else \
  243. dir2="../$$dir2"; \
  244. fi; \
  245. dir0="$$dir0"/"$$first"; \
  246. fi; \
  247. fi; \
  248. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  249. done; \
  250. reldir="$$dir2"
  251. ACLOCAL = @ACLOCAL@
  252. ALLOCA = @ALLOCA@
  253. AMTAR = @AMTAR@
  254. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  255. AR = @AR@
  256. AUTOCONF = @AUTOCONF@
  257. AUTOHEADER = @AUTOHEADER@
  258. AUTOMAKE = @AUTOMAKE@
  259. AWK = @AWK@
  260. CC = @CC@
  261. CCDEPMODE = @CCDEPMODE@
  262. CFLAGS = @CFLAGS@
  263. CONFIG_DEFS = @CONFIG_DEFS@
  264. CONFIG_MATH_LIB = @CONFIG_MATH_LIB@
  265. CPP = @CPP@
  266. CPPFLAGS = @CPPFLAGS@
  267. CPUCCODE = @CPUCCODE@
  268. CPUTYPE = @CPUTYPE@
  269. CYGPATH_W = @CYGPATH_W@
  270. DEFS = @DEFS@ @CONFIG_DEFS@
  271. DEPDIR = @DEPDIR@
  272. DLLTOOL = @DLLTOOL@
  273. DSYMUTIL = @DSYMUTIL@
  274. DUMPBIN = @DUMPBIN@
  275. ECHO_C = @ECHO_C@
  276. ECHO_N = @ECHO_N@
  277. ECHO_T = @ECHO_T@
  278. EGREP = @EGREP@
  279. EXEEXT = @EXEEXT@
  280. FGREP = @FGREP@
  281. FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
  282. FRONTEND_LDADD = @FRONTEND_LDADD@
  283. FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@
  284. GREP = @GREP@
  285. GTK_CFLAGS = @GTK_CFLAGS@
  286. GTK_CONFIG = @GTK_CONFIG@
  287. GTK_LIBS = @GTK_LIBS@
  288. INCLUDES = @INCLUDES@ -I$(top_srcdir)/mpglib -I$(top_builddir)
  289. INSTALL = @INSTALL@
  290. INSTALL_DATA = @INSTALL_DATA@
  291. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  292. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  293. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  294. LD = @LD@
  295. LDADD = @LDADD@
  296. LDFLAGS = @LDFLAGS@
  297. LIBICONV = @LIBICONV@
  298. LIBOBJS = @LIBOBJS@
  299. LIBS = @LIBS@
  300. LIBTOOL = @LIBTOOL@
  301. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  302. LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
  303. LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  304. LIPO = @LIPO@
  305. LN_S = @LN_S@
  306. LTLIBICONV = @LTLIBICONV@
  307. LTLIBOBJS = @LTLIBOBJS@
  308. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  309. MAINT = @MAINT@
  310. MAKEDEP = @MAKEDEP@
  311. MAKEINFO = @MAKEINFO@
  312. MANIFEST_TOOL = @MANIFEST_TOOL@
  313. MKDIR_P = @MKDIR_P@
  314. NASM = @NASM@
  315. NASM_FORMAT = @NASM_FORMAT@
  316. NM = @NM@
  317. NMEDIT = @NMEDIT@
  318. OBJDUMP = @OBJDUMP@
  319. OBJEXT = @OBJEXT@
  320. OTOOL = @OTOOL@
  321. OTOOL64 = @OTOOL64@
  322. PACKAGE = @PACKAGE@
  323. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  324. PACKAGE_NAME = @PACKAGE_NAME@
  325. PACKAGE_STRING = @PACKAGE_STRING@
  326. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  327. PACKAGE_URL = @PACKAGE_URL@
  328. PACKAGE_VERSION = @PACKAGE_VERSION@
  329. PATH_SEPARATOR = @PATH_SEPARATOR@
  330. PKG_CONFIG = @PKG_CONFIG@
  331. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  332. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  333. RANLIB = @RANLIB@
  334. RM_F = @RM_F@
  335. SED = @SED@
  336. SET_MAKE = @SET_MAKE@
  337. SHELL = @SHELL@
  338. SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
  339. SNDFILE_LIBS = @SNDFILE_LIBS@
  340. STRIP = @STRIP@
  341. VERSION = @VERSION@
  342. WITH_FRONTEND = @WITH_FRONTEND@
  343. WITH_MP3RTP = @WITH_MP3RTP@
  344. WITH_MP3X = @WITH_MP3X@
  345. abs_builddir = @abs_builddir@
  346. abs_srcdir = @abs_srcdir@
  347. abs_top_builddir = @abs_top_builddir@
  348. abs_top_srcdir = @abs_top_srcdir@
  349. ac_ct_AR = @ac_ct_AR@
  350. ac_ct_CC = @ac_ct_CC@
  351. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  352. am__include = @am__include@
  353. am__leading_dot = @am__leading_dot@
  354. am__quote = @am__quote@
  355. am__tar = @am__tar@
  356. am__untar = @am__untar@
  357. bindir = @bindir@
  358. build = @build@
  359. build_alias = @build_alias@
  360. build_cpu = @build_cpu@
  361. build_os = @build_os@
  362. build_vendor = @build_vendor@
  363. builddir = @builddir@
  364. datadir = @datadir@
  365. datarootdir = @datarootdir@
  366. docdir = @docdir@
  367. dvidir = @dvidir@
  368. exec_prefix = @exec_prefix@
  369. host = @host@
  370. host_alias = @host_alias@
  371. host_cpu = @host_cpu@
  372. host_os = @host_os@
  373. host_vendor = @host_vendor@
  374. htmldir = @htmldir@
  375. includedir = @includedir@
  376. infodir = @infodir@
  377. install_sh = @install_sh@
  378. libdir = @libdir@
  379. libexecdir = @libexecdir@
  380. localedir = @localedir@
  381. localstatedir = @localstatedir@
  382. mandir = @mandir@
  383. mkdir_p = @mkdir_p@
  384. oldincludedir = @oldincludedir@
  385. pdfdir = @pdfdir@
  386. prefix = @prefix@
  387. program_transform_name = @program_transform_name@
  388. psdir = @psdir@
  389. sbindir = @sbindir@
  390. sharedstatedir = @sharedstatedir@
  391. srcdir = @srcdir@
  392. sysconfdir = @sysconfdir@
  393. target_alias = @target_alias@
  394. top_build_prefix = @top_build_prefix@
  395. top_builddir = @top_builddir@
  396. top_srcdir = @top_srcdir@
  397. AUTOMAKE_OPTIONS = 1.15 foreign
  398. SUBDIRS = i386 vector
  399. lib_LTLIBRARIES = libmp3lame.la
  400. @HAVE_NASM_TRUE@cpu_ldadd = $(top_builddir)/libmp3lame/@CPUTYPE@/liblameasmroutines.la
  401. @WITH_VECTOR_TRUE@vector_ldadd = $(top_builddir)/libmp3lame/vector/liblamevectorroutines.la
  402. @LIB_WITH_DECODER_FALSE@decoder_ldadd =
  403. @LIB_WITH_DECODER_TRUE@decoder_ldadd = $(top_builddir)/mpglib/libmpgdecoder.la
  404. libmp3lame_la_LIBADD = $(cpu_ldadd) $(vector_ldadd) $(decoder_ldadd) \
  405. $(CONFIG_MATH_LIB)
  406. libmp3lame_la_LDFLAGS = -version-info @LIB_MAJOR_VERSION@:@LIB_MINOR_VERSION@ \
  407. -export-symbols $(top_srcdir)/include/libmp3lame.sym \
  408. -no-undefined
  409. EXTRA_DIST = \
  410. lame.rc \
  411. vbrquantize.h \
  412. logoe.ico
  413. libmp3lame_la_SOURCES = \
  414. VbrTag.c \
  415. bitstream.c \
  416. encoder.c \
  417. fft.c \
  418. gain_analysis.c \
  419. id3tag.c \
  420. lame.c \
  421. newmdct.c \
  422. presets.c \
  423. psymodel.c \
  424. quantize.c \
  425. quantize_pvt.c \
  426. reservoir.c \
  427. set_get.c \
  428. tables.c \
  429. takehiro.c \
  430. util.c \
  431. vbrquantize.c \
  432. version.c \
  433. mpglib_interface.c
  434. noinst_HEADERS = \
  435. VbrTag.h \
  436. bitstream.h \
  437. encoder.h \
  438. fft.h \
  439. gain_analysis.h \
  440. id3tag.h \
  441. l3side.h \
  442. lame-analysis.h \
  443. lame_global_flags.h \
  444. lameerror.h \
  445. machine.h \
  446. newmdct.h \
  447. psymodel.h \
  448. quantize.h \
  449. quantize_pvt.h \
  450. reservoir.h \
  451. set_get.h \
  452. tables.h \
  453. util.h \
  454. vbrquantize.h \
  455. version.h
  456. CLEANFILES = lclint.txt
  457. LCLINTFLAGS = \
  458. +posixlib \
  459. +showsummary \
  460. +showalluses \
  461. +whichlib \
  462. +forcehints \
  463. -fixedformalarray \
  464. +matchanyintegral \
  465. -Dlint
  466. all: all-recursive
  467. .SUFFIXES:
  468. .SUFFIXES: .c .lo .o .obj
  469. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps)
  470. @for dep in $?; do \
  471. case '$(am__configure_deps)' in \
  472. *$$dep*) \
  473. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  474. && { if test -f $@; then exit 0; else break; fi; }; \
  475. exit 1;; \
  476. esac; \
  477. done; \
  478. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libmp3lame/Makefile'; \
  479. $(am__cd) $(top_srcdir) && \
  480. $(AUTOMAKE) --foreign libmp3lame/Makefile
  481. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  482. @case '$?' in \
  483. *config.status*) \
  484. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  485. *) \
  486. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  487. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  488. esac;
  489. $(top_srcdir)/Makefile.am.global $(am__empty):
  490. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  491. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  492. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  493. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  494. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  495. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  496. $(am__aclocal_m4_deps):
  497. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  498. @$(NORMAL_INSTALL)
  499. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  500. list2=; for p in $$list; do \
  501. if test -f $$p; then \
  502. list2="$$list2 $$p"; \
  503. else :; fi; \
  504. done; \
  505. test -z "$$list2" || { \
  506. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  507. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  508. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  509. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  510. }
  511. uninstall-libLTLIBRARIES:
  512. @$(NORMAL_UNINSTALL)
  513. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  514. for p in $$list; do \
  515. $(am__strip_dir) \
  516. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  517. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  518. done
  519. clean-libLTLIBRARIES:
  520. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  521. @list='$(lib_LTLIBRARIES)'; \
  522. locs=`for p in $$list; do echo $$p; done | \
  523. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  524. sort -u`; \
  525. test -z "$$locs" || { \
  526. echo rm -f $${locs}; \
  527. rm -f $${locs}; \
  528. }
  529. libmp3lame.la: $(libmp3lame_la_OBJECTS) $(libmp3lame_la_DEPENDENCIES) $(EXTRA_libmp3lame_la_DEPENDENCIES)
  530. $(AM_V_CCLD)$(libmp3lame_la_LINK) -rpath $(libdir) $(libmp3lame_la_OBJECTS) $(libmp3lame_la_LIBADD) $(LIBS)
  531. mostlyclean-compile:
  532. -rm -f *.$(OBJEXT)
  533. distclean-compile:
  534. -rm -f *.tab.c
  535. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/VbrTag.Plo@am__quote@
  536. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitstream.Plo@am__quote@
  537. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoder.Plo@am__quote@
  538. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fft.Plo@am__quote@
  539. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gain_analysis.Plo@am__quote@
  540. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id3tag.Plo@am__quote@
  541. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lame.Plo@am__quote@
  542. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpglib_interface.Plo@am__quote@
  543. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newmdct.Plo@am__quote@
  544. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/presets.Plo@am__quote@
  545. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psymodel.Plo@am__quote@
  546. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quantize.Plo@am__quote@
  547. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quantize_pvt.Plo@am__quote@
  548. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reservoir.Plo@am__quote@
  549. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_get.Plo@am__quote@
  550. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Plo@am__quote@
  551. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/takehiro.Plo@am__quote@
  552. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
  553. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vbrquantize.Plo@am__quote@
  554. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
  555. .c.o:
  556. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  557. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  558. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  559. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  560. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  561. .c.obj:
  562. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  563. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  564. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  565. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  566. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  567. .c.lo:
  568. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  569. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  570. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  571. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  572. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  573. mostlyclean-libtool:
  574. -rm -f *.lo
  575. clean-libtool:
  576. -rm -rf .libs _libs
  577. # This directory's subdirectories are mostly independent; you can cd
  578. # into them and run 'make' without going through this Makefile.
  579. # To change the values of 'make' variables: instead of editing Makefiles,
  580. # (1) if the variable is set in 'config.status', edit 'config.status'
  581. # (which will cause the Makefiles to be regenerated when you run 'make');
  582. # (2) otherwise, pass the desired values on the 'make' command line.
  583. $(am__recursive_targets):
  584. @fail=; \
  585. if $(am__make_keepgoing); then \
  586. failcom='fail=yes'; \
  587. else \
  588. failcom='exit 1'; \
  589. fi; \
  590. dot_seen=no; \
  591. target=`echo $@ | sed s/-recursive//`; \
  592. case "$@" in \
  593. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  594. *) list='$(SUBDIRS)' ;; \
  595. esac; \
  596. for subdir in $$list; do \
  597. echo "Making $$target in $$subdir"; \
  598. if test "$$subdir" = "."; then \
  599. dot_seen=yes; \
  600. local_target="$$target-am"; \
  601. else \
  602. local_target="$$target"; \
  603. fi; \
  604. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  605. || eval $$failcom; \
  606. done; \
  607. if test "$$dot_seen" = "no"; then \
  608. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  609. fi; test -z "$$fail"
  610. ID: $(am__tagged_files)
  611. $(am__define_uniq_tagged_files); mkid -fID $$unique
  612. tags: tags-recursive
  613. TAGS: tags
  614. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  615. set x; \
  616. here=`pwd`; \
  617. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  618. include_option=--etags-include; \
  619. empty_fix=.; \
  620. else \
  621. include_option=--include; \
  622. empty_fix=; \
  623. fi; \
  624. list='$(SUBDIRS)'; for subdir in $$list; do \
  625. if test "$$subdir" = .; then :; else \
  626. test ! -f $$subdir/TAGS || \
  627. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  628. fi; \
  629. done; \
  630. $(am__define_uniq_tagged_files); \
  631. shift; \
  632. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  633. test -n "$$unique" || unique=$$empty_fix; \
  634. if test $$# -gt 0; then \
  635. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  636. "$$@" $$unique; \
  637. else \
  638. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  639. $$unique; \
  640. fi; \
  641. fi
  642. ctags: ctags-recursive
  643. CTAGS: ctags
  644. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  645. $(am__define_uniq_tagged_files); \
  646. test -z "$(CTAGS_ARGS)$$unique" \
  647. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  648. $$unique
  649. GTAGS:
  650. here=`$(am__cd) $(top_builddir) && pwd` \
  651. && $(am__cd) $(top_srcdir) \
  652. && gtags -i $(GTAGS_ARGS) "$$here"
  653. cscopelist: cscopelist-recursive
  654. cscopelist-am: $(am__tagged_files)
  655. list='$(am__tagged_files)'; \
  656. case "$(srcdir)" in \
  657. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  658. *) sdir=$(subdir)/$(srcdir) ;; \
  659. esac; \
  660. for i in $$list; do \
  661. if test -f "$$i"; then \
  662. echo "$(subdir)/$$i"; \
  663. else \
  664. echo "$$sdir/$$i"; \
  665. fi; \
  666. done >> $(top_builddir)/cscope.files
  667. distclean-tags:
  668. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  669. distdir: $(DISTFILES)
  670. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  671. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  672. list='$(DISTFILES)'; \
  673. dist_files=`for file in $$list; do echo $$file; done | \
  674. sed -e "s|^$$srcdirstrip/||;t" \
  675. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  676. case $$dist_files in \
  677. */*) $(MKDIR_P) `echo "$$dist_files" | \
  678. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  679. sort -u` ;; \
  680. esac; \
  681. for file in $$dist_files; do \
  682. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  683. if test -d $$d/$$file; then \
  684. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  685. if test -d "$(distdir)/$$file"; then \
  686. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  687. fi; \
  688. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  689. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  690. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  691. fi; \
  692. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  693. else \
  694. test -f "$(distdir)/$$file" \
  695. || cp -p $$d/$$file "$(distdir)/$$file" \
  696. || exit 1; \
  697. fi; \
  698. done
  699. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  700. if test "$$subdir" = .; then :; else \
  701. $(am__make_dryrun) \
  702. || test -d "$(distdir)/$$subdir" \
  703. || $(MKDIR_P) "$(distdir)/$$subdir" \
  704. || exit 1; \
  705. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  706. $(am__relativize); \
  707. new_distdir=$$reldir; \
  708. dir1=$$subdir; dir2="$(top_distdir)"; \
  709. $(am__relativize); \
  710. new_top_distdir=$$reldir; \
  711. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  712. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  713. ($(am__cd) $$subdir && \
  714. $(MAKE) $(AM_MAKEFLAGS) \
  715. top_distdir="$$new_top_distdir" \
  716. distdir="$$new_distdir" \
  717. am__remove_distdir=: \
  718. am__skip_length_check=: \
  719. am__skip_mode_fix=: \
  720. distdir) \
  721. || exit 1; \
  722. fi; \
  723. done
  724. check-am: all-am
  725. check: check-recursive
  726. all-am: Makefile $(LTLIBRARIES) $(HEADERS)
  727. installdirs: installdirs-recursive
  728. installdirs-am:
  729. for dir in "$(DESTDIR)$(libdir)"; do \
  730. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  731. done
  732. install: install-recursive
  733. install-exec: install-exec-recursive
  734. install-data: install-data-recursive
  735. uninstall: uninstall-recursive
  736. install-am: all-am
  737. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  738. installcheck: installcheck-recursive
  739. install-strip:
  740. if test -z '$(STRIP)'; then \
  741. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  742. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  743. install; \
  744. else \
  745. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  746. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  747. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  748. fi
  749. mostlyclean-generic:
  750. clean-generic:
  751. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  752. distclean-generic:
  753. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  754. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  755. maintainer-clean-generic:
  756. @echo "This command is intended for maintainers to use"
  757. @echo "it deletes files that may require special tools to rebuild."
  758. clean: clean-recursive
  759. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  760. mostlyclean-am
  761. distclean: distclean-recursive
  762. -rm -rf ./$(DEPDIR)
  763. -rm -f Makefile
  764. distclean-am: clean-am distclean-compile distclean-generic \
  765. distclean-tags
  766. dvi: dvi-recursive
  767. dvi-am:
  768. html: html-recursive
  769. html-am:
  770. info: info-recursive
  771. info-am:
  772. install-data-am:
  773. install-dvi: install-dvi-recursive
  774. install-dvi-am:
  775. install-exec-am: install-libLTLIBRARIES
  776. install-html: install-html-recursive
  777. install-html-am:
  778. install-info: install-info-recursive
  779. install-info-am:
  780. install-man:
  781. install-pdf: install-pdf-recursive
  782. install-pdf-am:
  783. install-ps: install-ps-recursive
  784. install-ps-am:
  785. installcheck-am:
  786. maintainer-clean: maintainer-clean-recursive
  787. -rm -rf ./$(DEPDIR)
  788. -rm -f Makefile
  789. maintainer-clean-am: distclean-am maintainer-clean-generic
  790. mostlyclean: mostlyclean-recursive
  791. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  792. mostlyclean-libtool
  793. pdf: pdf-recursive
  794. pdf-am:
  795. ps: ps-recursive
  796. ps-am:
  797. uninstall-am: uninstall-libLTLIBRARIES
  798. .MAKE: $(am__recursive_targets) install-am install-strip
  799. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  800. check-am clean clean-generic clean-libLTLIBRARIES \
  801. clean-libtool cscopelist-am ctags ctags-am distclean \
  802. distclean-compile distclean-generic distclean-libtool \
  803. distclean-tags distdir dvi dvi-am html html-am info info-am \
  804. install install-am install-data install-data-am install-dvi \
  805. install-dvi-am install-exec install-exec-am install-html \
  806. install-html-am install-info install-info-am \
  807. install-libLTLIBRARIES install-man install-pdf install-pdf-am \
  808. install-ps install-ps-am install-strip installcheck \
  809. installcheck-am installdirs installdirs-am maintainer-clean \
  810. maintainer-clean-generic mostlyclean mostlyclean-compile \
  811. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  812. tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
  813. .PRECIOUS: Makefile
  814. # end global section
  815. lclint.txt: ${libmp3lame_la_SOURCES} ${noinst_HEADERS}
  816. @lclint ${LCLINTFLAGS} ${INCLUDES} ${DEFS} ${libmp3lame_la_SOURCES} 2>&1 >lclint.txt || true
  817. lclint: lclint.txt
  818. more lclint.txt
  819. #$(OBJECTS): libtool
  820. #libtool: $(LIBTOOL_DEPS)
  821. # $(SHELL) $(top_builddir)/config.status --recheck
  822. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  823. # Otherwise a system limit (for SysV at least) may be exceeded.
  824. .NOEXPORT: