]> git.jsancho.org Git - lugaru.git/blob - libvorbis-1.0.1/vq/Makefile.in
First shot at an OpenAL renderer. Sound effects work, no music.
[lugaru.git] / libvorbis-1.0.1 / vq / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
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.
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 AR = @AR@
63 AS = @AS@
64 CC = @CC@
65 CPP = @CPP@
66 CXX = @CXX@
67 CXXCPP = @CXXCPP@
68 DEBUG = @DEBUG@
69 DLLTOOL = @DLLTOOL@
70 ECHO = @ECHO@
71 EGREP = @EGREP@
72 EXEEXT = @EXEEXT@
73 F77 = @F77@
74 GCJ = @GCJ@
75 GCJFLAGS = @GCJFLAGS@
76 HAVE_LIB = @HAVE_LIB@
77 LIB = @LIB@
78 LIBS = @LIBS@
79 LIBTOOL = @LIBTOOL@
80 LN_S = @LN_S@
81 LTLIB = @LTLIB@
82 MAINT = @MAINT@
83 MAKEINFO = @MAKEINFO@
84 OBJDUMP = @OBJDUMP@
85 OBJEXT = @OBJEXT@
86 OGG_CFLAGS = @OGG_CFLAGS@
87 OGG_LIBS = @OGG_LIBS@
88 PACKAGE = @PACKAGE@
89 PDFXMLTEX = @PDFXMLTEX@
90 PROFILE = @PROFILE@
91 RANLIB = @RANLIB@
92 RC = @RC@
93 STRIP = @STRIP@
94 VERSION = @VERSION@
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@
106
107 AUTOMAKE_OPTIONS = foreign
108
109 INCLUDES = -I../lib -I$(top_srcdir)/include @OGG_CFLAGS@
110
111 EXTRA_PROGRAMS = latticebuild latticepare latticehint   latticetune huffbuild distribution
112
113 CLEANFILES = $(EXTRA_PROGRAMS)
114
115 LDFLAGS = -static
116 LDADD = ../lib/libvorbis.la
117
118 latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c        vqgen.h bookutil.h
119
120 latticepare_SOURCES = latticepare.c vqgen.c bookutil.c vqsplit.c        vqgen.h bookutil.h
121
122 latticehint_SOURCES = latticehint.c bookutil.c  bookutil.h
123
124 latticetune_SOURCES = latticetune.c vqgen.c bookutil.c  vqgen.h bookutil.h
125
126 huffbuild_SOURCES = huffbuild.c vqgen.c bookutil.c      vqgen.h bookutil.h
127
128 distribution_SOURCES = distribution.c bookutil.c        bookutil.h
129
130
131 EXTRA_DIST = residue_entropy auxpartition.pl
132 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
133 CONFIG_CLEAN_FILES = 
134
135 DEFS = @DEFS@ -I. -I$(srcdir) 
136 CPPFLAGS = @CPPFLAGS@
137 latticebuild_OBJECTS =  latticebuild.$(OBJEXT) vqgen.$(OBJEXT) \
138 bookutil.$(OBJEXT)
139 latticebuild_LDADD = $(LDADD)
140 latticebuild_DEPENDENCIES =  ../lib/libvorbis.la
141 latticebuild_LDFLAGS = 
142 latticepare_OBJECTS =  latticepare.$(OBJEXT) vqgen.$(OBJEXT) \
143 bookutil.$(OBJEXT) vqsplit.$(OBJEXT)
144 latticepare_LDADD = $(LDADD)
145 latticepare_DEPENDENCIES =  ../lib/libvorbis.la
146 latticepare_LDFLAGS = 
147 latticehint_OBJECTS =  latticehint.$(OBJEXT) bookutil.$(OBJEXT)
148 latticehint_LDADD = $(LDADD)
149 latticehint_DEPENDENCIES =  ../lib/libvorbis.la
150 latticehint_LDFLAGS = 
151 latticetune_OBJECTS =  latticetune.$(OBJEXT) vqgen.$(OBJEXT) \
152 bookutil.$(OBJEXT)
153 latticetune_LDADD = $(LDADD)
154 latticetune_DEPENDENCIES =  ../lib/libvorbis.la
155 latticetune_LDFLAGS = 
156 huffbuild_OBJECTS =  huffbuild.$(OBJEXT) vqgen.$(OBJEXT) \
157 bookutil.$(OBJEXT)
158 huffbuild_LDADD = $(LDADD)
159 huffbuild_DEPENDENCIES =  ../lib/libvorbis.la
160 huffbuild_LDFLAGS = 
161 distribution_OBJECTS =  distribution.$(OBJEXT) bookutil.$(OBJEXT)
162 distribution_LDADD = $(LDADD)
163 distribution_DEPENDENCIES =  ../lib/libvorbis.la
164 distribution_LDFLAGS = 
165 CFLAGS = @CFLAGS@
166 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
167 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
168 CCLD = $(CC)
169 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
170 DIST_COMMON =  Makefile.am Makefile.in
171
172
173 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
174
175 TAR = tar
176 GZIP_ENV = --best
177 SOURCES = $(latticebuild_SOURCES) $(latticepare_SOURCES) $(latticehint_SOURCES) $(latticetune_SOURCES) $(huffbuild_SOURCES) $(distribution_SOURCES)
178 OBJECTS = $(latticebuild_OBJECTS) $(latticepare_OBJECTS) $(latticehint_OBJECTS) $(latticetune_OBJECTS) $(huffbuild_OBJECTS) $(distribution_OBJECTS)
179
180 all: all-redirect
181 .SUFFIXES:
182 .SUFFIXES: .S .c .lo .o .obj .s
183 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
184         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps vq/Makefile
185
186 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
187         cd $(top_builddir) \
188           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
189
190
191 .c.o:
192         $(COMPILE) -c $<
193
194 # FIXME: We should only use cygpath when building on Windows,
195 # and only if it is available.
196 .c.obj:
197         $(COMPILE) -c `cygpath -w $<`
198
199 .s.o:
200         $(COMPILE) -c $<
201
202 .S.o:
203         $(COMPILE) -c $<
204
205 mostlyclean-compile:
206         -rm -f *.o core *.core
207         -rm -f *.$(OBJEXT)
208
209 clean-compile:
210
211 distclean-compile:
212         -rm -f *.tab.c
213
214 maintainer-clean-compile:
215
216 .c.lo:
217         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
218
219 .s.lo:
220         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
221
222 .S.lo:
223         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
224
225 mostlyclean-libtool:
226         -rm -f *.lo
227
228 clean-libtool:
229         -rm -rf .libs _libs
230
231 distclean-libtool:
232
233 maintainer-clean-libtool:
234
235 latticebuild$(EXEEXT): $(latticebuild_OBJECTS) $(latticebuild_DEPENDENCIES)
236         @rm -f latticebuild$(EXEEXT)
237         $(LINK) $(latticebuild_LDFLAGS) $(latticebuild_OBJECTS) $(latticebuild_LDADD) $(LIBS)
238
239 latticepare$(EXEEXT): $(latticepare_OBJECTS) $(latticepare_DEPENDENCIES)
240         @rm -f latticepare$(EXEEXT)
241         $(LINK) $(latticepare_LDFLAGS) $(latticepare_OBJECTS) $(latticepare_LDADD) $(LIBS)
242
243 latticehint$(EXEEXT): $(latticehint_OBJECTS) $(latticehint_DEPENDENCIES)
244         @rm -f latticehint$(EXEEXT)
245         $(LINK) $(latticehint_LDFLAGS) $(latticehint_OBJECTS) $(latticehint_LDADD) $(LIBS)
246
247 latticetune$(EXEEXT): $(latticetune_OBJECTS) $(latticetune_DEPENDENCIES)
248         @rm -f latticetune$(EXEEXT)
249         $(LINK) $(latticetune_LDFLAGS) $(latticetune_OBJECTS) $(latticetune_LDADD) $(LIBS)
250
251 huffbuild$(EXEEXT): $(huffbuild_OBJECTS) $(huffbuild_DEPENDENCIES)
252         @rm -f huffbuild$(EXEEXT)
253         $(LINK) $(huffbuild_LDFLAGS) $(huffbuild_OBJECTS) $(huffbuild_LDADD) $(LIBS)
254
255 distribution$(EXEEXT): $(distribution_OBJECTS) $(distribution_DEPENDENCIES)
256         @rm -f distribution$(EXEEXT)
257         $(LINK) $(distribution_LDFLAGS) $(distribution_OBJECTS) $(distribution_LDADD) $(LIBS)
258
259 tags: TAGS
260
261 ID: $(HEADERS) $(SOURCES) $(LISP)
262         list='$(SOURCES) $(HEADERS)'; \
263         unique=`for i in $$list; do echo $$i; done | \
264           awk '    { files[$$0] = 1; } \
265                END { for (i in files) print i; }'`; \
266         here=`pwd` && cd $(srcdir) \
267           && mkid -f$$here/ID $$unique $(LISP)
268
269 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
270         tags=; \
271         here=`pwd`; \
272         list='$(SOURCES) $(HEADERS)'; \
273         unique=`for i in $$list; do echo $$i; done | \
274           awk '    { files[$$0] = 1; } \
275                END { for (i in files) print i; }'`; \
276         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
277           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
278
279 mostlyclean-tags:
280
281 clean-tags:
282
283 distclean-tags:
284         -rm -f TAGS ID
285
286 maintainer-clean-tags:
287
288 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
289
290 subdir = vq
291
292 distdir: $(DISTFILES)
293         @for file in $(DISTFILES); do \
294           d=$(srcdir); \
295           if test -d $$d/$$file; then \
296             cp -pr $$d/$$file $(distdir)/$$file; \
297           else \
298             test -f $(distdir)/$$file \
299             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
300             || cp -p $$d/$$file $(distdir)/$$file || :; \
301           fi; \
302         done
303
304 info-am:
305 info: info-am
306 dvi-am:
307 dvi: dvi-am
308 check-am: all-am
309 check: check-am
310 installcheck-am:
311 installcheck: installcheck-am
312 install-exec-am:
313 install-exec: install-exec-am
314
315 install-data-am:
316 install-data: install-data-am
317
318 install-am: all-am
319         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
320 install: install-am
321 uninstall-am:
322 uninstall: uninstall-am
323 all-am: Makefile
324 all-redirect: all-am
325 install-strip:
326         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
327 installdirs:
328
329
330 mostlyclean-generic:
331
332 clean-generic:
333         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
334
335 distclean-generic:
336         -rm -f Makefile $(CONFIG_CLEAN_FILES)
337         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
338
339 maintainer-clean-generic:
340 mostlyclean-am:  mostlyclean-compile mostlyclean-libtool \
341                 mostlyclean-tags mostlyclean-generic
342
343 mostlyclean: mostlyclean-am
344
345 clean-am:  clean-compile clean-libtool clean-tags clean-generic \
346                 mostlyclean-am
347
348 clean: clean-am
349
350 distclean-am:  distclean-compile distclean-libtool distclean-tags \
351                 distclean-generic clean-am
352         -rm -f libtool
353
354 distclean: distclean-am
355
356 maintainer-clean-am:  maintainer-clean-compile maintainer-clean-libtool \
357                 maintainer-clean-tags maintainer-clean-generic \
358                 distclean-am
359         @echo "This command is intended for maintainers to use;"
360         @echo "it deletes files that may require special tools to rebuild."
361
362 maintainer-clean: maintainer-clean-am
363
364 .PHONY: mostlyclean-compile distclean-compile clean-compile \
365 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
366 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
367 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
368 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
369 install-exec install-data-am install-data install-am install \
370 uninstall-am uninstall all-redirect all-am all installdirs \
371 mostlyclean-generic distclean-generic clean-generic \
372 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
373
374
375 debugvq:
376         $(MAKE) vq CFLAGS="@DEBUG@"
377
378 profilevq:
379         $(MAKE) vq CFLAGS="@PROFILE@"
380
381 vq: 
382         $(MAKE) $(EXTRA_PROGRAMS) 
383
384 # Tell versions [3.59,3.63) of GNU make to not export all variables.
385 # Otherwise a system limit (for SysV at least) may be exceeded.
386 .NOEXPORT: