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