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_builddir = @top_builddir@
265top_srcdir = @top_srcdir@
266SUBDIRS = modes books
267INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
268lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
269libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c \
270			lpc.c analysis.c synthesis.c psy.c info.c \
271			floor1.c floor0.c\
272			res0.c mapping0.c registry.c codebook.c sharedbook.c\
273			lookup.c bitrate.c\
274			envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
275			masking.h os.h mdct.h smallft.h highlevel.h\
276			registry.h scales.h window.h lookup.h lookup_data.h\
277			codec_internal.h backends.h bitrate.h 
278
279libvorbis_la_LDFLAGS = -no-undefined -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
280libvorbis_la_LIBADD = @VORBIS_LIBS@ @OGG_LIBS@
281libvorbisfile_la_SOURCES = vorbisfile.c
282libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
283libvorbisfile_la_LIBADD = libvorbis.la @OGG_LIBS@
284libvorbisenc_la_SOURCES = vorbisenc.c 
285libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
286libvorbisenc_la_LIBADD = libvorbis.la @OGG_LIBS@
287CLEANFILES = $(EXTRA_PROGRAMS)
288barkmel_SOURCES = barkmel.c
289tone_SOURCES = tone.c
290psytune_SOURCES = psytune.c
291psytune_LDFLAGS = -static
292psytune_LDADD = libvorbis.la
293EXTRA_DIST = lookups.pl 
294
295# build and run the self tests on 'make check'
296
297#vorbis_selftests = test_codebook test_sharedbook
298vorbis_selftests = test_sharedbook
299
300#test_codebook_SOURCES = codebook.c
301#test_codebook_CFLAGS = -D_V_SELFTEST
302test_sharedbook_SOURCES = sharedbook.c
303test_sharedbook_CFLAGS = -D_V_SELFTEST
304test_sharedbook_LDADD = @VORBIS_LIBS@
305all: all-recursive
306
307.SUFFIXES:
308.SUFFIXES: .c .lo .o .obj
309$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
310	@for dep in $?; do \
311	  case '$(am__configure_deps)' in \
312	    *$$dep*) \
313	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
314		&& exit 0; \
315	      exit 1;; \
316	  esac; \
317	done; \
318	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  lib/Makefile'; \
319	cd $(top_srcdir) && \
320	  $(AUTOMAKE) --foreign  lib/Makefile
321.PRECIOUS: Makefile
322Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323	@case '$?' in \
324	  *config.status*) \
325	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
326	  *) \
327	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
328	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
329	esac;
330
331$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333
334$(top_srcdir)/configure:  $(am__configure_deps)
335	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
337	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338install-libLTLIBRARIES: $(lib_LTLIBRARIES)
339	@$(NORMAL_INSTALL)
340	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
341	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
342	  if test -f $$p; then \
343	    f=$(am__strip_dir) \
344	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
345	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
346	  else :; fi; \
347	done
348
349uninstall-libLTLIBRARIES:
350	@$(NORMAL_UNINSTALL)
351	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
352	  p=$(am__strip_dir) \
353	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
354	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
355	done
356
357clean-libLTLIBRARIES:
358	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
359	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
360	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
361	  test "$$dir" != "$$p" || dir=.; \
362	  echo "rm -f \"$${dir}/so_locations\""; \
363	  rm -f "$${dir}/so_locations"; \
364	done
365libvorbis.la: $(libvorbis_la_OBJECTS) $(libvorbis_la_DEPENDENCIES) 
366	$(libvorbis_la_LINK) -rpath $(libdir) $(libvorbis_la_OBJECTS) $(libvorbis_la_LIBADD) $(LIBS)
367libvorbisenc.la: $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_DEPENDENCIES) 
368	$(libvorbisenc_la_LINK) -rpath $(libdir) $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_LIBADD) $(LIBS)
369libvorbisfile.la: $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_DEPENDENCIES) 
370	$(libvorbisfile_la_LINK) -rpath $(libdir) $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_LIBADD) $(LIBS)
371
372clean-noinstPROGRAMS:
373	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
374	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
375	  echo " rm -f $$p $$f"; \
376	  rm -f $$p $$f ; \
377	done
378barkmel$(EXEEXT): $(barkmel_OBJECTS) $(barkmel_DEPENDENCIES) 
379	@rm -f barkmel$(EXEEXT)
380	$(LINK) $(barkmel_OBJECTS) $(barkmel_LDADD) $(LIBS)
381psytune$(EXEEXT): $(psytune_OBJECTS) $(psytune_DEPENDENCIES) 
382	@rm -f psytune$(EXEEXT)
383	$(psytune_LINK) $(psytune_OBJECTS) $(psytune_LDADD) $(LIBS)
384test_sharedbook$(EXEEXT): $(test_sharedbook_OBJECTS) $(test_sharedbook_DEPENDENCIES) 
385	@rm -f test_sharedbook$(EXEEXT)
386	$(test_sharedbook_LINK) $(test_sharedbook_OBJECTS) $(test_sharedbook_LDADD) $(LIBS)
387tone$(EXEEXT): $(tone_OBJECTS) $(tone_DEPENDENCIES) 
388	@rm -f tone$(EXEEXT)
389	$(LINK) $(tone_OBJECTS) $(tone_LDADD) $(LIBS)
390
391mostlyclean-compile:
392	-rm -f *.$(OBJEXT)
393
394distclean-compile:
395	-rm -f *.tab.c
396
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/analysis.Plo@am__quote@
398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barkmel.Po@am__quote@
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitrate.Plo@am__quote@
400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/block.Plo@am__quote@
401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codebook.Plo@am__quote@
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envelope.Plo@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floor0.Plo@am__quote@
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floor1.Plo@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Plo@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Plo@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc.Plo@am__quote@
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsp.Plo@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mapping0.Plo@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdct.Plo@am__quote@
411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psy.Plo@am__quote@
412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psytune.Po@am__quote@
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/registry.Plo@am__quote@
414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res0.Plo@am__quote@
415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sharedbook.Plo@am__quote@
416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smallft.Plo@am__quote@
417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synthesis.Plo@am__quote@
418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_sharedbook-sharedbook.Po@am__quote@
419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tone.Po@am__quote@
420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisenc.Plo@am__quote@
421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisfile.Plo@am__quote@
422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Plo@am__quote@
423
424.c.o:
425@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
426@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
427@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
428@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429@am__fastdepCC_FALSE@	$(COMPILE) -c $<
430
431.c.obj:
432@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
433@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
434@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
435@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
436@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
437
438.c.lo:
439@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
440@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
441@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
442@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
444
445test_sharedbook-sharedbook.o: sharedbook.c
446@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
447@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/test_sharedbook-sharedbook.Tpo $(DEPDIR)/test_sharedbook-sharedbook.Po
448@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sharedbook.c' object='test_sharedbook-sharedbook.o' libtool=no @AMDEPBACKSLASH@
449@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
450@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
451
452test_sharedbook-sharedbook.obj: sharedbook.c
453@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`
454@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/test_sharedbook-sharedbook.Tpo $(DEPDIR)/test_sharedbook-sharedbook.Po
455@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sharedbook.c' object='test_sharedbook-sharedbook.obj' libtool=no @AMDEPBACKSLASH@
456@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
457@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`
458
459mostlyclean-libtool:
460	-rm -f *.lo
461
462clean-libtool:
463	-rm -rf .libs _libs
464
465# This directory's subdirectories are mostly independent; you can cd
466# into them and run `make' without going through this Makefile.
467# To change the values of `make' variables: instead of editing Makefiles,
468# (1) if the variable is set in `config.status', edit `config.status'
469#     (which will cause the Makefiles to be regenerated when you run `make');
470# (2) otherwise, pass the desired values on the `make' command line.
471$(RECURSIVE_TARGETS):
472	@failcom='exit 1'; \
473	for f in x $$MAKEFLAGS; do \
474	  case $$f in \
475	    *=* | --[!k]*);; \
476	    *k*) failcom='fail=yes';; \
477	  esac; \
478	done; \
479	dot_seen=no; \
480	target=`echo $@ | sed s/-recursive//`; \
481	list='$(SUBDIRS)'; for subdir in $$list; do \
482	  echo "Making $$target in $$subdir"; \
483	  if test "$$subdir" = "."; then \
484	    dot_seen=yes; \
485	    local_target="$$target-am"; \
486	  else \
487	    local_target="$$target"; \
488	  fi; \
489	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
490	  || eval $$failcom; \
491	done; \
492	if test "$$dot_seen" = "no"; then \
493	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
494	fi; test -z "$$fail"
495
496$(RECURSIVE_CLEAN_TARGETS):
497	@failcom='exit 1'; \
498	for f in x $$MAKEFLAGS; do \
499	  case $$f in \
500	    *=* | --[!k]*);; \
501	    *k*) failcom='fail=yes';; \
502	  esac; \
503	done; \
504	dot_seen=no; \
505	case "$@" in \
506	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
507	  *) list='$(SUBDIRS)' ;; \
508	esac; \
509	rev=''; for subdir in $$list; do \
510	  if test "$$subdir" = "."; then :; else \
511	    rev="$$subdir $$rev"; \
512	  fi; \
513	done; \
514	rev="$$rev ."; \
515	target=`echo $@ | sed s/-recursive//`; \
516	for subdir in $$rev; do \
517	  echo "Making $$target in $$subdir"; \
518	  if test "$$subdir" = "."; then \
519	    local_target="$$target-am"; \
520	  else \
521	    local_target="$$target"; \
522	  fi; \
523	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
524	  || eval $$failcom; \
525	done && test -z "$$fail"
526tags-recursive:
527	list='$(SUBDIRS)'; for subdir in $$list; do \
528	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
529	done
530ctags-recursive:
531	list='$(SUBDIRS)'; for subdir in $$list; do \
532	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
533	done
534
535ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
536	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
537	unique=`for i in $$list; do \
538	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
539	  done | \
540	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
541	      END { if (nonempty) { for (i in files) print i; }; }'`; \
542	mkid -fID $$unique
543tags: TAGS
544
545TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
546		$(TAGS_FILES) $(LISP)
547	tags=; \
548	here=`pwd`; \
549	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
550	  include_option=--etags-include; \
551	  empty_fix=.; \
552	else \
553	  include_option=--include; \
554	  empty_fix=; \
555	fi; \
556	list='$(SUBDIRS)'; for subdir in $$list; do \
557	  if test "$$subdir" = .; then :; else \
558	    test ! -f $$subdir/TAGS || \
559	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
560	  fi; \
561	done; \
562	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
563	unique=`for i in $$list; do \
564	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
565	  done | \
566	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
567	      END { if (nonempty) { for (i in files) print i; }; }'`; \
568	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
569	  test -n "$$unique" || unique=$$empty_fix; \
570	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
571	    $$tags $$unique; \
572	fi
573ctags: CTAGS
574CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
575		$(TAGS_FILES) $(LISP)
576	tags=; \
577	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
578	unique=`for i in $$list; do \
579	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
580	  done | \
581	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
582	      END { if (nonempty) { for (i in files) print i; }; }'`; \
583	test -z "$(CTAGS_ARGS)$$tags$$unique" \
584	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
585	     $$tags $$unique
586
587GTAGS:
588	here=`$(am__cd) $(top_builddir) && pwd` \
589	  && cd $(top_srcdir) \
590	  && gtags -i $(GTAGS_ARGS) $$here
591
592distclean-tags:
593	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
594
595distdir: $(DISTFILES)
596	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
597	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
598	list='$(DISTFILES)'; \
599	  dist_files=`for file in $$list; do echo $$file; done | \
600	  sed -e "s|^$$srcdirstrip/||;t" \
601	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
602	case $$dist_files in \
603	  */*) $(MKDIR_P) `echo "$$dist_files" | \
604			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
605			   sort -u` ;; \
606	esac; \
607	for file in $$dist_files; do \
608	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
609	  if test -d $$d/$$file; then \
610	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
611	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
612	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
613	    fi; \
614	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
615	  else \
616	    test -f $(distdir)/$$file \
617	    || cp -p $$d/$$file $(distdir)/$$file \
618	    || exit 1; \
619	  fi; \
620	done
621	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
622	  if test "$$subdir" = .; then :; else \
623	    test -d "$(distdir)/$$subdir" \
624	    || $(MKDIR_P) "$(distdir)/$$subdir" \
625	    || exit 1; \
626	    distdir=`$(am__cd) $(distdir) && pwd`; \
627	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
628	    (cd $$subdir && \
629	      $(MAKE) $(AM_MAKEFLAGS) \
630	        top_distdir="$$top_distdir" \
631	        distdir="$$distdir/$$subdir" \
632		am__remove_distdir=: \
633		am__skip_length_check=: \
634	        distdir) \
635	      || exit 1; \
636	  fi; \
637	done
638check-am: all-am
639check: check-recursive
640all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
641installdirs: installdirs-recursive
642installdirs-am:
643	for dir in "$(DESTDIR)$(libdir)"; do \
644	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
645	done
646install: install-recursive
647install-exec: install-exec-recursive
648install-data: install-data-recursive
649uninstall: uninstall-recursive
650
651install-am: all-am
652	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
653
654installcheck: installcheck-recursive
655install-strip:
656	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
657	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
658	  `test -z '$(STRIP)' || \
659	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
660mostlyclean-generic:
661
662clean-generic:
663	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
664
665distclean-generic:
666	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
667
668maintainer-clean-generic:
669	@echo "This command is intended for maintainers to use"
670	@echo "it deletes files that may require special tools to rebuild."
671clean: clean-recursive
672
673clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
674	clean-noinstPROGRAMS mostlyclean-am
675
676distclean: distclean-recursive
677	-rm -rf ./$(DEPDIR)
678	-rm -f Makefile
679distclean-am: clean-am distclean-compile distclean-generic \
680	distclean-tags
681
682dvi: dvi-recursive
683
684dvi-am:
685
686html: html-recursive
687
688info: info-recursive
689
690info-am:
691
692install-data-am:
693
694install-dvi: install-dvi-recursive
695
696install-exec-am: install-libLTLIBRARIES
697
698install-html: install-html-recursive
699
700install-info: install-info-recursive
701
702install-man:
703
704install-pdf: install-pdf-recursive
705
706install-ps: install-ps-recursive
707
708installcheck-am:
709
710maintainer-clean: maintainer-clean-recursive
711	-rm -rf ./$(DEPDIR)
712	-rm -f Makefile
713maintainer-clean-am: distclean-am maintainer-clean-generic
714
715mostlyclean: mostlyclean-recursive
716
717mostlyclean-am: mostlyclean-compile mostlyclean-generic \
718	mostlyclean-libtool
719
720pdf: pdf-recursive
721
722pdf-am:
723
724ps: ps-recursive
725
726ps-am:
727
728uninstall-am: uninstall-libLTLIBRARIES
729
730.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
731	install-strip
732
733.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
734	all all-am check check-am clean clean-generic \
735	clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
736	ctags-recursive distclean distclean-compile distclean-generic \
737	distclean-libtool distclean-tags distdir dvi dvi-am html \
738	html-am info info-am install install-am install-data \
739	install-data-am install-dvi install-dvi-am install-exec \
740	install-exec-am install-html install-html-am install-info \
741	install-info-am install-libLTLIBRARIES install-man install-pdf \
742	install-pdf-am install-ps install-ps-am install-strip \
743	installcheck installcheck-am installdirs installdirs-am \
744	maintainer-clean maintainer-clean-generic mostlyclean \
745	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
746	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
747	uninstall-libLTLIBRARIES
748
749
750check: $(noinst_PROGRAMS)
751	./test_sharedbook$(EXEEXT)
752
753# recurse for alternate targets
754
755debug:
756	$(MAKE) all CFLAGS="@DEBUG@"
757
758profile:
759	$(MAKE) all CFLAGS="@PROFILE@"
760# Tell versions [3.59,3.63) of GNU make to not export all variables.
761# Otherwise a system limit (for SysV at least) may be exceeded.
762.NOEXPORT:
763