1# Makefile.in generated by automake 1.10.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008  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.
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@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36target_triplet = @target@
37EXTRA_PROGRAMS = barkmel$(EXEEXT) tone$(EXEEXT) psytune$(EXEEXT)
38noinst_PROGRAMS = $(am__EXEEXT_1)
39subdir = lib
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
43	$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45	$(ACLOCAL_M4)
46mkinstalldirs = $(install_sh) -d
47CONFIG_HEADER = $(top_builddir)/config.h
48CONFIG_CLEAN_FILES =
49am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50am__vpath_adj = case $$p in \
51    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52    *) f=$$p;; \
53  esac;
54am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
55am__installdirs = "$(DESTDIR)$(libdir)"
56libLTLIBRARIES_INSTALL = $(INSTALL)
57LTLIBRARIES = $(lib_LTLIBRARIES)
58libvorbis_la_DEPENDENCIES =
59am_libvorbis_la_OBJECTS = mdct.lo smallft.lo block.lo envelope.lo \
60	window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo \
61	info.lo floor1.lo floor0.lo res0.lo mapping0.lo registry.lo \
62	codebook.lo sharedbook.lo lookup.lo bitrate.lo
63libvorbis_la_OBJECTS = $(am_libvorbis_la_OBJECTS)
64libvorbis_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
65	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
66	$(libvorbis_la_LDFLAGS) $(LDFLAGS) -o $@
67libvorbisenc_la_DEPENDENCIES = libvorbis.la
68am_libvorbisenc_la_OBJECTS = vorbisenc.lo
69libvorbisenc_la_OBJECTS = $(am_libvorbisenc_la_OBJECTS)
70libvorbisenc_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
71	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
72	$(libvorbisenc_la_LDFLAGS) $(LDFLAGS) -o $@
73libvorbisfile_la_DEPENDENCIES = libvorbis.la
74am_libvorbisfile_la_OBJECTS = vorbisfile.lo
75libvorbisfile_la_OBJECTS = $(am_libvorbisfile_la_OBJECTS)
76libvorbisfile_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
77	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
78	$(libvorbisfile_la_LDFLAGS) $(LDFLAGS) -o $@
79am__EXEEXT_1 = test_sharedbook$(EXEEXT)
80PROGRAMS = $(noinst_PROGRAMS)
81am_barkmel_OBJECTS = barkmel.$(OBJEXT)
82barkmel_OBJECTS = $(am_barkmel_OBJECTS)
83barkmel_LDADD = $(LDADD)
84am_psytune_OBJECTS = psytune.$(OBJEXT)
85psytune_OBJECTS = $(am_psytune_OBJECTS)
86psytune_DEPENDENCIES = libvorbis.la
87psytune_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(psytune_LDFLAGS) \
89	$(LDFLAGS) -o $@
90am_test_sharedbook_OBJECTS = test_sharedbook-sharedbook.$(OBJEXT)
91test_sharedbook_OBJECTS = $(am_test_sharedbook_OBJECTS)
92test_sharedbook_DEPENDENCIES =
93test_sharedbook_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
94	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_sharedbook_CFLAGS) \
95	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
96am_tone_OBJECTS = tone.$(OBJEXT)
97tone_OBJECTS = $(am_tone_OBJECTS)
98tone_LDADD = $(LDADD)
99DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
100depcomp = $(SHELL) $(top_srcdir)/depcomp
101am__depfiles_maybe = depfiles
102COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
103	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
105	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
106	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107CCLD = $(CC)
108LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
110	$(LDFLAGS) -o $@
111SOURCES = $(libvorbis_la_SOURCES) $(libvorbisenc_la_SOURCES) \
112	$(libvorbisfile_la_SOURCES) $(barkmel_SOURCES) \
113	$(psytune_SOURCES) $(test_sharedbook_SOURCES) $(tone_SOURCES)
114DIST_SOURCES = $(libvorbis_la_SOURCES) $(libvorbisenc_la_SOURCES) \
115	$(libvorbisfile_la_SOURCES) $(barkmel_SOURCES) \
116	$(psytune_SOURCES) $(test_sharedbook_SOURCES) $(tone_SOURCES)
117RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
118	html-recursive info-recursive install-data-recursive \
119	install-dvi-recursive install-exec-recursive \
120	install-html-recursive install-info-recursive \
121	install-pdf-recursive install-ps-recursive install-recursive \
122	installcheck-recursive installdirs-recursive pdf-recursive \
123	ps-recursive uninstall-recursive
124RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
125  distclean-recursive maintainer-clean-recursive
126ETAGS = etags
127CTAGS = ctags
128DIST_SUBDIRS = $(SUBDIRS)
129DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130ACLOCAL = @ACLOCAL@
131ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
132ALLOCA = @ALLOCA@
133AMTAR = @AMTAR@
134AR = @AR@
135AS = @AS@
136AUTOCONF = @AUTOCONF@
137AUTOHEADER = @AUTOHEADER@
138AUTOMAKE = @AUTOMAKE@
139AWK = @AWK@
140CC = @CC@
141CCDEPMODE = @CCDEPMODE@
142CFLAGS = @CFLAGS@
143CPP = @CPP@
144CPPFLAGS = @CPPFLAGS@
145CXX = @CXX@
146CXXCPP = @CXXCPP@
147CXXDEPMODE = @CXXDEPMODE@
148CXXFLAGS = @CXXFLAGS@
149CYGPATH_W = @CYGPATH_W@
150DEBUG = @DEBUG@
151DEFS = @DEFS@
152DEPDIR = @DEPDIR@
153DLLTOOL = @DLLTOOL@
154DSYMUTIL = @DSYMUTIL@
155ECHO = @ECHO@
156ECHO_C = @ECHO_C@
157ECHO_N = @ECHO_N@
158ECHO_T = @ECHO_T@
159EGREP = @EGREP@
160EXEEXT = @EXEEXT@
161F77 = @F77@
162FFLAGS = @FFLAGS@
163GREP = @GREP@
164HTLATEX = @HTLATEX@
165INSTALL = @INSTALL@
166INSTALL_DATA = @INSTALL_DATA@
167INSTALL_PROGRAM = @INSTALL_PROGRAM@
168INSTALL_SCRIPT = @INSTALL_SCRIPT@
169INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170LDFLAGS = @LDFLAGS@
171LIBOBJS = @LIBOBJS@
172LIBS = @LIBS@
173LIBTOOL = @LIBTOOL@
174LIBTOOL_DEPS = @LIBTOOL_DEPS@
175LN_S = @LN_S@
176LTLIBOBJS = @LTLIBOBJS@
177MAKEINFO = @MAKEINFO@
178MKDIR_P = @MKDIR_P@
179NMEDIT = @NMEDIT@
180OBJDUMP = @OBJDUMP@
181OBJEXT = @OBJEXT@
182OGG_CFLAGS = @OGG_CFLAGS@
183OGG_LIBS = @OGG_LIBS@
184PACKAGE = @PACKAGE@
185PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186PACKAGE_NAME = @PACKAGE_NAME@
187PACKAGE_STRING = @PACKAGE_STRING@
188PACKAGE_TARNAME = @PACKAGE_TARNAME@
189PACKAGE_VERSION = @PACKAGE_VERSION@
190PATH_SEPARATOR = @PATH_SEPARATOR@
191PDFLATEX = @PDFLATEX@
192PKG_CONFIG = @PKG_CONFIG@
193PROFILE = @PROFILE@
194RANLIB = @RANLIB@
195SED = @SED@
196SET_MAKE = @SET_MAKE@
197SHELL = @SHELL@
198STRIP = @STRIP@
199VERSION = @VERSION@
200VE_LIB_AGE = @VE_LIB_AGE@
201VE_LIB_CURRENT = @VE_LIB_CURRENT@
202VE_LIB_REVISION = @VE_LIB_REVISION@
203VF_LIB_AGE = @VF_LIB_AGE@
204VF_LIB_CURRENT = @VF_LIB_CURRENT@
205VF_LIB_REVISION = @VF_LIB_REVISION@
206VORBIS_LIBS = @VORBIS_LIBS@
207V_LIB_AGE = @V_LIB_AGE@
208V_LIB_CURRENT = @V_LIB_CURRENT@
209V_LIB_REVISION = @V_LIB_REVISION@
210abs_builddir = @abs_builddir@
211abs_srcdir = @abs_srcdir@
212abs_top_builddir = @abs_top_builddir@
213abs_top_srcdir = @abs_top_srcdir@
214ac_ct_CC = @ac_ct_CC@
215ac_ct_CXX = @ac_ct_CXX@
216ac_ct_F77 = @ac_ct_F77@
217am__include = @am__include@
218am__leading_dot = @am__leading_dot@
219am__quote = @am__quote@
220am__tar = @am__tar@
221am__untar = @am__untar@
222bindir = @bindir@
223build = @build@
224build_alias = @build_alias@
225build_cpu = @build_cpu@
226build_os = @build_os@
227build_vendor = @build_vendor@
228builddir = @builddir@
229datadir = @datadir@
230datarootdir = @datarootdir@
231docdir = @docdir@
232dvidir = @dvidir@
233exec_prefix = @exec_prefix@
234host = @host@
235host_alias = @host_alias@
236host_cpu = @host_cpu@
237host_os = @host_os@
238host_vendor = @host_vendor@
239htmldir = @htmldir@
240includedir = @includedir@
241infodir = @infodir@
242install_sh = @install_sh@
243libdir = @libdir@
244libexecdir = @libexecdir@
245localedir = @localedir@
246localstatedir = @localstatedir@
247mandir = @mandir@
248mkdir_p = @mkdir_p@
249oldincludedir = @oldincludedir@
250pdfdir = @pdfdir@
251prefix = @prefix@
252program_transform_name = @program_transform_name@
253psdir = @psdir@
254pthread_lib = @pthread_lib@
255sbindir = @sbindir@
256sharedstatedir = @sharedstatedir@
257srcdir = @srcdir@
258sysconfdir = @sysconfdir@
259target = @target@
260target_alias = @target_alias@
261target_cpu = @target_cpu@
262target_os = @target_os@
263target_vendor = @target_vendor@
264top_build_prefix = @top_build_prefix@
265top_builddir = @top_builddir@
266top_srcdir = @top_srcdir@
267SUBDIRS = modes books
268INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
269lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
270libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c \
271			lpc.c analysis.c synthesis.c psy.c info.c \
272			floor1.c floor0.c\
273			res0.c mapping0.c registry.c codebook.c sharedbook.c\
274			lookup.c bitrate.c\
275			envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
276			masking.h os.h mdct.h smallft.h highlevel.h\
277			registry.h scales.h window.h lookup.h lookup_data.h\
278			codec_internal.h backends.h bitrate.h 
279
280libvorbis_la_LDFLAGS = -no-undefined -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
281libvorbis_la_LIBADD = @VORBIS_LIBS@ @OGG_LIBS@
282libvorbisfile_la_SOURCES = vorbisfile.c
283libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
284libvorbisfile_la_LIBADD = libvorbis.la @OGG_LIBS@
285libvorbisenc_la_SOURCES = vorbisenc.c 
286libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
287libvorbisenc_la_LIBADD = libvorbis.la @OGG_LIBS@
288CLEANFILES = $(EXTRA_PROGRAMS)
289barkmel_SOURCES = barkmel.c
290tone_SOURCES = tone.c
291psytune_SOURCES = psytune.c
292psytune_LDFLAGS = -static
293psytune_LDADD = libvorbis.la
294EXTRA_DIST = lookups.pl 
295
296# build and run the self tests on 'make check'
297
298#vorbis_selftests = test_codebook test_sharedbook
299vorbis_selftests = test_sharedbook
300
301#test_codebook_SOURCES = codebook.c
302#test_codebook_CFLAGS = -D_V_SELFTEST
303test_sharedbook_SOURCES = sharedbook.c
304test_sharedbook_CFLAGS = -D_V_SELFTEST
305test_sharedbook_LDADD = @VORBIS_LIBS@
306all: all-recursive
307
308.SUFFIXES:
309.SUFFIXES: .c .lo .o .obj
310$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
311	@for dep in $?; do \
312	  case '$(am__configure_deps)' in \
313	    *$$dep*) \
314	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
315		&& exit 0; \
316	      exit 1;; \
317	  esac; \
318	done; \
319	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  lib/Makefile'; \
320	cd $(top_srcdir) && \
321	  $(AUTOMAKE) --foreign  lib/Makefile
322.PRECIOUS: Makefile
323Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
324	@case '$?' in \
325	  *config.status*) \
326	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
327	  *) \
328	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
329	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
330	esac;
331
332$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
333	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334
335$(top_srcdir)/configure:  $(am__configure_deps)
336	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
338	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339install-libLTLIBRARIES: $(lib_LTLIBRARIES)
340	@$(NORMAL_INSTALL)
341	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
342	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
343	  if test -f $$p; then \
344	    f=$(am__strip_dir) \
345	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
346	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
347	  else :; fi; \
348	done
349
350uninstall-libLTLIBRARIES:
351	@$(NORMAL_UNINSTALL)
352	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
353	  p=$(am__strip_dir) \
354	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
355	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
356	done
357
358clean-libLTLIBRARIES:
359	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
360	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
361	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
362	  test "$$dir" != "$$p" || dir=.; \
363	  echo "rm -f \"$${dir}/so_locations\""; \
364	  rm -f "$${dir}/so_locations"; \
365	done
366libvorbis.la: $(libvorbis_la_OBJECTS) $(libvorbis_la_DEPENDENCIES) 
367	$(libvorbis_la_LINK) -rpath $(libdir) $(libvorbis_la_OBJECTS) $(libvorbis_la_LIBADD) $(LIBS)
368libvorbisenc.la: $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_DEPENDENCIES) 
369	$(libvorbisenc_la_LINK) -rpath $(libdir) $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_LIBADD) $(LIBS)
370libvorbisfile.la: $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_DEPENDENCIES) 
371	$(libvorbisfile_la_LINK) -rpath $(libdir) $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_LIBADD) $(LIBS)
372
373clean-noinstPROGRAMS:
374	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
375	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
376	  echo " rm -f $$p $$f"; \
377	  rm -f $$p $$f ; \
378	done
379barkmel$(EXEEXT): $(barkmel_OBJECTS) $(barkmel_DEPENDENCIES) 
380	@rm -f barkmel$(EXEEXT)
381	$(LINK) $(barkmel_OBJECTS) $(barkmel_LDADD) $(LIBS)
382psytune$(EXEEXT): $(psytune_OBJECTS) $(psytune_DEPENDENCIES) 
383	@rm -f psytune$(EXEEXT)
384	$(psytune_LINK) $(psytune_OBJECTS) $(psytune_LDADD) $(LIBS)
385test_sharedbook$(EXEEXT): $(test_sharedbook_OBJECTS) $(test_sharedbook_DEPENDENCIES) 
386	@rm -f test_sharedbook$(EXEEXT)
387	$(test_sharedbook_LINK) $(test_sharedbook_OBJECTS) $(test_sharedbook_LDADD) $(LIBS)
388tone$(EXEEXT): $(tone_OBJECTS) $(tone_DEPENDENCIES) 
389	@rm -f tone$(EXEEXT)
390	$(LINK) $(tone_OBJECTS) $(tone_LDADD) $(LIBS)
391
392mostlyclean-compile:
393	-rm -f *.$(OBJEXT)
394
395distclean-compile:
396	-rm -f *.tab.c
397
398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/analysis.Plo@am__quote@
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barkmel.Po@am__quote@
400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitrate.Plo@am__quote@
401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/block.Plo@am__quote@
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codebook.Plo@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envelope.Plo@am__quote@
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floor0.Plo@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floor1.Plo@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Plo@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Plo@am__quote@
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc.Plo@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsp.Plo@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mapping0.Plo@am__quote@
411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdct.Plo@am__quote@
412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psy.Plo@am__quote@
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psytune.Po@am__quote@
414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/registry.Plo@am__quote@
415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res0.Plo@am__quote@
416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sharedbook.Plo@am__quote@
417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smallft.Plo@am__quote@
418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synthesis.Plo@am__quote@
419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_sharedbook-sharedbook.Po@am__quote@
420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tone.Po@am__quote@
421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisenc.Plo@am__quote@
422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisfile.Plo@am__quote@
423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Plo@am__quote@
424
425.c.o:
426@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
427@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
428@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
429@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430@am__fastdepCC_FALSE@	$(COMPILE) -c $<
431
432.c.obj:
433@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
434@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
435@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
436@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
438
439.c.lo:
440@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
441@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
442@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
443@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
444@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
445
446test_sharedbook-sharedbook.o: sharedbook.c
447@am__fastdepCC_TRUE@	$(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
448@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/test_sharedbook-sharedbook.Tpo $(DEPDIR)/test_sharedbook-sharedbook.Po
449@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sharedbook.c' object='test_sharedbook-sharedbook.o' libtool=no @AMDEPBACKSLASH@
450@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451@am__fastdepCC_FALSE@	$(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
452
453test_sharedbook-sharedbook.obj: sharedbook.c
454@am__fastdepCC_TRUE@	$(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`
455@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/test_sharedbook-sharedbook.Tpo $(DEPDIR)/test_sharedbook-sharedbook.Po
456@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sharedbook.c' object='test_sharedbook-sharedbook.obj' libtool=no @AMDEPBACKSLASH@
457@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458@am__fastdepCC_FALSE@	$(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`
459
460mostlyclean-libtool:
461	-rm -f *.lo
462
463clean-libtool:
464	-rm -rf .libs _libs
465
466# This directory's subdirectories are mostly independent; you can cd
467# into them and run `make' without going through this Makefile.
468# To change the values of `make' variables: instead of editing Makefiles,
469# (1) if the variable is set in `config.status', edit `config.status'
470#     (which will cause the Makefiles to be regenerated when you run `make');
471# (2) otherwise, pass the desired values on the `make' command line.
472$(RECURSIVE_TARGETS):
473	@failcom='exit 1'; \
474	for f in x $$MAKEFLAGS; do \
475	  case $$f in \
476	    *=* | --[!k]*);; \
477	    *k*) failcom='fail=yes';; \
478	  esac; \
479	done; \
480	dot_seen=no; \
481	target=`echo $@ | sed s/-recursive//`; \
482	list='$(SUBDIRS)'; for subdir in $$list; do \
483	  echo "Making $$target in $$subdir"; \
484	  if test "$$subdir" = "."; then \
485	    dot_seen=yes; \
486	    local_target="$$target-am"; \
487	  else \
488	    local_target="$$target"; \
489	  fi; \
490	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
491	  || eval $$failcom; \
492	done; \
493	if test "$$dot_seen" = "no"; then \
494	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
495	fi; test -z "$$fail"
496
497$(RECURSIVE_CLEAN_TARGETS):
498	@failcom='exit 1'; \
499	for f in x $$MAKEFLAGS; do \
500	  case $$f in \
501	    *=* | --[!k]*);; \
502	    *k*) failcom='fail=yes';; \
503	  esac; \
504	done; \
505	dot_seen=no; \
506	case "$@" in \
507	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
508	  *) list='$(SUBDIRS)' ;; \
509	esac; \
510	rev=''; for subdir in $$list; do \
511	  if test "$$subdir" = "."; then :; else \
512	    rev="$$subdir $$rev"; \
513	  fi; \
514	done; \
515	rev="$$rev ."; \
516	target=`echo $@ | sed s/-recursive//`; \
517	for subdir in $$rev; do \
518	  echo "Making $$target in $$subdir"; \
519	  if test "$$subdir" = "."; then \
520	    local_target="$$target-am"; \
521	  else \
522	    local_target="$$target"; \
523	  fi; \
524	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
525	  || eval $$failcom; \
526	done && test -z "$$fail"
527tags-recursive:
528	list='$(SUBDIRS)'; for subdir in $$list; do \
529	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
530	done
531ctags-recursive:
532	list='$(SUBDIRS)'; for subdir in $$list; do \
533	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
534	done
535
536ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
537	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
538	unique=`for i in $$list; do \
539	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
540	  done | \
541	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
542	      END { if (nonempty) { for (i in files) print i; }; }'`; \
543	mkid -fID $$unique
544tags: TAGS
545
546TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
547		$(TAGS_FILES) $(LISP)
548	tags=; \
549	here=`pwd`; \
550	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
551	  include_option=--etags-include; \
552	  empty_fix=.; \
553	else \
554	  include_option=--include; \
555	  empty_fix=; \
556	fi; \
557	list='$(SUBDIRS)'; for subdir in $$list; do \
558	  if test "$$subdir" = .; then :; else \
559	    test ! -f $$subdir/TAGS || \
560	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
561	  fi; \
562	done; \
563	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
564	unique=`for i in $$list; do \
565	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
566	  done | \
567	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
568	      END { if (nonempty) { for (i in files) print i; }; }'`; \
569	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
570	  test -n "$$unique" || unique=$$empty_fix; \
571	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
572	    $$tags $$unique; \
573	fi
574ctags: CTAGS
575CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
576		$(TAGS_FILES) $(LISP)
577	tags=; \
578	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
579	unique=`for i in $$list; do \
580	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
581	  done | \
582	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
583	      END { if (nonempty) { for (i in files) print i; }; }'`; \
584	test -z "$(CTAGS_ARGS)$$tags$$unique" \
585	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
586	     $$tags $$unique
587
588GTAGS:
589	here=`$(am__cd) $(top_builddir) && pwd` \
590	  && cd $(top_srcdir) \
591	  && gtags -i $(GTAGS_ARGS) $$here
592
593distclean-tags:
594	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
595
596distdir: $(DISTFILES)
597	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
598	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
599	list='$(DISTFILES)'; \
600	  dist_files=`for file in $$list; do echo $$file; done | \
601	  sed -e "s|^$$srcdirstrip/||;t" \
602	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
603	case $$dist_files in \
604	  */*) $(MKDIR_P) `echo "$$dist_files" | \
605			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
606			   sort -u` ;; \
607	esac; \
608	for file in $$dist_files; do \
609	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
610	  if test -d $$d/$$file; then \
611	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
612	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
613	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
614	    fi; \
615	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
616	  else \
617	    test -f $(distdir)/$$file \
618	    || cp -p $$d/$$file $(distdir)/$$file \
619	    || exit 1; \
620	  fi; \
621	done
622	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
623	  if test "$$subdir" = .; then :; else \
624	    test -d "$(distdir)/$$subdir" \
625	    || $(MKDIR_P) "$(distdir)/$$subdir" \
626	    || exit 1; \
627	    distdir=`$(am__cd) $(distdir) && pwd`; \
628	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
629	    (cd $$subdir && \
630	      $(MAKE) $(AM_MAKEFLAGS) \
631	        top_distdir="$$top_distdir" \
632	        distdir="$$distdir/$$subdir" \
633		am__remove_distdir=: \
634		am__skip_length_check=: \
635	        distdir) \
636	      || exit 1; \
637	  fi; \
638	done
639check-am: all-am
640check: check-recursive
641all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
642installdirs: installdirs-recursive
643installdirs-am:
644	for dir in "$(DESTDIR)$(libdir)"; do \
645	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
646	done
647install: install-recursive
648install-exec: install-exec-recursive
649install-data: install-data-recursive
650uninstall: uninstall-recursive
651
652install-am: all-am
653	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
654
655installcheck: installcheck-recursive
656install-strip:
657	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
658	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
659	  `test -z '$(STRIP)' || \
660	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
661mostlyclean-generic:
662
663clean-generic:
664	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
665
666distclean-generic:
667	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
668
669maintainer-clean-generic:
670	@echo "This command is intended for maintainers to use"
671	@echo "it deletes files that may require special tools to rebuild."
672clean: clean-recursive
673
674clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
675	clean-noinstPROGRAMS mostlyclean-am
676
677distclean: distclean-recursive
678	-rm -rf ./$(DEPDIR)
679	-rm -f Makefile
680distclean-am: clean-am distclean-compile distclean-generic \
681	distclean-tags
682
683dvi: dvi-recursive
684
685dvi-am:
686
687html: html-recursive
688
689info: info-recursive
690
691info-am:
692
693install-data-am:
694
695install-dvi: install-dvi-recursive
696
697install-exec-am: install-libLTLIBRARIES
698
699install-html: install-html-recursive
700
701install-info: install-info-recursive
702
703install-man:
704
705install-pdf: install-pdf-recursive
706
707install-ps: install-ps-recursive
708
709installcheck-am:
710
711maintainer-clean: maintainer-clean-recursive
712	-rm -rf ./$(DEPDIR)
713	-rm -f Makefile
714maintainer-clean-am: distclean-am maintainer-clean-generic
715
716mostlyclean: mostlyclean-recursive
717
718mostlyclean-am: mostlyclean-compile mostlyclean-generic \
719	mostlyclean-libtool
720
721pdf: pdf-recursive
722
723pdf-am:
724
725ps: ps-recursive
726
727ps-am:
728
729uninstall-am: uninstall-libLTLIBRARIES
730
731.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
732	install-strip
733
734.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
735	all all-am check check-am clean clean-generic \
736	clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
737	ctags-recursive distclean distclean-compile distclean-generic \
738	distclean-libtool distclean-tags distdir dvi dvi-am html \
739	html-am info info-am install install-am install-data \
740	install-data-am install-dvi install-dvi-am install-exec \
741	install-exec-am install-html install-html-am install-info \
742	install-info-am install-libLTLIBRARIES install-man install-pdf \
743	install-pdf-am install-ps install-ps-am install-strip \
744	installcheck installcheck-am installdirs installdirs-am \
745	maintainer-clean maintainer-clean-generic mostlyclean \
746	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
747	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
748	uninstall-libLTLIBRARIES
749
750
751check: $(noinst_PROGRAMS)
752	./test_sharedbook$(EXEEXT)
753
754# recurse for alternate targets
755
756debug:
757	$(MAKE) all CFLAGS="@DEBUG@"
758
759profile:
760	$(MAKE) all CFLAGS="@PROFILE@"
761# Tell versions [3.59,3.63) of GNU make to not export all variables.
762# Otherwise a system limit (for SysV at least) may be exceeded.
763.NOEXPORT:
764