1 # Makefile.in generated by automake 1.16.2 from Makefile.am.
4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
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.
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
20 if test -z '$(MAKELEVEL)'; then \
22 elif test -n '$(MAKE_HOST)'; then \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
30 am__make_running_with_option = \
31 case $${target_option-} in \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
68 *$$target_option*) has_opt=yes; break;; \
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
90 build_triplet = @build@
92 EXTRA_PROGRAMS = barkmel$(EXEEXT) tone$(EXEEXT) psytune$(EXEEXT)
93 noinst_PROGRAMS = $(am__EXEEXT_1)
95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
97 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
98 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
99 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ogg.m4 \
100 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
104 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = $(top_builddir)/config.h
107 CONFIG_CLEAN_VPATH_FILES =
108 am__EXEEXT_1 = test_sharedbook$(EXEEXT)
109 PROGRAMS = $(noinst_PROGRAMS)
110 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
111 am__vpath_adj = case $$p in \
112 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
115 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
117 am__nobase_strip_setup = \
118 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
120 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
121 am__nobase_list = $(am__nobase_strip_setup); \
122 for p in $$list; do echo "$$p $$p"; done | \
123 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
124 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
125 if (++n[$$2] == $(am__install_max)) \
126 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
127 END { for (dir in files) print dir, files[dir] }'
129 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
130 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
131 am__uninstall_files_from_dir = { \
133 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
134 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
135 $(am__cd) "$$dir" && rm -f $$files; }; \
137 am__installdirs = "$(DESTDIR)$(libdir)"
138 LTLIBRARIES = $(lib_LTLIBRARIES)
139 libvorbis_la_DEPENDENCIES =
140 am_libvorbis_la_OBJECTS = mdct.lo smallft.lo block.lo envelope.lo \
141 window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo \
142 info.lo floor1.lo floor0.lo res0.lo mapping0.lo registry.lo \
143 codebook.lo sharedbook.lo lookup.lo bitrate.lo
144 libvorbis_la_OBJECTS = $(am_libvorbis_la_OBJECTS)
145 AM_V_lt = $(am__v_lt_@AM_V@)
146 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
147 am__v_lt_0 = --silent
149 libvorbis_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
150 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
151 $(libvorbis_la_LDFLAGS) $(LDFLAGS) -o $@
152 libvorbisenc_la_DEPENDENCIES = libvorbis.la
153 am_libvorbisenc_la_OBJECTS = vorbisenc.lo
154 libvorbisenc_la_OBJECTS = $(am_libvorbisenc_la_OBJECTS)
155 libvorbisenc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
156 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
157 $(AM_CFLAGS) $(CFLAGS) $(libvorbisenc_la_LDFLAGS) $(LDFLAGS) \
159 libvorbisfile_la_DEPENDENCIES = libvorbis.la
160 am_libvorbisfile_la_OBJECTS = vorbisfile.lo
161 libvorbisfile_la_OBJECTS = $(am_libvorbisfile_la_OBJECTS)
162 libvorbisfile_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
163 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
164 $(AM_CFLAGS) $(CFLAGS) $(libvorbisfile_la_LDFLAGS) $(LDFLAGS) \
166 am_barkmel_OBJECTS = barkmel.$(OBJEXT)
167 barkmel_OBJECTS = $(am_barkmel_OBJECTS)
168 barkmel_LDADD = $(LDADD)
169 am_psytune_OBJECTS = psytune.$(OBJEXT)
170 psytune_OBJECTS = $(am_psytune_OBJECTS)
171 psytune_DEPENDENCIES = libvorbis.la
172 psytune_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
173 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
174 $(psytune_LDFLAGS) $(LDFLAGS) -o $@
175 am_test_sharedbook_OBJECTS = test_sharedbook-sharedbook.$(OBJEXT)
176 test_sharedbook_OBJECTS = $(am_test_sharedbook_OBJECTS)
177 test_sharedbook_DEPENDENCIES =
178 test_sharedbook_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
179 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
180 $(test_sharedbook_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
182 am_tone_OBJECTS = tone.$(OBJEXT)
183 tone_OBJECTS = $(am_tone_OBJECTS)
184 tone_LDADD = $(LDADD)
185 AM_V_P = $(am__v_P_@AM_V@)
186 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
189 AM_V_GEN = $(am__v_GEN_@AM_V@)
190 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
191 am__v_GEN_0 = @echo " GEN " $@;
193 AM_V_at = $(am__v_at_@AM_V@)
194 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
197 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
198 depcomp = $(SHELL) $(top_srcdir)/depcomp
199 am__maybe_remake_depfiles = depfiles
200 am__depfiles_remade = ./$(DEPDIR)/analysis.Plo ./$(DEPDIR)/barkmel.Po \
201 ./$(DEPDIR)/bitrate.Plo ./$(DEPDIR)/block.Plo \
202 ./$(DEPDIR)/codebook.Plo ./$(DEPDIR)/envelope.Plo \
203 ./$(DEPDIR)/floor0.Plo ./$(DEPDIR)/floor1.Plo \
204 ./$(DEPDIR)/info.Plo ./$(DEPDIR)/lookup.Plo \
205 ./$(DEPDIR)/lpc.Plo ./$(DEPDIR)/lsp.Plo \
206 ./$(DEPDIR)/mapping0.Plo ./$(DEPDIR)/mdct.Plo \
207 ./$(DEPDIR)/psy.Plo ./$(DEPDIR)/psytune.Po \
208 ./$(DEPDIR)/registry.Plo ./$(DEPDIR)/res0.Plo \
209 ./$(DEPDIR)/sharedbook.Plo ./$(DEPDIR)/smallft.Plo \
210 ./$(DEPDIR)/synthesis.Plo \
211 ./$(DEPDIR)/test_sharedbook-sharedbook.Po ./$(DEPDIR)/tone.Po \
212 ./$(DEPDIR)/vorbisenc.Plo ./$(DEPDIR)/vorbisfile.Plo \
213 ./$(DEPDIR)/window.Plo
215 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
216 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
217 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
218 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
219 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
220 $(AM_CFLAGS) $(CFLAGS)
221 AM_V_CC = $(am__v_CC_@AM_V@)
222 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
223 am__v_CC_0 = @echo " CC " $@;
226 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
227 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
228 $(AM_LDFLAGS) $(LDFLAGS) -o $@
229 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
230 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
231 am__v_CCLD_0 = @echo " CCLD " $@;
233 SOURCES = $(libvorbis_la_SOURCES) $(libvorbisenc_la_SOURCES) \
234 $(libvorbisfile_la_SOURCES) $(barkmel_SOURCES) \
235 $(psytune_SOURCES) $(test_sharedbook_SOURCES) $(tone_SOURCES)
236 DIST_SOURCES = $(libvorbis_la_SOURCES) $(libvorbisenc_la_SOURCES) \
237 $(libvorbisfile_la_SOURCES) $(barkmel_SOURCES) \
238 $(psytune_SOURCES) $(test_sharedbook_SOURCES) $(tone_SOURCES)
239 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
240 ctags-recursive dvi-recursive html-recursive info-recursive \
241 install-data-recursive install-dvi-recursive \
242 install-exec-recursive install-html-recursive \
243 install-info-recursive install-pdf-recursive \
244 install-ps-recursive install-recursive installcheck-recursive \
245 installdirs-recursive pdf-recursive ps-recursive \
246 tags-recursive uninstall-recursive
247 am__can_run_installinfo = \
248 case $$AM_UPDATE_INFO_DIR in \
250 *) (install-info --version) >/dev/null 2>&1;; \
252 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
253 distclean-recursive maintainer-clean-recursive
254 am__recursive_targets = \
255 $(RECURSIVE_TARGETS) \
256 $(RECURSIVE_CLEAN_TARGETS) \
257 $(am__extra_recursive_targets)
258 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
260 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
261 # Read a list of newline-separated strings from the standard input,
262 # and print each of them once, without duplicates. Input order is
264 am__uniquify_input = $(AWK) '\
265 BEGIN { nonempty = 0; } \
266 { items[$$0] = 1; nonempty = 1; } \
267 END { if (nonempty) { for (i in items) print i; }; } \
269 # Make sure the list of sources is unique. This is necessary because,
270 # e.g., the same source file might be shared among _SOURCES variables
271 # for different programs/libraries.
272 am__define_uniq_tagged_files = \
273 list='$(am__tagged_files)'; \
274 unique=`for i in $$list; do \
275 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
276 done | $(am__uniquify_input)`
279 DIST_SUBDIRS = $(SUBDIRS)
280 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
281 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
284 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
285 sed_rest='s,^[^/]*/*,,'; \
286 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
287 sed_butlast='s,/*[^/]*$$,,'; \
288 while test -n "$$dir1"; do \
289 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
290 if test "$$first" != "."; then \
291 if test "$$first" = ".."; then \
292 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
293 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
295 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
296 if test "$$first2" = "$$first"; then \
297 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
301 dir0="$$dir0"/"$$first"; \
304 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
308 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
311 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
314 AUTOCONF = @AUTOCONF@
315 AUTOHEADER = @AUTOHEADER@
316 AUTOMAKE = @AUTOMAKE@
319 CCDEPMODE = @CCDEPMODE@
322 CPPFLAGS = @CPPFLAGS@
323 CYGPATH_W = @CYGPATH_W@
328 DSYMUTIL = @DSYMUTIL@
337 HAVE_DOXYGEN = @HAVE_DOXYGEN@
340 INSTALL_DATA = @INSTALL_DATA@
341 INSTALL_PROGRAM = @INSTALL_PROGRAM@
342 INSTALL_SCRIPT = @INSTALL_SCRIPT@
343 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
349 LIBTOOL_DEPS = @LIBTOOL_DEPS@
352 LTLIBOBJS = @LTLIBOBJS@
353 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
355 MAKEINFO = @MAKEINFO@
356 MANIFEST_TOOL = @MANIFEST_TOOL@
362 OGG_CFLAGS = @OGG_CFLAGS@
363 OGG_LIBS = @OGG_LIBS@
367 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
368 PACKAGE_NAME = @PACKAGE_NAME@
369 PACKAGE_STRING = @PACKAGE_STRING@
370 PACKAGE_TARNAME = @PACKAGE_TARNAME@
371 PACKAGE_URL = @PACKAGE_URL@
372 PACKAGE_VERSION = @PACKAGE_VERSION@
373 PATH_SEPARATOR = @PATH_SEPARATOR@
374 PDFLATEX = @PDFLATEX@
375 PKG_CONFIG = @PKG_CONFIG@
379 SET_MAKE = @SET_MAKE@
383 VE_LIB_AGE = @VE_LIB_AGE@
384 VE_LIB_CURRENT = @VE_LIB_CURRENT@
385 VE_LIB_REVISION = @VE_LIB_REVISION@
386 VF_LIB_AGE = @VF_LIB_AGE@
387 VF_LIB_CURRENT = @VF_LIB_CURRENT@
388 VF_LIB_REVISION = @VF_LIB_REVISION@
389 VORBIS_LIBS = @VORBIS_LIBS@
390 V_LIB_AGE = @V_LIB_AGE@
391 V_LIB_CURRENT = @V_LIB_CURRENT@
392 V_LIB_REVISION = @V_LIB_REVISION@
393 abs_builddir = @abs_builddir@
394 abs_srcdir = @abs_srcdir@
395 abs_top_builddir = @abs_top_builddir@
396 abs_top_srcdir = @abs_top_srcdir@
397 ac_ct_AR = @ac_ct_AR@
398 ac_ct_CC = @ac_ct_CC@
399 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
400 am__include = @am__include@
401 am__leading_dot = @am__leading_dot@
402 am__quote = @am__quote@
404 am__untar = @am__untar@
407 build_alias = @build_alias@
408 build_cpu = @build_cpu@
409 build_os = @build_os@
410 build_vendor = @build_vendor@
411 builddir = @builddir@
413 datarootdir = @datarootdir@
416 exec_prefix = @exec_prefix@
418 host_alias = @host_alias@
419 host_cpu = @host_cpu@
421 host_vendor = @host_vendor@
423 includedir = @includedir@
425 install_sh = @install_sh@
427 libexecdir = @libexecdir@
428 localedir = @localedir@
429 localstatedir = @localstatedir@
432 oldincludedir = @oldincludedir@
435 program_transform_name = @program_transform_name@
437 pthread_lib = @pthread_lib@
438 runstatedir = @runstatedir@
440 sharedstatedir = @sharedstatedir@
442 sysconfdir = @sysconfdir@
443 target_alias = @target_alias@
444 top_build_prefix = @top_build_prefix@
445 top_builddir = @top_builddir@
446 top_srcdir = @top_srcdir@
447 SUBDIRS = modes books
448 AM_CPPFLAGS = -I$(top_srcdir)/include @OGG_CFLAGS@
449 lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
450 libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c \
451 lpc.c analysis.c synthesis.c psy.c info.c \
453 res0.c mapping0.c registry.c codebook.c sharedbook.c\
455 envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
456 masking.h os.h mdct.h smallft.h highlevel.h\
457 registry.h scales.h window.h lookup.h lookup_data.h\
458 codec_internal.h backends.h bitrate.h
460 libvorbis_la_LDFLAGS = -no-undefined -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
461 libvorbis_la_LIBADD = @VORBIS_LIBS@ @OGG_LIBS@
462 libvorbisfile_la_SOURCES = vorbisfile.c
463 libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
464 libvorbisfile_la_LIBADD = libvorbis.la @OGG_LIBS@
465 libvorbisenc_la_SOURCES = vorbisenc.c
466 libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
467 libvorbisenc_la_LIBADD = libvorbis.la @OGG_LIBS@
468 CLEANFILES = $(EXTRA_PROGRAMS)
469 barkmel_SOURCES = barkmel.c
470 tone_SOURCES = tone.c
471 psytune_SOURCES = psytune.c
472 psytune_LDFLAGS = -static
473 psytune_LDADD = libvorbis.la
474 EXTRA_DIST = lookups.pl CMakeLists.txt
476 # build and run the self tests on 'make check'
478 #vorbis_selftests = test_codebook test_sharedbook
479 vorbis_selftests = test_sharedbook
481 #test_codebook_SOURCES = codebook.c
482 #test_codebook_CFLAGS = -D_V_SELFTEST
483 test_sharedbook_SOURCES = sharedbook.c
484 test_sharedbook_CFLAGS = -D_V_SELFTEST
485 test_sharedbook_LDADD = @VORBIS_LIBS@
489 .SUFFIXES: .c .lo .o .obj
490 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
492 case '$(am__configure_deps)' in \
494 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
495 && { if test -f $@; then exit 0; else break; fi; }; \
499 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
500 $(am__cd) $(top_srcdir) && \
501 $(AUTOMAKE) --gnu lib/Makefile
502 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
505 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
507 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
508 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
511 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
512 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
514 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
515 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
516 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
517 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
518 $(am__aclocal_m4_deps):
520 clean-noinstPROGRAMS:
521 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
522 echo " rm -f" $$list; \
523 rm -f $$list || exit $$?; \
524 test -n "$(EXEEXT)" || exit 0; \
525 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
526 echo " rm -f" $$list; \
529 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
531 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
532 list2=; for p in $$list; do \
533 if test -f $$p; then \
534 list2="$$list2 $$p"; \
537 test -z "$$list2" || { \
538 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
539 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
540 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
541 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
544 uninstall-libLTLIBRARIES:
546 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
547 for p in $$list; do \
549 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
550 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
553 clean-libLTLIBRARIES:
554 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
555 @list='$(lib_LTLIBRARIES)'; \
556 locs=`for p in $$list; do echo $$p; done | \
557 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
559 test -z "$$locs" || { \
560 echo rm -f $${locs}; \
564 libvorbis.la: $(libvorbis_la_OBJECTS) $(libvorbis_la_DEPENDENCIES) $(EXTRA_libvorbis_la_DEPENDENCIES)
565 $(AM_V_CCLD)$(libvorbis_la_LINK) -rpath $(libdir) $(libvorbis_la_OBJECTS) $(libvorbis_la_LIBADD) $(LIBS)
567 libvorbisenc.la: $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_DEPENDENCIES) $(EXTRA_libvorbisenc_la_DEPENDENCIES)
568 $(AM_V_CCLD)$(libvorbisenc_la_LINK) -rpath $(libdir) $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_LIBADD) $(LIBS)
570 libvorbisfile.la: $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_DEPENDENCIES) $(EXTRA_libvorbisfile_la_DEPENDENCIES)
571 $(AM_V_CCLD)$(libvorbisfile_la_LINK) -rpath $(libdir) $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_LIBADD) $(LIBS)
573 barkmel$(EXEEXT): $(barkmel_OBJECTS) $(barkmel_DEPENDENCIES) $(EXTRA_barkmel_DEPENDENCIES)
574 @rm -f barkmel$(EXEEXT)
575 $(AM_V_CCLD)$(LINK) $(barkmel_OBJECTS) $(barkmel_LDADD) $(LIBS)
577 psytune$(EXEEXT): $(psytune_OBJECTS) $(psytune_DEPENDENCIES) $(EXTRA_psytune_DEPENDENCIES)
578 @rm -f psytune$(EXEEXT)
579 $(AM_V_CCLD)$(psytune_LINK) $(psytune_OBJECTS) $(psytune_LDADD) $(LIBS)
581 test_sharedbook$(EXEEXT): $(test_sharedbook_OBJECTS) $(test_sharedbook_DEPENDENCIES) $(EXTRA_test_sharedbook_DEPENDENCIES)
582 @rm -f test_sharedbook$(EXEEXT)
583 $(AM_V_CCLD)$(test_sharedbook_LINK) $(test_sharedbook_OBJECTS) $(test_sharedbook_LDADD) $(LIBS)
585 tone$(EXEEXT): $(tone_OBJECTS) $(tone_DEPENDENCIES) $(EXTRA_tone_DEPENDENCIES)
587 $(AM_V_CCLD)$(LINK) $(tone_OBJECTS) $(tone_LDADD) $(LIBS)
595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/analysis.Plo@am__quote@ # am--include-marker
596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barkmel.Po@am__quote@ # am--include-marker
597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitrate.Plo@am__quote@ # am--include-marker
598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/block.Plo@am__quote@ # am--include-marker
599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codebook.Plo@am__quote@ # am--include-marker
600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envelope.Plo@am__quote@ # am--include-marker
601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floor0.Plo@am__quote@ # am--include-marker
602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floor1.Plo@am__quote@ # am--include-marker
603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Plo@am__quote@ # am--include-marker
604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Plo@am__quote@ # am--include-marker
605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc.Plo@am__quote@ # am--include-marker
606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsp.Plo@am__quote@ # am--include-marker
607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mapping0.Plo@am__quote@ # am--include-marker
608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdct.Plo@am__quote@ # am--include-marker
609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psy.Plo@am__quote@ # am--include-marker
610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psytune.Po@am__quote@ # am--include-marker
611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/registry.Plo@am__quote@ # am--include-marker
612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res0.Plo@am__quote@ # am--include-marker
613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sharedbook.Plo@am__quote@ # am--include-marker
614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smallft.Plo@am__quote@ # am--include-marker
615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synthesis.Plo@am__quote@ # am--include-marker
616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_sharedbook-sharedbook.Po@am__quote@ # am--include-marker
617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tone.Po@am__quote@ # am--include-marker
618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisenc.Plo@am__quote@ # am--include-marker
619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisfile.Plo@am__quote@ # am--include-marker
620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Plo@am__quote@ # am--include-marker
622 $(am__depfiles_remade):
624 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
626 am--depfiles: $(am__depfiles_remade)
629 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
630 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
631 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
632 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
633 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
636 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
637 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
638 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
639 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
640 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
643 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
644 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
645 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
646 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
649 test_sharedbook-sharedbook.o: sharedbook.c
650 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_sharedbook_CFLAGS) $(CFLAGS) -MT test_sharedbook-sharedbook.o -MD -MP -MF $(DEPDIR)/test_sharedbook-sharedbook.Tpo -c -o test_sharedbook-sharedbook.o `test -f 'sharedbook.c' || echo '$(srcdir)/'`sharedbook.c
651 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_sharedbook-sharedbook.Tpo $(DEPDIR)/test_sharedbook-sharedbook.Po
652 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sharedbook.c' object='test_sharedbook-sharedbook.o' libtool=no @AMDEPBACKSLASH@
653 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
654 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_sharedbook_CFLAGS) $(CFLAGS) -c -o test_sharedbook-sharedbook.o `test -f 'sharedbook.c' || echo '$(srcdir)/'`sharedbook.c
656 test_sharedbook-sharedbook.obj: sharedbook.c
657 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_sharedbook_CFLAGS) $(CFLAGS) -MT test_sharedbook-sharedbook.obj -MD -MP -MF $(DEPDIR)/test_sharedbook-sharedbook.Tpo -c -o test_sharedbook-sharedbook.obj `if test -f 'sharedbook.c'; then $(CYGPATH_W) 'sharedbook.c'; else $(CYGPATH_W) '$(srcdir)/sharedbook.c'; fi`
658 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_sharedbook-sharedbook.Tpo $(DEPDIR)/test_sharedbook-sharedbook.Po
659 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sharedbook.c' object='test_sharedbook-sharedbook.obj' libtool=no @AMDEPBACKSLASH@
660 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
661 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_sharedbook_CFLAGS) $(CFLAGS) -c -o test_sharedbook-sharedbook.obj `if test -f 'sharedbook.c'; then $(CYGPATH_W) 'sharedbook.c'; else $(CYGPATH_W) '$(srcdir)/sharedbook.c'; fi`
669 # This directory's subdirectories are mostly independent; you can cd
670 # into them and run 'make' without going through this Makefile.
671 # To change the values of 'make' variables: instead of editing Makefiles,
672 # (1) if the variable is set in 'config.status', edit 'config.status'
673 # (which will cause the Makefiles to be regenerated when you run 'make');
674 # (2) otherwise, pass the desired values on the 'make' command line.
675 $(am__recursive_targets):
677 if $(am__make_keepgoing); then \
678 failcom='fail=yes'; \
683 target=`echo $@ | sed s/-recursive//`; \
685 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
686 *) list='$(SUBDIRS)' ;; \
688 for subdir in $$list; do \
689 echo "Making $$target in $$subdir"; \
690 if test "$$subdir" = "."; then \
692 local_target="$$target-am"; \
694 local_target="$$target"; \
696 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
699 if test "$$dot_seen" = "no"; then \
700 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
703 ID: $(am__tagged_files)
704 $(am__define_uniq_tagged_files); mkid -fID $$unique
708 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
711 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
712 include_option=--etags-include; \
715 include_option=--include; \
718 list='$(SUBDIRS)'; for subdir in $$list; do \
719 if test "$$subdir" = .; then :; else \
720 test ! -f $$subdir/TAGS || \
721 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
724 $(am__define_uniq_tagged_files); \
726 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
727 test -n "$$unique" || unique=$$empty_fix; \
728 if test $$# -gt 0; then \
729 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
732 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
736 ctags: ctags-recursive
739 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
740 $(am__define_uniq_tagged_files); \
741 test -z "$(CTAGS_ARGS)$$unique" \
742 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
746 here=`$(am__cd) $(top_builddir) && pwd` \
747 && $(am__cd) $(top_srcdir) \
748 && gtags -i $(GTAGS_ARGS) "$$here"
749 cscopelist: cscopelist-recursive
751 cscopelist-am: $(am__tagged_files)
752 list='$(am__tagged_files)'; \
753 case "$(srcdir)" in \
754 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
755 *) sdir=$(subdir)/$(srcdir) ;; \
757 for i in $$list; do \
758 if test -f "$$i"; then \
759 echo "$(subdir)/$$i"; \
763 done >> $(top_builddir)/cscope.files
766 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
768 distdir: $(BUILT_SOURCES)
769 $(MAKE) $(AM_MAKEFLAGS) distdir-am
771 distdir-am: $(DISTFILES)
772 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
773 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
774 list='$(DISTFILES)'; \
775 dist_files=`for file in $$list; do echo $$file; done | \
776 sed -e "s|^$$srcdirstrip/||;t" \
777 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
778 case $$dist_files in \
779 */*) $(MKDIR_P) `echo "$$dist_files" | \
780 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
783 for file in $$dist_files; do \
784 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
785 if test -d $$d/$$file; then \
786 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
787 if test -d "$(distdir)/$$file"; then \
788 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
790 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
791 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
792 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
794 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
796 test -f "$(distdir)/$$file" \
797 || cp -p $$d/$$file "$(distdir)/$$file" \
801 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
802 if test "$$subdir" = .; then :; else \
804 || test -d "$(distdir)/$$subdir" \
805 || $(MKDIR_P) "$(distdir)/$$subdir" \
807 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
809 new_distdir=$$reldir; \
810 dir1=$$subdir; dir2="$(top_distdir)"; \
812 new_top_distdir=$$reldir; \
813 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
814 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
815 ($(am__cd) $$subdir && \
816 $(MAKE) $(AM_MAKEFLAGS) \
817 top_distdir="$$new_top_distdir" \
818 distdir="$$new_distdir" \
819 am__remove_distdir=: \
820 am__skip_length_check=: \
821 am__skip_mode_fix=: \
827 check: check-recursive
828 all-am: Makefile $(PROGRAMS) $(LTLIBRARIES)
829 installdirs: installdirs-recursive
831 for dir in "$(DESTDIR)$(libdir)"; do \
832 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
834 install: install-recursive
835 install-exec: install-exec-recursive
836 install-data: install-data-recursive
837 uninstall: uninstall-recursive
840 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
842 installcheck: installcheck-recursive
844 if test -z '$(STRIP)'; then \
845 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
846 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
849 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
850 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
851 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
856 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
859 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
860 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
862 maintainer-clean-generic:
863 @echo "This command is intended for maintainers to use"
864 @echo "it deletes files that may require special tools to rebuild."
865 clean: clean-recursive
867 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
868 clean-noinstPROGRAMS mostlyclean-am
870 distclean: distclean-recursive
871 -rm -f ./$(DEPDIR)/analysis.Plo
872 -rm -f ./$(DEPDIR)/barkmel.Po
873 -rm -f ./$(DEPDIR)/bitrate.Plo
874 -rm -f ./$(DEPDIR)/block.Plo
875 -rm -f ./$(DEPDIR)/codebook.Plo
876 -rm -f ./$(DEPDIR)/envelope.Plo
877 -rm -f ./$(DEPDIR)/floor0.Plo
878 -rm -f ./$(DEPDIR)/floor1.Plo
879 -rm -f ./$(DEPDIR)/info.Plo
880 -rm -f ./$(DEPDIR)/lookup.Plo
881 -rm -f ./$(DEPDIR)/lpc.Plo
882 -rm -f ./$(DEPDIR)/lsp.Plo
883 -rm -f ./$(DEPDIR)/mapping0.Plo
884 -rm -f ./$(DEPDIR)/mdct.Plo
885 -rm -f ./$(DEPDIR)/psy.Plo
886 -rm -f ./$(DEPDIR)/psytune.Po
887 -rm -f ./$(DEPDIR)/registry.Plo
888 -rm -f ./$(DEPDIR)/res0.Plo
889 -rm -f ./$(DEPDIR)/sharedbook.Plo
890 -rm -f ./$(DEPDIR)/smallft.Plo
891 -rm -f ./$(DEPDIR)/synthesis.Plo
892 -rm -f ./$(DEPDIR)/test_sharedbook-sharedbook.Po
893 -rm -f ./$(DEPDIR)/tone.Po
894 -rm -f ./$(DEPDIR)/vorbisenc.Plo
895 -rm -f ./$(DEPDIR)/vorbisfile.Plo
896 -rm -f ./$(DEPDIR)/window.Plo
898 distclean-am: clean-am distclean-compile distclean-generic \
915 install-dvi: install-dvi-recursive
919 install-exec-am: install-libLTLIBRARIES
921 install-html: install-html-recursive
925 install-info: install-info-recursive
931 install-pdf: install-pdf-recursive
935 install-ps: install-ps-recursive
941 maintainer-clean: maintainer-clean-recursive
942 -rm -f ./$(DEPDIR)/analysis.Plo
943 -rm -f ./$(DEPDIR)/barkmel.Po
944 -rm -f ./$(DEPDIR)/bitrate.Plo
945 -rm -f ./$(DEPDIR)/block.Plo
946 -rm -f ./$(DEPDIR)/codebook.Plo
947 -rm -f ./$(DEPDIR)/envelope.Plo
948 -rm -f ./$(DEPDIR)/floor0.Plo
949 -rm -f ./$(DEPDIR)/floor1.Plo
950 -rm -f ./$(DEPDIR)/info.Plo
951 -rm -f ./$(DEPDIR)/lookup.Plo
952 -rm -f ./$(DEPDIR)/lpc.Plo
953 -rm -f ./$(DEPDIR)/lsp.Plo
954 -rm -f ./$(DEPDIR)/mapping0.Plo
955 -rm -f ./$(DEPDIR)/mdct.Plo
956 -rm -f ./$(DEPDIR)/psy.Plo
957 -rm -f ./$(DEPDIR)/psytune.Po
958 -rm -f ./$(DEPDIR)/registry.Plo
959 -rm -f ./$(DEPDIR)/res0.Plo
960 -rm -f ./$(DEPDIR)/sharedbook.Plo
961 -rm -f ./$(DEPDIR)/smallft.Plo
962 -rm -f ./$(DEPDIR)/synthesis.Plo
963 -rm -f ./$(DEPDIR)/test_sharedbook-sharedbook.Po
964 -rm -f ./$(DEPDIR)/tone.Po
965 -rm -f ./$(DEPDIR)/vorbisenc.Plo
966 -rm -f ./$(DEPDIR)/vorbisfile.Plo
967 -rm -f ./$(DEPDIR)/window.Plo
969 maintainer-clean-am: distclean-am maintainer-clean-generic
971 mostlyclean: mostlyclean-recursive
973 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
984 uninstall-am: uninstall-libLTLIBRARIES
986 .MAKE: $(am__recursive_targets) install-am install-strip
988 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
989 am--depfiles check check-am clean clean-generic \
990 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
991 cscopelist-am ctags ctags-am distclean distclean-compile \
992 distclean-generic distclean-libtool distclean-tags distdir dvi \
993 dvi-am html html-am info info-am install install-am \
994 install-data install-data-am install-dvi install-dvi-am \
995 install-exec install-exec-am install-html install-html-am \
996 install-info install-info-am install-libLTLIBRARIES \
997 install-man install-pdf install-pdf-am install-ps \
998 install-ps-am install-strip installcheck installcheck-am \
999 installdirs installdirs-am maintainer-clean \
1000 maintainer-clean-generic mostlyclean mostlyclean-compile \
1001 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1002 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
1007 check: $(noinst_PROGRAMS)
1008 ./test_sharedbook$(EXEEXT)
1010 # recurse for alternate targets
1013 $(MAKE) all CFLAGS="@DEBUG@"
1016 $(MAKE) all CFLAGS="@PROFILE@"
1018 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1019 # Otherwise a system limit (for SysV at least) may be exceeded.