comparison playsound/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 check_PROGRAMS = test_sdlsound
107
108 INCLUDES = -I$(top_srcdir)
109
110 test_sdlsound_LDADD = ../libSDL_sound.la
111 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112 CONFIG_CLEAN_FILES =
113
114 DEFS = @DEFS@ -I. -I$(srcdir)
115 CPPFLAGS = @CPPFLAGS@
116 LDFLAGS = @LDFLAGS@
117 LIBS = @LIBS@
118 test_sdlsound_SOURCES = test_sdlsound.c
119 test_sdlsound_OBJECTS = test_sdlsound.o
120 test_sdlsound_DEPENDENCIES = ../libSDL_sound.la
121 test_sdlsound_LDFLAGS =
122 CFLAGS = @CFLAGS@
123 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125 CCLD = $(CC)
126 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
127 DIST_COMMON = Makefile.am Makefile.in
128
129
130 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
131
132 TAR = tar
133 GZIP_ENV = --best
134 DEP_FILES = .deps/test_sdlsound.P
135 SOURCES = test_sdlsound.c
136 OBJECTS = test_sdlsound.o
137
138 all: all-redirect
139 .SUFFIXES:
140 .SUFFIXES: .S .c .lo .o .s
141 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
142 cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile
143
144 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
145 cd $(top_builddir) \
146 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
147
148
149 mostlyclean-checkPROGRAMS:
150
151 clean-checkPROGRAMS:
152 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
153
154 distclean-checkPROGRAMS:
155
156 maintainer-clean-checkPROGRAMS:
157
158 .s.o:
159 $(COMPILE) -c $<
160
161 .S.o:
162 $(COMPILE) -c $<
163
164 mostlyclean-compile:
165 -rm -f *.o core *.core
166
167 clean-compile:
168
169 distclean-compile:
170 -rm -f *.tab.c
171
172 maintainer-clean-compile:
173
174 .s.lo:
175 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
176
177 .S.lo:
178 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
179
180 mostlyclean-libtool:
181 -rm -f *.lo
182
183 clean-libtool:
184 -rm -rf .libs _libs
185
186 distclean-libtool:
187
188 maintainer-clean-libtool:
189
190 test_sdlsound: $(test_sdlsound_OBJECTS) $(test_sdlsound_DEPENDENCIES)
191 @rm -f test_sdlsound
192 $(LINK) $(test_sdlsound_LDFLAGS) $(test_sdlsound_OBJECTS) $(test_sdlsound_LDADD) $(LIBS)
193
194 tags: TAGS
195
196 ID: $(HEADERS) $(SOURCES) $(LISP)
197 list='$(SOURCES) $(HEADERS)'; \
198 unique=`for i in $$list; do echo $$i; done | \
199 awk ' { files[$$0] = 1; } \
200 END { for (i in files) print i; }'`; \
201 here=`pwd` && cd $(srcdir) \
202 && mkid -f$$here/ID $$unique $(LISP)
203
204 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
205 tags=; \
206 here=`pwd`; \
207 list='$(SOURCES) $(HEADERS)'; \
208 unique=`for i in $$list; do echo $$i; done | \
209 awk ' { files[$$0] = 1; } \
210 END { for (i in files) print i; }'`; \
211 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
212 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
213
214 mostlyclean-tags:
215
216 clean-tags:
217
218 distclean-tags:
219 -rm -f TAGS ID
220
221 maintainer-clean-tags:
222
223 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
224
225 subdir = test
226
227 distdir: $(DISTFILES)
228 here=`cd $(top_builddir) && pwd`; \
229 top_distdir=`cd $(top_distdir) && pwd`; \
230 distdir=`cd $(distdir) && pwd`; \
231 cd $(top_srcdir) \
232 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu test/Makefile
233 @for file in $(DISTFILES); do \
234 d=$(srcdir); \
235 if test -d $$d/$$file; then \
236 cp -pr $$/$$file $(distdir)/$$file; \
237 else \
238 test -f $(distdir)/$$file \
239 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
240 || cp -p $$d/$$file $(distdir)/$$file || :; \
241 fi; \
242 done
243
244 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
245
246 -include $(DEP_FILES)
247
248 mostlyclean-depend:
249
250 clean-depend:
251
252 distclean-depend:
253 -rm -rf .deps
254
255 maintainer-clean-depend:
256
257 %.o: %.c
258 @echo '$(COMPILE) -c $<'; \
259 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
260 @-cp .deps/$(*F).pp .deps/$(*F).P; \
261 tr ' ' '\012' < .deps/$(*F).pp \
262 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
263 >> .deps/$(*F).P; \
264 rm .deps/$(*F).pp
265
266 %.lo: %.c
267 @echo '$(LTCOMPILE) -c $<'; \
268 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
269 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
270 < .deps/$(*F).pp > .deps/$(*F).P; \
271 tr ' ' '\012' < .deps/$(*F).pp \
272 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
273 >> .deps/$(*F).P; \
274 rm -f .deps/$(*F).pp
275 info-am:
276 info: info-am
277 dvi-am:
278 dvi: dvi-am
279 check-am: all-am
280 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
281 check: check-am
282 installcheck-am:
283 installcheck: installcheck-am
284 install-exec-am:
285 install-exec: install-exec-am
286
287 install-data-am:
288 install-data: install-data-am
289
290 install-am: all-am
291 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
292 install: install-am
293 uninstall-am:
294 uninstall: uninstall-am
295 all-am: Makefile
296 all-redirect: all-am
297 install-strip:
298 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
299 installdirs:
300
301
302 mostlyclean-generic:
303
304 clean-generic:
305
306 distclean-generic:
307 -rm -f Makefile $(CONFIG_CLEAN_FILES)
308 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
309
310 maintainer-clean-generic:
311 mostlyclean-am: mostlyclean-checkPROGRAMS mostlyclean-compile \
312 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
313 mostlyclean-generic
314
315 mostlyclean: mostlyclean-am
316
317 clean-am: clean-checkPROGRAMS clean-compile clean-libtool clean-tags \
318 clean-depend clean-generic mostlyclean-am
319
320 clean: clean-am
321
322 distclean-am: distclean-checkPROGRAMS distclean-compile \
323 distclean-libtool distclean-tags distclean-depend \
324 distclean-generic clean-am
325 -rm -f libtool
326
327 distclean: distclean-am
328
329 maintainer-clean-am: maintainer-clean-checkPROGRAMS \
330 maintainer-clean-compile maintainer-clean-libtool \
331 maintainer-clean-tags maintainer-clean-depend \
332 maintainer-clean-generic distclean-am
333 @echo "This command is intended for maintainers to use;"
334 @echo "it deletes files that may require special tools to rebuild."
335
336 maintainer-clean: maintainer-clean-am
337
338 .PHONY: mostlyclean-checkPROGRAMS distclean-checkPROGRAMS \
339 clean-checkPROGRAMS maintainer-clean-checkPROGRAMS mostlyclean-compile \
340 distclean-compile clean-compile maintainer-clean-compile \
341 mostlyclean-libtool distclean-libtool clean-libtool \
342 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
343 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
344 distclean-depend clean-depend maintainer-clean-depend info-am info \
345 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
346 install-exec install-data-am install-data install-am install \
347 uninstall-am uninstall all-redirect all-am all installdirs \
348 mostlyclean-generic distclean-generic clean-generic \
349 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
350
351
352 # Tell versions [3.59,3.63) of GNU make to not export all variables.
353 # Otherwise a system limit (for SysV at least) may be exceeded.
354 .NOEXPORT: