1159b3361Sopenharmony_ci# Makefile.in generated by automake 1.16.2 from Makefile.am. 2159b3361Sopenharmony_ci# @configure_input@ 3159b3361Sopenharmony_ci 4159b3361Sopenharmony_ci# Copyright (C) 1994-2020 Free Software Foundation, Inc. 5159b3361Sopenharmony_ci 6159b3361Sopenharmony_ci# This Makefile.in is free software; the Free Software Foundation 7159b3361Sopenharmony_ci# gives unlimited permission to copy and/or distribute it, 8159b3361Sopenharmony_ci# with or without modifications, as long as this notice is preserved. 9159b3361Sopenharmony_ci 10159b3361Sopenharmony_ci# This program is distributed in the hope that it will be useful, 11159b3361Sopenharmony_ci# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12159b3361Sopenharmony_ci# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13159b3361Sopenharmony_ci# PARTICULAR PURPOSE. 14159b3361Sopenharmony_ci 15159b3361Sopenharmony_ci@SET_MAKE@ 16159b3361Sopenharmony_ci 17159b3361Sopenharmony_ci# global section for every Makefile.am 18159b3361Sopenharmony_ci 19159b3361Sopenharmony_ci 20159b3361Sopenharmony_ciVPATH = @srcdir@ 21159b3361Sopenharmony_ciam__is_gnu_make = { \ 22159b3361Sopenharmony_ci if test -z '$(MAKELEVEL)'; then \ 23159b3361Sopenharmony_ci false; \ 24159b3361Sopenharmony_ci elif test -n '$(MAKE_HOST)'; then \ 25159b3361Sopenharmony_ci true; \ 26159b3361Sopenharmony_ci elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 27159b3361Sopenharmony_ci true; \ 28159b3361Sopenharmony_ci else \ 29159b3361Sopenharmony_ci false; \ 30159b3361Sopenharmony_ci fi; \ 31159b3361Sopenharmony_ci} 32159b3361Sopenharmony_ciam__make_running_with_option = \ 33159b3361Sopenharmony_ci case $${target_option-} in \ 34159b3361Sopenharmony_ci ?) ;; \ 35159b3361Sopenharmony_ci *) echo "am__make_running_with_option: internal error: invalid" \ 36159b3361Sopenharmony_ci "target option '$${target_option-}' specified" >&2; \ 37159b3361Sopenharmony_ci exit 1;; \ 38159b3361Sopenharmony_ci esac; \ 39159b3361Sopenharmony_ci has_opt=no; \ 40159b3361Sopenharmony_ci sane_makeflags=$$MAKEFLAGS; \ 41159b3361Sopenharmony_ci if $(am__is_gnu_make); then \ 42159b3361Sopenharmony_ci sane_makeflags=$$MFLAGS; \ 43159b3361Sopenharmony_ci else \ 44159b3361Sopenharmony_ci case $$MAKEFLAGS in \ 45159b3361Sopenharmony_ci *\\[\ \ ]*) \ 46159b3361Sopenharmony_ci bs=\\; \ 47159b3361Sopenharmony_ci sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 48159b3361Sopenharmony_ci | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 49159b3361Sopenharmony_ci esac; \ 50159b3361Sopenharmony_ci fi; \ 51159b3361Sopenharmony_ci skip_next=no; \ 52159b3361Sopenharmony_ci strip_trailopt () \ 53159b3361Sopenharmony_ci { \ 54159b3361Sopenharmony_ci flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 55159b3361Sopenharmony_ci }; \ 56159b3361Sopenharmony_ci for flg in $$sane_makeflags; do \ 57159b3361Sopenharmony_ci test $$skip_next = yes && { skip_next=no; continue; }; \ 58159b3361Sopenharmony_ci case $$flg in \ 59159b3361Sopenharmony_ci *=*|--*) continue;; \ 60159b3361Sopenharmony_ci -*I) strip_trailopt 'I'; skip_next=yes;; \ 61159b3361Sopenharmony_ci -*I?*) strip_trailopt 'I';; \ 62159b3361Sopenharmony_ci -*O) strip_trailopt 'O'; skip_next=yes;; \ 63159b3361Sopenharmony_ci -*O?*) strip_trailopt 'O';; \ 64159b3361Sopenharmony_ci -*l) strip_trailopt 'l'; skip_next=yes;; \ 65159b3361Sopenharmony_ci -*l?*) strip_trailopt 'l';; \ 66159b3361Sopenharmony_ci -[dEDm]) skip_next=yes;; \ 67159b3361Sopenharmony_ci -[JT]) skip_next=yes;; \ 68159b3361Sopenharmony_ci esac; \ 69159b3361Sopenharmony_ci case $$flg in \ 70159b3361Sopenharmony_ci *$$target_option*) has_opt=yes; break;; \ 71159b3361Sopenharmony_ci esac; \ 72159b3361Sopenharmony_ci done; \ 73159b3361Sopenharmony_ci test $$has_opt = yes 74159b3361Sopenharmony_ciam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 75159b3361Sopenharmony_ciam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 76159b3361Sopenharmony_cipkgdatadir = $(datadir)/@PACKAGE@ 77159b3361Sopenharmony_cipkgincludedir = $(includedir)/@PACKAGE@ 78159b3361Sopenharmony_cipkglibdir = $(libdir)/@PACKAGE@ 79159b3361Sopenharmony_cipkglibexecdir = $(libexecdir)/@PACKAGE@ 80159b3361Sopenharmony_ciam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 81159b3361Sopenharmony_ciinstall_sh_DATA = $(install_sh) -c -m 644 82159b3361Sopenharmony_ciinstall_sh_PROGRAM = $(install_sh) -c 83159b3361Sopenharmony_ciinstall_sh_SCRIPT = $(install_sh) -c 84159b3361Sopenharmony_ciINSTALL_HEADER = $(INSTALL_DATA) 85159b3361Sopenharmony_citransform = $(program_transform_name) 86159b3361Sopenharmony_ciNORMAL_INSTALL = : 87159b3361Sopenharmony_ciPRE_INSTALL = : 88159b3361Sopenharmony_ciPOST_INSTALL = : 89159b3361Sopenharmony_ciNORMAL_UNINSTALL = : 90159b3361Sopenharmony_ciPRE_UNINSTALL = : 91159b3361Sopenharmony_ciPOST_UNINSTALL = : 92159b3361Sopenharmony_cibuild_triplet = @build@ 93159b3361Sopenharmony_cihost_triplet = @host@ 94159b3361Sopenharmony_cisubdir = libmp3lame 95159b3361Sopenharmony_ciACLOCAL_M4 = $(top_srcdir)/aclocal.m4 96159b3361Sopenharmony_ciam__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 97159b3361Sopenharmony_ci $(top_srcdir)/configure.in 98159b3361Sopenharmony_ciam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 99159b3361Sopenharmony_ci $(ACLOCAL_M4) 100159b3361Sopenharmony_ciDIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ 101159b3361Sopenharmony_ci $(am__DIST_COMMON) 102159b3361Sopenharmony_cimkinstalldirs = $(install_sh) -d 103159b3361Sopenharmony_ciCONFIG_HEADER = $(top_builddir)/config.h 104159b3361Sopenharmony_ciCONFIG_CLEAN_FILES = 105159b3361Sopenharmony_ciCONFIG_CLEAN_VPATH_FILES = 106159b3361Sopenharmony_ciam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 107159b3361Sopenharmony_ciam__vpath_adj = case $$p in \ 108159b3361Sopenharmony_ci $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 109159b3361Sopenharmony_ci *) f=$$p;; \ 110159b3361Sopenharmony_ci esac; 111159b3361Sopenharmony_ciam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 112159b3361Sopenharmony_ciam__install_max = 40 113159b3361Sopenharmony_ciam__nobase_strip_setup = \ 114159b3361Sopenharmony_ci srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 115159b3361Sopenharmony_ciam__nobase_strip = \ 116159b3361Sopenharmony_ci for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 117159b3361Sopenharmony_ciam__nobase_list = $(am__nobase_strip_setup); \ 118159b3361Sopenharmony_ci for p in $$list; do echo "$$p $$p"; done | \ 119159b3361Sopenharmony_ci sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 120159b3361Sopenharmony_ci $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 121159b3361Sopenharmony_ci if (++n[$$2] == $(am__install_max)) \ 122159b3361Sopenharmony_ci { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 123159b3361Sopenharmony_ci END { for (dir in files) print dir, files[dir] }' 124159b3361Sopenharmony_ciam__base_list = \ 125159b3361Sopenharmony_ci sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 126159b3361Sopenharmony_ci sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 127159b3361Sopenharmony_ciam__uninstall_files_from_dir = { \ 128159b3361Sopenharmony_ci test -z "$$files" \ 129159b3361Sopenharmony_ci || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 130159b3361Sopenharmony_ci || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 131159b3361Sopenharmony_ci $(am__cd) "$$dir" && rm -f $$files; }; \ 132159b3361Sopenharmony_ci } 133159b3361Sopenharmony_ciam__installdirs = "$(DESTDIR)$(libdir)" 134159b3361Sopenharmony_ciLTLIBRARIES = $(lib_LTLIBRARIES) 135159b3361Sopenharmony_ci@LIB_WITH_DECODER_TRUE@am__DEPENDENCIES_1 = $(top_builddir)/mpglib/libmpgdecoder.la 136159b3361Sopenharmony_ciam__DEPENDENCIES_2 = 137159b3361Sopenharmony_cilibmp3lame_la_DEPENDENCIES = $(cpu_ldadd) $(vector_ldadd) \ 138159b3361Sopenharmony_ci $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) 139159b3361Sopenharmony_ciam_libmp3lame_la_OBJECTS = VbrTag.lo bitstream.lo encoder.lo fft.lo \ 140159b3361Sopenharmony_ci gain_analysis.lo id3tag.lo lame.lo newmdct.lo presets.lo \ 141159b3361Sopenharmony_ci psymodel.lo quantize.lo quantize_pvt.lo reservoir.lo \ 142159b3361Sopenharmony_ci set_get.lo tables.lo takehiro.lo util.lo vbrquantize.lo \ 143159b3361Sopenharmony_ci version.lo mpglib_interface.lo 144159b3361Sopenharmony_cilibmp3lame_la_OBJECTS = $(am_libmp3lame_la_OBJECTS) 145159b3361Sopenharmony_ciAM_V_lt = $(am__v_lt_@AM_V@) 146159b3361Sopenharmony_ciam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 147159b3361Sopenharmony_ciam__v_lt_0 = --silent 148159b3361Sopenharmony_ciam__v_lt_1 = 149159b3361Sopenharmony_cilibmp3lame_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 150159b3361Sopenharmony_ci $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 151159b3361Sopenharmony_ci $(libmp3lame_la_LDFLAGS) $(LDFLAGS) -o $@ 152159b3361Sopenharmony_ciAM_V_P = $(am__v_P_@AM_V@) 153159b3361Sopenharmony_ciam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 154159b3361Sopenharmony_ciam__v_P_0 = false 155159b3361Sopenharmony_ciam__v_P_1 = : 156159b3361Sopenharmony_ciAM_V_GEN = $(am__v_GEN_@AM_V@) 157159b3361Sopenharmony_ciam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 158159b3361Sopenharmony_ciam__v_GEN_0 = @echo " GEN " $@; 159159b3361Sopenharmony_ciam__v_GEN_1 = 160159b3361Sopenharmony_ciAM_V_at = $(am__v_at_@AM_V@) 161159b3361Sopenharmony_ciam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 162159b3361Sopenharmony_ciam__v_at_0 = @ 163159b3361Sopenharmony_ciam__v_at_1 = 164159b3361Sopenharmony_ciDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 165159b3361Sopenharmony_cidepcomp = $(SHELL) $(top_srcdir)/depcomp 166159b3361Sopenharmony_ciam__maybe_remake_depfiles = depfiles 167159b3361Sopenharmony_ciam__depfiles_remade = ./$(DEPDIR)/VbrTag.Plo ./$(DEPDIR)/bitstream.Plo \ 168159b3361Sopenharmony_ci ./$(DEPDIR)/encoder.Plo ./$(DEPDIR)/fft.Plo \ 169159b3361Sopenharmony_ci ./$(DEPDIR)/gain_analysis.Plo ./$(DEPDIR)/id3tag.Plo \ 170159b3361Sopenharmony_ci ./$(DEPDIR)/lame.Plo ./$(DEPDIR)/mpglib_interface.Plo \ 171159b3361Sopenharmony_ci ./$(DEPDIR)/newmdct.Plo ./$(DEPDIR)/presets.Plo \ 172159b3361Sopenharmony_ci ./$(DEPDIR)/psymodel.Plo ./$(DEPDIR)/quantize.Plo \ 173159b3361Sopenharmony_ci ./$(DEPDIR)/quantize_pvt.Plo ./$(DEPDIR)/reservoir.Plo \ 174159b3361Sopenharmony_ci ./$(DEPDIR)/set_get.Plo ./$(DEPDIR)/tables.Plo \ 175159b3361Sopenharmony_ci ./$(DEPDIR)/takehiro.Plo ./$(DEPDIR)/util.Plo \ 176159b3361Sopenharmony_ci ./$(DEPDIR)/vbrquantize.Plo ./$(DEPDIR)/version.Plo 177159b3361Sopenharmony_ciam__mv = mv -f 178159b3361Sopenharmony_ciCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 179159b3361Sopenharmony_ci $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 180159b3361Sopenharmony_ciLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 181159b3361Sopenharmony_ci $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 182159b3361Sopenharmony_ci $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 183159b3361Sopenharmony_ci $(AM_CFLAGS) $(CFLAGS) 184159b3361Sopenharmony_ciAM_V_CC = $(am__v_CC_@AM_V@) 185159b3361Sopenharmony_ciam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 186159b3361Sopenharmony_ciam__v_CC_0 = @echo " CC " $@; 187159b3361Sopenharmony_ciam__v_CC_1 = 188159b3361Sopenharmony_ciCCLD = $(CC) 189159b3361Sopenharmony_ciLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 190159b3361Sopenharmony_ci $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 191159b3361Sopenharmony_ci $(AM_LDFLAGS) $(LDFLAGS) -o $@ 192159b3361Sopenharmony_ciAM_V_CCLD = $(am__v_CCLD_@AM_V@) 193159b3361Sopenharmony_ciam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 194159b3361Sopenharmony_ciam__v_CCLD_0 = @echo " CCLD " $@; 195159b3361Sopenharmony_ciam__v_CCLD_1 = 196159b3361Sopenharmony_ciSOURCES = $(libmp3lame_la_SOURCES) 197159b3361Sopenharmony_ciDIST_SOURCES = $(libmp3lame_la_SOURCES) 198159b3361Sopenharmony_ciRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 199159b3361Sopenharmony_ci ctags-recursive dvi-recursive html-recursive info-recursive \ 200159b3361Sopenharmony_ci install-data-recursive install-dvi-recursive \ 201159b3361Sopenharmony_ci install-exec-recursive install-html-recursive \ 202159b3361Sopenharmony_ci install-info-recursive install-pdf-recursive \ 203159b3361Sopenharmony_ci install-ps-recursive install-recursive installcheck-recursive \ 204159b3361Sopenharmony_ci installdirs-recursive pdf-recursive ps-recursive \ 205159b3361Sopenharmony_ci tags-recursive uninstall-recursive 206159b3361Sopenharmony_ciam__can_run_installinfo = \ 207159b3361Sopenharmony_ci case $$AM_UPDATE_INFO_DIR in \ 208159b3361Sopenharmony_ci n|no|NO) false;; \ 209159b3361Sopenharmony_ci *) (install-info --version) >/dev/null 2>&1;; \ 210159b3361Sopenharmony_ci esac 211159b3361Sopenharmony_ciHEADERS = $(noinst_HEADERS) 212159b3361Sopenharmony_ciRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 213159b3361Sopenharmony_ci distclean-recursive maintainer-clean-recursive 214159b3361Sopenharmony_ciam__recursive_targets = \ 215159b3361Sopenharmony_ci $(RECURSIVE_TARGETS) \ 216159b3361Sopenharmony_ci $(RECURSIVE_CLEAN_TARGETS) \ 217159b3361Sopenharmony_ci $(am__extra_recursive_targets) 218159b3361Sopenharmony_ciAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 219159b3361Sopenharmony_ci distdir distdir-am 220159b3361Sopenharmony_ciam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 221159b3361Sopenharmony_ci# Read a list of newline-separated strings from the standard input, 222159b3361Sopenharmony_ci# and print each of them once, without duplicates. Input order is 223159b3361Sopenharmony_ci# *not* preserved. 224159b3361Sopenharmony_ciam__uniquify_input = $(AWK) '\ 225159b3361Sopenharmony_ci BEGIN { nonempty = 0; } \ 226159b3361Sopenharmony_ci { items[$$0] = 1; nonempty = 1; } \ 227159b3361Sopenharmony_ci END { if (nonempty) { for (i in items) print i; }; } \ 228159b3361Sopenharmony_ci' 229159b3361Sopenharmony_ci# Make sure the list of sources is unique. This is necessary because, 230159b3361Sopenharmony_ci# e.g., the same source file might be shared among _SOURCES variables 231159b3361Sopenharmony_ci# for different programs/libraries. 232159b3361Sopenharmony_ciam__define_uniq_tagged_files = \ 233159b3361Sopenharmony_ci list='$(am__tagged_files)'; \ 234159b3361Sopenharmony_ci unique=`for i in $$list; do \ 235159b3361Sopenharmony_ci if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 236159b3361Sopenharmony_ci done | $(am__uniquify_input)` 237159b3361Sopenharmony_ciETAGS = etags 238159b3361Sopenharmony_ciCTAGS = ctags 239159b3361Sopenharmony_ciDIST_SUBDIRS = $(SUBDIRS) 240159b3361Sopenharmony_ciam__DIST_COMMON = $(srcdir)/Makefile.in \ 241159b3361Sopenharmony_ci $(top_srcdir)/Makefile.am.global $(top_srcdir)/depcomp depcomp 242159b3361Sopenharmony_ciDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 243159b3361Sopenharmony_ciam__relativize = \ 244159b3361Sopenharmony_ci dir0=`pwd`; \ 245159b3361Sopenharmony_ci sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 246159b3361Sopenharmony_ci sed_rest='s,^[^/]*/*,,'; \ 247159b3361Sopenharmony_ci sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 248159b3361Sopenharmony_ci sed_butlast='s,/*[^/]*$$,,'; \ 249159b3361Sopenharmony_ci while test -n "$$dir1"; do \ 250159b3361Sopenharmony_ci first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 251159b3361Sopenharmony_ci if test "$$first" != "."; then \ 252159b3361Sopenharmony_ci if test "$$first" = ".."; then \ 253159b3361Sopenharmony_ci dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 254159b3361Sopenharmony_ci dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 255159b3361Sopenharmony_ci else \ 256159b3361Sopenharmony_ci first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 257159b3361Sopenharmony_ci if test "$$first2" = "$$first"; then \ 258159b3361Sopenharmony_ci dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 259159b3361Sopenharmony_ci else \ 260159b3361Sopenharmony_ci dir2="../$$dir2"; \ 261159b3361Sopenharmony_ci fi; \ 262159b3361Sopenharmony_ci dir0="$$dir0"/"$$first"; \ 263159b3361Sopenharmony_ci fi; \ 264159b3361Sopenharmony_ci fi; \ 265159b3361Sopenharmony_ci dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 266159b3361Sopenharmony_ci done; \ 267159b3361Sopenharmony_ci reldir="$$dir2" 268159b3361Sopenharmony_ciACLOCAL = @ACLOCAL@ 269159b3361Sopenharmony_ciALLOCA = @ALLOCA@ 270159b3361Sopenharmony_ciAMTAR = @AMTAR@ 271159b3361Sopenharmony_ciAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 272159b3361Sopenharmony_ciAR = @AR@ 273159b3361Sopenharmony_ciAUTOCONF = @AUTOCONF@ 274159b3361Sopenharmony_ciAUTOHEADER = @AUTOHEADER@ 275159b3361Sopenharmony_ciAUTOMAKE = @AUTOMAKE@ 276159b3361Sopenharmony_ciAWK = @AWK@ 277159b3361Sopenharmony_ciCC = @CC@ 278159b3361Sopenharmony_ciCCDEPMODE = @CCDEPMODE@ 279159b3361Sopenharmony_ciCFLAGS = @CFLAGS@ 280159b3361Sopenharmony_ciCONFIG_DEFS = @CONFIG_DEFS@ 281159b3361Sopenharmony_ciCONFIG_MATH_LIB = @CONFIG_MATH_LIB@ 282159b3361Sopenharmony_ciCPP = @CPP@ 283159b3361Sopenharmony_ciCPPFLAGS = @CPPFLAGS@ 284159b3361Sopenharmony_ciCPUCCODE = @CPUCCODE@ 285159b3361Sopenharmony_ciCPUTYPE = @CPUTYPE@ 286159b3361Sopenharmony_ciCYGPATH_W = @CYGPATH_W@ 287159b3361Sopenharmony_ciDEFS = @DEFS@ @CONFIG_DEFS@ 288159b3361Sopenharmony_ciDEPDIR = @DEPDIR@ 289159b3361Sopenharmony_ciDLLTOOL = @DLLTOOL@ 290159b3361Sopenharmony_ciDSYMUTIL = @DSYMUTIL@ 291159b3361Sopenharmony_ciDUMPBIN = @DUMPBIN@ 292159b3361Sopenharmony_ciECHO_C = @ECHO_C@ 293159b3361Sopenharmony_ciECHO_N = @ECHO_N@ 294159b3361Sopenharmony_ciECHO_T = @ECHO_T@ 295159b3361Sopenharmony_ciEGREP = @EGREP@ 296159b3361Sopenharmony_ciEXEEXT = @EXEEXT@ 297159b3361Sopenharmony_ciFGREP = @FGREP@ 298159b3361Sopenharmony_ciFRONTEND_CFLAGS = @FRONTEND_CFLAGS@ 299159b3361Sopenharmony_ciFRONTEND_LDADD = @FRONTEND_LDADD@ 300159b3361Sopenharmony_ciFRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@ 301159b3361Sopenharmony_ciGREP = @GREP@ 302159b3361Sopenharmony_ciGTK_CFLAGS = @GTK_CFLAGS@ 303159b3361Sopenharmony_ciGTK_CONFIG = @GTK_CONFIG@ 304159b3361Sopenharmony_ciGTK_LIBS = @GTK_LIBS@ 305159b3361Sopenharmony_ciINCLUDES = @INCLUDES@ -I$(top_srcdir) -I$(top_builddir) 306159b3361Sopenharmony_ciINSTALL = @INSTALL@ 307159b3361Sopenharmony_ciINSTALL_DATA = @INSTALL_DATA@ 308159b3361Sopenharmony_ciINSTALL_PROGRAM = @INSTALL_PROGRAM@ 309159b3361Sopenharmony_ciINSTALL_SCRIPT = @INSTALL_SCRIPT@ 310159b3361Sopenharmony_ciINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 311159b3361Sopenharmony_ciLD = @LD@ 312159b3361Sopenharmony_ciLDADD = @LDADD@ 313159b3361Sopenharmony_ciLDFLAGS = @LDFLAGS@ 314159b3361Sopenharmony_ciLIBICONV = @LIBICONV@ 315159b3361Sopenharmony_ciLIBMP3LAME_LDADD = @LIBMP3LAME_LDADD@ 316159b3361Sopenharmony_ciLIBOBJS = @LIBOBJS@ 317159b3361Sopenharmony_ciLIBS = @LIBS@ 318159b3361Sopenharmony_ciLIBTOOL = @LIBTOOL@ 319159b3361Sopenharmony_ciLIBTOOL_DEPS = @LIBTOOL_DEPS@ 320159b3361Sopenharmony_ciLIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@ 321159b3361Sopenharmony_ciLIB_MINOR_VERSION = @LIB_MINOR_VERSION@ 322159b3361Sopenharmony_ciLIPO = @LIPO@ 323159b3361Sopenharmony_ciLN_S = @LN_S@ 324159b3361Sopenharmony_ciLTLIBICONV = @LTLIBICONV@ 325159b3361Sopenharmony_ciLTLIBOBJS = @LTLIBOBJS@ 326159b3361Sopenharmony_ciLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 327159b3361Sopenharmony_ciMAINT = @MAINT@ 328159b3361Sopenharmony_ciMAKEDEP = @MAKEDEP@ 329159b3361Sopenharmony_ciMAKEINFO = @MAKEINFO@ 330159b3361Sopenharmony_ciMANIFEST_TOOL = @MANIFEST_TOOL@ 331159b3361Sopenharmony_ciMKDIR_P = @MKDIR_P@ 332159b3361Sopenharmony_ciNASM = @NASM@ 333159b3361Sopenharmony_ciNASM_FORMAT = @NASM_FORMAT@ 334159b3361Sopenharmony_ciNM = @NM@ 335159b3361Sopenharmony_ciNMEDIT = @NMEDIT@ 336159b3361Sopenharmony_ciOBJDUMP = @OBJDUMP@ 337159b3361Sopenharmony_ciOBJEXT = @OBJEXT@ 338159b3361Sopenharmony_ciOTOOL = @OTOOL@ 339159b3361Sopenharmony_ciOTOOL64 = @OTOOL64@ 340159b3361Sopenharmony_ciPACKAGE = @PACKAGE@ 341159b3361Sopenharmony_ciPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 342159b3361Sopenharmony_ciPACKAGE_NAME = @PACKAGE_NAME@ 343159b3361Sopenharmony_ciPACKAGE_STRING = @PACKAGE_STRING@ 344159b3361Sopenharmony_ciPACKAGE_TARNAME = @PACKAGE_TARNAME@ 345159b3361Sopenharmony_ciPACKAGE_URL = @PACKAGE_URL@ 346159b3361Sopenharmony_ciPACKAGE_VERSION = @PACKAGE_VERSION@ 347159b3361Sopenharmony_ciPATH_SEPARATOR = @PATH_SEPARATOR@ 348159b3361Sopenharmony_ciPKG_CONFIG = @PKG_CONFIG@ 349159b3361Sopenharmony_ciPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 350159b3361Sopenharmony_ciPKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 351159b3361Sopenharmony_ciRANLIB = @RANLIB@ 352159b3361Sopenharmony_ciRM_F = @RM_F@ 353159b3361Sopenharmony_ciSED = @SED@ 354159b3361Sopenharmony_ciSET_MAKE = @SET_MAKE@ 355159b3361Sopenharmony_ciSHELL = @SHELL@ 356159b3361Sopenharmony_ciSNDFILE_CFLAGS = @SNDFILE_CFLAGS@ 357159b3361Sopenharmony_ciSNDFILE_LIBS = @SNDFILE_LIBS@ 358159b3361Sopenharmony_ciSTRIP = @STRIP@ 359159b3361Sopenharmony_ciVERSION = @VERSION@ 360159b3361Sopenharmony_ciWITH_FRONTEND = @WITH_FRONTEND@ 361159b3361Sopenharmony_ciWITH_MP3RTP = @WITH_MP3RTP@ 362159b3361Sopenharmony_ciWITH_MP3X = @WITH_MP3X@ 363159b3361Sopenharmony_ciabs_builddir = @abs_builddir@ 364159b3361Sopenharmony_ciabs_srcdir = @abs_srcdir@ 365159b3361Sopenharmony_ciabs_top_builddir = @abs_top_builddir@ 366159b3361Sopenharmony_ciabs_top_srcdir = @abs_top_srcdir@ 367159b3361Sopenharmony_ciac_ct_AR = @ac_ct_AR@ 368159b3361Sopenharmony_ciac_ct_CC = @ac_ct_CC@ 369159b3361Sopenharmony_ciac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 370159b3361Sopenharmony_ciam__include = @am__include@ 371159b3361Sopenharmony_ciam__leading_dot = @am__leading_dot@ 372159b3361Sopenharmony_ciam__quote = @am__quote@ 373159b3361Sopenharmony_ciam__tar = @am__tar@ 374159b3361Sopenharmony_ciam__untar = @am__untar@ 375159b3361Sopenharmony_cibindir = @bindir@ 376159b3361Sopenharmony_cibuild = @build@ 377159b3361Sopenharmony_cibuild_alias = @build_alias@ 378159b3361Sopenharmony_cibuild_cpu = @build_cpu@ 379159b3361Sopenharmony_cibuild_os = @build_os@ 380159b3361Sopenharmony_cibuild_vendor = @build_vendor@ 381159b3361Sopenharmony_cibuilddir = @builddir@ 382159b3361Sopenharmony_cidatadir = @datadir@ 383159b3361Sopenharmony_cidatarootdir = @datarootdir@ 384159b3361Sopenharmony_cidocdir = @docdir@ 385159b3361Sopenharmony_cidvidir = @dvidir@ 386159b3361Sopenharmony_ciexec_prefix = @exec_prefix@ 387159b3361Sopenharmony_cihost = @host@ 388159b3361Sopenharmony_cihost_alias = @host_alias@ 389159b3361Sopenharmony_cihost_cpu = @host_cpu@ 390159b3361Sopenharmony_cihost_os = @host_os@ 391159b3361Sopenharmony_cihost_vendor = @host_vendor@ 392159b3361Sopenharmony_cihtmldir = @htmldir@ 393159b3361Sopenharmony_ciincludedir = @includedir@ 394159b3361Sopenharmony_ciinfodir = @infodir@ 395159b3361Sopenharmony_ciinstall_sh = @install_sh@ 396159b3361Sopenharmony_cilibdir = @libdir@ 397159b3361Sopenharmony_cilibexecdir = @libexecdir@ 398159b3361Sopenharmony_cilocaledir = @localedir@ 399159b3361Sopenharmony_cilocalstatedir = @localstatedir@ 400159b3361Sopenharmony_cimandir = @mandir@ 401159b3361Sopenharmony_cimkdir_p = @mkdir_p@ 402159b3361Sopenharmony_cimpg123_CFLAGS = @mpg123_CFLAGS@ 403159b3361Sopenharmony_cimpg123_LIBS = @mpg123_LIBS@ 404159b3361Sopenharmony_cioldincludedir = @oldincludedir@ 405159b3361Sopenharmony_cipdfdir = @pdfdir@ 406159b3361Sopenharmony_ciprefix = @prefix@ 407159b3361Sopenharmony_ciprogram_transform_name = @program_transform_name@ 408159b3361Sopenharmony_cipsdir = @psdir@ 409159b3361Sopenharmony_cisbindir = @sbindir@ 410159b3361Sopenharmony_cisharedstatedir = @sharedstatedir@ 411159b3361Sopenharmony_cisrcdir = @srcdir@ 412159b3361Sopenharmony_cisysconfdir = @sysconfdir@ 413159b3361Sopenharmony_citarget_alias = @target_alias@ 414159b3361Sopenharmony_citop_build_prefix = @top_build_prefix@ 415159b3361Sopenharmony_citop_builddir = @top_builddir@ 416159b3361Sopenharmony_citop_srcdir = @top_srcdir@ 417159b3361Sopenharmony_ciAUTOMAKE_OPTIONS = 1.15 foreign 418159b3361Sopenharmony_ciSUBDIRS = i386 vector 419159b3361Sopenharmony_cilib_LTLIBRARIES = libmp3lame.la 420159b3361Sopenharmony_ci@HAVE_NASM_TRUE@cpu_ldadd = $(top_builddir)/libmp3lame/@CPUTYPE@/liblameasmroutines.la 421159b3361Sopenharmony_ci@WITH_VECTOR_TRUE@vector_ldadd = $(top_builddir)/libmp3lame/vector/liblamevectorroutines.la 422159b3361Sopenharmony_ci@LIB_WITH_DECODER_FALSE@decoder_ldadd = 423159b3361Sopenharmony_ci@LIB_WITH_DECODER_TRUE@decoder_ldadd = $(top_builddir)/mpglib/libmpgdecoder.la 424159b3361Sopenharmony_cilibmp3lame_la_LIBADD = $(cpu_ldadd) $(vector_ldadd) $(decoder_ldadd) \ 425159b3361Sopenharmony_ci @LIBMP3LAME_LDADD@ $(CONFIG_MATH_LIB) 426159b3361Sopenharmony_ci 427159b3361Sopenharmony_cilibmp3lame_la_LDFLAGS = -version-info @LIB_MAJOR_VERSION@:@LIB_MINOR_VERSION@ \ 428159b3361Sopenharmony_ci -export-symbols $(top_srcdir)/include/libmp3lame.sym \ 429159b3361Sopenharmony_ci -no-undefined 430159b3361Sopenharmony_ci 431159b3361Sopenharmony_ciEXTRA_DIST = \ 432159b3361Sopenharmony_ci lame.rc \ 433159b3361Sopenharmony_ci vbrquantize.h \ 434159b3361Sopenharmony_ci logoe.ico 435159b3361Sopenharmony_ci 436159b3361Sopenharmony_cilibmp3lame_la_SOURCES = \ 437159b3361Sopenharmony_ci VbrTag.c \ 438159b3361Sopenharmony_ci bitstream.c \ 439159b3361Sopenharmony_ci encoder.c \ 440159b3361Sopenharmony_ci fft.c \ 441159b3361Sopenharmony_ci gain_analysis.c \ 442159b3361Sopenharmony_ci id3tag.c \ 443159b3361Sopenharmony_ci lame.c \ 444159b3361Sopenharmony_ci newmdct.c \ 445159b3361Sopenharmony_ci presets.c \ 446159b3361Sopenharmony_ci psymodel.c \ 447159b3361Sopenharmony_ci quantize.c \ 448159b3361Sopenharmony_ci quantize_pvt.c \ 449159b3361Sopenharmony_ci reservoir.c \ 450159b3361Sopenharmony_ci set_get.c \ 451159b3361Sopenharmony_ci tables.c \ 452159b3361Sopenharmony_ci takehiro.c \ 453159b3361Sopenharmony_ci util.c \ 454159b3361Sopenharmony_ci vbrquantize.c \ 455159b3361Sopenharmony_ci version.c \ 456159b3361Sopenharmony_ci mpglib_interface.c 457159b3361Sopenharmony_ci 458159b3361Sopenharmony_cinoinst_HEADERS = \ 459159b3361Sopenharmony_ci VbrTag.h \ 460159b3361Sopenharmony_ci VbrTagCrc.h \ 461159b3361Sopenharmony_ci bitstream.h \ 462159b3361Sopenharmony_ci encoder.h \ 463159b3361Sopenharmony_ci fft.h \ 464159b3361Sopenharmony_ci gain_analysis.h \ 465159b3361Sopenharmony_ci id3tag.h \ 466159b3361Sopenharmony_ci l3side.h \ 467159b3361Sopenharmony_ci lame-analysis.h \ 468159b3361Sopenharmony_ci lame_global_flags.h \ 469159b3361Sopenharmony_ci lameerror.h \ 470159b3361Sopenharmony_ci machine.h \ 471159b3361Sopenharmony_ci newmdct.h \ 472159b3361Sopenharmony_ci psymodel.h \ 473159b3361Sopenharmony_ci quantize.h \ 474159b3361Sopenharmony_ci quantize_pvt.h \ 475159b3361Sopenharmony_ci reservoir.h \ 476159b3361Sopenharmony_ci set_get.h \ 477159b3361Sopenharmony_ci tables.h \ 478159b3361Sopenharmony_ci util.h \ 479159b3361Sopenharmony_ci vbrquantize.h \ 480159b3361Sopenharmony_ci version.h 481159b3361Sopenharmony_ci 482159b3361Sopenharmony_ciCLEANFILES = lclint.txt 483159b3361Sopenharmony_ciLCLINTFLAGS = \ 484159b3361Sopenharmony_ci +posixlib \ 485159b3361Sopenharmony_ci +showsummary \ 486159b3361Sopenharmony_ci +showalluses \ 487159b3361Sopenharmony_ci +whichlib \ 488159b3361Sopenharmony_ci +forcehints \ 489159b3361Sopenharmony_ci -fixedformalarray \ 490159b3361Sopenharmony_ci +matchanyintegral \ 491159b3361Sopenharmony_ci -Dlint 492159b3361Sopenharmony_ci 493159b3361Sopenharmony_ciall: all-recursive 494159b3361Sopenharmony_ci 495159b3361Sopenharmony_ci.SUFFIXES: 496159b3361Sopenharmony_ci.SUFFIXES: .c .lo .o .obj 497159b3361Sopenharmony_ci$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps) 498159b3361Sopenharmony_ci @for dep in $?; do \ 499159b3361Sopenharmony_ci case '$(am__configure_deps)' in \ 500159b3361Sopenharmony_ci *$$dep*) \ 501159b3361Sopenharmony_ci ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 502159b3361Sopenharmony_ci && { if test -f $@; then exit 0; else break; fi; }; \ 503159b3361Sopenharmony_ci exit 1;; \ 504159b3361Sopenharmony_ci esac; \ 505159b3361Sopenharmony_ci done; \ 506159b3361Sopenharmony_ci echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libmp3lame/Makefile'; \ 507159b3361Sopenharmony_ci $(am__cd) $(top_srcdir) && \ 508159b3361Sopenharmony_ci $(AUTOMAKE) --foreign libmp3lame/Makefile 509159b3361Sopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 510159b3361Sopenharmony_ci @case '$?' in \ 511159b3361Sopenharmony_ci *config.status*) \ 512159b3361Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 513159b3361Sopenharmony_ci *) \ 514159b3361Sopenharmony_ci echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 515159b3361Sopenharmony_ci cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 516159b3361Sopenharmony_ci esac; 517159b3361Sopenharmony_ci$(top_srcdir)/Makefile.am.global $(am__empty): 518159b3361Sopenharmony_ci 519159b3361Sopenharmony_ci$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 520159b3361Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 521159b3361Sopenharmony_ci 522159b3361Sopenharmony_ci$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 523159b3361Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 524159b3361Sopenharmony_ci$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 525159b3361Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 526159b3361Sopenharmony_ci$(am__aclocal_m4_deps): 527159b3361Sopenharmony_ci 528159b3361Sopenharmony_ciinstall-libLTLIBRARIES: $(lib_LTLIBRARIES) 529159b3361Sopenharmony_ci @$(NORMAL_INSTALL) 530159b3361Sopenharmony_ci @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 531159b3361Sopenharmony_ci list2=; for p in $$list; do \ 532159b3361Sopenharmony_ci if test -f $$p; then \ 533159b3361Sopenharmony_ci list2="$$list2 $$p"; \ 534159b3361Sopenharmony_ci else :; fi; \ 535159b3361Sopenharmony_ci done; \ 536159b3361Sopenharmony_ci test -z "$$list2" || { \ 537159b3361Sopenharmony_ci echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 538159b3361Sopenharmony_ci $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 539159b3361Sopenharmony_ci echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 540159b3361Sopenharmony_ci $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 541159b3361Sopenharmony_ci } 542159b3361Sopenharmony_ci 543159b3361Sopenharmony_ciuninstall-libLTLIBRARIES: 544159b3361Sopenharmony_ci @$(NORMAL_UNINSTALL) 545159b3361Sopenharmony_ci @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 546159b3361Sopenharmony_ci for p in $$list; do \ 547159b3361Sopenharmony_ci $(am__strip_dir) \ 548159b3361Sopenharmony_ci echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 549159b3361Sopenharmony_ci $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 550159b3361Sopenharmony_ci done 551159b3361Sopenharmony_ci 552159b3361Sopenharmony_ciclean-libLTLIBRARIES: 553159b3361Sopenharmony_ci -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 554159b3361Sopenharmony_ci @list='$(lib_LTLIBRARIES)'; \ 555159b3361Sopenharmony_ci locs=`for p in $$list; do echo $$p; done | \ 556159b3361Sopenharmony_ci sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 557159b3361Sopenharmony_ci sort -u`; \ 558159b3361Sopenharmony_ci test -z "$$locs" || { \ 559159b3361Sopenharmony_ci echo rm -f $${locs}; \ 560159b3361Sopenharmony_ci rm -f $${locs}; \ 561159b3361Sopenharmony_ci } 562159b3361Sopenharmony_ci 563159b3361Sopenharmony_cilibmp3lame.la: $(libmp3lame_la_OBJECTS) $(libmp3lame_la_DEPENDENCIES) $(EXTRA_libmp3lame_la_DEPENDENCIES) 564159b3361Sopenharmony_ci $(AM_V_CCLD)$(libmp3lame_la_LINK) -rpath $(libdir) $(libmp3lame_la_OBJECTS) $(libmp3lame_la_LIBADD) $(LIBS) 565159b3361Sopenharmony_ci 566159b3361Sopenharmony_cimostlyclean-compile: 567159b3361Sopenharmony_ci -rm -f *.$(OBJEXT) 568159b3361Sopenharmony_ci 569159b3361Sopenharmony_cidistclean-compile: 570159b3361Sopenharmony_ci -rm -f *.tab.c 571159b3361Sopenharmony_ci 572159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/VbrTag.Plo@am__quote@ # am--include-marker 573159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitstream.Plo@am__quote@ # am--include-marker 574159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoder.Plo@am__quote@ # am--include-marker 575159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fft.Plo@am__quote@ # am--include-marker 576159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gain_analysis.Plo@am__quote@ # am--include-marker 577159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id3tag.Plo@am__quote@ # am--include-marker 578159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lame.Plo@am__quote@ # am--include-marker 579159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpglib_interface.Plo@am__quote@ # am--include-marker 580159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newmdct.Plo@am__quote@ # am--include-marker 581159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/presets.Plo@am__quote@ # am--include-marker 582159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psymodel.Plo@am__quote@ # am--include-marker 583159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quantize.Plo@am__quote@ # am--include-marker 584159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quantize_pvt.Plo@am__quote@ # am--include-marker 585159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reservoir.Plo@am__quote@ # am--include-marker 586159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_get.Plo@am__quote@ # am--include-marker 587159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Plo@am__quote@ # am--include-marker 588159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/takehiro.Plo@am__quote@ # am--include-marker 589159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@ # am--include-marker 590159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vbrquantize.Plo@am__quote@ # am--include-marker 591159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@ # am--include-marker 592159b3361Sopenharmony_ci 593159b3361Sopenharmony_ci$(am__depfiles_remade): 594159b3361Sopenharmony_ci @$(MKDIR_P) $(@D) 595159b3361Sopenharmony_ci @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 596159b3361Sopenharmony_ci 597159b3361Sopenharmony_ciam--depfiles: $(am__depfiles_remade) 598159b3361Sopenharmony_ci 599159b3361Sopenharmony_ci.c.o: 600159b3361Sopenharmony_ci@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 601159b3361Sopenharmony_ci@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 602159b3361Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 603159b3361Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 604159b3361Sopenharmony_ci@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 605159b3361Sopenharmony_ci 606159b3361Sopenharmony_ci.c.obj: 607159b3361Sopenharmony_ci@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 608159b3361Sopenharmony_ci@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 609159b3361Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 610159b3361Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 611159b3361Sopenharmony_ci@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 612159b3361Sopenharmony_ci 613159b3361Sopenharmony_ci.c.lo: 614159b3361Sopenharmony_ci@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 615159b3361Sopenharmony_ci@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 616159b3361Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 617159b3361Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 618159b3361Sopenharmony_ci@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 619159b3361Sopenharmony_ci 620159b3361Sopenharmony_cimostlyclean-libtool: 621159b3361Sopenharmony_ci -rm -f *.lo 622159b3361Sopenharmony_ci 623159b3361Sopenharmony_ciclean-libtool: 624159b3361Sopenharmony_ci -rm -rf .libs _libs 625159b3361Sopenharmony_ci 626159b3361Sopenharmony_ci# This directory's subdirectories are mostly independent; you can cd 627159b3361Sopenharmony_ci# into them and run 'make' without going through this Makefile. 628159b3361Sopenharmony_ci# To change the values of 'make' variables: instead of editing Makefiles, 629159b3361Sopenharmony_ci# (1) if the variable is set in 'config.status', edit 'config.status' 630159b3361Sopenharmony_ci# (which will cause the Makefiles to be regenerated when you run 'make'); 631159b3361Sopenharmony_ci# (2) otherwise, pass the desired values on the 'make' command line. 632159b3361Sopenharmony_ci$(am__recursive_targets): 633159b3361Sopenharmony_ci @fail=; \ 634159b3361Sopenharmony_ci if $(am__make_keepgoing); then \ 635159b3361Sopenharmony_ci failcom='fail=yes'; \ 636159b3361Sopenharmony_ci else \ 637159b3361Sopenharmony_ci failcom='exit 1'; \ 638159b3361Sopenharmony_ci fi; \ 639159b3361Sopenharmony_ci dot_seen=no; \ 640159b3361Sopenharmony_ci target=`echo $@ | sed s/-recursive//`; \ 641159b3361Sopenharmony_ci case "$@" in \ 642159b3361Sopenharmony_ci distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 643159b3361Sopenharmony_ci *) list='$(SUBDIRS)' ;; \ 644159b3361Sopenharmony_ci esac; \ 645159b3361Sopenharmony_ci for subdir in $$list; do \ 646159b3361Sopenharmony_ci echo "Making $$target in $$subdir"; \ 647159b3361Sopenharmony_ci if test "$$subdir" = "."; then \ 648159b3361Sopenharmony_ci dot_seen=yes; \ 649159b3361Sopenharmony_ci local_target="$$target-am"; \ 650159b3361Sopenharmony_ci else \ 651159b3361Sopenharmony_ci local_target="$$target"; \ 652159b3361Sopenharmony_ci fi; \ 653159b3361Sopenharmony_ci ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 654159b3361Sopenharmony_ci || eval $$failcom; \ 655159b3361Sopenharmony_ci done; \ 656159b3361Sopenharmony_ci if test "$$dot_seen" = "no"; then \ 657159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 658159b3361Sopenharmony_ci fi; test -z "$$fail" 659159b3361Sopenharmony_ci 660159b3361Sopenharmony_ciID: $(am__tagged_files) 661159b3361Sopenharmony_ci $(am__define_uniq_tagged_files); mkid -fID $$unique 662159b3361Sopenharmony_citags: tags-recursive 663159b3361Sopenharmony_ciTAGS: tags 664159b3361Sopenharmony_ci 665159b3361Sopenharmony_citags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 666159b3361Sopenharmony_ci set x; \ 667159b3361Sopenharmony_ci here=`pwd`; \ 668159b3361Sopenharmony_ci if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 669159b3361Sopenharmony_ci include_option=--etags-include; \ 670159b3361Sopenharmony_ci empty_fix=.; \ 671159b3361Sopenharmony_ci else \ 672159b3361Sopenharmony_ci include_option=--include; \ 673159b3361Sopenharmony_ci empty_fix=; \ 674159b3361Sopenharmony_ci fi; \ 675159b3361Sopenharmony_ci list='$(SUBDIRS)'; for subdir in $$list; do \ 676159b3361Sopenharmony_ci if test "$$subdir" = .; then :; else \ 677159b3361Sopenharmony_ci test ! -f $$subdir/TAGS || \ 678159b3361Sopenharmony_ci set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 679159b3361Sopenharmony_ci fi; \ 680159b3361Sopenharmony_ci done; \ 681159b3361Sopenharmony_ci $(am__define_uniq_tagged_files); \ 682159b3361Sopenharmony_ci shift; \ 683159b3361Sopenharmony_ci if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 684159b3361Sopenharmony_ci test -n "$$unique" || unique=$$empty_fix; \ 685159b3361Sopenharmony_ci if test $$# -gt 0; then \ 686159b3361Sopenharmony_ci $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 687159b3361Sopenharmony_ci "$$@" $$unique; \ 688159b3361Sopenharmony_ci else \ 689159b3361Sopenharmony_ci $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 690159b3361Sopenharmony_ci $$unique; \ 691159b3361Sopenharmony_ci fi; \ 692159b3361Sopenharmony_ci fi 693159b3361Sopenharmony_cictags: ctags-recursive 694159b3361Sopenharmony_ci 695159b3361Sopenharmony_ciCTAGS: ctags 696159b3361Sopenharmony_cictags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 697159b3361Sopenharmony_ci $(am__define_uniq_tagged_files); \ 698159b3361Sopenharmony_ci test -z "$(CTAGS_ARGS)$$unique" \ 699159b3361Sopenharmony_ci || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 700159b3361Sopenharmony_ci $$unique 701159b3361Sopenharmony_ci 702159b3361Sopenharmony_ciGTAGS: 703159b3361Sopenharmony_ci here=`$(am__cd) $(top_builddir) && pwd` \ 704159b3361Sopenharmony_ci && $(am__cd) $(top_srcdir) \ 705159b3361Sopenharmony_ci && gtags -i $(GTAGS_ARGS) "$$here" 706159b3361Sopenharmony_cicscopelist: cscopelist-recursive 707159b3361Sopenharmony_ci 708159b3361Sopenharmony_cicscopelist-am: $(am__tagged_files) 709159b3361Sopenharmony_ci list='$(am__tagged_files)'; \ 710159b3361Sopenharmony_ci case "$(srcdir)" in \ 711159b3361Sopenharmony_ci [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 712159b3361Sopenharmony_ci *) sdir=$(subdir)/$(srcdir) ;; \ 713159b3361Sopenharmony_ci esac; \ 714159b3361Sopenharmony_ci for i in $$list; do \ 715159b3361Sopenharmony_ci if test -f "$$i"; then \ 716159b3361Sopenharmony_ci echo "$(subdir)/$$i"; \ 717159b3361Sopenharmony_ci else \ 718159b3361Sopenharmony_ci echo "$$sdir/$$i"; \ 719159b3361Sopenharmony_ci fi; \ 720159b3361Sopenharmony_ci done >> $(top_builddir)/cscope.files 721159b3361Sopenharmony_ci 722159b3361Sopenharmony_cidistclean-tags: 723159b3361Sopenharmony_ci -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 724159b3361Sopenharmony_ci 725159b3361Sopenharmony_cidistdir: $(BUILT_SOURCES) 726159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) distdir-am 727159b3361Sopenharmony_ci 728159b3361Sopenharmony_cidistdir-am: $(DISTFILES) 729159b3361Sopenharmony_ci @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 730159b3361Sopenharmony_ci topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 731159b3361Sopenharmony_ci list='$(DISTFILES)'; \ 732159b3361Sopenharmony_ci dist_files=`for file in $$list; do echo $$file; done | \ 733159b3361Sopenharmony_ci sed -e "s|^$$srcdirstrip/||;t" \ 734159b3361Sopenharmony_ci -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 735159b3361Sopenharmony_ci case $$dist_files in \ 736159b3361Sopenharmony_ci */*) $(MKDIR_P) `echo "$$dist_files" | \ 737159b3361Sopenharmony_ci sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 738159b3361Sopenharmony_ci sort -u` ;; \ 739159b3361Sopenharmony_ci esac; \ 740159b3361Sopenharmony_ci for file in $$dist_files; do \ 741159b3361Sopenharmony_ci if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 742159b3361Sopenharmony_ci if test -d $$d/$$file; then \ 743159b3361Sopenharmony_ci dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 744159b3361Sopenharmony_ci if test -d "$(distdir)/$$file"; then \ 745159b3361Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 746159b3361Sopenharmony_ci fi; \ 747159b3361Sopenharmony_ci if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 748159b3361Sopenharmony_ci cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 749159b3361Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 750159b3361Sopenharmony_ci fi; \ 751159b3361Sopenharmony_ci cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 752159b3361Sopenharmony_ci else \ 753159b3361Sopenharmony_ci test -f "$(distdir)/$$file" \ 754159b3361Sopenharmony_ci || cp -p $$d/$$file "$(distdir)/$$file" \ 755159b3361Sopenharmony_ci || exit 1; \ 756159b3361Sopenharmony_ci fi; \ 757159b3361Sopenharmony_ci done 758159b3361Sopenharmony_ci @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 759159b3361Sopenharmony_ci if test "$$subdir" = .; then :; else \ 760159b3361Sopenharmony_ci $(am__make_dryrun) \ 761159b3361Sopenharmony_ci || test -d "$(distdir)/$$subdir" \ 762159b3361Sopenharmony_ci || $(MKDIR_P) "$(distdir)/$$subdir" \ 763159b3361Sopenharmony_ci || exit 1; \ 764159b3361Sopenharmony_ci dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 765159b3361Sopenharmony_ci $(am__relativize); \ 766159b3361Sopenharmony_ci new_distdir=$$reldir; \ 767159b3361Sopenharmony_ci dir1=$$subdir; dir2="$(top_distdir)"; \ 768159b3361Sopenharmony_ci $(am__relativize); \ 769159b3361Sopenharmony_ci new_top_distdir=$$reldir; \ 770159b3361Sopenharmony_ci echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 771159b3361Sopenharmony_ci echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 772159b3361Sopenharmony_ci ($(am__cd) $$subdir && \ 773159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) \ 774159b3361Sopenharmony_ci top_distdir="$$new_top_distdir" \ 775159b3361Sopenharmony_ci distdir="$$new_distdir" \ 776159b3361Sopenharmony_ci am__remove_distdir=: \ 777159b3361Sopenharmony_ci am__skip_length_check=: \ 778159b3361Sopenharmony_ci am__skip_mode_fix=: \ 779159b3361Sopenharmony_ci distdir) \ 780159b3361Sopenharmony_ci || exit 1; \ 781159b3361Sopenharmony_ci fi; \ 782159b3361Sopenharmony_ci done 783159b3361Sopenharmony_cicheck-am: all-am 784159b3361Sopenharmony_cicheck: check-recursive 785159b3361Sopenharmony_ciall-am: Makefile $(LTLIBRARIES) $(HEADERS) 786159b3361Sopenharmony_ciinstalldirs: installdirs-recursive 787159b3361Sopenharmony_ciinstalldirs-am: 788159b3361Sopenharmony_ci for dir in "$(DESTDIR)$(libdir)"; do \ 789159b3361Sopenharmony_ci test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 790159b3361Sopenharmony_ci done 791159b3361Sopenharmony_ciinstall: install-recursive 792159b3361Sopenharmony_ciinstall-exec: install-exec-recursive 793159b3361Sopenharmony_ciinstall-data: install-data-recursive 794159b3361Sopenharmony_ciuninstall: uninstall-recursive 795159b3361Sopenharmony_ci 796159b3361Sopenharmony_ciinstall-am: all-am 797159b3361Sopenharmony_ci @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 798159b3361Sopenharmony_ci 799159b3361Sopenharmony_ciinstallcheck: installcheck-recursive 800159b3361Sopenharmony_ciinstall-strip: 801159b3361Sopenharmony_ci if test -z '$(STRIP)'; then \ 802159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 803159b3361Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 804159b3361Sopenharmony_ci install; \ 805159b3361Sopenharmony_ci else \ 806159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 807159b3361Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 808159b3361Sopenharmony_ci "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 809159b3361Sopenharmony_ci fi 810159b3361Sopenharmony_cimostlyclean-generic: 811159b3361Sopenharmony_ci 812159b3361Sopenharmony_ciclean-generic: 813159b3361Sopenharmony_ci -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 814159b3361Sopenharmony_ci 815159b3361Sopenharmony_cidistclean-generic: 816159b3361Sopenharmony_ci -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 817159b3361Sopenharmony_ci -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 818159b3361Sopenharmony_ci 819159b3361Sopenharmony_cimaintainer-clean-generic: 820159b3361Sopenharmony_ci @echo "This command is intended for maintainers to use" 821159b3361Sopenharmony_ci @echo "it deletes files that may require special tools to rebuild." 822159b3361Sopenharmony_ciclean: clean-recursive 823159b3361Sopenharmony_ci 824159b3361Sopenharmony_ciclean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 825159b3361Sopenharmony_ci mostlyclean-am 826159b3361Sopenharmony_ci 827159b3361Sopenharmony_cidistclean: distclean-recursive 828159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/VbrTag.Plo 829159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/bitstream.Plo 830159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/encoder.Plo 831159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/fft.Plo 832159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/gain_analysis.Plo 833159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/id3tag.Plo 834159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/lame.Plo 835159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/mpglib_interface.Plo 836159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/newmdct.Plo 837159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/presets.Plo 838159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/psymodel.Plo 839159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/quantize.Plo 840159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/quantize_pvt.Plo 841159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/reservoir.Plo 842159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/set_get.Plo 843159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/tables.Plo 844159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/takehiro.Plo 845159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/util.Plo 846159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/vbrquantize.Plo 847159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/version.Plo 848159b3361Sopenharmony_ci -rm -f Makefile 849159b3361Sopenharmony_cidistclean-am: clean-am distclean-compile distclean-generic \ 850159b3361Sopenharmony_ci distclean-tags 851159b3361Sopenharmony_ci 852159b3361Sopenharmony_cidvi: dvi-recursive 853159b3361Sopenharmony_ci 854159b3361Sopenharmony_cidvi-am: 855159b3361Sopenharmony_ci 856159b3361Sopenharmony_cihtml: html-recursive 857159b3361Sopenharmony_ci 858159b3361Sopenharmony_cihtml-am: 859159b3361Sopenharmony_ci 860159b3361Sopenharmony_ciinfo: info-recursive 861159b3361Sopenharmony_ci 862159b3361Sopenharmony_ciinfo-am: 863159b3361Sopenharmony_ci 864159b3361Sopenharmony_ciinstall-data-am: 865159b3361Sopenharmony_ci 866159b3361Sopenharmony_ciinstall-dvi: install-dvi-recursive 867159b3361Sopenharmony_ci 868159b3361Sopenharmony_ciinstall-dvi-am: 869159b3361Sopenharmony_ci 870159b3361Sopenharmony_ciinstall-exec-am: install-libLTLIBRARIES 871159b3361Sopenharmony_ci 872159b3361Sopenharmony_ciinstall-html: install-html-recursive 873159b3361Sopenharmony_ci 874159b3361Sopenharmony_ciinstall-html-am: 875159b3361Sopenharmony_ci 876159b3361Sopenharmony_ciinstall-info: install-info-recursive 877159b3361Sopenharmony_ci 878159b3361Sopenharmony_ciinstall-info-am: 879159b3361Sopenharmony_ci 880159b3361Sopenharmony_ciinstall-man: 881159b3361Sopenharmony_ci 882159b3361Sopenharmony_ciinstall-pdf: install-pdf-recursive 883159b3361Sopenharmony_ci 884159b3361Sopenharmony_ciinstall-pdf-am: 885159b3361Sopenharmony_ci 886159b3361Sopenharmony_ciinstall-ps: install-ps-recursive 887159b3361Sopenharmony_ci 888159b3361Sopenharmony_ciinstall-ps-am: 889159b3361Sopenharmony_ci 890159b3361Sopenharmony_ciinstallcheck-am: 891159b3361Sopenharmony_ci 892159b3361Sopenharmony_cimaintainer-clean: maintainer-clean-recursive 893159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/VbrTag.Plo 894159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/bitstream.Plo 895159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/encoder.Plo 896159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/fft.Plo 897159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/gain_analysis.Plo 898159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/id3tag.Plo 899159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/lame.Plo 900159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/mpglib_interface.Plo 901159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/newmdct.Plo 902159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/presets.Plo 903159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/psymodel.Plo 904159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/quantize.Plo 905159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/quantize_pvt.Plo 906159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/reservoir.Plo 907159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/set_get.Plo 908159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/tables.Plo 909159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/takehiro.Plo 910159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/util.Plo 911159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/vbrquantize.Plo 912159b3361Sopenharmony_ci -rm -f ./$(DEPDIR)/version.Plo 913159b3361Sopenharmony_ci -rm -f Makefile 914159b3361Sopenharmony_cimaintainer-clean-am: distclean-am maintainer-clean-generic 915159b3361Sopenharmony_ci 916159b3361Sopenharmony_cimostlyclean: mostlyclean-recursive 917159b3361Sopenharmony_ci 918159b3361Sopenharmony_cimostlyclean-am: mostlyclean-compile mostlyclean-generic \ 919159b3361Sopenharmony_ci mostlyclean-libtool 920159b3361Sopenharmony_ci 921159b3361Sopenharmony_cipdf: pdf-recursive 922159b3361Sopenharmony_ci 923159b3361Sopenharmony_cipdf-am: 924159b3361Sopenharmony_ci 925159b3361Sopenharmony_cips: ps-recursive 926159b3361Sopenharmony_ci 927159b3361Sopenharmony_cips-am: 928159b3361Sopenharmony_ci 929159b3361Sopenharmony_ciuninstall-am: uninstall-libLTLIBRARIES 930159b3361Sopenharmony_ci 931159b3361Sopenharmony_ci.MAKE: $(am__recursive_targets) install-am install-strip 932159b3361Sopenharmony_ci 933159b3361Sopenharmony_ci.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 934159b3361Sopenharmony_ci am--depfiles check check-am clean clean-generic \ 935159b3361Sopenharmony_ci clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ 936159b3361Sopenharmony_ci ctags-am distclean distclean-compile distclean-generic \ 937159b3361Sopenharmony_ci distclean-libtool distclean-tags distdir dvi dvi-am html \ 938159b3361Sopenharmony_ci html-am info info-am install install-am install-data \ 939159b3361Sopenharmony_ci install-data-am install-dvi install-dvi-am install-exec \ 940159b3361Sopenharmony_ci install-exec-am install-html install-html-am install-info \ 941159b3361Sopenharmony_ci install-info-am install-libLTLIBRARIES install-man install-pdf \ 942159b3361Sopenharmony_ci install-pdf-am install-ps install-ps-am install-strip \ 943159b3361Sopenharmony_ci installcheck installcheck-am installdirs installdirs-am \ 944159b3361Sopenharmony_ci maintainer-clean maintainer-clean-generic mostlyclean \ 945159b3361Sopenharmony_ci mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 946159b3361Sopenharmony_ci pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ 947159b3361Sopenharmony_ci uninstall-libLTLIBRARIES 948159b3361Sopenharmony_ci 949159b3361Sopenharmony_ci.PRECIOUS: Makefile 950159b3361Sopenharmony_ci 951159b3361Sopenharmony_ci 952159b3361Sopenharmony_ci# end global section 953159b3361Sopenharmony_ci 954159b3361Sopenharmony_cilclint.txt: ${libmp3lame_la_SOURCES} ${noinst_HEADERS} 955159b3361Sopenharmony_ci @lclint ${LCLINTFLAGS} ${INCLUDES} ${DEFS} ${libmp3lame_la_SOURCES} 2>&1 >lclint.txt || true 956159b3361Sopenharmony_ci 957159b3361Sopenharmony_cilclint: lclint.txt 958159b3361Sopenharmony_ci more lclint.txt 959159b3361Sopenharmony_ci 960159b3361Sopenharmony_ci#$(OBJECTS): libtool 961159b3361Sopenharmony_ci#libtool: $(LIBTOOL_DEPS) 962159b3361Sopenharmony_ci# $(SHELL) $(top_builddir)/config.status --recheck 963159b3361Sopenharmony_ci 964159b3361Sopenharmony_ci# Tell versions [3.59,3.63) of GNU make to not export all variables. 965159b3361Sopenharmony_ci# Otherwise a system limit (for SysV at least) may be exceeded. 966159b3361Sopenharmony_ci.NOEXPORT: 967