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_ciVPATH = @srcdir@ 19159b3361Sopenharmony_ciam__is_gnu_make = { \ 20159b3361Sopenharmony_ci if test -z '$(MAKELEVEL)'; then \ 21159b3361Sopenharmony_ci false; \ 22159b3361Sopenharmony_ci elif test -n '$(MAKE_HOST)'; then \ 23159b3361Sopenharmony_ci true; \ 24159b3361Sopenharmony_ci elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 25159b3361Sopenharmony_ci true; \ 26159b3361Sopenharmony_ci else \ 27159b3361Sopenharmony_ci false; \ 28159b3361Sopenharmony_ci fi; \ 29159b3361Sopenharmony_ci} 30159b3361Sopenharmony_ciam__make_running_with_option = \ 31159b3361Sopenharmony_ci case $${target_option-} in \ 32159b3361Sopenharmony_ci ?) ;; \ 33159b3361Sopenharmony_ci *) echo "am__make_running_with_option: internal error: invalid" \ 34159b3361Sopenharmony_ci "target option '$${target_option-}' specified" >&2; \ 35159b3361Sopenharmony_ci exit 1;; \ 36159b3361Sopenharmony_ci esac; \ 37159b3361Sopenharmony_ci has_opt=no; \ 38159b3361Sopenharmony_ci sane_makeflags=$$MAKEFLAGS; \ 39159b3361Sopenharmony_ci if $(am__is_gnu_make); then \ 40159b3361Sopenharmony_ci sane_makeflags=$$MFLAGS; \ 41159b3361Sopenharmony_ci else \ 42159b3361Sopenharmony_ci case $$MAKEFLAGS in \ 43159b3361Sopenharmony_ci *\\[\ \ ]*) \ 44159b3361Sopenharmony_ci bs=\\; \ 45159b3361Sopenharmony_ci sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 46159b3361Sopenharmony_ci | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 47159b3361Sopenharmony_ci esac; \ 48159b3361Sopenharmony_ci fi; \ 49159b3361Sopenharmony_ci skip_next=no; \ 50159b3361Sopenharmony_ci strip_trailopt () \ 51159b3361Sopenharmony_ci { \ 52159b3361Sopenharmony_ci flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 53159b3361Sopenharmony_ci }; \ 54159b3361Sopenharmony_ci for flg in $$sane_makeflags; do \ 55159b3361Sopenharmony_ci test $$skip_next = yes && { skip_next=no; continue; }; \ 56159b3361Sopenharmony_ci case $$flg in \ 57159b3361Sopenharmony_ci *=*|--*) continue;; \ 58159b3361Sopenharmony_ci -*I) strip_trailopt 'I'; skip_next=yes;; \ 59159b3361Sopenharmony_ci -*I?*) strip_trailopt 'I';; \ 60159b3361Sopenharmony_ci -*O) strip_trailopt 'O'; skip_next=yes;; \ 61159b3361Sopenharmony_ci -*O?*) strip_trailopt 'O';; \ 62159b3361Sopenharmony_ci -*l) strip_trailopt 'l'; skip_next=yes;; \ 63159b3361Sopenharmony_ci -*l?*) strip_trailopt 'l';; \ 64159b3361Sopenharmony_ci -[dEDm]) skip_next=yes;; \ 65159b3361Sopenharmony_ci -[JT]) skip_next=yes;; \ 66159b3361Sopenharmony_ci esac; \ 67159b3361Sopenharmony_ci case $$flg in \ 68159b3361Sopenharmony_ci *$$target_option*) has_opt=yes; break;; \ 69159b3361Sopenharmony_ci esac; \ 70159b3361Sopenharmony_ci done; \ 71159b3361Sopenharmony_ci test $$has_opt = yes 72159b3361Sopenharmony_ciam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 73159b3361Sopenharmony_ciam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 74159b3361Sopenharmony_cipkgdatadir = $(datadir)/@PACKAGE@ 75159b3361Sopenharmony_cipkgincludedir = $(includedir)/@PACKAGE@ 76159b3361Sopenharmony_cipkglibdir = $(libdir)/@PACKAGE@ 77159b3361Sopenharmony_cipkglibexecdir = $(libexecdir)/@PACKAGE@ 78159b3361Sopenharmony_ciam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79159b3361Sopenharmony_ciinstall_sh_DATA = $(install_sh) -c -m 644 80159b3361Sopenharmony_ciinstall_sh_PROGRAM = $(install_sh) -c 81159b3361Sopenharmony_ciinstall_sh_SCRIPT = $(install_sh) -c 82159b3361Sopenharmony_ciINSTALL_HEADER = $(INSTALL_DATA) 83159b3361Sopenharmony_citransform = $(program_transform_name) 84159b3361Sopenharmony_ciNORMAL_INSTALL = : 85159b3361Sopenharmony_ciPRE_INSTALL = : 86159b3361Sopenharmony_ciPOST_INSTALL = : 87159b3361Sopenharmony_ciNORMAL_UNINSTALL = : 88159b3361Sopenharmony_ciPRE_UNINSTALL = : 89159b3361Sopenharmony_ciPOST_UNINSTALL = : 90159b3361Sopenharmony_cibuild_triplet = @build@ 91159b3361Sopenharmony_cihost_triplet = @host@ 92159b3361Sopenharmony_cisubdir = . 93159b3361Sopenharmony_ciACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94159b3361Sopenharmony_ciam__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 95159b3361Sopenharmony_ci $(top_srcdir)/configure.in 96159b3361Sopenharmony_ciam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 97159b3361Sopenharmony_ci $(ACLOCAL_M4) 98159b3361Sopenharmony_ciDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 99159b3361Sopenharmony_ci $(am__configure_deps) $(am__DIST_COMMON) 100159b3361Sopenharmony_ciam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 101159b3361Sopenharmony_ci configure.lineno config.status.lineno 102159b3361Sopenharmony_cimkinstalldirs = $(install_sh) -d 103159b3361Sopenharmony_ciCONFIG_HEADER = config.h 104159b3361Sopenharmony_ciCONFIG_CLEAN_FILES = lame.spec 105159b3361Sopenharmony_ciCONFIG_CLEAN_VPATH_FILES = 106159b3361Sopenharmony_ciAM_V_P = $(am__v_P_@AM_V@) 107159b3361Sopenharmony_ciam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 108159b3361Sopenharmony_ciam__v_P_0 = false 109159b3361Sopenharmony_ciam__v_P_1 = : 110159b3361Sopenharmony_ciAM_V_GEN = $(am__v_GEN_@AM_V@) 111159b3361Sopenharmony_ciam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 112159b3361Sopenharmony_ciam__v_GEN_0 = @echo " GEN " $@; 113159b3361Sopenharmony_ciam__v_GEN_1 = 114159b3361Sopenharmony_ciAM_V_at = $(am__v_at_@AM_V@) 115159b3361Sopenharmony_ciam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 116159b3361Sopenharmony_ciam__v_at_0 = @ 117159b3361Sopenharmony_ciam__v_at_1 = 118159b3361Sopenharmony_ciSOURCES = 119159b3361Sopenharmony_ciDIST_SOURCES = 120159b3361Sopenharmony_ciRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 121159b3361Sopenharmony_ci ctags-recursive dvi-recursive html-recursive info-recursive \ 122159b3361Sopenharmony_ci install-data-recursive install-dvi-recursive \ 123159b3361Sopenharmony_ci install-exec-recursive install-html-recursive \ 124159b3361Sopenharmony_ci install-info-recursive install-pdf-recursive \ 125159b3361Sopenharmony_ci install-ps-recursive install-recursive installcheck-recursive \ 126159b3361Sopenharmony_ci installdirs-recursive pdf-recursive ps-recursive \ 127159b3361Sopenharmony_ci tags-recursive uninstall-recursive 128159b3361Sopenharmony_ciam__can_run_installinfo = \ 129159b3361Sopenharmony_ci case $$AM_UPDATE_INFO_DIR in \ 130159b3361Sopenharmony_ci n|no|NO) false;; \ 131159b3361Sopenharmony_ci *) (install-info --version) >/dev/null 2>&1;; \ 132159b3361Sopenharmony_ci esac 133159b3361Sopenharmony_ciRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 134159b3361Sopenharmony_ci distclean-recursive maintainer-clean-recursive 135159b3361Sopenharmony_ciam__recursive_targets = \ 136159b3361Sopenharmony_ci $(RECURSIVE_TARGETS) \ 137159b3361Sopenharmony_ci $(RECURSIVE_CLEAN_TARGETS) \ 138159b3361Sopenharmony_ci $(am__extra_recursive_targets) 139159b3361Sopenharmony_ciAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 140159b3361Sopenharmony_ci cscope distdir distdir-am dist dist-all distcheck 141159b3361Sopenharmony_ciam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 142159b3361Sopenharmony_ci config.h.in 143159b3361Sopenharmony_ci# Read a list of newline-separated strings from the standard input, 144159b3361Sopenharmony_ci# and print each of them once, without duplicates. Input order is 145159b3361Sopenharmony_ci# *not* preserved. 146159b3361Sopenharmony_ciam__uniquify_input = $(AWK) '\ 147159b3361Sopenharmony_ci BEGIN { nonempty = 0; } \ 148159b3361Sopenharmony_ci { items[$$0] = 1; nonempty = 1; } \ 149159b3361Sopenharmony_ci END { if (nonempty) { for (i in items) print i; }; } \ 150159b3361Sopenharmony_ci' 151159b3361Sopenharmony_ci# Make sure the list of sources is unique. This is necessary because, 152159b3361Sopenharmony_ci# e.g., the same source file might be shared among _SOURCES variables 153159b3361Sopenharmony_ci# for different programs/libraries. 154159b3361Sopenharmony_ciam__define_uniq_tagged_files = \ 155159b3361Sopenharmony_ci list='$(am__tagged_files)'; \ 156159b3361Sopenharmony_ci unique=`for i in $$list; do \ 157159b3361Sopenharmony_ci if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 158159b3361Sopenharmony_ci done | $(am__uniquify_input)` 159159b3361Sopenharmony_ciETAGS = etags 160159b3361Sopenharmony_ciCTAGS = ctags 161159b3361Sopenharmony_ciCSCOPE = cscope 162159b3361Sopenharmony_ciDIST_SUBDIRS = $(SUBDIRS) 163159b3361Sopenharmony_ciam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 164159b3361Sopenharmony_ci $(srcdir)/lame.spec.in $(top_srcdir)/Makefile.am.global \ 165159b3361Sopenharmony_ci COPYING ChangeLog INSTALL README TODO compile config.guess \ 166159b3361Sopenharmony_ci config.rpath config.sub depcomp install-sh ltmain.sh missing 167159b3361Sopenharmony_ciDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 168159b3361Sopenharmony_cidistdir = $(PACKAGE)-$(VERSION) 169159b3361Sopenharmony_citop_distdir = $(distdir) 170159b3361Sopenharmony_ciam__remove_distdir = \ 171159b3361Sopenharmony_ci if test -d "$(distdir)"; then \ 172159b3361Sopenharmony_ci find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 173159b3361Sopenharmony_ci && rm -rf "$(distdir)" \ 174159b3361Sopenharmony_ci || { sleep 5 && rm -rf "$(distdir)"; }; \ 175159b3361Sopenharmony_ci else :; fi 176159b3361Sopenharmony_ciam__post_remove_distdir = $(am__remove_distdir) 177159b3361Sopenharmony_ciam__relativize = \ 178159b3361Sopenharmony_ci dir0=`pwd`; \ 179159b3361Sopenharmony_ci sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 180159b3361Sopenharmony_ci sed_rest='s,^[^/]*/*,,'; \ 181159b3361Sopenharmony_ci sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 182159b3361Sopenharmony_ci sed_butlast='s,/*[^/]*$$,,'; \ 183159b3361Sopenharmony_ci while test -n "$$dir1"; do \ 184159b3361Sopenharmony_ci first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 185159b3361Sopenharmony_ci if test "$$first" != "."; then \ 186159b3361Sopenharmony_ci if test "$$first" = ".."; then \ 187159b3361Sopenharmony_ci dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 188159b3361Sopenharmony_ci dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 189159b3361Sopenharmony_ci else \ 190159b3361Sopenharmony_ci first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 191159b3361Sopenharmony_ci if test "$$first2" = "$$first"; then \ 192159b3361Sopenharmony_ci dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 193159b3361Sopenharmony_ci else \ 194159b3361Sopenharmony_ci dir2="../$$dir2"; \ 195159b3361Sopenharmony_ci fi; \ 196159b3361Sopenharmony_ci dir0="$$dir0"/"$$first"; \ 197159b3361Sopenharmony_ci fi; \ 198159b3361Sopenharmony_ci fi; \ 199159b3361Sopenharmony_ci dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 200159b3361Sopenharmony_ci done; \ 201159b3361Sopenharmony_ci reldir="$$dir2" 202159b3361Sopenharmony_ciDIST_ARCHIVES = $(distdir).tar.gz 203159b3361Sopenharmony_ciGZIP_ENV = --best 204159b3361Sopenharmony_ciDIST_TARGETS = dist-gzip 205159b3361Sopenharmony_cidistuninstallcheck_listfiles = find . -type f -print 206159b3361Sopenharmony_ciam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 207159b3361Sopenharmony_ci | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 208159b3361Sopenharmony_cidistcleancheck_listfiles = find . -type f -print 209159b3361Sopenharmony_ciACLOCAL = @ACLOCAL@ 210159b3361Sopenharmony_ciALLOCA = @ALLOCA@ 211159b3361Sopenharmony_ciAMTAR = @AMTAR@ 212159b3361Sopenharmony_ciAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 213159b3361Sopenharmony_ciAR = @AR@ 214159b3361Sopenharmony_ciAUTOCONF = @AUTOCONF@ 215159b3361Sopenharmony_ciAUTOHEADER = @AUTOHEADER@ 216159b3361Sopenharmony_ciAUTOMAKE = @AUTOMAKE@ 217159b3361Sopenharmony_ciAWK = @AWK@ 218159b3361Sopenharmony_ciCC = @CC@ 219159b3361Sopenharmony_ciCCDEPMODE = @CCDEPMODE@ 220159b3361Sopenharmony_ciCFLAGS = @CFLAGS@ 221159b3361Sopenharmony_ciCONFIG_DEFS = @CONFIG_DEFS@ 222159b3361Sopenharmony_ciCONFIG_MATH_LIB = @CONFIG_MATH_LIB@ 223159b3361Sopenharmony_ciCPP = @CPP@ 224159b3361Sopenharmony_ciCPPFLAGS = @CPPFLAGS@ 225159b3361Sopenharmony_ciCPUCCODE = @CPUCCODE@ 226159b3361Sopenharmony_ciCPUTYPE = @CPUTYPE@ 227159b3361Sopenharmony_ciCYGPATH_W = @CYGPATH_W@ 228159b3361Sopenharmony_ciDEFS = @DEFS@ 229159b3361Sopenharmony_ciDEPDIR = @DEPDIR@ 230159b3361Sopenharmony_ciDLLTOOL = @DLLTOOL@ 231159b3361Sopenharmony_ciDSYMUTIL = @DSYMUTIL@ 232159b3361Sopenharmony_ciDUMPBIN = @DUMPBIN@ 233159b3361Sopenharmony_ciECHO_C = @ECHO_C@ 234159b3361Sopenharmony_ciECHO_N = @ECHO_N@ 235159b3361Sopenharmony_ciECHO_T = @ECHO_T@ 236159b3361Sopenharmony_ciEGREP = @EGREP@ 237159b3361Sopenharmony_ciEXEEXT = @EXEEXT@ 238159b3361Sopenharmony_ciFGREP = @FGREP@ 239159b3361Sopenharmony_ciFRONTEND_CFLAGS = @FRONTEND_CFLAGS@ 240159b3361Sopenharmony_ciFRONTEND_LDADD = @FRONTEND_LDADD@ 241159b3361Sopenharmony_ciFRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@ 242159b3361Sopenharmony_ciGREP = @GREP@ 243159b3361Sopenharmony_ciGTK_CFLAGS = @GTK_CFLAGS@ 244159b3361Sopenharmony_ciGTK_CONFIG = @GTK_CONFIG@ 245159b3361Sopenharmony_ciGTK_LIBS = @GTK_LIBS@ 246159b3361Sopenharmony_ciINCLUDES = @INCLUDES@ 247159b3361Sopenharmony_ciINSTALL = @INSTALL@ 248159b3361Sopenharmony_ciINSTALL_DATA = @INSTALL_DATA@ 249159b3361Sopenharmony_ciINSTALL_PROGRAM = @INSTALL_PROGRAM@ 250159b3361Sopenharmony_ciINSTALL_SCRIPT = @INSTALL_SCRIPT@ 251159b3361Sopenharmony_ciINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 252159b3361Sopenharmony_ciLD = @LD@ 253159b3361Sopenharmony_ciLDADD = @LDADD@ 254159b3361Sopenharmony_ciLDFLAGS = @LDFLAGS@ 255159b3361Sopenharmony_ciLIBICONV = @LIBICONV@ 256159b3361Sopenharmony_ciLIBMP3LAME_LDADD = @LIBMP3LAME_LDADD@ 257159b3361Sopenharmony_ciLIBOBJS = @LIBOBJS@ 258159b3361Sopenharmony_ciLIBS = @LIBS@ 259159b3361Sopenharmony_ciLIBTOOL = @LIBTOOL@ 260159b3361Sopenharmony_ciLIBTOOL_DEPS = @LIBTOOL_DEPS@ 261159b3361Sopenharmony_ciLIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@ 262159b3361Sopenharmony_ciLIB_MINOR_VERSION = @LIB_MINOR_VERSION@ 263159b3361Sopenharmony_ciLIPO = @LIPO@ 264159b3361Sopenharmony_ciLN_S = @LN_S@ 265159b3361Sopenharmony_ciLTLIBICONV = @LTLIBICONV@ 266159b3361Sopenharmony_ciLTLIBOBJS = @LTLIBOBJS@ 267159b3361Sopenharmony_ciLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 268159b3361Sopenharmony_ciMAINT = @MAINT@ 269159b3361Sopenharmony_ciMAKEDEP = @MAKEDEP@ 270159b3361Sopenharmony_ciMAKEINFO = @MAKEINFO@ 271159b3361Sopenharmony_ciMANIFEST_TOOL = @MANIFEST_TOOL@ 272159b3361Sopenharmony_ciMKDIR_P = @MKDIR_P@ 273159b3361Sopenharmony_ciNASM = @NASM@ 274159b3361Sopenharmony_ciNASM_FORMAT = @NASM_FORMAT@ 275159b3361Sopenharmony_ciNM = @NM@ 276159b3361Sopenharmony_ciNMEDIT = @NMEDIT@ 277159b3361Sopenharmony_ciOBJDUMP = @OBJDUMP@ 278159b3361Sopenharmony_ciOBJEXT = @OBJEXT@ 279159b3361Sopenharmony_ciOTOOL = @OTOOL@ 280159b3361Sopenharmony_ciOTOOL64 = @OTOOL64@ 281159b3361Sopenharmony_ciPACKAGE = @PACKAGE@ 282159b3361Sopenharmony_ciPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 283159b3361Sopenharmony_ciPACKAGE_NAME = @PACKAGE_NAME@ 284159b3361Sopenharmony_ciPACKAGE_STRING = @PACKAGE_STRING@ 285159b3361Sopenharmony_ciPACKAGE_TARNAME = @PACKAGE_TARNAME@ 286159b3361Sopenharmony_ciPACKAGE_URL = @PACKAGE_URL@ 287159b3361Sopenharmony_ciPACKAGE_VERSION = @PACKAGE_VERSION@ 288159b3361Sopenharmony_ciPATH_SEPARATOR = @PATH_SEPARATOR@ 289159b3361Sopenharmony_ciPKG_CONFIG = @PKG_CONFIG@ 290159b3361Sopenharmony_ciPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 291159b3361Sopenharmony_ciPKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 292159b3361Sopenharmony_ciRANLIB = @RANLIB@ 293159b3361Sopenharmony_ciRM_F = @RM_F@ 294159b3361Sopenharmony_ciSED = @SED@ 295159b3361Sopenharmony_ciSET_MAKE = @SET_MAKE@ 296159b3361Sopenharmony_ciSHELL = @SHELL@ 297159b3361Sopenharmony_ciSNDFILE_CFLAGS = @SNDFILE_CFLAGS@ 298159b3361Sopenharmony_ciSNDFILE_LIBS = @SNDFILE_LIBS@ 299159b3361Sopenharmony_ciSTRIP = @STRIP@ 300159b3361Sopenharmony_ciVERSION = @VERSION@ 301159b3361Sopenharmony_ciWITH_FRONTEND = @WITH_FRONTEND@ 302159b3361Sopenharmony_ciWITH_MP3RTP = @WITH_MP3RTP@ 303159b3361Sopenharmony_ciWITH_MP3X = @WITH_MP3X@ 304159b3361Sopenharmony_ciabs_builddir = @abs_builddir@ 305159b3361Sopenharmony_ciabs_srcdir = @abs_srcdir@ 306159b3361Sopenharmony_ciabs_top_builddir = @abs_top_builddir@ 307159b3361Sopenharmony_ciabs_top_srcdir = @abs_top_srcdir@ 308159b3361Sopenharmony_ciac_ct_AR = @ac_ct_AR@ 309159b3361Sopenharmony_ciac_ct_CC = @ac_ct_CC@ 310159b3361Sopenharmony_ciac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 311159b3361Sopenharmony_ciam__include = @am__include@ 312159b3361Sopenharmony_ciam__leading_dot = @am__leading_dot@ 313159b3361Sopenharmony_ciam__quote = @am__quote@ 314159b3361Sopenharmony_ciam__tar = @am__tar@ 315159b3361Sopenharmony_ciam__untar = @am__untar@ 316159b3361Sopenharmony_cibindir = @bindir@ 317159b3361Sopenharmony_cibuild = @build@ 318159b3361Sopenharmony_cibuild_alias = @build_alias@ 319159b3361Sopenharmony_cibuild_cpu = @build_cpu@ 320159b3361Sopenharmony_cibuild_os = @build_os@ 321159b3361Sopenharmony_cibuild_vendor = @build_vendor@ 322159b3361Sopenharmony_cibuilddir = @builddir@ 323159b3361Sopenharmony_cidatadir = @datadir@ 324159b3361Sopenharmony_cidatarootdir = @datarootdir@ 325159b3361Sopenharmony_cidocdir = @docdir@ 326159b3361Sopenharmony_cidvidir = @dvidir@ 327159b3361Sopenharmony_ciexec_prefix = @exec_prefix@ 328159b3361Sopenharmony_cihost = @host@ 329159b3361Sopenharmony_cihost_alias = @host_alias@ 330159b3361Sopenharmony_cihost_cpu = @host_cpu@ 331159b3361Sopenharmony_cihost_os = @host_os@ 332159b3361Sopenharmony_cihost_vendor = @host_vendor@ 333159b3361Sopenharmony_cihtmldir = @htmldir@ 334159b3361Sopenharmony_ciincludedir = @includedir@ 335159b3361Sopenharmony_ciinfodir = @infodir@ 336159b3361Sopenharmony_ciinstall_sh = @install_sh@ 337159b3361Sopenharmony_cilibdir = @libdir@ 338159b3361Sopenharmony_cilibexecdir = @libexecdir@ 339159b3361Sopenharmony_cilocaledir = @localedir@ 340159b3361Sopenharmony_cilocalstatedir = @localstatedir@ 341159b3361Sopenharmony_cimandir = @mandir@ 342159b3361Sopenharmony_cimkdir_p = @mkdir_p@ 343159b3361Sopenharmony_cimpg123_CFLAGS = @mpg123_CFLAGS@ 344159b3361Sopenharmony_cimpg123_LIBS = @mpg123_LIBS@ 345159b3361Sopenharmony_cioldincludedir = @oldincludedir@ 346159b3361Sopenharmony_cipdfdir = @pdfdir@ 347159b3361Sopenharmony_ciprefix = @prefix@ 348159b3361Sopenharmony_ciprogram_transform_name = @program_transform_name@ 349159b3361Sopenharmony_cipsdir = @psdir@ 350159b3361Sopenharmony_cisbindir = @sbindir@ 351159b3361Sopenharmony_cisharedstatedir = @sharedstatedir@ 352159b3361Sopenharmony_cisrcdir = @srcdir@ 353159b3361Sopenharmony_cisysconfdir = @sysconfdir@ 354159b3361Sopenharmony_citarget_alias = @target_alias@ 355159b3361Sopenharmony_citop_build_prefix = @top_build_prefix@ 356159b3361Sopenharmony_citop_builddir = @top_builddir@ 357159b3361Sopenharmony_citop_srcdir = @top_srcdir@ 358159b3361Sopenharmony_ciAUTOMAKE_OPTIONS = 1.15 foreign 359159b3361Sopenharmony_ciSUBDIRS = mpglib libmp3lame frontend Dll doc include misc dshow ACM \ 360159b3361Sopenharmony_ci mac macosx vc_solution 361159b3361Sopenharmony_ci 362159b3361Sopenharmony_ciCLEANFILES = testcase.new.mp3 363159b3361Sopenharmony_ciEXTRA_DIST = \ 364159b3361Sopenharmony_ci API \ 365159b3361Sopenharmony_ci DEFINES \ 366159b3361Sopenharmony_ci HACKING \ 367159b3361Sopenharmony_ci INSTALL.configure \ 368159b3361Sopenharmony_ci LICENSE \ 369159b3361Sopenharmony_ci Makefile.MSVC \ 370159b3361Sopenharmony_ci Makefile.unix \ 371159b3361Sopenharmony_ci Makefile.am.global \ 372159b3361Sopenharmony_ci README.WINGTK \ 373159b3361Sopenharmony_ci STYLEGUIDE \ 374159b3361Sopenharmony_ci USAGE \ 375159b3361Sopenharmony_ci configMS.h \ 376159b3361Sopenharmony_ci debian \ 377159b3361Sopenharmony_ci lame.bat \ 378159b3361Sopenharmony_ci lame.spec.in \ 379159b3361Sopenharmony_ci lame.spec \ 380159b3361Sopenharmony_ci testcase.mp3 \ 381159b3361Sopenharmony_ci testcase.wav 382159b3361Sopenharmony_ci 383159b3361Sopenharmony_ciall: config.h 384159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) all-recursive 385159b3361Sopenharmony_ci 386159b3361Sopenharmony_ci.SUFFIXES: 387159b3361Sopenharmony_ciam--refresh: Makefile 388159b3361Sopenharmony_ci @: 389159b3361Sopenharmony_ci$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps) 390159b3361Sopenharmony_ci @for dep in $?; do \ 391159b3361Sopenharmony_ci case '$(am__configure_deps)' in \ 392159b3361Sopenharmony_ci *$$dep*) \ 393159b3361Sopenharmony_ci echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 394159b3361Sopenharmony_ci $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 395159b3361Sopenharmony_ci && exit 0; \ 396159b3361Sopenharmony_ci exit 1;; \ 397159b3361Sopenharmony_ci esac; \ 398159b3361Sopenharmony_ci done; \ 399159b3361Sopenharmony_ci echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 400159b3361Sopenharmony_ci $(am__cd) $(top_srcdir) && \ 401159b3361Sopenharmony_ci $(AUTOMAKE) --foreign Makefile 402159b3361Sopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 403159b3361Sopenharmony_ci @case '$?' in \ 404159b3361Sopenharmony_ci *config.status*) \ 405159b3361Sopenharmony_ci echo ' $(SHELL) ./config.status'; \ 406159b3361Sopenharmony_ci $(SHELL) ./config.status;; \ 407159b3361Sopenharmony_ci *) \ 408159b3361Sopenharmony_ci echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 409159b3361Sopenharmony_ci cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 410159b3361Sopenharmony_ci esac; 411159b3361Sopenharmony_ci$(top_srcdir)/Makefile.am.global $(am__empty): 412159b3361Sopenharmony_ci 413159b3361Sopenharmony_ci$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 414159b3361Sopenharmony_ci $(SHELL) ./config.status --recheck 415159b3361Sopenharmony_ci 416159b3361Sopenharmony_ci$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 417159b3361Sopenharmony_ci $(am__cd) $(srcdir) && $(AUTOCONF) 418159b3361Sopenharmony_ci$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 419159b3361Sopenharmony_ci $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 420159b3361Sopenharmony_ci$(am__aclocal_m4_deps): 421159b3361Sopenharmony_ci 422159b3361Sopenharmony_ciconfig.h: stamp-h1 423159b3361Sopenharmony_ci @test -f $@ || rm -f stamp-h1 424159b3361Sopenharmony_ci @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 425159b3361Sopenharmony_ci 426159b3361Sopenharmony_cistamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 427159b3361Sopenharmony_ci @rm -f stamp-h1 428159b3361Sopenharmony_ci cd $(top_builddir) && $(SHELL) ./config.status config.h 429159b3361Sopenharmony_ci$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 430159b3361Sopenharmony_ci ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 431159b3361Sopenharmony_ci rm -f stamp-h1 432159b3361Sopenharmony_ci touch $@ 433159b3361Sopenharmony_ci 434159b3361Sopenharmony_cidistclean-hdr: 435159b3361Sopenharmony_ci -rm -f config.h stamp-h1 436159b3361Sopenharmony_cilame.spec: $(top_builddir)/config.status $(srcdir)/lame.spec.in 437159b3361Sopenharmony_ci cd $(top_builddir) && $(SHELL) ./config.status $@ 438159b3361Sopenharmony_ci 439159b3361Sopenharmony_cimostlyclean-libtool: 440159b3361Sopenharmony_ci -rm -f *.lo 441159b3361Sopenharmony_ci 442159b3361Sopenharmony_ciclean-libtool: 443159b3361Sopenharmony_ci -rm -rf .libs _libs 444159b3361Sopenharmony_ci 445159b3361Sopenharmony_cidistclean-libtool: 446159b3361Sopenharmony_ci -rm -f libtool config.lt 447159b3361Sopenharmony_ci 448159b3361Sopenharmony_ci# This directory's subdirectories are mostly independent; you can cd 449159b3361Sopenharmony_ci# into them and run 'make' without going through this Makefile. 450159b3361Sopenharmony_ci# To change the values of 'make' variables: instead of editing Makefiles, 451159b3361Sopenharmony_ci# (1) if the variable is set in 'config.status', edit 'config.status' 452159b3361Sopenharmony_ci# (which will cause the Makefiles to be regenerated when you run 'make'); 453159b3361Sopenharmony_ci# (2) otherwise, pass the desired values on the 'make' command line. 454159b3361Sopenharmony_ci$(am__recursive_targets): 455159b3361Sopenharmony_ci @fail=; \ 456159b3361Sopenharmony_ci if $(am__make_keepgoing); then \ 457159b3361Sopenharmony_ci failcom='fail=yes'; \ 458159b3361Sopenharmony_ci else \ 459159b3361Sopenharmony_ci failcom='exit 1'; \ 460159b3361Sopenharmony_ci fi; \ 461159b3361Sopenharmony_ci dot_seen=no; \ 462159b3361Sopenharmony_ci target=`echo $@ | sed s/-recursive//`; \ 463159b3361Sopenharmony_ci case "$@" in \ 464159b3361Sopenharmony_ci distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 465159b3361Sopenharmony_ci *) list='$(SUBDIRS)' ;; \ 466159b3361Sopenharmony_ci esac; \ 467159b3361Sopenharmony_ci for subdir in $$list; do \ 468159b3361Sopenharmony_ci echo "Making $$target in $$subdir"; \ 469159b3361Sopenharmony_ci if test "$$subdir" = "."; then \ 470159b3361Sopenharmony_ci dot_seen=yes; \ 471159b3361Sopenharmony_ci local_target="$$target-am"; \ 472159b3361Sopenharmony_ci else \ 473159b3361Sopenharmony_ci local_target="$$target"; \ 474159b3361Sopenharmony_ci fi; \ 475159b3361Sopenharmony_ci ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 476159b3361Sopenharmony_ci || eval $$failcom; \ 477159b3361Sopenharmony_ci done; \ 478159b3361Sopenharmony_ci if test "$$dot_seen" = "no"; then \ 479159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 480159b3361Sopenharmony_ci fi; test -z "$$fail" 481159b3361Sopenharmony_ci 482159b3361Sopenharmony_ciID: $(am__tagged_files) 483159b3361Sopenharmony_ci $(am__define_uniq_tagged_files); mkid -fID $$unique 484159b3361Sopenharmony_citags: tags-recursive 485159b3361Sopenharmony_ciTAGS: tags 486159b3361Sopenharmony_ci 487159b3361Sopenharmony_citags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 488159b3361Sopenharmony_ci set x; \ 489159b3361Sopenharmony_ci here=`pwd`; \ 490159b3361Sopenharmony_ci if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 491159b3361Sopenharmony_ci include_option=--etags-include; \ 492159b3361Sopenharmony_ci empty_fix=.; \ 493159b3361Sopenharmony_ci else \ 494159b3361Sopenharmony_ci include_option=--include; \ 495159b3361Sopenharmony_ci empty_fix=; \ 496159b3361Sopenharmony_ci fi; \ 497159b3361Sopenharmony_ci list='$(SUBDIRS)'; for subdir in $$list; do \ 498159b3361Sopenharmony_ci if test "$$subdir" = .; then :; else \ 499159b3361Sopenharmony_ci test ! -f $$subdir/TAGS || \ 500159b3361Sopenharmony_ci set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 501159b3361Sopenharmony_ci fi; \ 502159b3361Sopenharmony_ci done; \ 503159b3361Sopenharmony_ci $(am__define_uniq_tagged_files); \ 504159b3361Sopenharmony_ci shift; \ 505159b3361Sopenharmony_ci if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 506159b3361Sopenharmony_ci test -n "$$unique" || unique=$$empty_fix; \ 507159b3361Sopenharmony_ci if test $$# -gt 0; then \ 508159b3361Sopenharmony_ci $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 509159b3361Sopenharmony_ci "$$@" $$unique; \ 510159b3361Sopenharmony_ci else \ 511159b3361Sopenharmony_ci $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 512159b3361Sopenharmony_ci $$unique; \ 513159b3361Sopenharmony_ci fi; \ 514159b3361Sopenharmony_ci fi 515159b3361Sopenharmony_cictags: ctags-recursive 516159b3361Sopenharmony_ci 517159b3361Sopenharmony_ciCTAGS: ctags 518159b3361Sopenharmony_cictags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 519159b3361Sopenharmony_ci $(am__define_uniq_tagged_files); \ 520159b3361Sopenharmony_ci test -z "$(CTAGS_ARGS)$$unique" \ 521159b3361Sopenharmony_ci || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 522159b3361Sopenharmony_ci $$unique 523159b3361Sopenharmony_ci 524159b3361Sopenharmony_ciGTAGS: 525159b3361Sopenharmony_ci here=`$(am__cd) $(top_builddir) && pwd` \ 526159b3361Sopenharmony_ci && $(am__cd) $(top_srcdir) \ 527159b3361Sopenharmony_ci && gtags -i $(GTAGS_ARGS) "$$here" 528159b3361Sopenharmony_cicscope: cscope.files 529159b3361Sopenharmony_ci test ! -s cscope.files \ 530159b3361Sopenharmony_ci || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 531159b3361Sopenharmony_ciclean-cscope: 532159b3361Sopenharmony_ci -rm -f cscope.files 533159b3361Sopenharmony_cicscope.files: clean-cscope cscopelist 534159b3361Sopenharmony_cicscopelist: cscopelist-recursive 535159b3361Sopenharmony_ci 536159b3361Sopenharmony_cicscopelist-am: $(am__tagged_files) 537159b3361Sopenharmony_ci list='$(am__tagged_files)'; \ 538159b3361Sopenharmony_ci case "$(srcdir)" in \ 539159b3361Sopenharmony_ci [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 540159b3361Sopenharmony_ci *) sdir=$(subdir)/$(srcdir) ;; \ 541159b3361Sopenharmony_ci esac; \ 542159b3361Sopenharmony_ci for i in $$list; do \ 543159b3361Sopenharmony_ci if test -f "$$i"; then \ 544159b3361Sopenharmony_ci echo "$(subdir)/$$i"; \ 545159b3361Sopenharmony_ci else \ 546159b3361Sopenharmony_ci echo "$$sdir/$$i"; \ 547159b3361Sopenharmony_ci fi; \ 548159b3361Sopenharmony_ci done >> $(top_builddir)/cscope.files 549159b3361Sopenharmony_ci 550159b3361Sopenharmony_cidistclean-tags: 551159b3361Sopenharmony_ci -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 552159b3361Sopenharmony_ci -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 553159b3361Sopenharmony_ci 554159b3361Sopenharmony_cidistdir: $(BUILT_SOURCES) 555159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) distdir-am 556159b3361Sopenharmony_ci 557159b3361Sopenharmony_cidistdir-am: $(DISTFILES) 558159b3361Sopenharmony_ci $(am__remove_distdir) 559159b3361Sopenharmony_ci test -d "$(distdir)" || mkdir "$(distdir)" 560159b3361Sopenharmony_ci @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 561159b3361Sopenharmony_ci topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 562159b3361Sopenharmony_ci list='$(DISTFILES)'; \ 563159b3361Sopenharmony_ci dist_files=`for file in $$list; do echo $$file; done | \ 564159b3361Sopenharmony_ci sed -e "s|^$$srcdirstrip/||;t" \ 565159b3361Sopenharmony_ci -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 566159b3361Sopenharmony_ci case $$dist_files in \ 567159b3361Sopenharmony_ci */*) $(MKDIR_P) `echo "$$dist_files" | \ 568159b3361Sopenharmony_ci sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 569159b3361Sopenharmony_ci sort -u` ;; \ 570159b3361Sopenharmony_ci esac; \ 571159b3361Sopenharmony_ci for file in $$dist_files; do \ 572159b3361Sopenharmony_ci if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 573159b3361Sopenharmony_ci if test -d $$d/$$file; then \ 574159b3361Sopenharmony_ci dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 575159b3361Sopenharmony_ci if test -d "$(distdir)/$$file"; then \ 576159b3361Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 577159b3361Sopenharmony_ci fi; \ 578159b3361Sopenharmony_ci if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 579159b3361Sopenharmony_ci cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 580159b3361Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 581159b3361Sopenharmony_ci fi; \ 582159b3361Sopenharmony_ci cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 583159b3361Sopenharmony_ci else \ 584159b3361Sopenharmony_ci test -f "$(distdir)/$$file" \ 585159b3361Sopenharmony_ci || cp -p $$d/$$file "$(distdir)/$$file" \ 586159b3361Sopenharmony_ci || exit 1; \ 587159b3361Sopenharmony_ci fi; \ 588159b3361Sopenharmony_ci done 589159b3361Sopenharmony_ci @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 590159b3361Sopenharmony_ci if test "$$subdir" = .; then :; else \ 591159b3361Sopenharmony_ci $(am__make_dryrun) \ 592159b3361Sopenharmony_ci || test -d "$(distdir)/$$subdir" \ 593159b3361Sopenharmony_ci || $(MKDIR_P) "$(distdir)/$$subdir" \ 594159b3361Sopenharmony_ci || exit 1; \ 595159b3361Sopenharmony_ci dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 596159b3361Sopenharmony_ci $(am__relativize); \ 597159b3361Sopenharmony_ci new_distdir=$$reldir; \ 598159b3361Sopenharmony_ci dir1=$$subdir; dir2="$(top_distdir)"; \ 599159b3361Sopenharmony_ci $(am__relativize); \ 600159b3361Sopenharmony_ci new_top_distdir=$$reldir; \ 601159b3361Sopenharmony_ci echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 602159b3361Sopenharmony_ci echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 603159b3361Sopenharmony_ci ($(am__cd) $$subdir && \ 604159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) \ 605159b3361Sopenharmony_ci top_distdir="$$new_top_distdir" \ 606159b3361Sopenharmony_ci distdir="$$new_distdir" \ 607159b3361Sopenharmony_ci am__remove_distdir=: \ 608159b3361Sopenharmony_ci am__skip_length_check=: \ 609159b3361Sopenharmony_ci am__skip_mode_fix=: \ 610159b3361Sopenharmony_ci distdir) \ 611159b3361Sopenharmony_ci || exit 1; \ 612159b3361Sopenharmony_ci fi; \ 613159b3361Sopenharmony_ci done 614159b3361Sopenharmony_ci -test -n "$(am__skip_mode_fix)" \ 615159b3361Sopenharmony_ci || find "$(distdir)" -type d ! -perm -755 \ 616159b3361Sopenharmony_ci -exec chmod u+rwx,go+rx {} \; -o \ 617159b3361Sopenharmony_ci ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 618159b3361Sopenharmony_ci ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 619159b3361Sopenharmony_ci ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 620159b3361Sopenharmony_ci || chmod -R a+r "$(distdir)" 621159b3361Sopenharmony_cidist-gzip: distdir 622159b3361Sopenharmony_ci tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 623159b3361Sopenharmony_ci $(am__post_remove_distdir) 624159b3361Sopenharmony_ci 625159b3361Sopenharmony_cidist-bzip2: distdir 626159b3361Sopenharmony_ci tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 627159b3361Sopenharmony_ci $(am__post_remove_distdir) 628159b3361Sopenharmony_ci 629159b3361Sopenharmony_cidist-lzip: distdir 630159b3361Sopenharmony_ci tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 631159b3361Sopenharmony_ci $(am__post_remove_distdir) 632159b3361Sopenharmony_ci 633159b3361Sopenharmony_cidist-xz: distdir 634159b3361Sopenharmony_ci tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 635159b3361Sopenharmony_ci $(am__post_remove_distdir) 636159b3361Sopenharmony_ci 637159b3361Sopenharmony_cidist-zstd: distdir 638159b3361Sopenharmony_ci tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 639159b3361Sopenharmony_ci $(am__post_remove_distdir) 640159b3361Sopenharmony_ci 641159b3361Sopenharmony_cidist-tarZ: distdir 642159b3361Sopenharmony_ci @echo WARNING: "Support for distribution archives compressed with" \ 643159b3361Sopenharmony_ci "legacy program 'compress' is deprecated." >&2 644159b3361Sopenharmony_ci @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 645159b3361Sopenharmony_ci tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 646159b3361Sopenharmony_ci $(am__post_remove_distdir) 647159b3361Sopenharmony_ci 648159b3361Sopenharmony_cidist-shar: distdir 649159b3361Sopenharmony_ci @echo WARNING: "Support for shar distribution archives is" \ 650159b3361Sopenharmony_ci "deprecated." >&2 651159b3361Sopenharmony_ci @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 652159b3361Sopenharmony_ci shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 653159b3361Sopenharmony_ci $(am__post_remove_distdir) 654159b3361Sopenharmony_ci 655159b3361Sopenharmony_cidist-zip: distdir 656159b3361Sopenharmony_ci -rm -f $(distdir).zip 657159b3361Sopenharmony_ci zip -rq $(distdir).zip $(distdir) 658159b3361Sopenharmony_ci $(am__post_remove_distdir) 659159b3361Sopenharmony_ci 660159b3361Sopenharmony_cidist dist-all: 661159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 662159b3361Sopenharmony_ci $(am__post_remove_distdir) 663159b3361Sopenharmony_ci 664159b3361Sopenharmony_ci# This target untars the dist file and tries a VPATH configuration. Then 665159b3361Sopenharmony_ci# it guarantees that the distribution is self-contained by making another 666159b3361Sopenharmony_ci# tarfile. 667159b3361Sopenharmony_cidistcheck: dist 668159b3361Sopenharmony_ci case '$(DIST_ARCHIVES)' in \ 669159b3361Sopenharmony_ci *.tar.gz*) \ 670159b3361Sopenharmony_ci eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 671159b3361Sopenharmony_ci *.tar.bz2*) \ 672159b3361Sopenharmony_ci bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 673159b3361Sopenharmony_ci *.tar.lz*) \ 674159b3361Sopenharmony_ci lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 675159b3361Sopenharmony_ci *.tar.xz*) \ 676159b3361Sopenharmony_ci xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 677159b3361Sopenharmony_ci *.tar.Z*) \ 678159b3361Sopenharmony_ci uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 679159b3361Sopenharmony_ci *.shar.gz*) \ 680159b3361Sopenharmony_ci eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 681159b3361Sopenharmony_ci *.zip*) \ 682159b3361Sopenharmony_ci unzip $(distdir).zip ;;\ 683159b3361Sopenharmony_ci *.tar.zst*) \ 684159b3361Sopenharmony_ci zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 685159b3361Sopenharmony_ci esac 686159b3361Sopenharmony_ci chmod -R a-w $(distdir) 687159b3361Sopenharmony_ci chmod u+w $(distdir) 688159b3361Sopenharmony_ci mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 689159b3361Sopenharmony_ci chmod a-w $(distdir) 690159b3361Sopenharmony_ci test -d $(distdir)/_build || exit 0; \ 691159b3361Sopenharmony_ci dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 692159b3361Sopenharmony_ci && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 693159b3361Sopenharmony_ci && am__cwd=`pwd` \ 694159b3361Sopenharmony_ci && $(am__cd) $(distdir)/_build/sub \ 695159b3361Sopenharmony_ci && ../../configure \ 696159b3361Sopenharmony_ci $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 697159b3361Sopenharmony_ci $(DISTCHECK_CONFIGURE_FLAGS) \ 698159b3361Sopenharmony_ci --srcdir=../.. --prefix="$$dc_install_base" \ 699159b3361Sopenharmony_ci && $(MAKE) $(AM_MAKEFLAGS) \ 700159b3361Sopenharmony_ci && $(MAKE) $(AM_MAKEFLAGS) dvi \ 701159b3361Sopenharmony_ci && $(MAKE) $(AM_MAKEFLAGS) check \ 702159b3361Sopenharmony_ci && $(MAKE) $(AM_MAKEFLAGS) install \ 703159b3361Sopenharmony_ci && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 704159b3361Sopenharmony_ci && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 705159b3361Sopenharmony_ci && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 706159b3361Sopenharmony_ci distuninstallcheck \ 707159b3361Sopenharmony_ci && chmod -R a-w "$$dc_install_base" \ 708159b3361Sopenharmony_ci && ({ \ 709159b3361Sopenharmony_ci (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 710159b3361Sopenharmony_ci && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 711159b3361Sopenharmony_ci && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 712159b3361Sopenharmony_ci && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 713159b3361Sopenharmony_ci distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 714159b3361Sopenharmony_ci } || { rm -rf "$$dc_destdir"; exit 1; }) \ 715159b3361Sopenharmony_ci && rm -rf "$$dc_destdir" \ 716159b3361Sopenharmony_ci && $(MAKE) $(AM_MAKEFLAGS) dist \ 717159b3361Sopenharmony_ci && rm -rf $(DIST_ARCHIVES) \ 718159b3361Sopenharmony_ci && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 719159b3361Sopenharmony_ci && cd "$$am__cwd" \ 720159b3361Sopenharmony_ci || exit 1 721159b3361Sopenharmony_ci $(am__post_remove_distdir) 722159b3361Sopenharmony_ci @(echo "$(distdir) archives ready for distribution: "; \ 723159b3361Sopenharmony_ci list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 724159b3361Sopenharmony_ci sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 725159b3361Sopenharmony_cidistuninstallcheck: 726159b3361Sopenharmony_ci @test -n '$(distuninstallcheck_dir)' || { \ 727159b3361Sopenharmony_ci echo 'ERROR: trying to run $@ with an empty' \ 728159b3361Sopenharmony_ci '$$(distuninstallcheck_dir)' >&2; \ 729159b3361Sopenharmony_ci exit 1; \ 730159b3361Sopenharmony_ci }; \ 731159b3361Sopenharmony_ci $(am__cd) '$(distuninstallcheck_dir)' || { \ 732159b3361Sopenharmony_ci echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 733159b3361Sopenharmony_ci exit 1; \ 734159b3361Sopenharmony_ci }; \ 735159b3361Sopenharmony_ci test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 736159b3361Sopenharmony_ci || { echo "ERROR: files left after uninstall:" ; \ 737159b3361Sopenharmony_ci if test -n "$(DESTDIR)"; then \ 738159b3361Sopenharmony_ci echo " (check DESTDIR support)"; \ 739159b3361Sopenharmony_ci fi ; \ 740159b3361Sopenharmony_ci $(distuninstallcheck_listfiles) ; \ 741159b3361Sopenharmony_ci exit 1; } >&2 742159b3361Sopenharmony_cidistcleancheck: distclean 743159b3361Sopenharmony_ci @if test '$(srcdir)' = . ; then \ 744159b3361Sopenharmony_ci echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 745159b3361Sopenharmony_ci exit 1 ; \ 746159b3361Sopenharmony_ci fi 747159b3361Sopenharmony_ci @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 748159b3361Sopenharmony_ci || { echo "ERROR: files left in build directory after distclean:" ; \ 749159b3361Sopenharmony_ci $(distcleancheck_listfiles) ; \ 750159b3361Sopenharmony_ci exit 1; } >&2 751159b3361Sopenharmony_cicheck-am: all-am 752159b3361Sopenharmony_cicheck: check-recursive 753159b3361Sopenharmony_ciall-am: Makefile config.h 754159b3361Sopenharmony_ciinstalldirs: installdirs-recursive 755159b3361Sopenharmony_ciinstalldirs-am: 756159b3361Sopenharmony_ciinstall: install-recursive 757159b3361Sopenharmony_ciinstall-exec: install-exec-recursive 758159b3361Sopenharmony_ciinstall-data: install-data-recursive 759159b3361Sopenharmony_ciuninstall: uninstall-recursive 760159b3361Sopenharmony_ci 761159b3361Sopenharmony_ciinstall-am: all-am 762159b3361Sopenharmony_ci @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 763159b3361Sopenharmony_ci 764159b3361Sopenharmony_ciinstallcheck: installcheck-recursive 765159b3361Sopenharmony_ciinstall-strip: 766159b3361Sopenharmony_ci if test -z '$(STRIP)'; then \ 767159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 768159b3361Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 769159b3361Sopenharmony_ci install; \ 770159b3361Sopenharmony_ci else \ 771159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 772159b3361Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 773159b3361Sopenharmony_ci "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 774159b3361Sopenharmony_ci fi 775159b3361Sopenharmony_cimostlyclean-generic: 776159b3361Sopenharmony_ci 777159b3361Sopenharmony_ciclean-generic: 778159b3361Sopenharmony_ci -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 779159b3361Sopenharmony_ci 780159b3361Sopenharmony_cidistclean-generic: 781159b3361Sopenharmony_ci -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 782159b3361Sopenharmony_ci -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 783159b3361Sopenharmony_ci 784159b3361Sopenharmony_cimaintainer-clean-generic: 785159b3361Sopenharmony_ci @echo "This command is intended for maintainers to use" 786159b3361Sopenharmony_ci @echo "it deletes files that may require special tools to rebuild." 787159b3361Sopenharmony_ciclean: clean-recursive 788159b3361Sopenharmony_ci 789159b3361Sopenharmony_ciclean-am: clean-generic clean-libtool mostlyclean-am 790159b3361Sopenharmony_ci 791159b3361Sopenharmony_cidistclean: distclean-recursive 792159b3361Sopenharmony_ci -rm -f $(am__CONFIG_DISTCLEAN_FILES) 793159b3361Sopenharmony_ci -rm -f Makefile 794159b3361Sopenharmony_cidistclean-am: clean-am distclean-generic distclean-hdr \ 795159b3361Sopenharmony_ci distclean-libtool distclean-tags 796159b3361Sopenharmony_ci 797159b3361Sopenharmony_cidvi: dvi-recursive 798159b3361Sopenharmony_ci 799159b3361Sopenharmony_cidvi-am: 800159b3361Sopenharmony_ci 801159b3361Sopenharmony_cihtml: html-recursive 802159b3361Sopenharmony_ci 803159b3361Sopenharmony_cihtml-am: 804159b3361Sopenharmony_ci 805159b3361Sopenharmony_ciinfo: info-recursive 806159b3361Sopenharmony_ci 807159b3361Sopenharmony_ciinfo-am: 808159b3361Sopenharmony_ci 809159b3361Sopenharmony_ciinstall-data-am: 810159b3361Sopenharmony_ci 811159b3361Sopenharmony_ciinstall-dvi: install-dvi-recursive 812159b3361Sopenharmony_ci 813159b3361Sopenharmony_ciinstall-dvi-am: 814159b3361Sopenharmony_ci 815159b3361Sopenharmony_ciinstall-exec-am: 816159b3361Sopenharmony_ci 817159b3361Sopenharmony_ciinstall-html: install-html-recursive 818159b3361Sopenharmony_ci 819159b3361Sopenharmony_ciinstall-html-am: 820159b3361Sopenharmony_ci 821159b3361Sopenharmony_ciinstall-info: install-info-recursive 822159b3361Sopenharmony_ci 823159b3361Sopenharmony_ciinstall-info-am: 824159b3361Sopenharmony_ci 825159b3361Sopenharmony_ciinstall-man: 826159b3361Sopenharmony_ci 827159b3361Sopenharmony_ciinstall-pdf: install-pdf-recursive 828159b3361Sopenharmony_ci 829159b3361Sopenharmony_ciinstall-pdf-am: 830159b3361Sopenharmony_ci 831159b3361Sopenharmony_ciinstall-ps: install-ps-recursive 832159b3361Sopenharmony_ci 833159b3361Sopenharmony_ciinstall-ps-am: 834159b3361Sopenharmony_ci 835159b3361Sopenharmony_ciinstallcheck-am: 836159b3361Sopenharmony_ci 837159b3361Sopenharmony_cimaintainer-clean: maintainer-clean-recursive 838159b3361Sopenharmony_ci -rm -f $(am__CONFIG_DISTCLEAN_FILES) 839159b3361Sopenharmony_ci -rm -rf $(top_srcdir)/autom4te.cache 840159b3361Sopenharmony_ci -rm -f Makefile 841159b3361Sopenharmony_cimaintainer-clean-am: distclean-am maintainer-clean-generic 842159b3361Sopenharmony_ci 843159b3361Sopenharmony_cimostlyclean: mostlyclean-recursive 844159b3361Sopenharmony_ci 845159b3361Sopenharmony_cimostlyclean-am: mostlyclean-generic mostlyclean-libtool 846159b3361Sopenharmony_ci 847159b3361Sopenharmony_cipdf: pdf-recursive 848159b3361Sopenharmony_ci 849159b3361Sopenharmony_cipdf-am: 850159b3361Sopenharmony_ci 851159b3361Sopenharmony_cips: ps-recursive 852159b3361Sopenharmony_ci 853159b3361Sopenharmony_cips-am: 854159b3361Sopenharmony_ci 855159b3361Sopenharmony_ciuninstall-am: 856159b3361Sopenharmony_ci 857159b3361Sopenharmony_ci.MAKE: $(am__recursive_targets) all install-am install-strip 858159b3361Sopenharmony_ci 859159b3361Sopenharmony_ci.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 860159b3361Sopenharmony_ci am--refresh check check-am clean clean-cscope clean-generic \ 861159b3361Sopenharmony_ci clean-libtool cscope cscopelist-am ctags ctags-am dist \ 862159b3361Sopenharmony_ci dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 863159b3361Sopenharmony_ci dist-xz dist-zip dist-zstd distcheck distclean \ 864159b3361Sopenharmony_ci distclean-generic distclean-hdr distclean-libtool \ 865159b3361Sopenharmony_ci distclean-tags distcleancheck distdir distuninstallcheck dvi \ 866159b3361Sopenharmony_ci dvi-am html html-am info info-am install install-am \ 867159b3361Sopenharmony_ci install-data install-data-am install-dvi install-dvi-am \ 868159b3361Sopenharmony_ci install-exec install-exec-am install-html install-html-am \ 869159b3361Sopenharmony_ci install-info install-info-am install-man install-pdf \ 870159b3361Sopenharmony_ci install-pdf-am install-ps install-ps-am install-strip \ 871159b3361Sopenharmony_ci installcheck installcheck-am installdirs installdirs-am \ 872159b3361Sopenharmony_ci maintainer-clean maintainer-clean-generic mostlyclean \ 873159b3361Sopenharmony_ci mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 874159b3361Sopenharmony_ci tags tags-am uninstall uninstall-am 875159b3361Sopenharmony_ci 876159b3361Sopenharmony_ci.PRECIOUS: Makefile 877159b3361Sopenharmony_ci 878159b3361Sopenharmony_ci 879159b3361Sopenharmony_ci# end global section 880159b3361Sopenharmony_ci 881159b3361Sopenharmony_ci.PHONY: test 882159b3361Sopenharmony_ci 883159b3361Sopenharmony_ci# 884159b3361Sopenharmony_ci# The differences depend on the used processor architecture, the used 885159b3361Sopenharmony_ci# compiler and the used options for the compiler, so make test may 886159b3361Sopenharmony_ci# show some differences. You should only be concerned if you are a 887159b3361Sopenharmony_ci# LAME developer and the number of differences change after you 888159b3361Sopenharmony_ci# modified the source. 889159b3361Sopenharmony_ci# 890159b3361Sopenharmony_citestcase.new.mp3: testcase.wav frontend/lame$(EXEEXT) 891159b3361Sopenharmony_ci time frontend/lame$(EXEEXT) --nores $(top_srcdir)/testcase.wav testcase.new.mp3 || $(RM_F) testcase.new.mp3 892159b3361Sopenharmony_ci 893159b3361Sopenharmony_citest: testcase.mp3 testcase.new.mp3 894159b3361Sopenharmony_ci @echo 895159b3361Sopenharmony_ci @echo "The following output has value only for a LAME-developer, do not make _any_" 896159b3361Sopenharmony_ci @echo "assumptions about what this number means. You do not need to care about it." 897159b3361Sopenharmony_ci @cmp -l testcase.new.mp3 $(top_srcdir)/testcase.mp3 | wc -l 898159b3361Sopenharmony_ci 899159b3361Sopenharmony_citestupdate: testcase.mp3 testcase.new.mp3 900159b3361Sopenharmony_ci cp testcase.new.mp3 $(top_srcdir)/testcase.mp3 901159b3361Sopenharmony_ci 902159b3361Sopenharmony_citestg: frontend/mp3x$(EXEEXT) $(top_srcdir)/../test/castanets.wav 903159b3361Sopenharmony_ci frontend/mp3x$(EXEEXT) -h $(top_srcdir)/../test/castanets.wav 904159b3361Sopenharmony_ci 905159b3361Sopenharmony_ciupdate: 906159b3361Sopenharmony_ci cd $(top_srcdir) && svn update || true 907159b3361Sopenharmony_ci 908159b3361Sopenharmony_cidiff: 909159b3361Sopenharmony_ci cd $(top_srcdir) && svn diff || true 910159b3361Sopenharmony_ci 911159b3361Sopenharmony_cifrontend/lame$(EXEEXT): 912159b3361Sopenharmony_ci $(MAKE) $(MAKEFLAGS) 913159b3361Sopenharmony_ci 914159b3361Sopenharmony_cifrontend/mp3x$(EXEEXT): frontend/lame$(EXEEXT) 915159b3361Sopenharmony_ci 916159b3361Sopenharmony_ci# Tell versions [3.59,3.63) of GNU make to not export all variables. 917159b3361Sopenharmony_ci# Otherwise a system limit (for SysV at least) may be exceeded. 918159b3361Sopenharmony_ci.NOEXPORT: 919