]> git.jsancho.org Git - lugaru.git/blob - libogg-1.0/include/ogg/Makefile.in
First shot at an OpenAL renderer. Sound effects work, no music.
[lugaru.git] / libogg-1.0 / include / ogg / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 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 AS = @AS@
62 CC = @CC@
63 CFLAGS = @CFLAGS@
64 DEBUG = @DEBUG@
65 DLLTOOL = @DLLTOOL@
66 ECHO = @ECHO@
67 EXEEXT = @EXEEXT@
68 LIBS = @LIBS@
69 LIBTOOL = @LIBTOOL@
70 LIBTOOL_DEPS = @LIBTOOL_DEPS@
71 LIB_AGE = @LIB_AGE@
72 LIB_CURRENT = @LIB_CURRENT@
73 LIB_REVISION = @LIB_REVISION@
74 LN_S = @LN_S@
75 MAKEINFO = @MAKEINFO@
76 OBJDUMP = @OBJDUMP@
77 OBJEXT = @OBJEXT@
78 OPT = @OPT@
79 PACKAGE = @PACKAGE@
80 PROFILE = @PROFILE@
81 RANLIB = @RANLIB@
82 SIZE16 = @SIZE16@
83 SIZE32 = @SIZE32@
84 SIZE64 = @SIZE64@
85 STRIP = @STRIP@
86 USIZE32 = @USIZE32@
87 VERSION = @VERSION@
88
89 AUTOMAKE_OPTIONS = foreign
90
91 includedir = $(prefix)/include/ogg
92
93 include_HEADERS = ogg.h os_types.h config_types.h
94 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95 CONFIG_CLEAN_FILES =  config_types.h
96 HEADERS =  $(include_HEADERS)
97
98 DIST_COMMON =  Makefile.am Makefile.in config_types.h.in
99
100
101 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103 TAR = tar
104 GZIP_ENV = --best
105 all: all-redirect
106 .SUFFIXES:
107 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
108         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps include/ogg/Makefile
109
110 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
111         cd $(top_builddir) \
112           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
113
114 config_types.h: $(top_builddir)/config.status config_types.h.in
115         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
116
117 install-includeHEADERS: $(include_HEADERS)
118         @$(NORMAL_INSTALL)
119         $(mkinstalldirs) $(DESTDIR)$(includedir)
120         @list='$(include_HEADERS)'; for p in $$list; do \
121           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
122           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
123           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
124         done
125
126 uninstall-includeHEADERS:
127         @$(NORMAL_UNINSTALL)
128         list='$(include_HEADERS)'; for p in $$list; do \
129           rm -f $(DESTDIR)$(includedir)/$$p; \
130         done
131
132 tags: TAGS
133
134 ID: $(HEADERS) $(SOURCES) $(LISP)
135         list='$(SOURCES) $(HEADERS)'; \
136         unique=`for i in $$list; do echo $$i; done | \
137           awk '    { files[$$0] = 1; } \
138                END { for (i in files) print i; }'`; \
139         here=`pwd` && cd $(srcdir) \
140           && mkid -f$$here/ID $$unique $(LISP)
141
142 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
143         tags=; \
144         here=`pwd`; \
145         list='$(SOURCES) $(HEADERS)'; \
146         unique=`for i in $$list; do echo $$i; done | \
147           awk '    { files[$$0] = 1; } \
148                END { for (i in files) print i; }'`; \
149         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
150           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
151
152 mostlyclean-tags:
153
154 clean-tags:
155
156 distclean-tags:
157         -rm -f TAGS ID
158
159 maintainer-clean-tags:
160
161 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
162
163 subdir = include/ogg
164
165 distdir: $(DISTFILES)
166         @for file in $(DISTFILES); do \
167           d=$(srcdir); \
168           if test -d $$d/$$file; then \
169             cp -pr $$d/$$file $(distdir)/$$file; \
170           else \
171             test -f $(distdir)/$$file \
172             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
173             || cp -p $$d/$$file $(distdir)/$$file || :; \
174           fi; \
175         done
176 info-am:
177 info: info-am
178 dvi-am:
179 dvi: dvi-am
180 check-am: all-am
181 check: check-am
182 installcheck-am:
183 installcheck: installcheck-am
184 install-exec-am:
185 install-exec: install-exec-am
186
187 install-data-am: install-includeHEADERS
188 install-data: install-data-am
189
190 install-am: all-am
191         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
192 install: install-am
193 uninstall-am: uninstall-includeHEADERS
194 uninstall: uninstall-am
195 all-am: Makefile $(HEADERS)
196 all-redirect: all-am
197 install-strip:
198         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
199 installdirs:
200         $(mkinstalldirs)  $(DESTDIR)$(includedir)
201
202
203 mostlyclean-generic:
204
205 clean-generic:
206
207 distclean-generic:
208         -rm -f Makefile $(CONFIG_CLEAN_FILES)
209         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
210
211 maintainer-clean-generic:
212 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
213
214 mostlyclean: mostlyclean-am
215
216 clean-am:  clean-tags clean-generic mostlyclean-am
217
218 clean: clean-am
219
220 distclean-am:  distclean-tags distclean-generic clean-am
221         -rm -f libtool
222
223 distclean: distclean-am
224
225 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
226                 distclean-am
227         @echo "This command is intended for maintainers to use;"
228         @echo "it deletes files that may require special tools to rebuild."
229
230 maintainer-clean: maintainer-clean-am
231
232 .PHONY: uninstall-includeHEADERS install-includeHEADERS tags \
233 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
234 distdir info-am info dvi-am dvi check check-am installcheck-am \
235 installcheck install-exec-am install-exec install-data-am install-data \
236 install-am install uninstall-am uninstall all-redirect all-am all \
237 installdirs mostlyclean-generic distclean-generic clean-generic \
238 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
239
240
241 # Tell versions [3.59,3.63) of GNU make to not export all variables.
242 # Otherwise a system limit (for SysV at least) may be exceeded.
243 .NOEXPORT: