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