comparison Makefile.in @ 65:cee26d04d0ca

Initial add.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 25 Sep 2001 01:10:20 +0000
parents
children
comparison
equal deleted inserted replaced
64:40006625142a 65:cee26d04d0ca
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 lib_LTLIBRARIES = libSDL_sound.la
107
108 SUBDIRS = decoders test
109
110 include_HEADERS = SDL_sound.h
111
112 noinst_HEADERS = SDL_sound_internal.h
113
114 libSDL_sound_la_SOURCES = SDL_sound.c extra_rwops.c extra_rwops.h
115
116
117 libSDL_sound_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
118
119 libSDL_sound_la_LIBADD = decoders/libdecoders.la
120 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
121 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
122 CONFIG_CLEAN_FILES =
123 LTLIBRARIES = $(lib_LTLIBRARIES)
124
125
126 DEFS = @DEFS@ -I. -I$(srcdir)
127 CPPFLAGS = @CPPFLAGS@
128 LDFLAGS = @LDFLAGS@
129 LIBS = @LIBS@
130 libSDL_sound_la_DEPENDENCIES = decoders/libdecoders.la
131 libSDL_sound_la_OBJECTS = SDL_sound.lo extra_rwops.lo
132 CFLAGS = @CFLAGS@
133 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135 CCLD = $(CC)
136 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
137 HEADERS = $(include_HEADERS) $(noinst_HEADERS)
138
139 DIST_COMMON = COPYING INSTALL Makefile.am Makefile.in TODO aclocal.m4 \
140 config.guess config.sub configure configure.in install-sh ltconfig \
141 ltmain.sh missing mkinstalldirs
142
143
144 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
145
146 TAR = tar
147 GZIP_ENV = --best
148 DEP_FILES = .deps/SDL_sound.P .deps/extra_rwops.P
149 SOURCES = $(libSDL_sound_la_SOURCES)
150 OBJECTS = $(libSDL_sound_la_OBJECTS)
151
152 all: all-redirect
153 .SUFFIXES:
154 .SUFFIXES: .S .c .lo .o .s
155 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
156 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
157
158 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
159 cd $(top_builddir) \
160 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
161
162 $(ACLOCAL_M4): configure.in
163 cd $(srcdir) && $(ACLOCAL)
164
165 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
166 $(SHELL) ./config.status --recheck
167 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
168 cd $(srcdir) && $(AUTOCONF)
169
170 mostlyclean-libLTLIBRARIES:
171
172 clean-libLTLIBRARIES:
173 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
174
175 distclean-libLTLIBRARIES:
176
177 maintainer-clean-libLTLIBRARIES:
178
179 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
180 @$(NORMAL_INSTALL)
181 $(mkinstalldirs) $(DESTDIR)$(libdir)
182 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
183 if test -f $$p; then \
184 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
185 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
186 else :; fi; \
187 done
188
189 uninstall-libLTLIBRARIES:
190 @$(NORMAL_UNINSTALL)
191 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
192 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
193 done
194
195 .s.o:
196 $(COMPILE) -c $<
197
198 .S.o:
199 $(COMPILE) -c $<
200
201 mostlyclean-compile:
202 -rm -f *.o core *.core
203
204 clean-compile:
205
206 distclean-compile:
207 -rm -f *.tab.c
208
209 maintainer-clean-compile:
210
211 .s.lo:
212 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
213
214 .S.lo:
215 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
216
217 mostlyclean-libtool:
218 -rm -f *.lo
219
220 clean-libtool:
221 -rm -rf .libs _libs
222
223 distclean-libtool:
224
225 maintainer-clean-libtool:
226
227 libSDL_sound.la: $(libSDL_sound_la_OBJECTS) $(libSDL_sound_la_DEPENDENCIES)
228 $(LINK) -rpath $(libdir) $(libSDL_sound_la_LDFLAGS) $(libSDL_sound_la_OBJECTS) $(libSDL_sound_la_LIBADD) $(LIBS)
229
230 install-includeHEADERS: $(include_HEADERS)
231 @$(NORMAL_INSTALL)
232 $(mkinstalldirs) $(DESTDIR)$(includedir)
233 @list='$(include_HEADERS)'; for p in $$list; do \
234 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
235 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
236 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
237 done
238
239 uninstall-includeHEADERS:
240 @$(NORMAL_UNINSTALL)
241 list='$(include_HEADERS)'; for p in $$list; do \
242 rm -f $(DESTDIR)$(includedir)/$$p; \
243 done
244
245 # This directory's subdirectories are mostly independent; you can cd
246 # into them and run `make' without going through this Makefile.
247 # To change the values of `make' variables: instead of editing Makefiles,
248 # (1) if the variable is set in `config.status', edit `config.status'
249 # (which will cause the Makefiles to be regenerated when you run `make');
250 # (2) otherwise, pass the desired values on the `make' command line.
251
252 @SET_MAKE@
253
254 all-recursive install-data-recursive install-exec-recursive \
255 installdirs-recursive install-recursive uninstall-recursive \
256 check-recursive installcheck-recursive info-recursive dvi-recursive:
257 @set fnord $(MAKEFLAGS); amf=$$2; \
258 dot_seen=no; \
259 target=`echo $@ | sed s/-recursive//`; \
260 list='$(SUBDIRS)'; for subdir in $$list; do \
261 echo "Making $$target in $$subdir"; \
262 if test "$$subdir" = "."; then \
263 dot_seen=yes; \
264 local_target="$$target-am"; \
265 else \
266 local_target="$$target"; \
267 fi; \
268 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
269 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
270 done; \
271 if test "$$dot_seen" = "no"; then \
272 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
273 fi; test -z "$$fail"
274
275 mostlyclean-recursive clean-recursive distclean-recursive \
276 maintainer-clean-recursive:
277 @set fnord $(MAKEFLAGS); amf=$$2; \
278 dot_seen=no; \
279 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
280 rev="$$subdir $$rev"; \
281 test "$$subdir" = "." && dot_seen=yes; \
282 done; \
283 test "$$dot_seen" = "no" && rev=". $$rev"; \
284 target=`echo $@ | sed s/-recursive//`; \
285 for subdir in $$rev; do \
286 echo "Making $$target in $$subdir"; \
287 if test "$$subdir" = "."; then \
288 local_target="$$target-am"; \
289 else \
290 local_target="$$target"; \
291 fi; \
292 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
293 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
294 done && test -z "$$fail"
295 tags-recursive:
296 list='$(SUBDIRS)'; for subdir in $$list; do \
297 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
298 done
299
300 tags: TAGS
301
302 ID: $(HEADERS) $(SOURCES) $(LISP)
303 list='$(SOURCES) $(HEADERS)'; \
304 unique=`for i in $$list; do echo $$i; done | \
305 awk ' { files[$$0] = 1; } \
306 END { for (i in files) print i; }'`; \
307 here=`pwd` && cd $(srcdir) \
308 && mkid -f$$here/ID $$unique $(LISP)
309
310 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
311 tags=; \
312 here=`pwd`; \
313 list='$(SUBDIRS)'; for subdir in $$list; do \
314 if test "$$subdir" = .; then :; else \
315 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
316 fi; \
317 done; \
318 list='$(SOURCES) $(HEADERS)'; \
319 unique=`for i in $$list; do echo $$i; done | \
320 awk ' { files[$$0] = 1; } \
321 END { for (i in files) print i; }'`; \
322 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
323 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
324
325 mostlyclean-tags:
326
327 clean-tags:
328
329 distclean-tags:
330 -rm -f TAGS ID
331
332 maintainer-clean-tags:
333
334 distdir = $(PACKAGE)-$(VERSION)
335 top_distdir = $(distdir)
336
337 # This target untars the dist file and tries a VPATH configuration. Then
338 # it guarantees that the distribution is self-contained by making another
339 # tarfile.
340 distcheck: dist
341 -rm -rf $(distdir)
342 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
343 mkdir $(distdir)/=build
344 mkdir $(distdir)/=inst
345 dc_install_base=`cd $(distdir)/=inst && pwd`; \
346 cd $(distdir)/=build \
347 && ../configure --srcdir=.. --prefix=$$dc_install_base \
348 && $(MAKE) $(AM_MAKEFLAGS) \
349 && $(MAKE) $(AM_MAKEFLAGS) dvi \
350 && $(MAKE) $(AM_MAKEFLAGS) check \
351 && $(MAKE) $(AM_MAKEFLAGS) install \
352 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
353 && $(MAKE) $(AM_MAKEFLAGS) dist
354 -rm -rf $(distdir)
355 @banner="$(distdir).tar.gz is ready for distribution"; \
356 dashes=`echo "$$banner" | sed s/./=/g`; \
357 echo "$$dashes"; \
358 echo "$$banner"; \
359 echo "$$dashes"
360 dist: distdir
361 -chmod -R a+r $(distdir)
362 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
363 -rm -rf $(distdir)
364 dist-all: distdir
365 -chmod -R a+r $(distdir)
366 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
367 -rm -rf $(distdir)
368 distdir: $(DISTFILES)
369 -rm -rf $(distdir)
370 mkdir $(distdir)
371 -chmod 777 $(distdir)
372 here=`cd $(top_builddir) && pwd`; \
373 top_distdir=`cd $(distdir) && pwd`; \
374 distdir=`cd $(distdir) && pwd`; \
375 cd $(top_srcdir) \
376 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
377 @for file in $(DISTFILES); do \
378 d=$(srcdir); \
379 if test -d $$d/$$file; then \
380 cp -pr $$/$$file $(distdir)/$$file; \
381 else \
382 test -f $(distdir)/$$file \
383 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
384 || cp -p $$d/$$file $(distdir)/$$file || :; \
385 fi; \
386 done
387 for subdir in $(SUBDIRS); do \
388 if test "$$subdir" = .; then :; else \
389 test -d $(distdir)/$$subdir \
390 || mkdir $(distdir)/$$subdir \
391 || exit 1; \
392 chmod 777 $(distdir)/$$subdir; \
393 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
394 || exit 1; \
395 fi; \
396 done
397
398 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
399
400 -include $(DEP_FILES)
401
402 mostlyclean-depend:
403
404 clean-depend:
405
406 distclean-depend:
407 -rm -rf .deps
408
409 maintainer-clean-depend:
410
411 %.o: %.c
412 @echo '$(COMPILE) -c $<'; \
413 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
414 @-cp .deps/$(*F).pp .deps/$(*F).P; \
415 tr ' ' '\012' < .deps/$(*F).pp \
416 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
417 >> .deps/$(*F).P; \
418 rm .deps/$(*F).pp
419
420 %.lo: %.c
421 @echo '$(LTCOMPILE) -c $<'; \
422 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
423 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
424 < .deps/$(*F).pp > .deps/$(*F).P; \
425 tr ' ' '\012' < .deps/$(*F).pp \
426 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
427 >> .deps/$(*F).P; \
428 rm -f .deps/$(*F).pp
429 info-am:
430 info: info-recursive
431 dvi-am:
432 dvi: dvi-recursive
433 check-am: all-am
434 check: check-recursive
435 installcheck-am:
436 installcheck: installcheck-recursive
437 install-exec-am: install-libLTLIBRARIES
438 install-exec: install-exec-recursive
439
440 install-data-am: install-includeHEADERS
441 install-data: install-data-recursive
442
443 install-am: all-am
444 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
445 install: install-recursive
446 uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS
447 uninstall: uninstall-recursive
448 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
449 all-redirect: all-recursive
450 install-strip:
451 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
452 installdirs: installdirs-recursive
453 installdirs-am:
454 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
455
456
457 mostlyclean-generic:
458
459 clean-generic:
460
461 distclean-generic:
462 -rm -f Makefile $(CONFIG_CLEAN_FILES)
463 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
464
465 maintainer-clean-generic:
466 mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \
467 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
468 mostlyclean-generic
469
470 mostlyclean: mostlyclean-recursive
471
472 clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
473 clean-depend clean-generic mostlyclean-am
474
475 clean: clean-recursive
476
477 distclean-am: distclean-libLTLIBRARIES distclean-compile \
478 distclean-libtool distclean-tags distclean-depend \
479 distclean-generic clean-am
480 -rm -f libtool
481
482 distclean: distclean-recursive
483 -rm -f config.status
484
485 maintainer-clean-am: maintainer-clean-libLTLIBRARIES \
486 maintainer-clean-compile maintainer-clean-libtool \
487 maintainer-clean-tags maintainer-clean-depend \
488 maintainer-clean-generic distclean-am
489 @echo "This command is intended for maintainers to use;"
490 @echo "it deletes files that may require special tools to rebuild."
491
492 maintainer-clean: maintainer-clean-recursive
493 -rm -f config.status
494
495 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
496 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
497 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
498 distclean-compile clean-compile maintainer-clean-compile \
499 mostlyclean-libtool distclean-libtool clean-libtool \
500 maintainer-clean-libtool uninstall-includeHEADERS \
501 install-includeHEADERS install-data-recursive uninstall-data-recursive \
502 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
503 uninstalldirs-recursive all-recursive check-recursive \
504 installcheck-recursive info-recursive dvi-recursive \
505 mostlyclean-recursive distclean-recursive clean-recursive \
506 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
507 distclean-tags clean-tags maintainer-clean-tags distdir \
508 mostlyclean-depend distclean-depend clean-depend \
509 maintainer-clean-depend info-am info dvi-am dvi check check-am \
510 installcheck-am installcheck install-exec-am install-exec \
511 install-data-am install-data install-am install uninstall-am uninstall \
512 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
513 distclean-generic clean-generic maintainer-clean-generic clean \
514 mostlyclean distclean maintainer-clean
515
516
517 # Tell versions [3.59,3.63) of GNU make to not export all variables.
518 # Otherwise a system limit (for SysV at least) may be exceeded.
519 .NOEXPORT: