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