1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 host_alias = @host_alias@
86 OGG_CFLAGS = @OGG_CFLAGS@
89 PDFXMLTEX = @PDFXMLTEX@
95 VE_LIB_AGE = @VE_LIB_AGE@
96 VE_LIB_CURRENT = @VE_LIB_CURRENT@
97 VE_LIB_REVISION = @VE_LIB_REVISION@
98 VF_LIB_AGE = @VF_LIB_AGE@
99 VF_LIB_CURRENT = @VF_LIB_CURRENT@
100 VF_LIB_REVISION = @VF_LIB_REVISION@
101 V_LIB_AGE = @V_LIB_AGE@
102 V_LIB_CURRENT = @V_LIB_CURRENT@
103 V_LIB_REVISION = @V_LIB_REVISION@
104 XSLTPROC = @XSLTPROC@
105 pthread_lib = @pthread_lib@
107 AUTOMAKE_OPTIONS = foreign
109 SUBDIRS = modes books
111 INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
113 lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
115 libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c lpc.c analysis.c synthesis.c psy.c info.c floor1.c floor0.c res0.c mapping0.c registry.c codebook.c sharedbook.c lookup.c bitrate.c envelope.h lpc.h lsp.h codebook.h misc.h psy.h masking.h os.h mdct.h smallft.h highlevel.h registry.h scales.h window.h lookup.h lookup_data.h codec_internal.h backends.h bitrate.h
117 libvorbis_la_LDFLAGS = -no-undefined -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
119 libvorbisfile_la_SOURCES = vorbisfile.c
120 libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
121 libvorbisfile_la_LIBADD = libvorbis.la
123 libvorbisenc_la_SOURCES = vorbisenc.c
124 libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
125 libvorbisenc_la_LIBADD = libvorbis.la
127 EXTRA_PROGRAMS = barkmel tone psytune
128 CLEANFILES = $(EXTRA_PROGRAMS)
130 barkmel_SOURCES = barkmel.c
131 tone_SOURCES = tone.c
132 psytune_SOURCES = psytune.c
133 psytune_LDFLAGS = -static
134 psytune_LDADD = libvorbis.la
136 EXTRA_DIST = lookups.pl
137 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
139 LTLIBRARIES = $(lib_LTLIBRARIES)
142 DEFS = @DEFS@ -I. -I$(srcdir)
143 CPPFLAGS = @CPPFLAGS@
145 libvorbis_la_LIBADD =
146 libvorbis_la_OBJECTS = mdct.lo smallft.lo block.lo envelope.lo \
147 window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo info.lo \
148 floor1.lo floor0.lo res0.lo mapping0.lo registry.lo codebook.lo \
149 sharedbook.lo lookup.lo bitrate.lo
150 libvorbisfile_la_DEPENDENCIES = libvorbis.la
151 libvorbisfile_la_OBJECTS = vorbisfile.lo
152 libvorbisenc_la_DEPENDENCIES = libvorbis.la
153 libvorbisenc_la_OBJECTS = vorbisenc.lo
154 barkmel_OBJECTS = barkmel.$(OBJEXT)
155 barkmel_LDADD = $(LDADD)
156 barkmel_DEPENDENCIES =
158 tone_OBJECTS = tone.$(OBJEXT)
159 tone_LDADD = $(LDADD)
162 psytune_OBJECTS = psytune.$(OBJEXT)
163 psytune_DEPENDENCIES = libvorbis.la
165 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
166 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
168 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
169 DIST_COMMON = Makefile.am Makefile.in
172 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
176 SOURCES = $(libvorbis_la_SOURCES) $(libvorbisfile_la_SOURCES) $(libvorbisenc_la_SOURCES) $(barkmel_SOURCES) $(tone_SOURCES) $(psytune_SOURCES)
177 OBJECTS = $(libvorbis_la_OBJECTS) $(libvorbisfile_la_OBJECTS) $(libvorbisenc_la_OBJECTS) $(barkmel_OBJECTS) $(tone_OBJECTS) $(psytune_OBJECTS)
181 .SUFFIXES: .S .c .lo .o .obj .s
182 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
183 cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps lib/Makefile
185 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
187 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
190 mostlyclean-libLTLIBRARIES:
192 clean-libLTLIBRARIES:
193 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
195 distclean-libLTLIBRARIES:
197 maintainer-clean-libLTLIBRARIES:
199 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
201 $(mkinstalldirs) $(DESTDIR)$(libdir)
202 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
203 if test -f $$p; then \
204 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
205 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
209 uninstall-libLTLIBRARIES:
211 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
212 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
218 # FIXME: We should only use cygpath when building on Windows,
219 # and only if it is available.
221 $(COMPILE) -c `cygpath -w $<`
230 -rm -f *.o core *.core
238 maintainer-clean-compile:
241 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
244 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
247 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
257 maintainer-clean-libtool:
259 libvorbis.la: $(libvorbis_la_OBJECTS) $(libvorbis_la_DEPENDENCIES)
260 $(LINK) -rpath $(libdir) $(libvorbis_la_LDFLAGS) $(libvorbis_la_OBJECTS) $(libvorbis_la_LIBADD) $(LIBS)
262 libvorbisfile.la: $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_DEPENDENCIES)
263 $(LINK) -rpath $(libdir) $(libvorbisfile_la_LDFLAGS) $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_LIBADD) $(LIBS)
265 libvorbisenc.la: $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_DEPENDENCIES)
266 $(LINK) -rpath $(libdir) $(libvorbisenc_la_LDFLAGS) $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_LIBADD) $(LIBS)
268 barkmel$(EXEEXT): $(barkmel_OBJECTS) $(barkmel_DEPENDENCIES)
269 @rm -f barkmel$(EXEEXT)
270 $(LINK) $(barkmel_LDFLAGS) $(barkmel_OBJECTS) $(barkmel_LDADD) $(LIBS)
272 tone$(EXEEXT): $(tone_OBJECTS) $(tone_DEPENDENCIES)
274 $(LINK) $(tone_LDFLAGS) $(tone_OBJECTS) $(tone_LDADD) $(LIBS)
276 psytune$(EXEEXT): $(psytune_OBJECTS) $(psytune_DEPENDENCIES)
277 @rm -f psytune$(EXEEXT)
278 $(LINK) $(psytune_LDFLAGS) $(psytune_OBJECTS) $(psytune_LDADD) $(LIBS)
280 # This directory's subdirectories are mostly independent; you can cd
281 # into them and run `make' without going through this Makefile.
282 # To change the values of `make' variables: instead of editing Makefiles,
283 # (1) if the variable is set in `config.status', edit `config.status'
284 # (which will cause the Makefiles to be regenerated when you run `make');
285 # (2) otherwise, pass the desired values on the `make' command line.
289 all-recursive install-data-recursive install-exec-recursive \
290 installdirs-recursive install-recursive uninstall-recursive \
291 check-recursive installcheck-recursive info-recursive dvi-recursive:
292 @set fnord $(MAKEFLAGS); amf=$$2; \
294 target=`echo $@ | sed s/-recursive//`; \
295 list='$(SUBDIRS)'; for subdir in $$list; do \
296 echo "Making $$target in $$subdir"; \
297 if test "$$subdir" = "."; then \
299 local_target="$$target-am"; \
301 local_target="$$target"; \
303 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
304 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
306 if test "$$dot_seen" = "no"; then \
307 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
310 mostlyclean-recursive clean-recursive distclean-recursive \
311 maintainer-clean-recursive:
312 @set fnord $(MAKEFLAGS); amf=$$2; \
314 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
315 rev="$$subdir $$rev"; \
316 test "$$subdir" != "." || dot_seen=yes; \
318 test "$$dot_seen" = "no" && rev=". $$rev"; \
319 target=`echo $@ | sed s/-recursive//`; \
320 for subdir in $$rev; do \
321 echo "Making $$target in $$subdir"; \
322 if test "$$subdir" = "."; then \
323 local_target="$$target-am"; \
325 local_target="$$target"; \
327 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
328 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
329 done && test -z "$$fail"
331 list='$(SUBDIRS)'; for subdir in $$list; do \
332 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
337 ID: $(HEADERS) $(SOURCES) $(LISP)
338 list='$(SOURCES) $(HEADERS)'; \
339 unique=`for i in $$list; do echo $$i; done | \
340 awk ' { files[$$0] = 1; } \
341 END { for (i in files) print i; }'`; \
342 here=`pwd` && cd $(srcdir) \
343 && mkid -f$$here/ID $$unique $(LISP)
345 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
348 list='$(SUBDIRS)'; for subdir in $$list; do \
349 if test "$$subdir" = .; then :; else \
350 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
353 list='$(SOURCES) $(HEADERS)'; \
354 unique=`for i in $$list; do echo $$i; done | \
355 awk ' { files[$$0] = 1; } \
356 END { for (i in files) print i; }'`; \
357 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
358 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
367 maintainer-clean-tags:
369 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
373 distdir: $(DISTFILES)
374 @for file in $(DISTFILES); do \
376 if test -d $$d/$$file; then \
377 cp -pr $$d/$$file $(distdir)/$$file; \
379 test -f $(distdir)/$$file \
380 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
381 || cp -p $$d/$$file $(distdir)/$$file || :; \
384 for subdir in $(SUBDIRS); do \
385 if test "$$subdir" = .; then :; else \
386 test -d $(distdir)/$$subdir \
387 || mkdir $(distdir)/$$subdir \
389 chmod 777 $(distdir)/$$subdir; \
390 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
394 analysis.lo analysis.o : analysis.c ../include/vorbis/codec.h \
395 codec_internal.h envelope.h mdct.h codebook.h psy.h smallft.h \
396 backends.h bitrate.h os.h misc.h highlevel.h registry.h \
398 bitrate.lo bitrate.o : bitrate.c ../include/vorbis/codec.h \
399 codec_internal.h envelope.h mdct.h codebook.h psy.h smallft.h \
400 backends.h bitrate.h os.h misc.h highlevel.h
401 block.lo block.o : block.c ../include/vorbis/codec.h codec_internal.h \
402 envelope.h mdct.h codebook.h psy.h smallft.h backends.h \
403 bitrate.h os.h misc.h highlevel.h window.h lpc.h registry.h
404 codebook.lo codebook.o : codebook.c ../include/vorbis/codec.h codebook.h \
406 envelope.lo envelope.o : envelope.c ../include/vorbis/codec.h \
407 codec_internal.h envelope.h mdct.h codebook.h psy.h smallft.h \
408 backends.h bitrate.h os.h misc.h highlevel.h scales.h
409 floor0.lo floor0.o : floor0.c ../include/vorbis/codec.h codec_internal.h \
410 envelope.h mdct.h codebook.h psy.h smallft.h backends.h \
411 bitrate.h os.h misc.h highlevel.h registry.h lpc.h lsp.h \
413 floor1.lo floor1.o : floor1.c ../include/vorbis/codec.h codec_internal.h \
414 envelope.h mdct.h codebook.h psy.h smallft.h backends.h \
415 bitrate.h os.h misc.h highlevel.h registry.h scales.h
416 info.lo info.o : info.c ../include/vorbis/codec.h codec_internal.h \
417 envelope.h mdct.h codebook.h psy.h smallft.h backends.h \
418 bitrate.h os.h misc.h highlevel.h registry.h window.h
419 lookup.lo lookup.o : lookup.c lookup.h lookup_data.h os.h misc.h \
420 ../include/vorbis/codec.h
421 lpc.lo lpc.o : lpc.c os.h misc.h ../include/vorbis/codec.h smallft.h \
423 lsp.lo lsp.o : lsp.c lsp.h os.h misc.h ../include/vorbis/codec.h \
424 lookup.h scales.h lookup.c lookup_data.h
425 mapping0.lo mapping0.o : mapping0.c ../include/vorbis/codec.h \
426 codec_internal.h envelope.h mdct.h codebook.h psy.h smallft.h \
427 backends.h bitrate.h os.h misc.h highlevel.h window.h \
428 registry.h lpc.h lsp.h scales.h
429 mdct.lo mdct.o : mdct.c ../include/vorbis/codec.h mdct.h os.h misc.h
430 psy.lo psy.o : psy.c ../include/vorbis/codec.h codec_internal.h \
431 envelope.h mdct.h codebook.h psy.h smallft.h backends.h \
432 bitrate.h os.h misc.h highlevel.h masking.h lpc.h scales.h
433 registry.lo registry.o : registry.c ../include/vorbis/codec.h \
434 codec_internal.h envelope.h mdct.h codebook.h psy.h smallft.h \
435 backends.h bitrate.h os.h misc.h highlevel.h registry.h
436 res0.lo res0.o : res0.c ../include/vorbis/codec.h codec_internal.h \
437 envelope.h mdct.h codebook.h psy.h smallft.h backends.h \
438 bitrate.h os.h misc.h highlevel.h registry.h
439 sharedbook.lo sharedbook.o : sharedbook.c os.h misc.h \
440 ../include/vorbis/codec.h codebook.h scales.h
441 smallft.lo smallft.o : smallft.c smallft.h ../include/vorbis/codec.h \
443 synthesis.lo synthesis.o : synthesis.c ../include/vorbis/codec.h \
444 codec_internal.h envelope.h mdct.h codebook.h psy.h smallft.h \
445 backends.h bitrate.h os.h misc.h highlevel.h registry.h
446 vorbisenc.lo vorbisenc.o : vorbisenc.c ../include/vorbis/codec.h \
447 ../include/vorbis/vorbisenc.h codec_internal.h envelope.h \
448 mdct.h codebook.h psy.h smallft.h backends.h bitrate.h os.h \
449 misc.h highlevel.h modes/setup_44.h modes/floor_all.h \
450 books/floor/floor_books.h modes/residue_44.h \
451 books/coupled/res_books_stereo.h modes/psych_44.h \
452 modes/setup_44u.h modes/residue_44u.h \
453 books/uncoupled/res_books_uncoupled.h modes/setup_32.h \
454 modes/setup_8.h modes/psych_8.h modes/residue_8.h \
455 modes/setup_11.h modes/psych_11.h modes/setup_16.h \
456 modes/psych_16.h modes/residue_16.h modes/setup_22.h \
458 vorbisfile.lo vorbisfile.o : vorbisfile.c ../include/vorbis/codec.h \
459 ../include/vorbis/vorbisfile.h os.h misc.h
460 window.lo window.o : window.c os.h misc.h ../include/vorbis/codec.h
467 check: check-recursive
469 installcheck: installcheck-recursive
470 install-exec-am: install-libLTLIBRARIES
471 install-exec: install-exec-recursive
474 install-data: install-data-recursive
477 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
478 install: install-recursive
479 uninstall-am: uninstall-libLTLIBRARIES
480 uninstall: uninstall-recursive
481 all-am: Makefile $(LTLIBRARIES)
482 all-redirect: all-recursive
484 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
485 installdirs: installdirs-recursive
487 $(mkinstalldirs) $(DESTDIR)$(libdir)
493 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
496 -rm -f Makefile $(CONFIG_CLEAN_FILES)
497 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
499 maintainer-clean-generic:
500 mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \
501 mostlyclean-libtool mostlyclean-tags \
504 mostlyclean: mostlyclean-recursive
506 clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
507 clean-generic mostlyclean-am
509 clean: clean-recursive
511 distclean-am: distclean-libLTLIBRARIES distclean-compile \
512 distclean-libtool distclean-tags distclean-generic \
516 distclean: distclean-recursive
518 maintainer-clean-am: maintainer-clean-libLTLIBRARIES \
519 maintainer-clean-compile maintainer-clean-libtool \
520 maintainer-clean-tags maintainer-clean-generic \
522 @echo "This command is intended for maintainers to use;"
523 @echo "it deletes files that may require special tools to rebuild."
525 maintainer-clean: maintainer-clean-recursive
527 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
528 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
529 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
530 distclean-compile clean-compile maintainer-clean-compile \
531 mostlyclean-libtool distclean-libtool clean-libtool \
532 maintainer-clean-libtool install-data-recursive \
533 uninstall-data-recursive install-exec-recursive \
534 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
535 all-recursive check-recursive installcheck-recursive info-recursive \
536 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
537 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
538 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
539 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
540 install-exec install-data-am install-data install-am install \
541 uninstall-am uninstall all-redirect all-am all installdirs-am \
542 installdirs mostlyclean-generic distclean-generic clean-generic \
543 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
547 $(MAKE) all CFLAGS="@DEBUG@"
550 $(MAKE) all CFLAGS="@PROFILE@"
552 # Tell versions [3.59,3.63) of GNU make to not export all variables.
553 # Otherwise a system limit (for SysV at least) may be exceeded.