1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# global section for every Makefile.am
18
19
20VPATH = @srcdir@
21am__is_gnu_make = { \
22  if test -z '$(MAKELEVEL)'; then \
23    false; \
24  elif test -n '$(MAKE_HOST)'; then \
25    true; \
26  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27    true; \
28  else \
29    false; \
30  fi; \
31}
32am__make_running_with_option = \
33  case $${target_option-} in \
34      ?) ;; \
35      *) echo "am__make_running_with_option: internal error: invalid" \
36              "target option '$${target_option-}' specified" >&2; \
37         exit 1;; \
38  esac; \
39  has_opt=no; \
40  sane_makeflags=$$MAKEFLAGS; \
41  if $(am__is_gnu_make); then \
42    sane_makeflags=$$MFLAGS; \
43  else \
44    case $$MAKEFLAGS in \
45      *\\[\ \	]*) \
46        bs=\\; \
47        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
49    esac; \
50  fi; \
51  skip_next=no; \
52  strip_trailopt () \
53  { \
54    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55  }; \
56  for flg in $$sane_makeflags; do \
57    test $$skip_next = yes && { skip_next=no; continue; }; \
58    case $$flg in \
59      *=*|--*) continue;; \
60        -*I) strip_trailopt 'I'; skip_next=yes;; \
61      -*I?*) strip_trailopt 'I';; \
62        -*O) strip_trailopt 'O'; skip_next=yes;; \
63      -*O?*) strip_trailopt 'O';; \
64        -*l) strip_trailopt 'l'; skip_next=yes;; \
65      -*l?*) strip_trailopt 'l';; \
66      -[dEDm]) skip_next=yes;; \
67      -[JT]) skip_next=yes;; \
68    esac; \
69    case $$flg in \
70      *$$target_option*) has_opt=yes; break;; \
71    esac; \
72  done; \
73  test $$has_opt = yes
74am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76pkgdatadir = $(datadir)/@PACKAGE@
77pkgincludedir = $(includedir)/@PACKAGE@
78pkglibdir = $(libdir)/@PACKAGE@
79pkglibexecdir = $(libexecdir)/@PACKAGE@
80am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81install_sh_DATA = $(install_sh) -c -m 644
82install_sh_PROGRAM = $(install_sh) -c
83install_sh_SCRIPT = $(install_sh) -c
84INSTALL_HEADER = $(INSTALL_DATA)
85transform = $(program_transform_name)
86NORMAL_INSTALL = :
87PRE_INSTALL = :
88POST_INSTALL = :
89NORMAL_UNINSTALL = :
90PRE_UNINSTALL = :
91POST_UNINSTALL = :
92build_triplet = @build@
93host_triplet = @host@
94subdir = libmp3lame/vector
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
97	$(top_srcdir)/configure.in
98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99	$(ACLOCAL_M4)
100DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
101	$(am__DIST_COMMON)
102mkinstalldirs = $(install_sh) -d
103CONFIG_HEADER = $(top_builddir)/config.h
104CONFIG_CLEAN_FILES =
105CONFIG_CLEAN_VPATH_FILES =
106LTLIBRARIES = $(noinst_LTLIBRARIES)
107liblamevectorroutines_la_LIBADD =
108am__liblamevectorroutines_la_SOURCES_DIST = xmm_quantize_sub.c
109am__objects_1 = xmm_quantize_sub.lo
110@WITH_XMM_TRUE@am_liblamevectorroutines_la_OBJECTS = $(am__objects_1)
111liblamevectorroutines_la_OBJECTS =  \
112	$(am_liblamevectorroutines_la_OBJECTS)
113AM_V_lt = $(am__v_lt_@AM_V@)
114am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
115am__v_lt_0 = --silent
116am__v_lt_1 = 
117@WITH_XMM_TRUE@am_liblamevectorroutines_la_rpath =
118AM_V_P = $(am__v_P_@AM_V@)
119am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
120am__v_P_0 = false
121am__v_P_1 = :
122AM_V_GEN = $(am__v_GEN_@AM_V@)
123am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124am__v_GEN_0 = @echo "  GEN     " $@;
125am__v_GEN_1 = 
126AM_V_at = $(am__v_at_@AM_V@)
127am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128am__v_at_0 = @
129am__v_at_1 = 
130DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
131depcomp = $(SHELL) $(top_srcdir)/depcomp
132am__maybe_remake_depfiles = depfiles
133am__depfiles_remade = ./$(DEPDIR)/xmm_quantize_sub.Plo
134am__mv = mv -f
135COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
136	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
138	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
139	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
140	$(AM_CFLAGS) $(CFLAGS)
141AM_V_CC = $(am__v_CC_@AM_V@)
142am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
143am__v_CC_0 = @echo "  CC      " $@;
144am__v_CC_1 = 
145CCLD = $(CC)
146LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
148	$(AM_LDFLAGS) $(LDFLAGS) -o $@
149AM_V_CCLD = $(am__v_CCLD_@AM_V@)
150am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
151am__v_CCLD_0 = @echo "  CCLD    " $@;
152am__v_CCLD_1 = 
153SOURCES = $(liblamevectorroutines_la_SOURCES) \
154	$(EXTRA_liblamevectorroutines_la_SOURCES)
155DIST_SOURCES = $(am__liblamevectorroutines_la_SOURCES_DIST) \
156	$(EXTRA_liblamevectorroutines_la_SOURCES)
157am__can_run_installinfo = \
158  case $$AM_UPDATE_INFO_DIR in \
159    n|no|NO) false;; \
160    *) (install-info --version) >/dev/null 2>&1;; \
161  esac
162HEADERS = $(noinst_HEADERS)
163am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
164# Read a list of newline-separated strings from the standard input,
165# and print each of them once, without duplicates.  Input order is
166# *not* preserved.
167am__uniquify_input = $(AWK) '\
168  BEGIN { nonempty = 0; } \
169  { items[$$0] = 1; nonempty = 1; } \
170  END { if (nonempty) { for (i in items) print i; }; } \
171'
172# Make sure the list of sources is unique.  This is necessary because,
173# e.g., the same source file might be shared among _SOURCES variables
174# for different programs/libraries.
175am__define_uniq_tagged_files = \
176  list='$(am__tagged_files)'; \
177  unique=`for i in $$list; do \
178    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
179  done | $(am__uniquify_input)`
180ETAGS = etags
181CTAGS = ctags
182am__DIST_COMMON = $(srcdir)/Makefile.in \
183	$(top_srcdir)/Makefile.am.global $(top_srcdir)/depcomp
184DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185ACLOCAL = @ACLOCAL@
186ALLOCA = @ALLOCA@
187AMTAR = @AMTAR@
188AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189AR = @AR@
190AUTOCONF = @AUTOCONF@
191AUTOHEADER = @AUTOHEADER@
192AUTOMAKE = @AUTOMAKE@
193AWK = @AWK@
194CC = @CC@
195CCDEPMODE = @CCDEPMODE@
196CFLAGS = @CFLAGS@
197CONFIG_DEFS = @CONFIG_DEFS@
198CONFIG_MATH_LIB = @CONFIG_MATH_LIB@
199CPP = @CPP@
200CPPFLAGS = @CPPFLAGS@
201CPUCCODE = @CPUCCODE@
202CPUTYPE = @CPUTYPE@
203CYGPATH_W = @CYGPATH_W@
204DEFS = @DEFS@ @CONFIG_DEFS@
205DEPDIR = @DEPDIR@
206DLLTOOL = @DLLTOOL@
207DSYMUTIL = @DSYMUTIL@
208DUMPBIN = @DUMPBIN@
209ECHO_C = @ECHO_C@
210ECHO_N = @ECHO_N@
211ECHO_T = @ECHO_T@
212EGREP = @EGREP@
213EXEEXT = @EXEEXT@
214FGREP = @FGREP@
215FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
216FRONTEND_LDADD = @FRONTEND_LDADD@
217FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@
218GREP = @GREP@
219GTK_CFLAGS = @GTK_CFLAGS@
220GTK_CONFIG = @GTK_CONFIG@
221GTK_LIBS = @GTK_LIBS@
222INCLUDES = @INCLUDES@ \
223	-I$(top_srcdir)/libmp3lame \
224	-I$(top_srcdir)/mpglib \
225	-I$(top_builddir)
226
227INSTALL = @INSTALL@
228INSTALL_DATA = @INSTALL_DATA@
229INSTALL_PROGRAM = @INSTALL_PROGRAM@
230INSTALL_SCRIPT = @INSTALL_SCRIPT@
231INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
232LD = @LD@
233LDADD = @LDADD@
234LDFLAGS = @LDFLAGS@
235LIBICONV = @LIBICONV@
236LIBMP3LAME_LDADD = @LIBMP3LAME_LDADD@
237LIBOBJS = @LIBOBJS@
238LIBS = @LIBS@
239LIBTOOL = @LIBTOOL@
240LIBTOOL_DEPS = @LIBTOOL_DEPS@
241LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
242LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
243LIPO = @LIPO@
244LN_S = @LN_S@
245LTLIBICONV = @LTLIBICONV@
246LTLIBOBJS = @LTLIBOBJS@
247LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
248MAINT = @MAINT@
249MAKEDEP = @MAKEDEP@
250MAKEINFO = @MAKEINFO@
251MANIFEST_TOOL = @MANIFEST_TOOL@
252MKDIR_P = @MKDIR_P@
253NASM = @NASM@
254NASM_FORMAT = @NASM_FORMAT@
255NM = @NM@
256NMEDIT = @NMEDIT@
257OBJDUMP = @OBJDUMP@
258OBJEXT = @OBJEXT@
259OTOOL = @OTOOL@
260OTOOL64 = @OTOOL64@
261PACKAGE = @PACKAGE@
262PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
263PACKAGE_NAME = @PACKAGE_NAME@
264PACKAGE_STRING = @PACKAGE_STRING@
265PACKAGE_TARNAME = @PACKAGE_TARNAME@
266PACKAGE_URL = @PACKAGE_URL@
267PACKAGE_VERSION = @PACKAGE_VERSION@
268PATH_SEPARATOR = @PATH_SEPARATOR@
269PKG_CONFIG = @PKG_CONFIG@
270PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
271PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
272RANLIB = @RANLIB@
273RM_F = @RM_F@
274SED = @SED@
275SET_MAKE = @SET_MAKE@
276SHELL = @SHELL@
277SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
278SNDFILE_LIBS = @SNDFILE_LIBS@
279STRIP = @STRIP@
280VERSION = @VERSION@
281WITH_FRONTEND = @WITH_FRONTEND@
282WITH_MP3RTP = @WITH_MP3RTP@
283WITH_MP3X = @WITH_MP3X@
284abs_builddir = @abs_builddir@
285abs_srcdir = @abs_srcdir@
286abs_top_builddir = @abs_top_builddir@
287abs_top_srcdir = @abs_top_srcdir@
288ac_ct_AR = @ac_ct_AR@
289ac_ct_CC = @ac_ct_CC@
290ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
291am__include = @am__include@
292am__leading_dot = @am__leading_dot@
293am__quote = @am__quote@
294am__tar = @am__tar@
295am__untar = @am__untar@
296bindir = @bindir@
297build = @build@
298build_alias = @build_alias@
299build_cpu = @build_cpu@
300build_os = @build_os@
301build_vendor = @build_vendor@
302builddir = @builddir@
303datadir = @datadir@
304datarootdir = @datarootdir@
305docdir = @docdir@
306dvidir = @dvidir@
307exec_prefix = @exec_prefix@
308host = @host@
309host_alias = @host_alias@
310host_cpu = @host_cpu@
311host_os = @host_os@
312host_vendor = @host_vendor@
313htmldir = @htmldir@
314includedir = @includedir@
315infodir = @infodir@
316install_sh = @install_sh@
317libdir = @libdir@
318libexecdir = @libexecdir@
319localedir = @localedir@
320localstatedir = @localstatedir@
321mandir = @mandir@
322mkdir_p = @mkdir_p@
323mpg123_CFLAGS = @mpg123_CFLAGS@
324mpg123_LIBS = @mpg123_LIBS@
325oldincludedir = @oldincludedir@
326pdfdir = @pdfdir@
327prefix = @prefix@
328program_transform_name = @program_transform_name@
329psdir = @psdir@
330sbindir = @sbindir@
331sharedstatedir = @sharedstatedir@
332srcdir = @srcdir@
333sysconfdir = @sysconfdir@
334target_alias = @target_alias@
335top_build_prefix = @top_build_prefix@
336top_builddir = @top_builddir@
337top_srcdir = @top_srcdir@
338AUTOMAKE_OPTIONS = 1.15 foreign
339@WITH_XMM_TRUE@noinst_LTLIBRARIES = liblamevectorroutines.la
340xmm_sources = xmm_quantize_sub.c
341@WITH_XMM_TRUE@liblamevectorroutines_la_SOURCES = $(xmm_sources)
342noinst_HEADERS = lame_intrin.h
343EXTRA_liblamevectorroutines_la_SOURCES = $(xmm_sources)
344CLEANFILES = lclint.txt
345LCLINTFLAGS = \
346	+posixlib \
347	+showsummary \
348	+showalluses \
349	+whichlib \
350	+forcehints \
351	-fixedformalarray \
352	+matchanyintegral \
353	-Dlint
354
355all: all-am
356
357.SUFFIXES:
358.SUFFIXES: .c .lo .o .obj
359$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps)
360	@for dep in $?; do \
361	  case '$(am__configure_deps)' in \
362	    *$$dep*) \
363	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
364	        && { if test -f $@; then exit 0; else break; fi; }; \
365	      exit 1;; \
366	  esac; \
367	done; \
368	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libmp3lame/vector/Makefile'; \
369	$(am__cd) $(top_srcdir) && \
370	  $(AUTOMAKE) --foreign libmp3lame/vector/Makefile
371Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
372	@case '$?' in \
373	  *config.status*) \
374	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
375	  *) \
376	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
377	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
378	esac;
379$(top_srcdir)/Makefile.am.global $(am__empty):
380
381$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
382	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383
384$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
385	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
387	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388$(am__aclocal_m4_deps):
389
390clean-noinstLTLIBRARIES:
391	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
392	@list='$(noinst_LTLIBRARIES)'; \
393	locs=`for p in $$list; do echo $$p; done | \
394	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
395	      sort -u`; \
396	test -z "$$locs" || { \
397	  echo rm -f $${locs}; \
398	  rm -f $${locs}; \
399	}
400
401liblamevectorroutines.la: $(liblamevectorroutines_la_OBJECTS) $(liblamevectorroutines_la_DEPENDENCIES) $(EXTRA_liblamevectorroutines_la_DEPENDENCIES) 
402	$(AM_V_CCLD)$(LINK) $(am_liblamevectorroutines_la_rpath) $(liblamevectorroutines_la_OBJECTS) $(liblamevectorroutines_la_LIBADD) $(LIBS)
403
404mostlyclean-compile:
405	-rm -f *.$(OBJEXT)
406
407distclean-compile:
408	-rm -f *.tab.c
409
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmm_quantize_sub.Plo@am__quote@ # am--include-marker
411
412$(am__depfiles_remade):
413	@$(MKDIR_P) $(@D)
414	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
415
416am--depfiles: $(am__depfiles_remade)
417
418.c.o:
419@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
420@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
421@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
422@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
424
425.c.obj:
426@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
427@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
428@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
429@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
431
432.c.lo:
433@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
434@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
435@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
436@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
438
439mostlyclean-libtool:
440	-rm -f *.lo
441
442clean-libtool:
443	-rm -rf .libs _libs
444
445ID: $(am__tagged_files)
446	$(am__define_uniq_tagged_files); mkid -fID $$unique
447tags: tags-am
448TAGS: tags
449
450tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
451	set x; \
452	here=`pwd`; \
453	$(am__define_uniq_tagged_files); \
454	shift; \
455	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
456	  test -n "$$unique" || unique=$$empty_fix; \
457	  if test $$# -gt 0; then \
458	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
459	      "$$@" $$unique; \
460	  else \
461	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
462	      $$unique; \
463	  fi; \
464	fi
465ctags: ctags-am
466
467CTAGS: ctags
468ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
469	$(am__define_uniq_tagged_files); \
470	test -z "$(CTAGS_ARGS)$$unique" \
471	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
472	     $$unique
473
474GTAGS:
475	here=`$(am__cd) $(top_builddir) && pwd` \
476	  && $(am__cd) $(top_srcdir) \
477	  && gtags -i $(GTAGS_ARGS) "$$here"
478cscopelist: cscopelist-am
479
480cscopelist-am: $(am__tagged_files)
481	list='$(am__tagged_files)'; \
482	case "$(srcdir)" in \
483	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
484	  *) sdir=$(subdir)/$(srcdir) ;; \
485	esac; \
486	for i in $$list; do \
487	  if test -f "$$i"; then \
488	    echo "$(subdir)/$$i"; \
489	  else \
490	    echo "$$sdir/$$i"; \
491	  fi; \
492	done >> $(top_builddir)/cscope.files
493
494distclean-tags:
495	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
496
497distdir: $(BUILT_SOURCES)
498	$(MAKE) $(AM_MAKEFLAGS) distdir-am
499
500distdir-am: $(DISTFILES)
501	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503	list='$(DISTFILES)'; \
504	  dist_files=`for file in $$list; do echo $$file; done | \
505	  sed -e "s|^$$srcdirstrip/||;t" \
506	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
507	case $$dist_files in \
508	  */*) $(MKDIR_P) `echo "$$dist_files" | \
509			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
510			   sort -u` ;; \
511	esac; \
512	for file in $$dist_files; do \
513	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
514	  if test -d $$d/$$file; then \
515	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
516	    if test -d "$(distdir)/$$file"; then \
517	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
518	    fi; \
519	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
520	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
521	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
522	    fi; \
523	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
524	  else \
525	    test -f "$(distdir)/$$file" \
526	    || cp -p $$d/$$file "$(distdir)/$$file" \
527	    || exit 1; \
528	  fi; \
529	done
530check-am: all-am
531check: check-am
532all-am: Makefile $(LTLIBRARIES) $(HEADERS)
533installdirs:
534install: install-am
535install-exec: install-exec-am
536install-data: install-data-am
537uninstall: uninstall-am
538
539install-am: all-am
540	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
541
542installcheck: installcheck-am
543install-strip:
544	if test -z '$(STRIP)'; then \
545	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
546	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
547	      install; \
548	else \
549	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
550	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
551	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
552	fi
553mostlyclean-generic:
554
555clean-generic:
556	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
557
558distclean-generic:
559	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
560	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
561
562maintainer-clean-generic:
563	@echo "This command is intended for maintainers to use"
564	@echo "it deletes files that may require special tools to rebuild."
565clean: clean-am
566
567clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
568	mostlyclean-am
569
570distclean: distclean-am
571		-rm -f ./$(DEPDIR)/xmm_quantize_sub.Plo
572	-rm -f Makefile
573distclean-am: clean-am distclean-compile distclean-generic \
574	distclean-tags
575
576dvi: dvi-am
577
578dvi-am:
579
580html: html-am
581
582html-am:
583
584info: info-am
585
586info-am:
587
588install-data-am:
589
590install-dvi: install-dvi-am
591
592install-dvi-am:
593
594install-exec-am:
595
596install-html: install-html-am
597
598install-html-am:
599
600install-info: install-info-am
601
602install-info-am:
603
604install-man:
605
606install-pdf: install-pdf-am
607
608install-pdf-am:
609
610install-ps: install-ps-am
611
612install-ps-am:
613
614installcheck-am:
615
616maintainer-clean: maintainer-clean-am
617		-rm -f ./$(DEPDIR)/xmm_quantize_sub.Plo
618	-rm -f Makefile
619maintainer-clean-am: distclean-am maintainer-clean-generic
620
621mostlyclean: mostlyclean-am
622
623mostlyclean-am: mostlyclean-compile mostlyclean-generic \
624	mostlyclean-libtool
625
626pdf: pdf-am
627
628pdf-am:
629
630ps: ps-am
631
632ps-am:
633
634uninstall-am:
635
636.MAKE: install-am install-strip
637
638.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
639	clean-generic clean-libtool clean-noinstLTLIBRARIES \
640	cscopelist-am ctags ctags-am distclean distclean-compile \
641	distclean-generic distclean-libtool distclean-tags distdir dvi \
642	dvi-am html html-am info info-am install install-am \
643	install-data install-data-am install-dvi install-dvi-am \
644	install-exec install-exec-am install-html install-html-am \
645	install-info install-info-am install-man install-pdf \
646	install-pdf-am install-ps install-ps-am install-strip \
647	installcheck installcheck-am installdirs maintainer-clean \
648	maintainer-clean-generic mostlyclean mostlyclean-compile \
649	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
650	tags tags-am uninstall uninstall-am
651
652.PRECIOUS: Makefile
653
654
655# end global section
656
657lclint.txt: ${liblamecpuroutines_la_SOURCES} ${noinst_HEADERS}
658	@lclint ${LCLINTFLAGS} ${INCLUDES} ${DEFS} ${liblamecpuroutines_la_SOURCES} 2>&1 >lclint.txt || true
659
660lclint: lclint.txt
661	more lclint.txt
662
663#$(OBJECTS): libtool
664#libtool: $(LIBTOOL_DEPS)
665#	$(SHELL) $(top_builddir)/config.status --recheck
666
667# Tell versions [3.59,3.63) of GNU make to not export all variables.
668# Otherwise a system limit (for SysV at least) may be exceeded.
669.NOEXPORT:
670