]> git.jsancho.org Git - lugaru.git/blob - libvorbis-1.0.1/include/vorbis/Makefile.in
First shot at an OpenAL renderer. Sound effects work, no music.
[lugaru.git] / libvorbis-1.0.1 / include / vorbis / 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 oldincludedir = /usr/include
33
34 DESTDIR =
35
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39
40 top_builddir = ../..
41
42 ACLOCAL = @ACLOCAL@
43 AUTOCONF = @AUTOCONF@
44 AUTOMAKE = @AUTOMAKE@
45 AUTOHEADER = @AUTOHEADER@
46
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
49 INSTALL_DATA = @INSTALL_DATA@
50 INSTALL_SCRIPT = @INSTALL_SCRIPT@
51 transform = @program_transform_name@
52
53 NORMAL_INSTALL = :
54 PRE_INSTALL = :
55 POST_INSTALL = :
56 NORMAL_UNINSTALL = :
57 PRE_UNINSTALL = :
58 POST_UNINSTALL = :
59 host_alias = @host_alias@
60 host_triplet = @host@
61 AR = @AR@
62 AS = @AS@
63 CC = @CC@
64 CPP = @CPP@
65 CXX = @CXX@
66 CXXCPP = @CXXCPP@
67 DEBUG = @DEBUG@
68 DLLTOOL = @DLLTOOL@
69 ECHO = @ECHO@
70 EGREP = @EGREP@
71 EXEEXT = @EXEEXT@
72 F77 = @F77@
73 GCJ = @GCJ@
74 GCJFLAGS = @GCJFLAGS@
75 HAVE_LIB = @HAVE_LIB@
76 LIB = @LIB@
77 LIBS = @LIBS@
78 LIBTOOL = @LIBTOOL@
79 LN_S = @LN_S@
80 LTLIB = @LTLIB@
81 MAINT = @MAINT@
82 MAKEINFO = @MAKEINFO@
83 OBJDUMP = @OBJDUMP@
84 OBJEXT = @OBJEXT@
85 OGG_CFLAGS = @OGG_CFLAGS@
86 OGG_LIBS = @OGG_LIBS@
87 PACKAGE = @PACKAGE@
88 PDFXMLTEX = @PDFXMLTEX@
89 PROFILE = @PROFILE@
90 RANLIB = @RANLIB@
91 RC = @RC@
92 STRIP = @STRIP@
93 VERSION = @VERSION@
94 VE_LIB_AGE = @VE_LIB_AGE@
95 VE_LIB_CURRENT = @VE_LIB_CURRENT@
96 VE_LIB_REVISION = @VE_LIB_REVISION@
97 VF_LIB_AGE = @VF_LIB_AGE@
98 VF_LIB_CURRENT = @VF_LIB_CURRENT@
99 VF_LIB_REVISION = @VF_LIB_REVISION@
100 V_LIB_AGE = @V_LIB_AGE@
101 V_LIB_CURRENT = @V_LIB_CURRENT@
102 V_LIB_REVISION = @V_LIB_REVISION@
103 XSLTPROC = @XSLTPROC@
104 pthread_lib = @pthread_lib@
105
106 AUTOMAKE_OPTIONS = foreign
107
108 includedir = $(prefix)/include/vorbis
109
110 include_HEADERS = codec.h vorbisfile.h vorbisenc.h
111 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112 CONFIG_CLEAN_FILES = 
113 HEADERS =  $(include_HEADERS)
114
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 all: all-redirect
123 .SUFFIXES:
124 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
125         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps include/vorbis/Makefile
126
127 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
128         cd $(top_builddir) \
129           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
130
131
132 install-includeHEADERS: $(include_HEADERS)
133         @$(NORMAL_INSTALL)
134         $(mkinstalldirs) $(DESTDIR)$(includedir)
135         @list='$(include_HEADERS)'; for p in $$list; do \
136           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
137           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
138           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
139         done
140
141 uninstall-includeHEADERS:
142         @$(NORMAL_UNINSTALL)
143         list='$(include_HEADERS)'; for p in $$list; do \
144           rm -f $(DESTDIR)$(includedir)/$$p; \
145         done
146
147 tags: TAGS
148
149 ID: $(HEADERS) $(SOURCES) $(LISP)
150         list='$(SOURCES) $(HEADERS)'; \
151         unique=`for i in $$list; do echo $$i; done | \
152           awk '    { files[$$0] = 1; } \
153                END { for (i in files) print i; }'`; \
154         here=`pwd` && cd $(srcdir) \
155           && mkid -f$$here/ID $$unique $(LISP)
156
157 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
158         tags=; \
159         here=`pwd`; \
160         list='$(SOURCES) $(HEADERS)'; \
161         unique=`for i in $$list; do echo $$i; done | \
162           awk '    { files[$$0] = 1; } \
163                END { for (i in files) print i; }'`; \
164         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
165           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
166
167 mostlyclean-tags:
168
169 clean-tags:
170
171 distclean-tags:
172         -rm -f TAGS ID
173
174 maintainer-clean-tags:
175
176 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
177
178 subdir = include/vorbis
179
180 distdir: $(DISTFILES)
181         @for file in $(DISTFILES); do \
182           d=$(srcdir); \
183           if test -d $$d/$$file; then \
184             cp -pr $$d/$$file $(distdir)/$$file; \
185           else \
186             test -f $(distdir)/$$file \
187             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
188             || cp -p $$d/$$file $(distdir)/$$file || :; \
189           fi; \
190         done
191 info-am:
192 info: info-am
193 dvi-am:
194 dvi: dvi-am
195 check-am: all-am
196 check: check-am
197 installcheck-am:
198 installcheck: installcheck-am
199 install-exec-am:
200 install-exec: install-exec-am
201
202 install-data-am: install-includeHEADERS
203 install-data: install-data-am
204
205 install-am: all-am
206         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
207 install: install-am
208 uninstall-am: uninstall-includeHEADERS
209 uninstall: uninstall-am
210 all-am: Makefile $(HEADERS)
211 all-redirect: all-am
212 install-strip:
213         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
214 installdirs:
215         $(mkinstalldirs)  $(DESTDIR)$(includedir)
216
217
218 mostlyclean-generic:
219
220 clean-generic:
221
222 distclean-generic:
223         -rm -f Makefile $(CONFIG_CLEAN_FILES)
224         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
225
226 maintainer-clean-generic:
227 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
228
229 mostlyclean: mostlyclean-am
230
231 clean-am:  clean-tags clean-generic mostlyclean-am
232
233 clean: clean-am
234
235 distclean-am:  distclean-tags distclean-generic clean-am
236         -rm -f libtool
237
238 distclean: distclean-am
239
240 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
241                 distclean-am
242         @echo "This command is intended for maintainers to use;"
243         @echo "it deletes files that may require special tools to rebuild."
244
245 maintainer-clean: maintainer-clean-am
246
247 .PHONY: uninstall-includeHEADERS install-includeHEADERS tags \
248 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
249 distdir info-am info dvi-am dvi check check-am installcheck-am \
250 installcheck install-exec-am install-exec install-data-am install-data \
251 install-am install uninstall-am uninstall all-redirect all-am all \
252 installdirs mostlyclean-generic distclean-generic clean-generic \
253 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
254
255
256 # Tell versions [3.59,3.63) of GNU make to not export all variables.
257 # Otherwise a system limit (for SysV at least) may be exceeded.
258 .NOEXPORT: