Makefile.in 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906
  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 = .
  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 $(top_srcdir)/configure \
  94. $(am__configure_deps) $(am__DIST_COMMON)
  95. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  96. configure.lineno config.status.lineno
  97. mkinstalldirs = $(install_sh) -d
  98. CONFIG_HEADER = config.h
  99. CONFIG_CLEAN_FILES = lame.spec
  100. CONFIG_CLEAN_VPATH_FILES =
  101. AM_V_P = $(am__v_P_@AM_V@)
  102. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  103. am__v_P_0 = false
  104. am__v_P_1 = :
  105. AM_V_GEN = $(am__v_GEN_@AM_V@)
  106. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  107. am__v_GEN_0 = @echo " GEN " $@;
  108. am__v_GEN_1 =
  109. AM_V_at = $(am__v_at_@AM_V@)
  110. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  111. am__v_at_0 = @
  112. am__v_at_1 =
  113. SOURCES =
  114. DIST_SOURCES =
  115. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  116. ctags-recursive dvi-recursive html-recursive info-recursive \
  117. install-data-recursive install-dvi-recursive \
  118. install-exec-recursive install-html-recursive \
  119. install-info-recursive install-pdf-recursive \
  120. install-ps-recursive install-recursive installcheck-recursive \
  121. installdirs-recursive pdf-recursive ps-recursive \
  122. tags-recursive uninstall-recursive
  123. am__can_run_installinfo = \
  124. case $$AM_UPDATE_INFO_DIR in \
  125. n|no|NO) false;; \
  126. *) (install-info --version) >/dev/null 2>&1;; \
  127. esac
  128. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  129. distclean-recursive maintainer-clean-recursive
  130. am__recursive_targets = \
  131. $(RECURSIVE_TARGETS) \
  132. $(RECURSIVE_CLEAN_TARGETS) \
  133. $(am__extra_recursive_targets)
  134. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  135. cscope distdir dist dist-all distcheck
  136. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  137. $(LISP)config.h.in
  138. # Read a list of newline-separated strings from the standard input,
  139. # and print each of them once, without duplicates. Input order is
  140. # *not* preserved.
  141. am__uniquify_input = $(AWK) '\
  142. BEGIN { nonempty = 0; } \
  143. { items[$$0] = 1; nonempty = 1; } \
  144. END { if (nonempty) { for (i in items) print i; }; } \
  145. '
  146. # Make sure the list of sources is unique. This is necessary because,
  147. # e.g., the same source file might be shared among _SOURCES variables
  148. # for different programs/libraries.
  149. am__define_uniq_tagged_files = \
  150. list='$(am__tagged_files)'; \
  151. unique=`for i in $$list; do \
  152. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  153. done | $(am__uniquify_input)`
  154. ETAGS = etags
  155. CTAGS = ctags
  156. CSCOPE = cscope
  157. DIST_SUBDIRS = $(SUBDIRS)
  158. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  159. $(srcdir)/lame.spec.in $(top_srcdir)/Makefile.am.global \
  160. COPYING ChangeLog INSTALL README TODO compile config.guess \
  161. config.rpath config.sub depcomp install-sh ltmain.sh missing
  162. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  163. distdir = $(PACKAGE)-$(VERSION)
  164. top_distdir = $(distdir)
  165. am__remove_distdir = \
  166. if test -d "$(distdir)"; then \
  167. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  168. && rm -rf "$(distdir)" \
  169. || { sleep 5 && rm -rf "$(distdir)"; }; \
  170. else :; fi
  171. am__post_remove_distdir = $(am__remove_distdir)
  172. am__relativize = \
  173. dir0=`pwd`; \
  174. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  175. sed_rest='s,^[^/]*/*,,'; \
  176. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  177. sed_butlast='s,/*[^/]*$$,,'; \
  178. while test -n "$$dir1"; do \
  179. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  180. if test "$$first" != "."; then \
  181. if test "$$first" = ".."; then \
  182. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  183. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  184. else \
  185. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  186. if test "$$first2" = "$$first"; then \
  187. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  188. else \
  189. dir2="../$$dir2"; \
  190. fi; \
  191. dir0="$$dir0"/"$$first"; \
  192. fi; \
  193. fi; \
  194. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  195. done; \
  196. reldir="$$dir2"
  197. DIST_ARCHIVES = $(distdir).tar.gz
  198. GZIP_ENV = --best
  199. DIST_TARGETS = dist-gzip
  200. distuninstallcheck_listfiles = find . -type f -print
  201. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  202. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  203. distcleancheck_listfiles = find . -type f -print
  204. ACLOCAL = @ACLOCAL@
  205. ALLOCA = @ALLOCA@
  206. AMTAR = @AMTAR@
  207. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  208. AR = @AR@
  209. AUTOCONF = @AUTOCONF@
  210. AUTOHEADER = @AUTOHEADER@
  211. AUTOMAKE = @AUTOMAKE@
  212. AWK = @AWK@
  213. CC = @CC@
  214. CCDEPMODE = @CCDEPMODE@
  215. CFLAGS = @CFLAGS@
  216. CONFIG_DEFS = @CONFIG_DEFS@
  217. CONFIG_MATH_LIB = @CONFIG_MATH_LIB@
  218. CPP = @CPP@
  219. CPPFLAGS = @CPPFLAGS@
  220. CPUCCODE = @CPUCCODE@
  221. CPUTYPE = @CPUTYPE@
  222. CYGPATH_W = @CYGPATH_W@
  223. DEFS = @DEFS@
  224. DEPDIR = @DEPDIR@
  225. DLLTOOL = @DLLTOOL@
  226. DSYMUTIL = @DSYMUTIL@
  227. DUMPBIN = @DUMPBIN@
  228. ECHO_C = @ECHO_C@
  229. ECHO_N = @ECHO_N@
  230. ECHO_T = @ECHO_T@
  231. EGREP = @EGREP@
  232. EXEEXT = @EXEEXT@
  233. FGREP = @FGREP@
  234. FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
  235. FRONTEND_LDADD = @FRONTEND_LDADD@
  236. FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@
  237. GREP = @GREP@
  238. GTK_CFLAGS = @GTK_CFLAGS@
  239. GTK_CONFIG = @GTK_CONFIG@
  240. GTK_LIBS = @GTK_LIBS@
  241. INCLUDES = @INCLUDES@
  242. INSTALL = @INSTALL@
  243. INSTALL_DATA = @INSTALL_DATA@
  244. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  245. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  246. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  247. LD = @LD@
  248. LDADD = @LDADD@
  249. LDFLAGS = @LDFLAGS@
  250. LIBICONV = @LIBICONV@
  251. LIBOBJS = @LIBOBJS@
  252. LIBS = @LIBS@
  253. LIBTOOL = @LIBTOOL@
  254. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  255. LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
  256. LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  257. LIPO = @LIPO@
  258. LN_S = @LN_S@
  259. LTLIBICONV = @LTLIBICONV@
  260. LTLIBOBJS = @LTLIBOBJS@
  261. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  262. MAINT = @MAINT@
  263. MAKEDEP = @MAKEDEP@
  264. MAKEINFO = @MAKEINFO@
  265. MANIFEST_TOOL = @MANIFEST_TOOL@
  266. MKDIR_P = @MKDIR_P@
  267. NASM = @NASM@
  268. NASM_FORMAT = @NASM_FORMAT@
  269. NM = @NM@
  270. NMEDIT = @NMEDIT@
  271. OBJDUMP = @OBJDUMP@
  272. OBJEXT = @OBJEXT@
  273. OTOOL = @OTOOL@
  274. OTOOL64 = @OTOOL64@
  275. PACKAGE = @PACKAGE@
  276. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  277. PACKAGE_NAME = @PACKAGE_NAME@
  278. PACKAGE_STRING = @PACKAGE_STRING@
  279. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  280. PACKAGE_URL = @PACKAGE_URL@
  281. PACKAGE_VERSION = @PACKAGE_VERSION@
  282. PATH_SEPARATOR = @PATH_SEPARATOR@
  283. PKG_CONFIG = @PKG_CONFIG@
  284. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  285. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  286. RANLIB = @RANLIB@
  287. RM_F = @RM_F@
  288. SED = @SED@
  289. SET_MAKE = @SET_MAKE@
  290. SHELL = @SHELL@
  291. SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
  292. SNDFILE_LIBS = @SNDFILE_LIBS@
  293. STRIP = @STRIP@
  294. VERSION = @VERSION@
  295. WITH_FRONTEND = @WITH_FRONTEND@
  296. WITH_MP3RTP = @WITH_MP3RTP@
  297. WITH_MP3X = @WITH_MP3X@
  298. abs_builddir = @abs_builddir@
  299. abs_srcdir = @abs_srcdir@
  300. abs_top_builddir = @abs_top_builddir@
  301. abs_top_srcdir = @abs_top_srcdir@
  302. ac_ct_AR = @ac_ct_AR@
  303. ac_ct_CC = @ac_ct_CC@
  304. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  305. am__include = @am__include@
  306. am__leading_dot = @am__leading_dot@
  307. am__quote = @am__quote@
  308. am__tar = @am__tar@
  309. am__untar = @am__untar@
  310. bindir = @bindir@
  311. build = @build@
  312. build_alias = @build_alias@
  313. build_cpu = @build_cpu@
  314. build_os = @build_os@
  315. build_vendor = @build_vendor@
  316. builddir = @builddir@
  317. datadir = @datadir@
  318. datarootdir = @datarootdir@
  319. docdir = @docdir@
  320. dvidir = @dvidir@
  321. exec_prefix = @exec_prefix@
  322. host = @host@
  323. host_alias = @host_alias@
  324. host_cpu = @host_cpu@
  325. host_os = @host_os@
  326. host_vendor = @host_vendor@
  327. htmldir = @htmldir@
  328. includedir = @includedir@
  329. infodir = @infodir@
  330. install_sh = @install_sh@
  331. libdir = @libdir@
  332. libexecdir = @libexecdir@
  333. localedir = @localedir@
  334. localstatedir = @localstatedir@
  335. mandir = @mandir@
  336. mkdir_p = @mkdir_p@
  337. oldincludedir = @oldincludedir@
  338. pdfdir = @pdfdir@
  339. prefix = @prefix@
  340. program_transform_name = @program_transform_name@
  341. psdir = @psdir@
  342. sbindir = @sbindir@
  343. sharedstatedir = @sharedstatedir@
  344. srcdir = @srcdir@
  345. sysconfdir = @sysconfdir@
  346. target_alias = @target_alias@
  347. top_build_prefix = @top_build_prefix@
  348. top_builddir = @top_builddir@
  349. top_srcdir = @top_srcdir@
  350. AUTOMAKE_OPTIONS = 1.15 foreign
  351. SUBDIRS = mpglib libmp3lame frontend Dll doc include misc dshow ACM \
  352. mac macosx vc_solution
  353. CLEANFILES = testcase.new.mp3
  354. EXTRA_DIST = \
  355. API \
  356. DEFINES \
  357. HACKING \
  358. INSTALL.configure \
  359. LICENSE \
  360. Makefile.MSVC \
  361. Makefile.unix \
  362. Makefile.am.global \
  363. README.WINGTK \
  364. STYLEGUIDE \
  365. USAGE \
  366. configMS.h \
  367. debian \
  368. lame.bat \
  369. lame.spec.in \
  370. lame.spec \
  371. testcase.mp3 \
  372. testcase.wav
  373. all: config.h
  374. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  375. .SUFFIXES:
  376. am--refresh: Makefile
  377. @:
  378. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps)
  379. @for dep in $?; do \
  380. case '$(am__configure_deps)' in \
  381. *$$dep*) \
  382. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  383. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  384. && exit 0; \
  385. exit 1;; \
  386. esac; \
  387. done; \
  388. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  389. $(am__cd) $(top_srcdir) && \
  390. $(AUTOMAKE) --foreign Makefile
  391. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  392. @case '$?' in \
  393. *config.status*) \
  394. echo ' $(SHELL) ./config.status'; \
  395. $(SHELL) ./config.status;; \
  396. *) \
  397. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  398. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  399. esac;
  400. $(top_srcdir)/Makefile.am.global $(am__empty):
  401. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  402. $(SHELL) ./config.status --recheck
  403. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  404. $(am__cd) $(srcdir) && $(AUTOCONF)
  405. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  406. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  407. $(am__aclocal_m4_deps):
  408. config.h: stamp-h1
  409. @test -f $@ || rm -f stamp-h1
  410. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  411. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  412. @rm -f stamp-h1
  413. cd $(top_builddir) && $(SHELL) ./config.status config.h
  414. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  415. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  416. rm -f stamp-h1
  417. touch $@
  418. distclean-hdr:
  419. -rm -f config.h stamp-h1
  420. lame.spec: $(top_builddir)/config.status $(srcdir)/lame.spec.in
  421. cd $(top_builddir) && $(SHELL) ./config.status $@
  422. mostlyclean-libtool:
  423. -rm -f *.lo
  424. clean-libtool:
  425. -rm -rf .libs _libs
  426. distclean-libtool:
  427. -rm -f libtool config.lt
  428. # This directory's subdirectories are mostly independent; you can cd
  429. # into them and run 'make' without going through this Makefile.
  430. # To change the values of 'make' variables: instead of editing Makefiles,
  431. # (1) if the variable is set in 'config.status', edit 'config.status'
  432. # (which will cause the Makefiles to be regenerated when you run 'make');
  433. # (2) otherwise, pass the desired values on the 'make' command line.
  434. $(am__recursive_targets):
  435. @fail=; \
  436. if $(am__make_keepgoing); then \
  437. failcom='fail=yes'; \
  438. else \
  439. failcom='exit 1'; \
  440. fi; \
  441. dot_seen=no; \
  442. target=`echo $@ | sed s/-recursive//`; \
  443. case "$@" in \
  444. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  445. *) list='$(SUBDIRS)' ;; \
  446. esac; \
  447. for subdir in $$list; do \
  448. echo "Making $$target in $$subdir"; \
  449. if test "$$subdir" = "."; then \
  450. dot_seen=yes; \
  451. local_target="$$target-am"; \
  452. else \
  453. local_target="$$target"; \
  454. fi; \
  455. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  456. || eval $$failcom; \
  457. done; \
  458. if test "$$dot_seen" = "no"; then \
  459. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  460. fi; test -z "$$fail"
  461. ID: $(am__tagged_files)
  462. $(am__define_uniq_tagged_files); mkid -fID $$unique
  463. tags: tags-recursive
  464. TAGS: tags
  465. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  466. set x; \
  467. here=`pwd`; \
  468. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  469. include_option=--etags-include; \
  470. empty_fix=.; \
  471. else \
  472. include_option=--include; \
  473. empty_fix=; \
  474. fi; \
  475. list='$(SUBDIRS)'; for subdir in $$list; do \
  476. if test "$$subdir" = .; then :; else \
  477. test ! -f $$subdir/TAGS || \
  478. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  479. fi; \
  480. done; \
  481. $(am__define_uniq_tagged_files); \
  482. shift; \
  483. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  484. test -n "$$unique" || unique=$$empty_fix; \
  485. if test $$# -gt 0; then \
  486. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  487. "$$@" $$unique; \
  488. else \
  489. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  490. $$unique; \
  491. fi; \
  492. fi
  493. ctags: ctags-recursive
  494. CTAGS: ctags
  495. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  496. $(am__define_uniq_tagged_files); \
  497. test -z "$(CTAGS_ARGS)$$unique" \
  498. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  499. $$unique
  500. GTAGS:
  501. here=`$(am__cd) $(top_builddir) && pwd` \
  502. && $(am__cd) $(top_srcdir) \
  503. && gtags -i $(GTAGS_ARGS) "$$here"
  504. cscope: cscope.files
  505. test ! -s cscope.files \
  506. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  507. clean-cscope:
  508. -rm -f cscope.files
  509. cscope.files: clean-cscope cscopelist
  510. cscopelist: cscopelist-recursive
  511. cscopelist-am: $(am__tagged_files)
  512. list='$(am__tagged_files)'; \
  513. case "$(srcdir)" in \
  514. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  515. *) sdir=$(subdir)/$(srcdir) ;; \
  516. esac; \
  517. for i in $$list; do \
  518. if test -f "$$i"; then \
  519. echo "$(subdir)/$$i"; \
  520. else \
  521. echo "$$sdir/$$i"; \
  522. fi; \
  523. done >> $(top_builddir)/cscope.files
  524. distclean-tags:
  525. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  526. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  527. distdir: $(DISTFILES)
  528. $(am__remove_distdir)
  529. test -d "$(distdir)" || mkdir "$(distdir)"
  530. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  531. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  532. list='$(DISTFILES)'; \
  533. dist_files=`for file in $$list; do echo $$file; done | \
  534. sed -e "s|^$$srcdirstrip/||;t" \
  535. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  536. case $$dist_files in \
  537. */*) $(MKDIR_P) `echo "$$dist_files" | \
  538. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  539. sort -u` ;; \
  540. esac; \
  541. for file in $$dist_files; do \
  542. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  543. if test -d $$d/$$file; then \
  544. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  545. if test -d "$(distdir)/$$file"; then \
  546. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  547. fi; \
  548. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  549. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  550. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  551. fi; \
  552. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  553. else \
  554. test -f "$(distdir)/$$file" \
  555. || cp -p $$d/$$file "$(distdir)/$$file" \
  556. || exit 1; \
  557. fi; \
  558. done
  559. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  560. if test "$$subdir" = .; then :; else \
  561. $(am__make_dryrun) \
  562. || test -d "$(distdir)/$$subdir" \
  563. || $(MKDIR_P) "$(distdir)/$$subdir" \
  564. || exit 1; \
  565. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  566. $(am__relativize); \
  567. new_distdir=$$reldir; \
  568. dir1=$$subdir; dir2="$(top_distdir)"; \
  569. $(am__relativize); \
  570. new_top_distdir=$$reldir; \
  571. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  572. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  573. ($(am__cd) $$subdir && \
  574. $(MAKE) $(AM_MAKEFLAGS) \
  575. top_distdir="$$new_top_distdir" \
  576. distdir="$$new_distdir" \
  577. am__remove_distdir=: \
  578. am__skip_length_check=: \
  579. am__skip_mode_fix=: \
  580. distdir) \
  581. || exit 1; \
  582. fi; \
  583. done
  584. -test -n "$(am__skip_mode_fix)" \
  585. || find "$(distdir)" -type d ! -perm -755 \
  586. -exec chmod u+rwx,go+rx {} \; -o \
  587. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  588. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  589. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  590. || chmod -R a+r "$(distdir)"
  591. dist-gzip: distdir
  592. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  593. $(am__post_remove_distdir)
  594. dist-bzip2: distdir
  595. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  596. $(am__post_remove_distdir)
  597. dist-lzip: distdir
  598. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  599. $(am__post_remove_distdir)
  600. dist-xz: distdir
  601. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  602. $(am__post_remove_distdir)
  603. dist-tarZ: distdir
  604. @echo WARNING: "Support for distribution archives compressed with" \
  605. "legacy program 'compress' is deprecated." >&2
  606. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  607. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  608. $(am__post_remove_distdir)
  609. dist-shar: distdir
  610. @echo WARNING: "Support for shar distribution archives is" \
  611. "deprecated." >&2
  612. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  613. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  614. $(am__post_remove_distdir)
  615. dist-zip: distdir
  616. -rm -f $(distdir).zip
  617. zip -rq $(distdir).zip $(distdir)
  618. $(am__post_remove_distdir)
  619. dist dist-all:
  620. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  621. $(am__post_remove_distdir)
  622. # This target untars the dist file and tries a VPATH configuration. Then
  623. # it guarantees that the distribution is self-contained by making another
  624. # tarfile.
  625. distcheck: dist
  626. case '$(DIST_ARCHIVES)' in \
  627. *.tar.gz*) \
  628. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  629. *.tar.bz2*) \
  630. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  631. *.tar.lz*) \
  632. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  633. *.tar.xz*) \
  634. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  635. *.tar.Z*) \
  636. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  637. *.shar.gz*) \
  638. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  639. *.zip*) \
  640. unzip $(distdir).zip ;;\
  641. esac
  642. chmod -R a-w $(distdir)
  643. chmod u+w $(distdir)
  644. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  645. chmod a-w $(distdir)
  646. test -d $(distdir)/_build || exit 0; \
  647. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  648. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  649. && am__cwd=`pwd` \
  650. && $(am__cd) $(distdir)/_build/sub \
  651. && ../../configure \
  652. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  653. $(DISTCHECK_CONFIGURE_FLAGS) \
  654. --srcdir=../.. --prefix="$$dc_install_base" \
  655. && $(MAKE) $(AM_MAKEFLAGS) \
  656. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  657. && $(MAKE) $(AM_MAKEFLAGS) check \
  658. && $(MAKE) $(AM_MAKEFLAGS) install \
  659. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  660. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  661. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  662. distuninstallcheck \
  663. && chmod -R a-w "$$dc_install_base" \
  664. && ({ \
  665. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  666. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  667. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  668. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  669. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  670. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  671. && rm -rf "$$dc_destdir" \
  672. && $(MAKE) $(AM_MAKEFLAGS) dist \
  673. && rm -rf $(DIST_ARCHIVES) \
  674. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  675. && cd "$$am__cwd" \
  676. || exit 1
  677. $(am__post_remove_distdir)
  678. @(echo "$(distdir) archives ready for distribution: "; \
  679. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  680. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  681. distuninstallcheck:
  682. @test -n '$(distuninstallcheck_dir)' || { \
  683. echo 'ERROR: trying to run $@ with an empty' \
  684. '$$(distuninstallcheck_dir)' >&2; \
  685. exit 1; \
  686. }; \
  687. $(am__cd) '$(distuninstallcheck_dir)' || { \
  688. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  689. exit 1; \
  690. }; \
  691. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  692. || { echo "ERROR: files left after uninstall:" ; \
  693. if test -n "$(DESTDIR)"; then \
  694. echo " (check DESTDIR support)"; \
  695. fi ; \
  696. $(distuninstallcheck_listfiles) ; \
  697. exit 1; } >&2
  698. distcleancheck: distclean
  699. @if test '$(srcdir)' = . ; then \
  700. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  701. exit 1 ; \
  702. fi
  703. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  704. || { echo "ERROR: files left in build directory after distclean:" ; \
  705. $(distcleancheck_listfiles) ; \
  706. exit 1; } >&2
  707. check-am: all-am
  708. check: check-recursive
  709. all-am: Makefile config.h
  710. installdirs: installdirs-recursive
  711. installdirs-am:
  712. install: install-recursive
  713. install-exec: install-exec-recursive
  714. install-data: install-data-recursive
  715. uninstall: uninstall-recursive
  716. install-am: all-am
  717. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  718. installcheck: installcheck-recursive
  719. install-strip:
  720. if test -z '$(STRIP)'; then \
  721. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  722. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  723. install; \
  724. else \
  725. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  726. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  727. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  728. fi
  729. mostlyclean-generic:
  730. clean-generic:
  731. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  732. distclean-generic:
  733. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  734. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  735. maintainer-clean-generic:
  736. @echo "This command is intended for maintainers to use"
  737. @echo "it deletes files that may require special tools to rebuild."
  738. clean: clean-recursive
  739. clean-am: clean-generic clean-libtool mostlyclean-am
  740. distclean: distclean-recursive
  741. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  742. -rm -f Makefile
  743. distclean-am: clean-am distclean-generic distclean-hdr \
  744. distclean-libtool distclean-tags
  745. dvi: dvi-recursive
  746. dvi-am:
  747. html: html-recursive
  748. html-am:
  749. info: info-recursive
  750. info-am:
  751. install-data-am:
  752. install-dvi: install-dvi-recursive
  753. install-dvi-am:
  754. install-exec-am:
  755. install-html: install-html-recursive
  756. install-html-am:
  757. install-info: install-info-recursive
  758. install-info-am:
  759. install-man:
  760. install-pdf: install-pdf-recursive
  761. install-pdf-am:
  762. install-ps: install-ps-recursive
  763. install-ps-am:
  764. installcheck-am:
  765. maintainer-clean: maintainer-clean-recursive
  766. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  767. -rm -rf $(top_srcdir)/autom4te.cache
  768. -rm -f Makefile
  769. maintainer-clean-am: distclean-am maintainer-clean-generic
  770. mostlyclean: mostlyclean-recursive
  771. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  772. pdf: pdf-recursive
  773. pdf-am:
  774. ps: ps-recursive
  775. ps-am:
  776. uninstall-am:
  777. .MAKE: $(am__recursive_targets) all install-am install-strip
  778. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  779. am--refresh check check-am clean clean-cscope clean-generic \
  780. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  781. dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  782. dist-xz dist-zip distcheck distclean distclean-generic \
  783. distclean-hdr distclean-libtool distclean-tags distcleancheck \
  784. distdir distuninstallcheck dvi dvi-am html html-am info \
  785. info-am install install-am install-data install-data-am \
  786. install-dvi install-dvi-am install-exec install-exec-am \
  787. install-html install-html-am install-info install-info-am \
  788. install-man install-pdf install-pdf-am install-ps \
  789. install-ps-am install-strip installcheck installcheck-am \
  790. installdirs installdirs-am maintainer-clean \
  791. maintainer-clean-generic mostlyclean mostlyclean-generic \
  792. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  793. uninstall-am
  794. .PRECIOUS: Makefile
  795. # end global section
  796. .PHONY: test
  797. #
  798. # The differences depend on the used processor architecture, the used
  799. # compiler and the used options for the compiler, so make test may
  800. # show some differences. You should only be concerned if you are a
  801. # LAME developer and the number of differences change after you
  802. # modified the source.
  803. #
  804. testcase.new.mp3: testcase.wav frontend/lame$(EXEEXT)
  805. time frontend/lame$(EXEEXT) --nores $(top_srcdir)/testcase.wav testcase.new.mp3 || $(RM_F) testcase.new.mp3
  806. test: testcase.mp3 testcase.new.mp3
  807. @echo
  808. @echo "The following output has value only for a LAME-developer, do not make _any_"
  809. @echo "assumptions about what this number means. You do not need to care about it."
  810. @cmp -l testcase.new.mp3 $(top_srcdir)/testcase.mp3 | wc -l
  811. testupdate: testcase.mp3 testcase.new.mp3
  812. cp testcase.new.mp3 $(top_srcdir)/testcase.mp3
  813. testg: frontend/mp3x$(EXEEXT) $(top_srcdir)/../test/castanets.wav
  814. frontend/mp3x$(EXEEXT) -h $(top_srcdir)/../test/castanets.wav
  815. update:
  816. cd $(top_srcdir) && CVS_RSH=ssh cvs -z3 -q update -dAP || true
  817. diff:
  818. cd $(top_srcdir) && CVS_RSH=ssh cvs -z3 diff -u || true
  819. frontend/lame$(EXEEXT):
  820. $(MAKE) $(MAKEFLAGS)
  821. frontend/mp3x$(EXEEXT): frontend/lame$(EXEEXT)
  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: