]> git.jsancho.org Git - lugaru.git/blob - libvorbis-1.0.1/lib/books/uncoupled/Makefile.in
First shot at an OpenAL renderer. Sound effects work, no music.
[lugaru.git] / libvorbis-1.0.1 / lib / books / uncoupled / 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 EXTRA_DIST = res_books_uncoupled.h
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 lib/books/uncoupled/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 tags: TAGS
129 TAGS:
130
131
132 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
133
134 subdir = lib/books/uncoupled
135
136 distdir: $(DISTFILES)
137         @for file in $(DISTFILES); do \
138           d=$(srcdir); \
139           if test -d $$d/$$file; then \
140             cp -pr $$d/$$file $(distdir)/$$file; \
141           else \
142             test -f $(distdir)/$$file \
143             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
144             || cp -p $$d/$$file $(distdir)/$$file || :; \
145           fi; \
146         done
147 info-am:
148 info: info-am
149 dvi-am:
150 dvi: dvi-am
151 check-am: all-am
152 check: check-am
153 installcheck-am:
154 installcheck: installcheck-am
155 install-exec-am:
156 install-exec: install-exec-am
157
158 install-data-am:
159 install-data: install-data-am
160
161 install-am: all-am
162         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
163 install: install-am
164 uninstall-am:
165 uninstall: uninstall-am
166 all-am: Makefile
167 all-redirect: all-am
168 install-strip:
169         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
170 installdirs:
171
172
173 mostlyclean-generic:
174
175 clean-generic:
176
177 distclean-generic:
178         -rm -f Makefile $(CONFIG_CLEAN_FILES)
179         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
180
181 maintainer-clean-generic:
182 mostlyclean-am:  mostlyclean-generic
183
184 mostlyclean: mostlyclean-am
185
186 clean-am:  clean-generic mostlyclean-am
187
188 clean: clean-am
189
190 distclean-am:  distclean-generic clean-am
191         -rm -f libtool
192
193 distclean: distclean-am
194
195 maintainer-clean-am:  maintainer-clean-generic distclean-am
196         @echo "This command is intended for maintainers to use;"
197         @echo "it deletes files that may require special tools to rebuild."
198
199 maintainer-clean: maintainer-clean-am
200
201 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
202 installcheck-am installcheck install-exec-am install-exec \
203 install-data-am install-data install-am install uninstall-am uninstall \
204 all-redirect all-am all installdirs mostlyclean-generic \
205 distclean-generic clean-generic maintainer-clean-generic clean \
206 mostlyclean distclean maintainer-clean
207
208
209 # Tell versions [3.59,3.63) of GNU make to not export all variables.
210 # Otherwise a system limit (for SysV at least) may be exceeded.
211 .NOEXPORT: