VirtualBox

source: vbox/trunk/src/libs/libvorbis-1.3.7/lib/Makefile.in

Last change on this file was 96468, checked in by vboxsync, 2 years ago

libs/libvorbis-1.3.7: Re-exporting, hopefully this time everything is there. bugref:10275

File size: 36.6 KB
Line 
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
18VPATH = @srcdir@
19am__is_gnu_make = { \
20 if test -z '$(MAKELEVEL)'; then \
21 false; \
22 elif test -n '$(MAKE_HOST)'; then \
23 true; \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25 true; \
26 else \
27 false; \
28 fi; \
29}
30am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47 esac; \
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) 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;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
69 esac; \
70 done; \
71 test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92EXTRA_PROGRAMS = barkmel$(EXEEXT) tone$(EXEEXT) psytune$(EXEEXT)
93noinst_PROGRAMS = $(am__EXEEXT_1)
94subdir = lib
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__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
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102 $(ACLOCAL_M4)
103DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
104mkinstalldirs = $(install_sh) -d
105CONFIG_HEADER = $(top_builddir)/config.h
106CONFIG_CLEAN_FILES =
107CONFIG_CLEAN_VPATH_FILES =
108am__EXEEXT_1 = test_sharedbook$(EXEEXT)
109PROGRAMS = $(noinst_PROGRAMS)
110am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
111am__vpath_adj = case $$p in \
112 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
113 *) f=$$p;; \
114 esac;
115am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
116am__install_max = 40
117am__nobase_strip_setup = \
118 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
119am__nobase_strip = \
120 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
121am__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] }'
128am__base_list = \
129 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
130 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
131am__uninstall_files_from_dir = { \
132 test -z "$$files" \
133 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
134 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
135 $(am__cd) "$$dir" && rm -f $$files; }; \
136 }
137am__installdirs = "$(DESTDIR)$(libdir)"
138LTLIBRARIES = $(lib_LTLIBRARIES)
139libvorbis_la_DEPENDENCIES =
140am_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
144libvorbis_la_OBJECTS = $(am_libvorbis_la_OBJECTS)
145AM_V_lt = $(am__v_lt_@AM_V@)
146am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
147am__v_lt_0 = --silent
148am__v_lt_1 =
149libvorbis_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
150 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
151 $(libvorbis_la_LDFLAGS) $(LDFLAGS) -o $@
152libvorbisenc_la_DEPENDENCIES = libvorbis.la
153am_libvorbisenc_la_OBJECTS = vorbisenc.lo
154libvorbisenc_la_OBJECTS = $(am_libvorbisenc_la_OBJECTS)
155libvorbisenc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
156 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
157 $(AM_CFLAGS) $(CFLAGS) $(libvorbisenc_la_LDFLAGS) $(LDFLAGS) \
158 -o $@
159libvorbisfile_la_DEPENDENCIES = libvorbis.la
160am_libvorbisfile_la_OBJECTS = vorbisfile.lo
161libvorbisfile_la_OBJECTS = $(am_libvorbisfile_la_OBJECTS)
162libvorbisfile_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
163 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
164 $(AM_CFLAGS) $(CFLAGS) $(libvorbisfile_la_LDFLAGS) $(LDFLAGS) \
165 -o $@
166am_barkmel_OBJECTS = barkmel.$(OBJEXT)
167barkmel_OBJECTS = $(am_barkmel_OBJECTS)
168barkmel_LDADD = $(LDADD)
169am_psytune_OBJECTS = psytune.$(OBJEXT)
170psytune_OBJECTS = $(am_psytune_OBJECTS)
171psytune_DEPENDENCIES = libvorbis.la
172psytune_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
173 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
174 $(psytune_LDFLAGS) $(LDFLAGS) -o $@
175am_test_sharedbook_OBJECTS = test_sharedbook-sharedbook.$(OBJEXT)
176test_sharedbook_OBJECTS = $(am_test_sharedbook_OBJECTS)
177test_sharedbook_DEPENDENCIES =
178test_sharedbook_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
179 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
180 $(test_sharedbook_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
181 -o $@
182am_tone_OBJECTS = tone.$(OBJEXT)
183tone_OBJECTS = $(am_tone_OBJECTS)
184tone_LDADD = $(LDADD)
185AM_V_P = $(am__v_P_@AM_V@)
186am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
187am__v_P_0 = false
188am__v_P_1 = :
189AM_V_GEN = $(am__v_GEN_@AM_V@)
190am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
191am__v_GEN_0 = @echo " GEN " $@;
192am__v_GEN_1 =
193AM_V_at = $(am__v_at_@AM_V@)
194am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
195am__v_at_0 = @
196am__v_at_1 =
197DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
198depcomp = $(SHELL) $(top_srcdir)/depcomp
199am__maybe_remake_depfiles = depfiles
200am__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
214am__mv = mv -f
215COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
216 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
217LTCOMPILE = $(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)
221AM_V_CC = $(am__v_CC_@AM_V@)
222am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
223am__v_CC_0 = @echo " CC " $@;
224am__v_CC_1 =
225CCLD = $(CC)
226LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
227 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
228 $(AM_LDFLAGS) $(LDFLAGS) -o $@
229AM_V_CCLD = $(am__v_CCLD_@AM_V@)
230am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
231am__v_CCLD_0 = @echo " CCLD " $@;
232am__v_CCLD_1 =
233SOURCES = $(libvorbis_la_SOURCES) $(libvorbisenc_la_SOURCES) \
234 $(libvorbisfile_la_SOURCES) $(barkmel_SOURCES) \
235 $(psytune_SOURCES) $(test_sharedbook_SOURCES) $(tone_SOURCES)
236DIST_SOURCES = $(libvorbis_la_SOURCES) $(libvorbisenc_la_SOURCES) \
237 $(libvorbisfile_la_SOURCES) $(barkmel_SOURCES) \
238 $(psytune_SOURCES) $(test_sharedbook_SOURCES) $(tone_SOURCES)
239RECURSIVE_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
247am__can_run_installinfo = \
248 case $$AM_UPDATE_INFO_DIR in \
249 n|no|NO) false;; \
250 *) (install-info --version) >/dev/null 2>&1;; \
251 esac
252RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
253 distclean-recursive maintainer-clean-recursive
254am__recursive_targets = \
255 $(RECURSIVE_TARGETS) \
256 $(RECURSIVE_CLEAN_TARGETS) \
257 $(am__extra_recursive_targets)
258AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
259 distdir distdir-am
260am__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
263# *not* preserved.
264am__uniquify_input = $(AWK) '\
265 BEGIN { nonempty = 0; } \
266 { items[$$0] = 1; nonempty = 1; } \
267 END { if (nonempty) { for (i in items) print i; }; } \
268'
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.
272am__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)`
277ETAGS = etags
278CTAGS = ctags
279DIST_SUBDIRS = $(SUBDIRS)
280am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
281DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
282am__relativize = \
283 dir0=`pwd`; \
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"`; \
294 else \
295 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
296 if test "$$first2" = "$$first"; then \
297 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
298 else \
299 dir2="../$$dir2"; \
300 fi; \
301 dir0="$$dir0"/"$$first"; \
302 fi; \
303 fi; \
304 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
305 done; \
306 reldir="$$dir2"
307ACLOCAL = @ACLOCAL@
308ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
309ALLOCA = @ALLOCA@
310AMTAR = @AMTAR@
311AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
312AR = @AR@
313AS = @AS@
314AUTOCONF = @AUTOCONF@
315AUTOHEADER = @AUTOHEADER@
316AUTOMAKE = @AUTOMAKE@
317AWK = @AWK@
318CC = @CC@
319CCDEPMODE = @CCDEPMODE@
320CFLAGS = @CFLAGS@
321CPP = @CPP@
322CPPFLAGS = @CPPFLAGS@
323CYGPATH_W = @CYGPATH_W@
324DEBUG = @DEBUG@
325DEFS = @DEFS@
326DEPDIR = @DEPDIR@
327DLLTOOL = @DLLTOOL@
328DSYMUTIL = @DSYMUTIL@
329DUMPBIN = @DUMPBIN@
330ECHO_C = @ECHO_C@
331ECHO_N = @ECHO_N@
332ECHO_T = @ECHO_T@
333EGREP = @EGREP@
334EXEEXT = @EXEEXT@
335FGREP = @FGREP@
336GREP = @GREP@
337HAVE_DOXYGEN = @HAVE_DOXYGEN@
338HTLATEX = @HTLATEX@
339INSTALL = @INSTALL@
340INSTALL_DATA = @INSTALL_DATA@
341INSTALL_PROGRAM = @INSTALL_PROGRAM@
342INSTALL_SCRIPT = @INSTALL_SCRIPT@
343INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
344LD = @LD@
345LDFLAGS = @LDFLAGS@
346LIBOBJS = @LIBOBJS@
347LIBS = @LIBS@
348LIBTOOL = @LIBTOOL@
349LIBTOOL_DEPS = @LIBTOOL_DEPS@
350LIPO = @LIPO@
351LN_S = @LN_S@
352LTLIBOBJS = @LTLIBOBJS@
353LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
354MAINT = @MAINT@
355MAKEINFO = @MAKEINFO@
356MANIFEST_TOOL = @MANIFEST_TOOL@
357MKDIR_P = @MKDIR_P@
358NM = @NM@
359NMEDIT = @NMEDIT@
360OBJDUMP = @OBJDUMP@
361OBJEXT = @OBJEXT@
362OGG_CFLAGS = @OGG_CFLAGS@
363OGG_LIBS = @OGG_LIBS@
364OTOOL = @OTOOL@
365OTOOL64 = @OTOOL64@
366PACKAGE = @PACKAGE@
367PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
368PACKAGE_NAME = @PACKAGE_NAME@
369PACKAGE_STRING = @PACKAGE_STRING@
370PACKAGE_TARNAME = @PACKAGE_TARNAME@
371PACKAGE_URL = @PACKAGE_URL@
372PACKAGE_VERSION = @PACKAGE_VERSION@
373PATH_SEPARATOR = @PATH_SEPARATOR@
374PDFLATEX = @PDFLATEX@
375PKG_CONFIG = @PKG_CONFIG@
376PROFILE = @PROFILE@
377RANLIB = @RANLIB@
378SED = @SED@
379SET_MAKE = @SET_MAKE@
380SHELL = @SHELL@
381STRIP = @STRIP@
382VERSION = @VERSION@
383VE_LIB_AGE = @VE_LIB_AGE@
384VE_LIB_CURRENT = @VE_LIB_CURRENT@
385VE_LIB_REVISION = @VE_LIB_REVISION@
386VF_LIB_AGE = @VF_LIB_AGE@
387VF_LIB_CURRENT = @VF_LIB_CURRENT@
388VF_LIB_REVISION = @VF_LIB_REVISION@
389VORBIS_LIBS = @VORBIS_LIBS@
390V_LIB_AGE = @V_LIB_AGE@
391V_LIB_CURRENT = @V_LIB_CURRENT@
392V_LIB_REVISION = @V_LIB_REVISION@
393abs_builddir = @abs_builddir@
394abs_srcdir = @abs_srcdir@
395abs_top_builddir = @abs_top_builddir@
396abs_top_srcdir = @abs_top_srcdir@
397ac_ct_AR = @ac_ct_AR@
398ac_ct_CC = @ac_ct_CC@
399ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
400am__include = @am__include@
401am__leading_dot = @am__leading_dot@
402am__quote = @am__quote@
403am__tar = @am__tar@
404am__untar = @am__untar@
405bindir = @bindir@
406build = @build@
407build_alias = @build_alias@
408build_cpu = @build_cpu@
409build_os = @build_os@
410build_vendor = @build_vendor@
411builddir = @builddir@
412datadir = @datadir@
413datarootdir = @datarootdir@
414docdir = @docdir@
415dvidir = @dvidir@
416exec_prefix = @exec_prefix@
417host = @host@
418host_alias = @host_alias@
419host_cpu = @host_cpu@
420host_os = @host_os@
421host_vendor = @host_vendor@
422htmldir = @htmldir@
423includedir = @includedir@
424infodir = @infodir@
425install_sh = @install_sh@
426libdir = @libdir@
427libexecdir = @libexecdir@
428localedir = @localedir@
429localstatedir = @localstatedir@
430mandir = @mandir@
431mkdir_p = @mkdir_p@
432oldincludedir = @oldincludedir@
433pdfdir = @pdfdir@
434prefix = @prefix@
435program_transform_name = @program_transform_name@
436psdir = @psdir@
437pthread_lib = @pthread_lib@
438runstatedir = @runstatedir@
439sbindir = @sbindir@
440sharedstatedir = @sharedstatedir@
441srcdir = @srcdir@
442sysconfdir = @sysconfdir@
443target_alias = @target_alias@
444top_build_prefix = @top_build_prefix@
445top_builddir = @top_builddir@
446top_srcdir = @top_srcdir@
447SUBDIRS = modes books
448AM_CPPFLAGS = -I$(top_srcdir)/include @OGG_CFLAGS@
449lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
450libvorbis_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 \
452 floor1.c floor0.c\
453 res0.c mapping0.c registry.c codebook.c sharedbook.c\
454 lookup.c bitrate.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
459
460libvorbis_la_LDFLAGS = -no-undefined -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
461libvorbis_la_LIBADD = @VORBIS_LIBS@ @OGG_LIBS@
462libvorbisfile_la_SOURCES = vorbisfile.c
463libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
464libvorbisfile_la_LIBADD = libvorbis.la @OGG_LIBS@
465libvorbisenc_la_SOURCES = vorbisenc.c
466libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
467libvorbisenc_la_LIBADD = libvorbis.la @OGG_LIBS@
468CLEANFILES = $(EXTRA_PROGRAMS)
469barkmel_SOURCES = barkmel.c
470tone_SOURCES = tone.c
471psytune_SOURCES = psytune.c
472psytune_LDFLAGS = -static
473psytune_LDADD = libvorbis.la
474EXTRA_DIST = lookups.pl CMakeLists.txt
475
476# build and run the self tests on 'make check'
477
478#vorbis_selftests = test_codebook test_sharedbook
479vorbis_selftests = test_sharedbook
480
481#test_codebook_SOURCES = codebook.c
482#test_codebook_CFLAGS = -D_V_SELFTEST
483test_sharedbook_SOURCES = sharedbook.c
484test_sharedbook_CFLAGS = -D_V_SELFTEST
485test_sharedbook_LDADD = @VORBIS_LIBS@
486all: all-recursive
487
488.SUFFIXES:
489.SUFFIXES: .c .lo .o .obj
490$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
491 @for dep in $?; do \
492 case '$(am__configure_deps)' in \
493 *$$dep*) \
494 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
495 && { if test -f $@; then exit 0; else break; fi; }; \
496 exit 1;; \
497 esac; \
498 done; \
499 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
500 $(am__cd) $(top_srcdir) && \
501 $(AUTOMAKE) --gnu lib/Makefile
502Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
503 @case '$?' in \
504 *config.status*) \
505 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
506 *) \
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);; \
509 esac;
510
511$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
512 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
513
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):
519
520clean-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; \
527 rm -f $$list
528
529install-libLTLIBRARIES: $(lib_LTLIBRARIES)
530 @$(NORMAL_INSTALL)
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"; \
535 else :; fi; \
536 done; \
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)"; \
542 }
543
544uninstall-libLTLIBRARIES:
545 @$(NORMAL_UNINSTALL)
546 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
547 for p in $$list; do \
548 $(am__strip_dir) \
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"; \
551 done
552
553clean-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|' | \
558 sort -u`; \
559 test -z "$$locs" || { \
560 echo rm -f $${locs}; \
561 rm -f $${locs}; \
562 }
563
564libvorbis.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)
566
567libvorbisenc.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)
569
570libvorbisfile.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)
572
573barkmel$(EXEEXT): $(barkmel_OBJECTS) $(barkmel_DEPENDENCIES) $(EXTRA_barkmel_DEPENDENCIES)
574 @rm -f barkmel$(EXEEXT)
575 $(AM_V_CCLD)$(LINK) $(barkmel_OBJECTS) $(barkmel_LDADD) $(LIBS)
576
577psytune$(EXEEXT): $(psytune_OBJECTS) $(psytune_DEPENDENCIES) $(EXTRA_psytune_DEPENDENCIES)
578 @rm -f psytune$(EXEEXT)
579 $(AM_V_CCLD)$(psytune_LINK) $(psytune_OBJECTS) $(psytune_LDADD) $(LIBS)
580
581test_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)
584
585tone$(EXEEXT): $(tone_OBJECTS) $(tone_DEPENDENCIES) $(EXTRA_tone_DEPENDENCIES)
586 @rm -f tone$(EXEEXT)
587 $(AM_V_CCLD)$(LINK) $(tone_OBJECTS) $(tone_LDADD) $(LIBS)
588
589mostlyclean-compile:
590 -rm -f *.$(OBJEXT)
591
592distclean-compile:
593 -rm -f *.tab.c
594
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
621
622$(am__depfiles_remade):
623 @$(MKDIR_P) $(@D)
624 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
625
626am--depfiles: $(am__depfiles_remade)
627
628.c.o:
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 $@ $<
634
635.c.obj:
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) '$<'`
641
642.c.lo:
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 $@ $<
648
649test_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
655
656test_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`
662
663mostlyclean-libtool:
664 -rm -f *.lo
665
666clean-libtool:
667 -rm -rf .libs _libs
668
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):
676 @fail=; \
677 if $(am__make_keepgoing); then \
678 failcom='fail=yes'; \
679 else \
680 failcom='exit 1'; \
681 fi; \
682 dot_seen=no; \
683 target=`echo $@ | sed s/-recursive//`; \
684 case "$@" in \
685 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
686 *) list='$(SUBDIRS)' ;; \
687 esac; \
688 for subdir in $$list; do \
689 echo "Making $$target in $$subdir"; \
690 if test "$$subdir" = "."; then \
691 dot_seen=yes; \
692 local_target="$$target-am"; \
693 else \
694 local_target="$$target"; \
695 fi; \
696 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
697 || eval $$failcom; \
698 done; \
699 if test "$$dot_seen" = "no"; then \
700 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
701 fi; test -z "$$fail"
702
703ID: $(am__tagged_files)
704 $(am__define_uniq_tagged_files); mkid -fID $$unique
705tags: tags-recursive
706TAGS: tags
707
708tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
709 set x; \
710 here=`pwd`; \
711 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
712 include_option=--etags-include; \
713 empty_fix=.; \
714 else \
715 include_option=--include; \
716 empty_fix=; \
717 fi; \
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"; \
722 fi; \
723 done; \
724 $(am__define_uniq_tagged_files); \
725 shift; \
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) \
730 "$$@" $$unique; \
731 else \
732 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
733 $$unique; \
734 fi; \
735 fi
736ctags: ctags-recursive
737
738CTAGS: ctags
739ctags-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) \
743 $$unique
744
745GTAGS:
746 here=`$(am__cd) $(top_builddir) && pwd` \
747 && $(am__cd) $(top_srcdir) \
748 && gtags -i $(GTAGS_ARGS) "$$here"
749cscopelist: cscopelist-recursive
750
751cscopelist-am: $(am__tagged_files)
752 list='$(am__tagged_files)'; \
753 case "$(srcdir)" in \
754 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
755 *) sdir=$(subdir)/$(srcdir) ;; \
756 esac; \
757 for i in $$list; do \
758 if test -f "$$i"; then \
759 echo "$(subdir)/$$i"; \
760 else \
761 echo "$$sdir/$$i"; \
762 fi; \
763 done >> $(top_builddir)/cscope.files
764
765distclean-tags:
766 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
767
768distdir: $(BUILT_SOURCES)
769 $(MAKE) $(AM_MAKEFLAGS) distdir-am
770
771distdir-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,/[^/]*$$,,' | \
781 sort -u` ;; \
782 esac; \
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 {} \;; \
789 fi; \
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 {} \;; \
793 fi; \
794 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
795 else \
796 test -f "$(distdir)/$$file" \
797 || cp -p $$d/$$file "$(distdir)/$$file" \
798 || exit 1; \
799 fi; \
800 done
801 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
802 if test "$$subdir" = .; then :; else \
803 $(am__make_dryrun) \
804 || test -d "$(distdir)/$$subdir" \
805 || $(MKDIR_P) "$(distdir)/$$subdir" \
806 || exit 1; \
807 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
808 $(am__relativize); \
809 new_distdir=$$reldir; \
810 dir1=$$subdir; dir2="$(top_distdir)"; \
811 $(am__relativize); \
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=: \
822 distdir) \
823 || exit 1; \
824 fi; \
825 done
826check-am: all-am
827check: check-recursive
828all-am: Makefile $(PROGRAMS) $(LTLIBRARIES)
829installdirs: installdirs-recursive
830installdirs-am:
831 for dir in "$(DESTDIR)$(libdir)"; do \
832 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
833 done
834install: install-recursive
835install-exec: install-exec-recursive
836install-data: install-data-recursive
837uninstall: uninstall-recursive
838
839install-am: all-am
840 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
841
842installcheck: installcheck-recursive
843install-strip:
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 \
847 install; \
848 else \
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; \
852 fi
853mostlyclean-generic:
854
855clean-generic:
856 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
857
858distclean-generic:
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)
861
862maintainer-clean-generic:
863 @echo "This command is intended for maintainers to use"
864 @echo "it deletes files that may require special tools to rebuild."
865clean: clean-recursive
866
867clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
868 clean-noinstPROGRAMS mostlyclean-am
869
870distclean: 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
897 -rm -f Makefile
898distclean-am: clean-am distclean-compile distclean-generic \
899 distclean-tags
900
901dvi: dvi-recursive
902
903dvi-am:
904
905html: html-recursive
906
907html-am:
908
909info: info-recursive
910
911info-am:
912
913install-data-am:
914
915install-dvi: install-dvi-recursive
916
917install-dvi-am:
918
919install-exec-am: install-libLTLIBRARIES
920
921install-html: install-html-recursive
922
923install-html-am:
924
925install-info: install-info-recursive
926
927install-info-am:
928
929install-man:
930
931install-pdf: install-pdf-recursive
932
933install-pdf-am:
934
935install-ps: install-ps-recursive
936
937install-ps-am:
938
939installcheck-am:
940
941maintainer-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
968 -rm -f Makefile
969maintainer-clean-am: distclean-am maintainer-clean-generic
970
971mostlyclean: mostlyclean-recursive
972
973mostlyclean-am: mostlyclean-compile mostlyclean-generic \
974 mostlyclean-libtool
975
976pdf: pdf-recursive
977
978pdf-am:
979
980ps: ps-recursive
981
982ps-am:
983
984uninstall-am: uninstall-libLTLIBRARIES
985
986.MAKE: $(am__recursive_targets) install-am install-strip
987
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
1003
1004.PRECIOUS: Makefile
1005
1006
1007check: $(noinst_PROGRAMS)
1008 ./test_sharedbook$(EXEEXT)
1009
1010# recurse for alternate targets
1011
1012debug:
1013 $(MAKE) all CFLAGS="@DEBUG@"
1014
1015profile:
1016 $(MAKE) all CFLAGS="@PROFILE@"
1017
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.
1020.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette