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
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 = libmp3lame/i386
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 $(noinst_HEADERS) \
99159b3361Sopenharmony_ci	$(am__DIST_COMMON)
100159b3361Sopenharmony_cimkinstalldirs = $(install_sh) -d
101159b3361Sopenharmony_ciCONFIG_HEADER = $(top_builddir)/config.h
102159b3361Sopenharmony_ciCONFIG_CLEAN_FILES =
103159b3361Sopenharmony_ciCONFIG_CLEAN_VPATH_FILES =
104159b3361Sopenharmony_ciLTLIBRARIES = $(noinst_LTLIBRARIES)
105159b3361Sopenharmony_ciliblameasmroutines_la_LIBADD =
106159b3361Sopenharmony_ciam__liblameasmroutines_la_SOURCES_DIST = choose_table.nas cpu_feat.nas \
107159b3361Sopenharmony_ci	fft3dn.nas fftsse.nas
108159b3361Sopenharmony_ciam__objects_1 = choose_table.lo cpu_feat.lo fft3dn.lo fftsse.lo
109159b3361Sopenharmony_ciliblameasmroutines_la_OBJECTS = $(am_liblameasmroutines_la_OBJECTS)
110159b3361Sopenharmony_ciAM_V_lt = $(am__v_lt_@AM_V@)
111159b3361Sopenharmony_ciam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
112159b3361Sopenharmony_ciam__v_lt_0 = --silent
113159b3361Sopenharmony_ciam__v_lt_1 = 
114159b3361Sopenharmony_ci@HAVE_NASM_TRUE@am_liblameasmroutines_la_rpath =
115159b3361Sopenharmony_ciAM_V_P = $(am__v_P_@AM_V@)
116159b3361Sopenharmony_ciam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
117159b3361Sopenharmony_ciam__v_P_0 = false
118159b3361Sopenharmony_ciam__v_P_1 = :
119159b3361Sopenharmony_ciAM_V_GEN = $(am__v_GEN_@AM_V@)
120159b3361Sopenharmony_ciam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121159b3361Sopenharmony_ciam__v_GEN_0 = @echo "  GEN     " $@;
122159b3361Sopenharmony_ciam__v_GEN_1 = 
123159b3361Sopenharmony_ciAM_V_at = $(am__v_at_@AM_V@)
124159b3361Sopenharmony_ciam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125159b3361Sopenharmony_ciam__v_at_0 = @
126159b3361Sopenharmony_ciam__v_at_1 = 
127159b3361Sopenharmony_ciDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
128159b3361Sopenharmony_ciSOURCES = $(liblameasmroutines_la_SOURCES) \
129159b3361Sopenharmony_ci	$(EXTRA_liblameasmroutines_la_SOURCES)
130159b3361Sopenharmony_ciDIST_SOURCES = $(am__liblameasmroutines_la_SOURCES_DIST) \
131159b3361Sopenharmony_ci	$(EXTRA_liblameasmroutines_la_SOURCES)
132159b3361Sopenharmony_ciam__can_run_installinfo = \
133159b3361Sopenharmony_ci  case $$AM_UPDATE_INFO_DIR in \
134159b3361Sopenharmony_ci    n|no|NO) false;; \
135159b3361Sopenharmony_ci    *) (install-info --version) >/dev/null 2>&1;; \
136159b3361Sopenharmony_ci  esac
137159b3361Sopenharmony_ciHEADERS = $(noinst_HEADERS)
138159b3361Sopenharmony_ciam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
139159b3361Sopenharmony_ci# Read a list of newline-separated strings from the standard input,
140159b3361Sopenharmony_ci# and print each of them once, without duplicates.  Input order is
141159b3361Sopenharmony_ci# *not* preserved.
142159b3361Sopenharmony_ciam__uniquify_input = $(AWK) '\
143159b3361Sopenharmony_ci  BEGIN { nonempty = 0; } \
144159b3361Sopenharmony_ci  { items[$$0] = 1; nonempty = 1; } \
145159b3361Sopenharmony_ci  END { if (nonempty) { for (i in items) print i; }; } \
146159b3361Sopenharmony_ci'
147159b3361Sopenharmony_ci# Make sure the list of sources is unique.  This is necessary because,
148159b3361Sopenharmony_ci# e.g., the same source file might be shared among _SOURCES variables
149159b3361Sopenharmony_ci# for different programs/libraries.
150159b3361Sopenharmony_ciam__define_uniq_tagged_files = \
151159b3361Sopenharmony_ci  list='$(am__tagged_files)'; \
152159b3361Sopenharmony_ci  unique=`for i in $$list; do \
153159b3361Sopenharmony_ci    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
154159b3361Sopenharmony_ci  done | $(am__uniquify_input)`
155159b3361Sopenharmony_ciETAGS = etags
156159b3361Sopenharmony_ciCTAGS = ctags
157159b3361Sopenharmony_ciam__DIST_COMMON = $(srcdir)/Makefile.in
158159b3361Sopenharmony_ciDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159159b3361Sopenharmony_ciACLOCAL = @ACLOCAL@
160159b3361Sopenharmony_ciALLOCA = @ALLOCA@
161159b3361Sopenharmony_ciAMTAR = @AMTAR@
162159b3361Sopenharmony_ciAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
163159b3361Sopenharmony_ciAR = @AR@
164159b3361Sopenharmony_ciAUTOCONF = @AUTOCONF@
165159b3361Sopenharmony_ciAUTOHEADER = @AUTOHEADER@
166159b3361Sopenharmony_ciAUTOMAKE = @AUTOMAKE@
167159b3361Sopenharmony_ciAWK = @AWK@
168159b3361Sopenharmony_ciCC = @CC@
169159b3361Sopenharmony_ciCCDEPMODE = @CCDEPMODE@
170159b3361Sopenharmony_ciCFLAGS = @CFLAGS@
171159b3361Sopenharmony_ciCONFIG_DEFS = @CONFIG_DEFS@
172159b3361Sopenharmony_ciCONFIG_MATH_LIB = @CONFIG_MATH_LIB@
173159b3361Sopenharmony_ciCPP = @CPP@
174159b3361Sopenharmony_ciCPPFLAGS = @CPPFLAGS@
175159b3361Sopenharmony_ciCPUCCODE = @CPUCCODE@
176159b3361Sopenharmony_ciCPUTYPE = @CPUTYPE@
177159b3361Sopenharmony_ciCYGPATH_W = @CYGPATH_W@
178159b3361Sopenharmony_ciDEFS = @DEFS@ @CONFIG_DEFS@
179159b3361Sopenharmony_ciDEPDIR = @DEPDIR@
180159b3361Sopenharmony_ciDLLTOOL = @DLLTOOL@
181159b3361Sopenharmony_ciDSYMUTIL = @DSYMUTIL@
182159b3361Sopenharmony_ciDUMPBIN = @DUMPBIN@
183159b3361Sopenharmony_ciECHO_C = @ECHO_C@
184159b3361Sopenharmony_ciECHO_N = @ECHO_N@
185159b3361Sopenharmony_ciECHO_T = @ECHO_T@
186159b3361Sopenharmony_ciEGREP = @EGREP@
187159b3361Sopenharmony_ciEXEEXT = @EXEEXT@
188159b3361Sopenharmony_ciFGREP = @FGREP@
189159b3361Sopenharmony_ciFRONTEND_CFLAGS = @FRONTEND_CFLAGS@
190159b3361Sopenharmony_ciFRONTEND_LDADD = @FRONTEND_LDADD@
191159b3361Sopenharmony_ciFRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@
192159b3361Sopenharmony_ciGREP = @GREP@
193159b3361Sopenharmony_ciGTK_CFLAGS = @GTK_CFLAGS@
194159b3361Sopenharmony_ciGTK_CONFIG = @GTK_CONFIG@
195159b3361Sopenharmony_ciGTK_LIBS = @GTK_LIBS@
196159b3361Sopenharmony_ciINCLUDES = @INCLUDES@ -I$(top_srcdir)/libmp3lame/@CPUTYPE@
197159b3361Sopenharmony_ciINSTALL = @INSTALL@
198159b3361Sopenharmony_ciINSTALL_DATA = @INSTALL_DATA@
199159b3361Sopenharmony_ciINSTALL_PROGRAM = @INSTALL_PROGRAM@
200159b3361Sopenharmony_ciINSTALL_SCRIPT = @INSTALL_SCRIPT@
201159b3361Sopenharmony_ciINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
202159b3361Sopenharmony_ciLD = @LD@
203159b3361Sopenharmony_ciLDADD = @LDADD@
204159b3361Sopenharmony_ciLDFLAGS = @LDFLAGS@
205159b3361Sopenharmony_ciLIBICONV = @LIBICONV@
206159b3361Sopenharmony_ciLIBMP3LAME_LDADD = @LIBMP3LAME_LDADD@
207159b3361Sopenharmony_ciLIBOBJS = @LIBOBJS@
208159b3361Sopenharmony_ciLIBS = @LIBS@
209159b3361Sopenharmony_ciLIBTOOL = @LIBTOOL@
210159b3361Sopenharmony_ciLIBTOOL_DEPS = @LIBTOOL_DEPS@
211159b3361Sopenharmony_ciLIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
212159b3361Sopenharmony_ciLIB_MINOR_VERSION = @LIB_MINOR_VERSION@
213159b3361Sopenharmony_ciLIPO = @LIPO@
214159b3361Sopenharmony_ciLN_S = @LN_S@
215159b3361Sopenharmony_ciLTLIBICONV = @LTLIBICONV@
216159b3361Sopenharmony_ciLTLIBOBJS = @LTLIBOBJS@
217159b3361Sopenharmony_ciLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
218159b3361Sopenharmony_ciMAINT = @MAINT@
219159b3361Sopenharmony_ciMAKEDEP = @MAKEDEP@
220159b3361Sopenharmony_ciMAKEINFO = @MAKEINFO@
221159b3361Sopenharmony_ciMANIFEST_TOOL = @MANIFEST_TOOL@
222159b3361Sopenharmony_ciMKDIR_P = @MKDIR_P@
223159b3361Sopenharmony_ciNASM = @NASM@
224159b3361Sopenharmony_ciNASM_FORMAT = @NASM_FORMAT@
225159b3361Sopenharmony_ciNM = @NM@
226159b3361Sopenharmony_ciNMEDIT = @NMEDIT@
227159b3361Sopenharmony_ciOBJDUMP = @OBJDUMP@
228159b3361Sopenharmony_ciOBJEXT = @OBJEXT@
229159b3361Sopenharmony_ciOTOOL = @OTOOL@
230159b3361Sopenharmony_ciOTOOL64 = @OTOOL64@
231159b3361Sopenharmony_ciPACKAGE = @PACKAGE@
232159b3361Sopenharmony_ciPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
233159b3361Sopenharmony_ciPACKAGE_NAME = @PACKAGE_NAME@
234159b3361Sopenharmony_ciPACKAGE_STRING = @PACKAGE_STRING@
235159b3361Sopenharmony_ciPACKAGE_TARNAME = @PACKAGE_TARNAME@
236159b3361Sopenharmony_ciPACKAGE_URL = @PACKAGE_URL@
237159b3361Sopenharmony_ciPACKAGE_VERSION = @PACKAGE_VERSION@
238159b3361Sopenharmony_ciPATH_SEPARATOR = @PATH_SEPARATOR@
239159b3361Sopenharmony_ciPKG_CONFIG = @PKG_CONFIG@
240159b3361Sopenharmony_ciPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
241159b3361Sopenharmony_ciPKG_CONFIG_PATH = @PKG_CONFIG_PATH@
242159b3361Sopenharmony_ciRANLIB = @RANLIB@
243159b3361Sopenharmony_ciRM_F = @RM_F@
244159b3361Sopenharmony_ciSED = @SED@
245159b3361Sopenharmony_ciSET_MAKE = @SET_MAKE@
246159b3361Sopenharmony_ciSHELL = @SHELL@
247159b3361Sopenharmony_ciSNDFILE_CFLAGS = @SNDFILE_CFLAGS@
248159b3361Sopenharmony_ciSNDFILE_LIBS = @SNDFILE_LIBS@
249159b3361Sopenharmony_ciSTRIP = @STRIP@
250159b3361Sopenharmony_ciVERSION = @VERSION@
251159b3361Sopenharmony_ciWITH_FRONTEND = @WITH_FRONTEND@
252159b3361Sopenharmony_ciWITH_MP3RTP = @WITH_MP3RTP@
253159b3361Sopenharmony_ciWITH_MP3X = @WITH_MP3X@
254159b3361Sopenharmony_ciabs_builddir = @abs_builddir@
255159b3361Sopenharmony_ciabs_srcdir = @abs_srcdir@
256159b3361Sopenharmony_ciabs_top_builddir = @abs_top_builddir@
257159b3361Sopenharmony_ciabs_top_srcdir = @abs_top_srcdir@
258159b3361Sopenharmony_ciac_ct_AR = @ac_ct_AR@
259159b3361Sopenharmony_ciac_ct_CC = @ac_ct_CC@
260159b3361Sopenharmony_ciac_ct_DUMPBIN = @ac_ct_DUMPBIN@
261159b3361Sopenharmony_ciam__include = @am__include@
262159b3361Sopenharmony_ciam__leading_dot = @am__leading_dot@
263159b3361Sopenharmony_ciam__quote = @am__quote@
264159b3361Sopenharmony_ciam__tar = @am__tar@
265159b3361Sopenharmony_ciam__untar = @am__untar@
266159b3361Sopenharmony_cibindir = @bindir@
267159b3361Sopenharmony_cibuild = @build@
268159b3361Sopenharmony_cibuild_alias = @build_alias@
269159b3361Sopenharmony_cibuild_cpu = @build_cpu@
270159b3361Sopenharmony_cibuild_os = @build_os@
271159b3361Sopenharmony_cibuild_vendor = @build_vendor@
272159b3361Sopenharmony_cibuilddir = @builddir@
273159b3361Sopenharmony_cidatadir = @datadir@
274159b3361Sopenharmony_cidatarootdir = @datarootdir@
275159b3361Sopenharmony_cidocdir = @docdir@
276159b3361Sopenharmony_cidvidir = @dvidir@
277159b3361Sopenharmony_ciexec_prefix = @exec_prefix@
278159b3361Sopenharmony_cihost = @host@
279159b3361Sopenharmony_cihost_alias = @host_alias@
280159b3361Sopenharmony_cihost_cpu = @host_cpu@
281159b3361Sopenharmony_cihost_os = @host_os@
282159b3361Sopenharmony_cihost_vendor = @host_vendor@
283159b3361Sopenharmony_cihtmldir = @htmldir@
284159b3361Sopenharmony_ciincludedir = @includedir@
285159b3361Sopenharmony_ciinfodir = @infodir@
286159b3361Sopenharmony_ciinstall_sh = @install_sh@
287159b3361Sopenharmony_cilibdir = @libdir@
288159b3361Sopenharmony_cilibexecdir = @libexecdir@
289159b3361Sopenharmony_cilocaledir = @localedir@
290159b3361Sopenharmony_cilocalstatedir = @localstatedir@
291159b3361Sopenharmony_cimandir = @mandir@
292159b3361Sopenharmony_cimkdir_p = @mkdir_p@
293159b3361Sopenharmony_cimpg123_CFLAGS = @mpg123_CFLAGS@
294159b3361Sopenharmony_cimpg123_LIBS = @mpg123_LIBS@
295159b3361Sopenharmony_cioldincludedir = @oldincludedir@
296159b3361Sopenharmony_cipdfdir = @pdfdir@
297159b3361Sopenharmony_ciprefix = @prefix@
298159b3361Sopenharmony_ciprogram_transform_name = @program_transform_name@
299159b3361Sopenharmony_cipsdir = @psdir@
300159b3361Sopenharmony_cisbindir = @sbindir@
301159b3361Sopenharmony_cisharedstatedir = @sharedstatedir@
302159b3361Sopenharmony_cisrcdir = @srcdir@
303159b3361Sopenharmony_cisysconfdir = @sysconfdir@
304159b3361Sopenharmony_citarget_alias = @target_alias@
305159b3361Sopenharmony_citop_build_prefix = @top_build_prefix@
306159b3361Sopenharmony_citop_builddir = @top_builddir@
307159b3361Sopenharmony_citop_srcdir = @top_srcdir@
308159b3361Sopenharmony_ciAUTOMAKE_OPTIONS = foreign
309159b3361Sopenharmony_cinasm_sources = \
310159b3361Sopenharmony_ci	choose_table.nas \
311159b3361Sopenharmony_ci	cpu_feat.nas \
312159b3361Sopenharmony_ci	fft3dn.nas \
313159b3361Sopenharmony_ci	fftsse.nas
314159b3361Sopenharmony_ci
315159b3361Sopenharmony_ci@HAVE_NASM_TRUE@noinst_LTLIBRARIES = liblameasmroutines.la
316159b3361Sopenharmony_ci@HAVE_NASM_TRUE@liblameasmroutines_la_SOURCES = $(nasm_sources)
317159b3361Sopenharmony_ci@HAVE_NASM_TRUE@liblameasmroutines_la_DEPENDENCIES = $(nasm_sources:.nas.lo)
318159b3361Sopenharmony_ci@HAVE_NASM_TRUE@am_liblameasmroutines_la_OBJECTS = \
319159b3361Sopenharmony_ci@HAVE_NASM_TRUE@	choose_table$U.lo \
320159b3361Sopenharmony_ci@HAVE_NASM_TRUE@	cpu_feat$U.lo \
321159b3361Sopenharmony_ci@HAVE_NASM_TRUE@	fft3dn$U.lo \
322159b3361Sopenharmony_ci@HAVE_NASM_TRUE@	fftsse$U.lo
323159b3361Sopenharmony_ci
324159b3361Sopenharmony_cinoinst_HEADERS = nasm.h
325159b3361Sopenharmony_ciSUFFIXES = .nas .lo
326159b3361Sopenharmony_ciEXTRA_liblameasmroutines_la_SOURCES = $(nasm_sources)
327159b3361Sopenharmony_ciCLEANFILES = \
328159b3361Sopenharmony_ci	choose_table.o.lst \
329159b3361Sopenharmony_ci	choose_table.lo.lst \
330159b3361Sopenharmony_ci	cpu_feat.o.lst \
331159b3361Sopenharmony_ci	cpu_feat.lo.lst \
332159b3361Sopenharmony_ci	fft3dn.o.lst \
333159b3361Sopenharmony_ci	fft3dn.lo.lst \
334159b3361Sopenharmony_ci	fftsse.o.lst \
335159b3361Sopenharmony_ci	fftsse.lo.lst
336159b3361Sopenharmony_ci
337159b3361Sopenharmony_ciEXTRA_DIST = \
338159b3361Sopenharmony_ci	fft.nas \
339159b3361Sopenharmony_ci	fftfpu.nas \
340159b3361Sopenharmony_ci	ffttbl.nas \
341159b3361Sopenharmony_ci	scalar.nas
342159b3361Sopenharmony_ci
343159b3361Sopenharmony_ciNASMFLAGS = @NASM_FORMAT@ -i $(top_srcdir)/libmp3lame/@CPUTYPE@/
344159b3361Sopenharmony_ciCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
345159b3361Sopenharmony_ci	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
346159b3361Sopenharmony_ci
347159b3361Sopenharmony_ciLTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
348159b3361Sopenharmony_ci	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
349159b3361Sopenharmony_ci
350159b3361Sopenharmony_ciCCLD = $(CC)
351159b3361Sopenharmony_ciLINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
352159b3361Sopenharmony_ci	$(AM_LDFLAGS) $(LDFLAGS) -o $@
353159b3361Sopenharmony_ci
354159b3361Sopenharmony_ciall: all-am
355159b3361Sopenharmony_ci
356159b3361Sopenharmony_ci.SUFFIXES:
357159b3361Sopenharmony_ci.SUFFIXES: .nas .lo .o
358159b3361Sopenharmony_ci$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
359159b3361Sopenharmony_ci	@for dep in $?; do \
360159b3361Sopenharmony_ci	  case '$(am__configure_deps)' in \
361159b3361Sopenharmony_ci	    *$$dep*) \
362159b3361Sopenharmony_ci	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
363159b3361Sopenharmony_ci	        && { if test -f $@; then exit 0; else break; fi; }; \
364159b3361Sopenharmony_ci	      exit 1;; \
365159b3361Sopenharmony_ci	  esac; \
366159b3361Sopenharmony_ci	done; \
367159b3361Sopenharmony_ci	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libmp3lame/i386/Makefile'; \
368159b3361Sopenharmony_ci	$(am__cd) $(top_srcdir) && \
369159b3361Sopenharmony_ci	  $(AUTOMAKE) --foreign libmp3lame/i386/Makefile
370159b3361Sopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
371159b3361Sopenharmony_ci	@case '$?' in \
372159b3361Sopenharmony_ci	  *config.status*) \
373159b3361Sopenharmony_ci	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
374159b3361Sopenharmony_ci	  *) \
375159b3361Sopenharmony_ci	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
376159b3361Sopenharmony_ci	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
377159b3361Sopenharmony_ci	esac;
378159b3361Sopenharmony_ci
379159b3361Sopenharmony_ci$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
380159b3361Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381159b3361Sopenharmony_ci
382159b3361Sopenharmony_ci$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
383159b3361Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384159b3361Sopenharmony_ci$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
385159b3361Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386159b3361Sopenharmony_ci$(am__aclocal_m4_deps):
387159b3361Sopenharmony_ci
388159b3361Sopenharmony_ciclean-noinstLTLIBRARIES:
389159b3361Sopenharmony_ci	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
390159b3361Sopenharmony_ci	@list='$(noinst_LTLIBRARIES)'; \
391159b3361Sopenharmony_ci	locs=`for p in $$list; do echo $$p; done | \
392159b3361Sopenharmony_ci	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
393159b3361Sopenharmony_ci	      sort -u`; \
394159b3361Sopenharmony_ci	test -z "$$locs" || { \
395159b3361Sopenharmony_ci	  echo rm -f $${locs}; \
396159b3361Sopenharmony_ci	  rm -f $${locs}; \
397159b3361Sopenharmony_ci	}
398159b3361Sopenharmony_ci
399159b3361Sopenharmony_ciliblameasmroutines.la: $(liblameasmroutines_la_OBJECTS) $(liblameasmroutines_la_DEPENDENCIES) $(EXTRA_liblameasmroutines_la_DEPENDENCIES) 
400159b3361Sopenharmony_ci	$(AM_V_CCLD)$(LINK) $(am_liblameasmroutines_la_rpath) $(liblameasmroutines_la_OBJECTS) $(liblameasmroutines_la_LIBADD) $(LIBS)
401159b3361Sopenharmony_ci
402159b3361Sopenharmony_cimostlyclean-compile:
403159b3361Sopenharmony_ci	-rm -f *.$(OBJEXT)
404159b3361Sopenharmony_ci
405159b3361Sopenharmony_cidistclean-compile:
406159b3361Sopenharmony_ci	-rm -f *.tab.c
407159b3361Sopenharmony_ci
408159b3361Sopenharmony_cimostlyclean-libtool:
409159b3361Sopenharmony_ci	-rm -f *.lo
410159b3361Sopenharmony_ci
411159b3361Sopenharmony_ciclean-libtool:
412159b3361Sopenharmony_ci	-rm -rf .libs _libs
413159b3361Sopenharmony_ci
414159b3361Sopenharmony_ciID: $(am__tagged_files)
415159b3361Sopenharmony_ci	$(am__define_uniq_tagged_files); mkid -fID $$unique
416159b3361Sopenharmony_citags: tags-am
417159b3361Sopenharmony_ciTAGS: tags
418159b3361Sopenharmony_ci
419159b3361Sopenharmony_citags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
420159b3361Sopenharmony_ci	set x; \
421159b3361Sopenharmony_ci	here=`pwd`; \
422159b3361Sopenharmony_ci	$(am__define_uniq_tagged_files); \
423159b3361Sopenharmony_ci	shift; \
424159b3361Sopenharmony_ci	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
425159b3361Sopenharmony_ci	  test -n "$$unique" || unique=$$empty_fix; \
426159b3361Sopenharmony_ci	  if test $$# -gt 0; then \
427159b3361Sopenharmony_ci	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
428159b3361Sopenharmony_ci	      "$$@" $$unique; \
429159b3361Sopenharmony_ci	  else \
430159b3361Sopenharmony_ci	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
431159b3361Sopenharmony_ci	      $$unique; \
432159b3361Sopenharmony_ci	  fi; \
433159b3361Sopenharmony_ci	fi
434159b3361Sopenharmony_cictags: ctags-am
435159b3361Sopenharmony_ci
436159b3361Sopenharmony_ciCTAGS: ctags
437159b3361Sopenharmony_cictags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
438159b3361Sopenharmony_ci	$(am__define_uniq_tagged_files); \
439159b3361Sopenharmony_ci	test -z "$(CTAGS_ARGS)$$unique" \
440159b3361Sopenharmony_ci	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
441159b3361Sopenharmony_ci	     $$unique
442159b3361Sopenharmony_ci
443159b3361Sopenharmony_ciGTAGS:
444159b3361Sopenharmony_ci	here=`$(am__cd) $(top_builddir) && pwd` \
445159b3361Sopenharmony_ci	  && $(am__cd) $(top_srcdir) \
446159b3361Sopenharmony_ci	  && gtags -i $(GTAGS_ARGS) "$$here"
447159b3361Sopenharmony_cicscopelist: cscopelist-am
448159b3361Sopenharmony_ci
449159b3361Sopenharmony_cicscopelist-am: $(am__tagged_files)
450159b3361Sopenharmony_ci	list='$(am__tagged_files)'; \
451159b3361Sopenharmony_ci	case "$(srcdir)" in \
452159b3361Sopenharmony_ci	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
453159b3361Sopenharmony_ci	  *) sdir=$(subdir)/$(srcdir) ;; \
454159b3361Sopenharmony_ci	esac; \
455159b3361Sopenharmony_ci	for i in $$list; do \
456159b3361Sopenharmony_ci	  if test -f "$$i"; then \
457159b3361Sopenharmony_ci	    echo "$(subdir)/$$i"; \
458159b3361Sopenharmony_ci	  else \
459159b3361Sopenharmony_ci	    echo "$$sdir/$$i"; \
460159b3361Sopenharmony_ci	  fi; \
461159b3361Sopenharmony_ci	done >> $(top_builddir)/cscope.files
462159b3361Sopenharmony_ci
463159b3361Sopenharmony_cidistclean-tags:
464159b3361Sopenharmony_ci	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
465159b3361Sopenharmony_ci
466159b3361Sopenharmony_cidistdir: $(BUILT_SOURCES)
467159b3361Sopenharmony_ci	$(MAKE) $(AM_MAKEFLAGS) distdir-am
468159b3361Sopenharmony_ci
469159b3361Sopenharmony_cidistdir-am: $(DISTFILES)
470159b3361Sopenharmony_ci	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471159b3361Sopenharmony_ci	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472159b3361Sopenharmony_ci	list='$(DISTFILES)'; \
473159b3361Sopenharmony_ci	  dist_files=`for file in $$list; do echo $$file; done | \
474159b3361Sopenharmony_ci	  sed -e "s|^$$srcdirstrip/||;t" \
475159b3361Sopenharmony_ci	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
476159b3361Sopenharmony_ci	case $$dist_files in \
477159b3361Sopenharmony_ci	  */*) $(MKDIR_P) `echo "$$dist_files" | \
478159b3361Sopenharmony_ci			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
479159b3361Sopenharmony_ci			   sort -u` ;; \
480159b3361Sopenharmony_ci	esac; \
481159b3361Sopenharmony_ci	for file in $$dist_files; do \
482159b3361Sopenharmony_ci	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
483159b3361Sopenharmony_ci	  if test -d $$d/$$file; then \
484159b3361Sopenharmony_ci	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
485159b3361Sopenharmony_ci	    if test -d "$(distdir)/$$file"; then \
486159b3361Sopenharmony_ci	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487159b3361Sopenharmony_ci	    fi; \
488159b3361Sopenharmony_ci	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489159b3361Sopenharmony_ci	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
490159b3361Sopenharmony_ci	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491159b3361Sopenharmony_ci	    fi; \
492159b3361Sopenharmony_ci	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
493159b3361Sopenharmony_ci	  else \
494159b3361Sopenharmony_ci	    test -f "$(distdir)/$$file" \
495159b3361Sopenharmony_ci	    || cp -p $$d/$$file "$(distdir)/$$file" \
496159b3361Sopenharmony_ci	    || exit 1; \
497159b3361Sopenharmony_ci	  fi; \
498159b3361Sopenharmony_ci	done
499159b3361Sopenharmony_cicheck-am: all-am
500159b3361Sopenharmony_cicheck: check-am
501159b3361Sopenharmony_ciall-am: Makefile $(LTLIBRARIES) $(HEADERS)
502159b3361Sopenharmony_ciinstalldirs:
503159b3361Sopenharmony_ciinstall: install-am
504159b3361Sopenharmony_ciinstall-exec: install-exec-am
505159b3361Sopenharmony_ciinstall-data: install-data-am
506159b3361Sopenharmony_ciuninstall: uninstall-am
507159b3361Sopenharmony_ci
508159b3361Sopenharmony_ciinstall-am: all-am
509159b3361Sopenharmony_ci	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
510159b3361Sopenharmony_ci
511159b3361Sopenharmony_ciinstallcheck: installcheck-am
512159b3361Sopenharmony_ciinstall-strip:
513159b3361Sopenharmony_ci	if test -z '$(STRIP)'; then \
514159b3361Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
515159b3361Sopenharmony_ci	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
516159b3361Sopenharmony_ci	      install; \
517159b3361Sopenharmony_ci	else \
518159b3361Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
519159b3361Sopenharmony_ci	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
520159b3361Sopenharmony_ci	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
521159b3361Sopenharmony_ci	fi
522159b3361Sopenharmony_cimostlyclean-generic:
523159b3361Sopenharmony_ci
524159b3361Sopenharmony_ciclean-generic:
525159b3361Sopenharmony_ci	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
526159b3361Sopenharmony_ci
527159b3361Sopenharmony_cidistclean-generic:
528159b3361Sopenharmony_ci	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
529159b3361Sopenharmony_ci	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
530159b3361Sopenharmony_ci
531159b3361Sopenharmony_cimaintainer-clean-generic:
532159b3361Sopenharmony_ci	@echo "This command is intended for maintainers to use"
533159b3361Sopenharmony_ci	@echo "it deletes files that may require special tools to rebuild."
534159b3361Sopenharmony_ciclean: clean-am
535159b3361Sopenharmony_ci
536159b3361Sopenharmony_ciclean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
537159b3361Sopenharmony_ci	mostlyclean-am
538159b3361Sopenharmony_ci
539159b3361Sopenharmony_cidistclean: distclean-am
540159b3361Sopenharmony_ci	-rm -f Makefile
541159b3361Sopenharmony_cidistclean-am: clean-am distclean-compile distclean-generic \
542159b3361Sopenharmony_ci	distclean-tags
543159b3361Sopenharmony_ci
544159b3361Sopenharmony_cidvi: dvi-am
545159b3361Sopenharmony_ci
546159b3361Sopenharmony_cidvi-am:
547159b3361Sopenharmony_ci
548159b3361Sopenharmony_cihtml: html-am
549159b3361Sopenharmony_ci
550159b3361Sopenharmony_cihtml-am:
551159b3361Sopenharmony_ci
552159b3361Sopenharmony_ciinfo: info-am
553159b3361Sopenharmony_ci
554159b3361Sopenharmony_ciinfo-am:
555159b3361Sopenharmony_ci
556159b3361Sopenharmony_ciinstall-data-am:
557159b3361Sopenharmony_ci
558159b3361Sopenharmony_ciinstall-dvi: install-dvi-am
559159b3361Sopenharmony_ci
560159b3361Sopenharmony_ciinstall-dvi-am:
561159b3361Sopenharmony_ci
562159b3361Sopenharmony_ciinstall-exec-am:
563159b3361Sopenharmony_ci
564159b3361Sopenharmony_ciinstall-html: install-html-am
565159b3361Sopenharmony_ci
566159b3361Sopenharmony_ciinstall-html-am:
567159b3361Sopenharmony_ci
568159b3361Sopenharmony_ciinstall-info: install-info-am
569159b3361Sopenharmony_ci
570159b3361Sopenharmony_ciinstall-info-am:
571159b3361Sopenharmony_ci
572159b3361Sopenharmony_ciinstall-man:
573159b3361Sopenharmony_ci
574159b3361Sopenharmony_ciinstall-pdf: install-pdf-am
575159b3361Sopenharmony_ci
576159b3361Sopenharmony_ciinstall-pdf-am:
577159b3361Sopenharmony_ci
578159b3361Sopenharmony_ciinstall-ps: install-ps-am
579159b3361Sopenharmony_ci
580159b3361Sopenharmony_ciinstall-ps-am:
581159b3361Sopenharmony_ci
582159b3361Sopenharmony_ciinstallcheck-am:
583159b3361Sopenharmony_ci
584159b3361Sopenharmony_cimaintainer-clean: maintainer-clean-am
585159b3361Sopenharmony_ci	-rm -f Makefile
586159b3361Sopenharmony_cimaintainer-clean-am: distclean-am maintainer-clean-generic
587159b3361Sopenharmony_ci
588159b3361Sopenharmony_cimostlyclean: mostlyclean-am
589159b3361Sopenharmony_ci
590159b3361Sopenharmony_cimostlyclean-am: mostlyclean-compile mostlyclean-generic \
591159b3361Sopenharmony_ci	mostlyclean-libtool
592159b3361Sopenharmony_ci
593159b3361Sopenharmony_cipdf: pdf-am
594159b3361Sopenharmony_ci
595159b3361Sopenharmony_cipdf-am:
596159b3361Sopenharmony_ci
597159b3361Sopenharmony_cips: ps-am
598159b3361Sopenharmony_ci
599159b3361Sopenharmony_cips-am:
600159b3361Sopenharmony_ci
601159b3361Sopenharmony_ciuninstall-am:
602159b3361Sopenharmony_ci
603159b3361Sopenharmony_ci.MAKE: install-am install-strip
604159b3361Sopenharmony_ci
605159b3361Sopenharmony_ci.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
606159b3361Sopenharmony_ci	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
607159b3361Sopenharmony_ci	ctags-am distclean distclean-compile distclean-generic \
608159b3361Sopenharmony_ci	distclean-libtool distclean-tags distdir dvi dvi-am html \
609159b3361Sopenharmony_ci	html-am info info-am install install-am install-data \
610159b3361Sopenharmony_ci	install-data-am install-dvi install-dvi-am install-exec \
611159b3361Sopenharmony_ci	install-exec-am install-html install-html-am install-info \
612159b3361Sopenharmony_ci	install-info-am install-man install-pdf install-pdf-am \
613159b3361Sopenharmony_ci	install-ps install-ps-am install-strip installcheck \
614159b3361Sopenharmony_ci	installcheck-am installdirs maintainer-clean \
615159b3361Sopenharmony_ci	maintainer-clean-generic mostlyclean mostlyclean-compile \
616159b3361Sopenharmony_ci	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
617159b3361Sopenharmony_ci	tags tags-am uninstall uninstall-am
618159b3361Sopenharmony_ci
619159b3361Sopenharmony_ci.PRECIOUS: Makefile
620159b3361Sopenharmony_ci
621159b3361Sopenharmony_ci
622159b3361Sopenharmony_ciECHO ?= echo
623159b3361Sopenharmony_ci
624159b3361Sopenharmony_ci.nas.o: $< nasm.h
625159b3361Sopenharmony_ci	$(NASM) $(NASMFLAGS) $< -o $@ -l $@.lst
626159b3361Sopenharmony_ci
627159b3361Sopenharmony_ci.nas.lo: $< nasm.h
628159b3361Sopenharmony_ci	$(ECHO) '# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)' >$@
629159b3361Sopenharmony_ci	$(ECHO) "pic_object='$*.o'" >>$@
630159b3361Sopenharmony_ci	$(ECHO) "non_pic_object='$*.o'" >>$@
631159b3361Sopenharmony_ci	$(NASM) $(NASMFLAGS) $< -o $*.o -l $@.lst
632159b3361Sopenharmony_ci
633159b3361Sopenharmony_ci#$(OBJECTS): libtool
634159b3361Sopenharmony_ci#libtool: $(LIBTOOL_DEPS)
635159b3361Sopenharmony_ci#	$(SHELL) $(top_builddir)/config.status --recheck
636159b3361Sopenharmony_ci
637159b3361Sopenharmony_ci# Tell versions [3.59,3.63) of GNU make to not export all variables.
638159b3361Sopenharmony_ci# Otherwise a system limit (for SysV at least) may be exceeded.
639159b3361Sopenharmony_ci.NOEXPORT:
640