65
|
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
|
|
2
|
|
3 # Copyright (C) 1994, 1995-8, 1999 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 AMTAR = @AMTAR@
|
|
63 AS = @AS@
|
|
64 AWK = @AWK@
|
|
65 BINARY_AGE = @BINARY_AGE@
|
|
66 CC = @CC@
|
|
67 DEPDIR = @DEPDIR@
|
|
68 DLLTOOL = @DLLTOOL@
|
|
69 EXEEXT = @EXEEXT@
|
|
70 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
71 INTERFACE_AGE = @INTERFACE_AGE@
|
|
72 LIBMIKMOD_CFLAGS = @LIBMIKMOD_CFLAGS@
|
|
73 LIBMIKMOD_CONFIG = @LIBMIKMOD_CONFIG@
|
|
74 LIBMIKMOD_LDADD = @LIBMIKMOD_LDADD@
|
|
75 LIBMIKMOD_LIBS = @LIBMIKMOD_LIBS@
|
|
76 LIBTOOL = @LIBTOOL@
|
|
77 LN_S = @LN_S@
|
|
78 LT_AGE = @LT_AGE@
|
|
79 LT_CURRENT = @LT_CURRENT@
|
|
80 LT_RELEASE = @LT_RELEASE@
|
|
81 LT_REVISION = @LT_REVISION@
|
|
82 MAJOR_VERSION = @MAJOR_VERSION@
|
|
83 MAKEINFO = @MAKEINFO@
|
|
84 MICRO_VERSION = @MICRO_VERSION@
|
|
85 MINOR_VERSION = @MINOR_VERSION@
|
|
86 OBJDUMP = @OBJDUMP@
|
|
87 OBJEXT = @OBJEXT@
|
|
88 PACKAGE = @PACKAGE@
|
|
89 RANLIB = @RANLIB@
|
|
90 SDL_APPLE_CREATOR = @SDL_APPLE_CREATOR@
|
|
91 SDL_CFLAGS = @SDL_CFLAGS@
|
|
92 SDL_CONFIG = @SDL_CONFIG@
|
|
93 SDL_LIBS = @SDL_LIBS@
|
|
94 SMPEG_CFLAGS = @SMPEG_CFLAGS@
|
|
95 SMPEG_CONFIG = @SMPEG_CONFIG@
|
|
96 SMPEG_LIBS = @SMPEG_LIBS@
|
|
97 VERSION = @VERSION@
|
|
98 VORBISENC_LIBS = @VORBISENC_LIBS@
|
|
99 VORBISFILE_LIBS = @VORBISFILE_LIBS@
|
|
100 VORBIS_CFLAGS = @VORBIS_CFLAGS@
|
|
101 VORBIS_LIBS = @VORBIS_LIBS@
|
|
102 am__include = @am__include@
|
|
103 am__quote = @am__quote@
|
|
104 install_sh = @install_sh@
|
|
105
|
|
106 noinst_LTLIBRARIES = libdecoders.la
|
|
107
|
|
108 INCLUDES = -I$(top_srcdir)
|
|
109
|
|
110 libdecoders_la_SOURCES = aiff.c mod.c mp3.c ogg.c raw.c voc.c wav.c
|
|
111
|
|
112 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
113 CONFIG_CLEAN_FILES =
|
|
114 LTLIBRARIES = $(noinst_LTLIBRARIES)
|
|
115
|
|
116
|
|
117 DEFS = @DEFS@ -I. -I$(srcdir)
|
|
118 CPPFLAGS = @CPPFLAGS@
|
|
119 LDFLAGS = @LDFLAGS@
|
|
120 LIBS = @LIBS@
|
|
121 libdecoders_la_LDFLAGS =
|
|
122 libdecoders_la_LIBADD =
|
|
123 libdecoders_la_OBJECTS = aiff.lo mod.lo mp3.lo ogg.lo raw.lo voc.lo \
|
|
124 wav.lo
|
|
125 CFLAGS = @CFLAGS@
|
|
126 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
127 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
128 CCLD = $(CC)
|
|
129 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
|
130 DIST_COMMON = Makefile.am Makefile.in
|
|
131
|
|
132
|
|
133 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
134
|
|
135 TAR = tar
|
|
136 GZIP_ENV = --best
|
|
137 DEP_FILES = .deps/aiff.P .deps/mod.P .deps/mp3.P .deps/ogg.P \
|
|
138 .deps/raw.P .deps/voc.P .deps/wav.P
|
|
139 SOURCES = $(libdecoders_la_SOURCES)
|
|
140 OBJECTS = $(libdecoders_la_OBJECTS)
|
|
141
|
|
142 all: all-redirect
|
|
143 .SUFFIXES:
|
|
144 .SUFFIXES: .S .c .lo .o .s
|
|
145 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
146 cd $(top_srcdir) && $(AUTOMAKE) --gnu decoders/Makefile
|
|
147
|
|
148 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
|
149 cd $(top_builddir) \
|
|
150 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
151
|
|
152
|
|
153 mostlyclean-noinstLTLIBRARIES:
|
|
154
|
|
155 clean-noinstLTLIBRARIES:
|
|
156 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
|
157
|
|
158 distclean-noinstLTLIBRARIES:
|
|
159
|
|
160 maintainer-clean-noinstLTLIBRARIES:
|
|
161
|
|
162 .s.o:
|
|
163 $(COMPILE) -c $<
|
|
164
|
|
165 .S.o:
|
|
166 $(COMPILE) -c $<
|
|
167
|
|
168 mostlyclean-compile:
|
|
169 -rm -f *.o core *.core
|
|
170
|
|
171 clean-compile:
|
|
172
|
|
173 distclean-compile:
|
|
174 -rm -f *.tab.c
|
|
175
|
|
176 maintainer-clean-compile:
|
|
177
|
|
178 .s.lo:
|
|
179 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
|
180
|
|
181 .S.lo:
|
|
182 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
|
183
|
|
184 mostlyclean-libtool:
|
|
185 -rm -f *.lo
|
|
186
|
|
187 clean-libtool:
|
|
188 -rm -rf .libs _libs
|
|
189
|
|
190 distclean-libtool:
|
|
191
|
|
192 maintainer-clean-libtool:
|
|
193
|
|
194 libdecoders.la: $(libdecoders_la_OBJECTS) $(libdecoders_la_DEPENDENCIES)
|
|
195 $(LINK) $(libdecoders_la_LDFLAGS) $(libdecoders_la_OBJECTS) $(libdecoders_la_LIBADD) $(LIBS)
|
|
196
|
|
197 tags: TAGS
|
|
198
|
|
199 ID: $(HEADERS) $(SOURCES) $(LISP)
|
|
200 list='$(SOURCES) $(HEADERS)'; \
|
|
201 unique=`for i in $$list; do echo $$i; done | \
|
|
202 awk ' { files[$$0] = 1; } \
|
|
203 END { for (i in files) print i; }'`; \
|
|
204 here=`pwd` && cd $(srcdir) \
|
|
205 && mkid -f$$here/ID $$unique $(LISP)
|
|
206
|
|
207 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
|
|
208 tags=; \
|
|
209 here=`pwd`; \
|
|
210 list='$(SOURCES) $(HEADERS)'; \
|
|
211 unique=`for i in $$list; do echo $$i; done | \
|
|
212 awk ' { files[$$0] = 1; } \
|
|
213 END { for (i in files) print i; }'`; \
|
|
214 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|
|
215 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
|
|
216
|
|
217 mostlyclean-tags:
|
|
218
|
|
219 clean-tags:
|
|
220
|
|
221 distclean-tags:
|
|
222 -rm -f TAGS ID
|
|
223
|
|
224 maintainer-clean-tags:
|
|
225
|
|
226 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
227
|
|
228 subdir = decoders
|
|
229
|
|
230 distdir: $(DISTFILES)
|
|
231 here=`cd $(top_builddir) && pwd`; \
|
|
232 top_distdir=`cd $(top_distdir) && pwd`; \
|
|
233 distdir=`cd $(distdir) && pwd`; \
|
|
234 cd $(top_srcdir) \
|
|
235 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu decoders/Makefile
|
|
236 @for file in $(DISTFILES); do \
|
|
237 d=$(srcdir); \
|
|
238 if test -d $$d/$$file; then \
|
|
239 cp -pr $$/$$file $(distdir)/$$file; \
|
|
240 else \
|
|
241 test -f $(distdir)/$$file \
|
|
242 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
243 || cp -p $$d/$$file $(distdir)/$$file || :; \
|
|
244 fi; \
|
|
245 done
|
|
246
|
|
247 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
|
248
|
|
249 -include $(DEP_FILES)
|
|
250
|
|
251 mostlyclean-depend:
|
|
252
|
|
253 clean-depend:
|
|
254
|
|
255 distclean-depend:
|
|
256 -rm -rf .deps
|
|
257
|
|
258 maintainer-clean-depend:
|
|
259
|
|
260 %.o: %.c
|
|
261 @echo '$(COMPILE) -c $<'; \
|
|
262 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
|
|
263 @-cp .deps/$(*F).pp .deps/$(*F).P; \
|
|
264 tr ' ' '\012' < .deps/$(*F).pp \
|
|
265 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
|
|
266 >> .deps/$(*F).P; \
|
|
267 rm .deps/$(*F).pp
|
|
268
|
|
269 %.lo: %.c
|
|
270 @echo '$(LTCOMPILE) -c $<'; \
|
|
271 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
|
|
272 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
|
|
273 < .deps/$(*F).pp > .deps/$(*F).P; \
|
|
274 tr ' ' '\012' < .deps/$(*F).pp \
|
|
275 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
|
|
276 >> .deps/$(*F).P; \
|
|
277 rm -f .deps/$(*F).pp
|
|
278 info-am:
|
|
279 info: info-am
|
|
280 dvi-am:
|
|
281 dvi: dvi-am
|
|
282 check-am: all-am
|
|
283 check: check-am
|
|
284 installcheck-am:
|
|
285 installcheck: installcheck-am
|
|
286 install-exec-am:
|
|
287 install-exec: install-exec-am
|
|
288
|
|
289 install-data-am:
|
|
290 install-data: install-data-am
|
|
291
|
|
292 install-am: all-am
|
|
293 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
294 install: install-am
|
|
295 uninstall-am:
|
|
296 uninstall: uninstall-am
|
|
297 all-am: Makefile $(LTLIBRARIES)
|
|
298 all-redirect: all-am
|
|
299 install-strip:
|
|
300 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
|
301 installdirs:
|
|
302
|
|
303
|
|
304 mostlyclean-generic:
|
|
305
|
|
306 clean-generic:
|
|
307
|
|
308 distclean-generic:
|
|
309 -rm -f Makefile $(CONFIG_CLEAN_FILES)
|
|
310 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
311
|
|
312 maintainer-clean-generic:
|
|
313 mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
|
|
314 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
|
|
315 mostlyclean-generic
|
|
316
|
|
317 mostlyclean: mostlyclean-am
|
|
318
|
|
319 clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
|
|
320 clean-tags clean-depend clean-generic mostlyclean-am
|
|
321
|
|
322 clean: clean-am
|
|
323
|
|
324 distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
|
|
325 distclean-libtool distclean-tags distclean-depend \
|
|
326 distclean-generic clean-am
|
|
327 -rm -f libtool
|
|
328
|
|
329 distclean: distclean-am
|
|
330
|
|
331 maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
|
|
332 maintainer-clean-compile maintainer-clean-libtool \
|
|
333 maintainer-clean-tags maintainer-clean-depend \
|
|
334 maintainer-clean-generic distclean-am
|
|
335 @echo "This command is intended for maintainers to use;"
|
|
336 @echo "it deletes files that may require special tools to rebuild."
|
|
337
|
|
338 maintainer-clean: maintainer-clean-am
|
|
339
|
|
340 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
|
|
341 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
|
|
342 mostlyclean-compile distclean-compile clean-compile \
|
|
343 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
|
|
344 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
|
|
345 distclean-tags clean-tags maintainer-clean-tags distdir \
|
|
346 mostlyclean-depend distclean-depend clean-depend \
|
|
347 maintainer-clean-depend info-am info dvi-am dvi check check-am \
|
|
348 installcheck-am installcheck install-exec-am install-exec \
|
|
349 install-data-am install-data install-am install uninstall-am uninstall \
|
|
350 all-redirect all-am all installdirs mostlyclean-generic \
|
|
351 distclean-generic clean-generic maintainer-clean-generic clean \
|
|
352 mostlyclean distclean maintainer-clean
|
|
353
|
|
354
|
|
355 # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
356 # Otherwise a system limit (for SysV at least) may be exceeded.
|
|
357 .NOEXPORT:
|