Merging the postbeta2 branch onto the mainline.
[platform/upstream/libvorbis.git] / lib / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 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.
7
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
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 DEBUG = @DEBUG@
65 DLLTOOL = @DLLTOOL@
66 LIBS = @LIBS@
67 LIBTOOL = @LIBTOOL@
68 LN_S = @LN_S@
69 MAKEINFO = @MAKEINFO@
70 OBJDUMP = @OBJDUMP@
71 PACKAGE = @PACKAGE@
72 PROFILE = @PROFILE@
73 RANLIB = @RANLIB@
74 VERSION = @VERSION@
75 VF_LIB_AGE = @VF_LIB_AGE@
76 VF_LIB_CURRENT = @VF_LIB_CURRENT@
77 VF_LIB_REVISION = @VF_LIB_REVISION@
78 V_LIB_AGE = @V_LIB_AGE@
79 V_LIB_CURRENT = @V_LIB_CURRENT@
80 V_LIB_REVISION = @V_LIB_REVISION@
81 pthread_lib = @pthread_lib@
82
83 AUTOMAKE_OPTIONS = foreign
84
85 INCLUDES = -I$(top_srcdir)/include
86
87 lib_LTLIBRARIES = libvorbis.la libvorbisfile.la
88
89 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 time0.c floor0.c                    res0.c mapping0.c registry.c codebook.c sharedbook.c                    iir.c                   envelope.h lpc.h lsp.h bookinternal.h misc.h psy.h                      masking.h sharedbook.h iir.h os.h
90
91 libvorbis_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
92
93 libvorbisfile_la_SOURCES = vorbisfile.c
94 libvorbisfile_la_LDFLAGS = -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
95 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
96 CONFIG_CLEAN_FILES = 
97 LTLIBRARIES =  $(lib_LTLIBRARIES)
98
99
100 DEFS = @DEFS@ -I. -I$(srcdir) 
101 CPPFLAGS = @CPPFLAGS@
102 LDFLAGS = @LDFLAGS@
103 libvorbis_la_LIBADD = 
104 libvorbis_la_OBJECTS =  mdct.lo smallft.lo block.lo envelope.lo \
105 window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo info.lo \
106 time0.lo floor0.lo res0.lo mapping0.lo registry.lo codebook.lo \
107 sharedbook.lo iir.lo
108 libvorbisfile_la_LIBADD = 
109 libvorbisfile_la_OBJECTS =  vorbisfile.lo
110 CFLAGS = @CFLAGS@
111 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
112 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113 CCLD = $(CC)
114 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
115 DIST_COMMON =  Makefile.am Makefile.in
116
117
118 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
119
120 TAR = tar
121 GZIP_ENV = --best
122 DEP_FILES =  .deps/analysis.P .deps/block.P .deps/codebook.P \
123 .deps/envelope.P .deps/floor0.P .deps/iir.P .deps/info.P .deps/lpc.P \
124 .deps/lsp.P .deps/mapping0.P .deps/mdct.P .deps/psy.P .deps/registry.P \
125 .deps/res0.P .deps/sharedbook.P .deps/smallft.P .deps/synthesis.P \
126 .deps/time0.P .deps/vorbisfile.P .deps/window.P
127 SOURCES = $(libvorbis_la_SOURCES) $(libvorbisfile_la_SOURCES)
128 OBJECTS = $(libvorbis_la_OBJECTS) $(libvorbisfile_la_OBJECTS)
129
130 all: all-redirect
131 .SUFFIXES:
132 .SUFFIXES: .S .c .lo .o .s
133 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
134         cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile
135
136 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
137         cd $(top_builddir) \
138           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
139
140
141 mostlyclean-libLTLIBRARIES:
142
143 clean-libLTLIBRARIES:
144         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
145
146 distclean-libLTLIBRARIES:
147
148 maintainer-clean-libLTLIBRARIES:
149
150 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
151         @$(NORMAL_INSTALL)
152         $(mkinstalldirs) $(DESTDIR)$(libdir)
153         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
154           if test -f $$p; then \
155             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
156             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
157           else :; fi; \
158         done
159
160 uninstall-libLTLIBRARIES:
161         @$(NORMAL_UNINSTALL)
162         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
163           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
164         done
165
166 .s.o:
167         $(COMPILE) -c $<
168
169 .S.o:
170         $(COMPILE) -c $<
171
172 mostlyclean-compile:
173         -rm -f *.o core *.core
174
175 clean-compile:
176
177 distclean-compile:
178         -rm -f *.tab.c
179
180 maintainer-clean-compile:
181
182 .s.lo:
183         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
184
185 .S.lo:
186         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
187
188 mostlyclean-libtool:
189         -rm -f *.lo
190
191 clean-libtool:
192         -rm -rf .libs _libs
193
194 distclean-libtool:
195
196 maintainer-clean-libtool:
197
198 libvorbis.la: $(libvorbis_la_OBJECTS) $(libvorbis_la_DEPENDENCIES)
199         $(LINK) -rpath $(libdir) $(libvorbis_la_LDFLAGS) $(libvorbis_la_OBJECTS) $(libvorbis_la_LIBADD) $(LIBS)
200
201 libvorbisfile.la: $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_DEPENDENCIES)
202         $(LINK) -rpath $(libdir) $(libvorbisfile_la_LDFLAGS) $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_LIBADD) $(LIBS)
203
204 tags: TAGS
205
206 ID: $(HEADERS) $(SOURCES) $(LISP)
207         list='$(SOURCES) $(HEADERS)'; \
208         unique=`for i in $$list; do echo $$i; done | \
209           awk '    { files[$$0] = 1; } \
210                END { for (i in files) print i; }'`; \
211         here=`pwd` && cd $(srcdir) \
212           && mkid -f$$here/ID $$unique $(LISP)
213
214 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
215         tags=; \
216         here=`pwd`; \
217         list='$(SOURCES) $(HEADERS)'; \
218         unique=`for i in $$list; do echo $$i; done | \
219           awk '    { files[$$0] = 1; } \
220                END { for (i in files) print i; }'`; \
221         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
222           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
223
224 mostlyclean-tags:
225
226 clean-tags:
227
228 distclean-tags:
229         -rm -f TAGS ID
230
231 maintainer-clean-tags:
232
233 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
234
235 subdir = lib
236
237 distdir: $(DISTFILES)
238         here=`cd $(top_builddir) && pwd`; \
239         top_distdir=`cd $(top_distdir) && pwd`; \
240         distdir=`cd $(distdir) && pwd`; \
241         cd $(top_srcdir) \
242           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign lib/Makefile
243         @for file in $(DISTFILES); do \
244           d=$(srcdir); \
245           if test -d $$d/$$file; then \
246             cp -pr $$d/$$file $(distdir)/$$file; \
247           else \
248             test -f $(distdir)/$$file \
249             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
250             || cp -p $$d/$$file $(distdir)/$$file || :; \
251           fi; \
252         done
253
254 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
255
256 -include $(DEP_FILES)
257
258 mostlyclean-depend:
259
260 clean-depend:
261
262 distclean-depend:
263         -rm -rf .deps
264
265 maintainer-clean-depend:
266
267 %.o: %.c
268         @echo '$(COMPILE) -c $<'; \
269         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
270         @-cp .deps/$(*F).pp .deps/$(*F).P; \
271         tr ' ' '\012' < .deps/$(*F).pp \
272           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
273             >> .deps/$(*F).P; \
274         rm .deps/$(*F).pp
275
276 %.lo: %.c
277         @echo '$(LTCOMPILE) -c $<'; \
278         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
279         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
280           < .deps/$(*F).pp > .deps/$(*F).P; \
281         tr ' ' '\012' < .deps/$(*F).pp \
282           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
283             >> .deps/$(*F).P; \
284         rm -f .deps/$(*F).pp
285 info-am:
286 info: info-am
287 dvi-am:
288 dvi: dvi-am
289 check-am: all-am
290 check: check-am
291 installcheck-am:
292 installcheck: installcheck-am
293 install-exec-am: install-libLTLIBRARIES
294 install-exec: install-exec-am
295
296 install-data-am:
297 install-data: install-data-am
298
299 install-am: all-am
300         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
301 install: install-am
302 uninstall-am: uninstall-libLTLIBRARIES
303 uninstall: uninstall-am
304 all-am: Makefile $(LTLIBRARIES)
305 all-redirect: all-am
306 install-strip:
307         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
308 installdirs:
309         $(mkinstalldirs)  $(DESTDIR)$(libdir)
310
311
312 mostlyclean-generic:
313
314 clean-generic:
315
316 distclean-generic:
317         -rm -f Makefile $(CONFIG_CLEAN_FILES)
318         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
319
320 maintainer-clean-generic:
321 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
322                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
323                 mostlyclean-generic
324
325 mostlyclean: mostlyclean-am
326
327 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
328                 clean-depend clean-generic mostlyclean-am
329
330 clean: clean-am
331
332 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
333                 distclean-libtool distclean-tags distclean-depend \
334                 distclean-generic clean-am
335         -rm -f libtool
336
337 distclean: distclean-am
338
339 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
340                 maintainer-clean-compile maintainer-clean-libtool \
341                 maintainer-clean-tags maintainer-clean-depend \
342                 maintainer-clean-generic distclean-am
343         @echo "This command is intended for maintainers to use;"
344         @echo "it deletes files that may require special tools to rebuild."
345
346 maintainer-clean: maintainer-clean-am
347
348 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
349 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
350 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
351 distclean-compile clean-compile maintainer-clean-compile \
352 mostlyclean-libtool distclean-libtool clean-libtool \
353 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
354 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
355 distclean-depend clean-depend maintainer-clean-depend info-am info \
356 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
357 install-exec install-data-am install-data install-am install \
358 uninstall-am uninstall all-redirect all-am all installdirs \
359 mostlyclean-generic distclean-generic clean-generic \
360 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
361
362
363 debug:
364         $(MAKE) all CFLAGS="@DEBUG@"
365
366 profile:
367         $(MAKE) all CFLAGS="@PROFILE@"
368
369 # Tell versions [3.59,3.63) of GNU make to not export all variables.
370 # Otherwise a system limit (for SysV at least) may be exceeded.
371 .NOEXPORT: