]> git.jsancho.org Git - lugaru.git/blob - libogg-1.0/src/Makefile.in
Use const char * for string arguments to avoid deprecated conversion warnings.
[lugaru.git] / libogg-1.0 / src / 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 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 AS = @AS@
63 CC = @CC@
64 CFLAGS = @CFLAGS@
65 DEBUG = @DEBUG@
66 DLLTOOL = @DLLTOOL@
67 ECHO = @ECHO@
68 EXEEXT = @EXEEXT@
69 LIBS = @LIBS@
70 LIBTOOL = @LIBTOOL@
71 LIBTOOL_DEPS = @LIBTOOL_DEPS@
72 LIB_AGE = @LIB_AGE@
73 LIB_CURRENT = @LIB_CURRENT@
74 LIB_REVISION = @LIB_REVISION@
75 LN_S = @LN_S@
76 MAKEINFO = @MAKEINFO@
77 OBJDUMP = @OBJDUMP@
78 OBJEXT = @OBJEXT@
79 OPT = @OPT@
80 PACKAGE = @PACKAGE@
81 PROFILE = @PROFILE@
82 RANLIB = @RANLIB@
83 SIZE16 = @SIZE16@
84 SIZE32 = @SIZE32@
85 SIZE64 = @SIZE64@
86 STRIP = @STRIP@
87 USIZE32 = @USIZE32@
88 VERSION = @VERSION@
89
90 AUTOMAKE_OPTIONS = foreign
91
92 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
93
94 lib_LTLIBRARIES = libogg.la
95
96 libogg_la_SOURCES = framing.c bitwise.c
97 libogg_la_LDFLAGS = -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
98 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99 CONFIG_CLEAN_FILES = 
100 LTLIBRARIES =  $(lib_LTLIBRARIES)
101
102
103 DEFS = @DEFS@ -I. -I$(srcdir) 
104 CPPFLAGS = @CPPFLAGS@
105 LDFLAGS = @LDFLAGS@
106 libogg_la_LIBADD = 
107 libogg_la_OBJECTS =  framing.lo bitwise.lo
108 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
109 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110 CCLD = $(CC)
111 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
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 SOURCES = $(libogg_la_SOURCES)
120 OBJECTS = $(libogg_la_OBJECTS)
121
122 all: all-redirect
123 .SUFFIXES:
124 .SUFFIXES: .S .c .lo .o .obj .s
125 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
126         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps src/Makefile
127
128 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
129         cd $(top_builddir) \
130           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
131
132
133 mostlyclean-libLTLIBRARIES:
134
135 clean-libLTLIBRARIES:
136         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
137
138 distclean-libLTLIBRARIES:
139
140 maintainer-clean-libLTLIBRARIES:
141
142 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
143         @$(NORMAL_INSTALL)
144         $(mkinstalldirs) $(DESTDIR)$(libdir)
145         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
146           if test -f $$p; then \
147             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
148             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
149           else :; fi; \
150         done
151
152 uninstall-libLTLIBRARIES:
153         @$(NORMAL_UNINSTALL)
154         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
155           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
156         done
157
158 .c.o:
159         $(COMPILE) -c $<
160
161 # FIXME: We should only use cygpath when building on Windows,
162 # and only if it is available.
163 .c.obj:
164         $(COMPILE) -c `cygpath -w $<`
165
166 .s.o:
167         $(COMPILE) -c $<
168
169 .S.o:
170         $(COMPILE) -c $<
171
172 mostlyclean-compile:
173         -rm -f *.o core *.core
174         -rm -f *.$(OBJEXT)
175
176 clean-compile:
177
178 distclean-compile:
179         -rm -f *.tab.c
180
181 maintainer-clean-compile:
182
183 .c.lo:
184         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
185
186 .s.lo:
187         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
188
189 .S.lo:
190         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
191
192 mostlyclean-libtool:
193         -rm -f *.lo
194
195 clean-libtool:
196         -rm -rf .libs _libs
197
198 distclean-libtool:
199
200 maintainer-clean-libtool:
201
202 libogg.la: $(libogg_la_OBJECTS) $(libogg_la_DEPENDENCIES)
203         $(LINK) -rpath $(libdir) $(libogg_la_LDFLAGS) $(libogg_la_OBJECTS) $(libogg_la_LIBADD) $(LIBS)
204
205 tags: TAGS
206
207 ID: $(HEADERS) $(SOURCES) $(LISP)
208         list='$(SOURCES) $(HEADERS)'; \
209         unique=`for i in $$list; do echo $$i; done | \
210           awk '    { files[$$0] = 1; } \
211                END { for (i in files) print i; }'`; \
212         here=`pwd` && cd $(srcdir) \
213           && mkid -f$$here/ID $$unique $(LISP)
214
215 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
216         tags=; \
217         here=`pwd`; \
218         list='$(SOURCES) $(HEADERS)'; \
219         unique=`for i in $$list; do echo $$i; done | \
220           awk '    { files[$$0] = 1; } \
221                END { for (i in files) print i; }'`; \
222         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
223           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
224
225 mostlyclean-tags:
226
227 clean-tags:
228
229 distclean-tags:
230         -rm -f TAGS ID
231
232 maintainer-clean-tags:
233
234 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
235
236 subdir = src
237
238 distdir: $(DISTFILES)
239         @for file in $(DISTFILES); do \
240           d=$(srcdir); \
241           if test -d $$d/$$file; then \
242             cp -pr $$d/$$file $(distdir)/$$file; \
243           else \
244             test -f $(distdir)/$$file \
245             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
246             || cp -p $$d/$$file $(distdir)/$$file || :; \
247           fi; \
248         done
249
250 info-am:
251 info: info-am
252 dvi-am:
253 dvi: dvi-am
254 check-am: all-am
255 check: check-am
256 installcheck-am:
257 installcheck: installcheck-am
258 install-exec-am: install-libLTLIBRARIES
259 install-exec: install-exec-am
260
261 install-data-am:
262 install-data: install-data-am
263
264 install-am: all-am
265         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
266 install: install-am
267 uninstall-am: uninstall-libLTLIBRARIES
268 uninstall: uninstall-am
269 all-am: Makefile $(LTLIBRARIES)
270 all-redirect: all-am
271 install-strip:
272         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
273 installdirs:
274         $(mkinstalldirs)  $(DESTDIR)$(libdir)
275
276
277 mostlyclean-generic:
278
279 clean-generic:
280
281 distclean-generic:
282         -rm -f Makefile $(CONFIG_CLEAN_FILES)
283         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
284
285 maintainer-clean-generic:
286 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
287                 mostlyclean-libtool mostlyclean-tags \
288                 mostlyclean-generic
289
290 mostlyclean: mostlyclean-am
291
292 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
293                 clean-generic mostlyclean-am
294
295 clean: clean-am
296
297 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
298                 distclean-libtool distclean-tags distclean-generic \
299                 clean-am
300         -rm -f libtool
301
302 distclean: distclean-am
303
304 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
305                 maintainer-clean-compile maintainer-clean-libtool \
306                 maintainer-clean-tags maintainer-clean-generic \
307                 distclean-am
308         @echo "This command is intended for maintainers to use;"
309         @echo "it deletes files that may require special tools to rebuild."
310
311 maintainer-clean: maintainer-clean-am
312
313 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
314 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
315 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
316 distclean-compile clean-compile maintainer-clean-compile \
317 mostlyclean-libtool distclean-libtool clean-libtool \
318 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
319 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
320 check-am installcheck-am installcheck install-exec-am install-exec \
321 install-data-am install-data install-am install uninstall-am uninstall \
322 all-redirect all-am all installdirs mostlyclean-generic \
323 distclean-generic clean-generic maintainer-clean-generic clean \
324 mostlyclean distclean maintainer-clean
325
326
327 debug:
328         $(MAKE) all CFLAGS="@DEBUG@"
329
330 profile:
331         $(MAKE) all CFLAGS="@PROFILE@"
332
333 # Tell versions [3.59,3.63) of GNU make to not export all variables.
334 # Otherwise a system limit (for SysV at least) may be exceeded.
335 .NOEXPORT: