]> git.jsancho.org Git - lugaru.git/blob - libvorbis-1.0.1/include/Makefile.in
First shot at an OpenAL renderer. Sound effects work, no music.
[lugaru.git] / libvorbis-1.0.1 / include / 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 SUBDIRS = vorbis
110 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111 CONFIG_CLEAN_FILES = 
112 DIST_COMMON =  Makefile.am Makefile.in
113
114
115 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
116
117 TAR = tar
118 GZIP_ENV = --best
119 all: all-redirect
120 .SUFFIXES:
121 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
122         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps include/Makefile
123
124 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
125         cd $(top_builddir) \
126           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
127
128
129 # This directory's subdirectories are mostly independent; you can cd
130 # into them and run `make' without going through this Makefile.
131 # To change the values of `make' variables: instead of editing Makefiles,
132 # (1) if the variable is set in `config.status', edit `config.status'
133 #     (which will cause the Makefiles to be regenerated when you run `make');
134 # (2) otherwise, pass the desired values on the `make' command line.
135
136 @SET_MAKE@
137
138 all-recursive install-data-recursive install-exec-recursive \
139 installdirs-recursive install-recursive uninstall-recursive  \
140 check-recursive installcheck-recursive info-recursive dvi-recursive:
141         @set fnord $(MAKEFLAGS); amf=$$2; \
142         dot_seen=no; \
143         target=`echo $@ | sed s/-recursive//`; \
144         list='$(SUBDIRS)'; for subdir in $$list; do \
145           echo "Making $$target in $$subdir"; \
146           if test "$$subdir" = "."; then \
147             dot_seen=yes; \
148             local_target="$$target-am"; \
149           else \
150             local_target="$$target"; \
151           fi; \
152           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
153            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
154         done; \
155         if test "$$dot_seen" = "no"; then \
156           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
157         fi; test -z "$$fail"
158
159 mostlyclean-recursive clean-recursive distclean-recursive \
160 maintainer-clean-recursive:
161         @set fnord $(MAKEFLAGS); amf=$$2; \
162         dot_seen=no; \
163         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
164           rev="$$subdir $$rev"; \
165           test "$$subdir" != "." || dot_seen=yes; \
166         done; \
167         test "$$dot_seen" = "no" && rev=". $$rev"; \
168         target=`echo $@ | sed s/-recursive//`; \
169         for subdir in $$rev; do \
170           echo "Making $$target in $$subdir"; \
171           if test "$$subdir" = "."; then \
172             local_target="$$target-am"; \
173           else \
174             local_target="$$target"; \
175           fi; \
176           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
177            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
178         done && test -z "$$fail"
179 tags-recursive:
180         list='$(SUBDIRS)'; for subdir in $$list; do \
181           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
182         done
183
184 tags: TAGS
185
186 ID: $(HEADERS) $(SOURCES) $(LISP)
187         list='$(SOURCES) $(HEADERS)'; \
188         unique=`for i in $$list; do echo $$i; done | \
189           awk '    { files[$$0] = 1; } \
190                END { for (i in files) print i; }'`; \
191         here=`pwd` && cd $(srcdir) \
192           && mkid -f$$here/ID $$unique $(LISP)
193
194 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
195         tags=; \
196         here=`pwd`; \
197         list='$(SUBDIRS)'; for subdir in $$list; do \
198    if test "$$subdir" = .; then :; else \
199             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
200    fi; \
201         done; \
202         list='$(SOURCES) $(HEADERS)'; \
203         unique=`for i in $$list; do echo $$i; done | \
204           awk '    { files[$$0] = 1; } \
205                END { for (i in files) print i; }'`; \
206         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
207           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
208
209 mostlyclean-tags:
210
211 clean-tags:
212
213 distclean-tags:
214         -rm -f TAGS ID
215
216 maintainer-clean-tags:
217
218 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
219
220 subdir = include
221
222 distdir: $(DISTFILES)
223         @for file in $(DISTFILES); do \
224           d=$(srcdir); \
225           if test -d $$d/$$file; then \
226             cp -pr $$d/$$file $(distdir)/$$file; \
227           else \
228             test -f $(distdir)/$$file \
229             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
230             || cp -p $$d/$$file $(distdir)/$$file || :; \
231           fi; \
232         done
233         for subdir in $(SUBDIRS); do \
234           if test "$$subdir" = .; then :; else \
235             test -d $(distdir)/$$subdir \
236             || mkdir $(distdir)/$$subdir \
237             || exit 1; \
238             chmod 777 $(distdir)/$$subdir; \
239             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
240               || exit 1; \
241           fi; \
242         done
243 info-am:
244 info: info-recursive
245 dvi-am:
246 dvi: dvi-recursive
247 check-am: all-am
248 check: check-recursive
249 installcheck-am:
250 installcheck: installcheck-recursive
251 install-exec-am:
252 install-exec: install-exec-recursive
253
254 install-data-am:
255 install-data: install-data-recursive
256
257 install-am: all-am
258         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
259 install: install-recursive
260 uninstall-am:
261 uninstall: uninstall-recursive
262 all-am: Makefile
263 all-redirect: all-recursive
264 install-strip:
265         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
266 installdirs: installdirs-recursive
267 installdirs-am:
268
269
270 mostlyclean-generic:
271
272 clean-generic:
273
274 distclean-generic:
275         -rm -f Makefile $(CONFIG_CLEAN_FILES)
276         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
277
278 maintainer-clean-generic:
279 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
280
281 mostlyclean: mostlyclean-recursive
282
283 clean-am:  clean-tags clean-generic mostlyclean-am
284
285 clean: clean-recursive
286
287 distclean-am:  distclean-tags distclean-generic clean-am
288         -rm -f libtool
289
290 distclean: distclean-recursive
291
292 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
293                 distclean-am
294         @echo "This command is intended for maintainers to use;"
295         @echo "it deletes files that may require special tools to rebuild."
296
297 maintainer-clean: maintainer-clean-recursive
298
299 .PHONY: install-data-recursive uninstall-data-recursive \
300 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
301 uninstalldirs-recursive all-recursive check-recursive \
302 installcheck-recursive info-recursive dvi-recursive \
303 mostlyclean-recursive distclean-recursive clean-recursive \
304 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
305 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
306 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
307 install-exec install-data-am install-data install-am install \
308 uninstall-am uninstall all-redirect all-am all installdirs-am \
309 installdirs mostlyclean-generic distclean-generic clean-generic \
310 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
311
312
313 # Tell versions [3.59,3.63) of GNU make to not export all variables.
314 # Otherwise a system limit (for SysV at least) may be exceeded.
315 .NOEXPORT: