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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63CC = @CC@
64DLLTOOL = @DLLTOOL@
65ECHO = @ECHO@
66EXEEXT = @EXEEXT@
67INCLUDES = @INCLUDES@
68LIBTOOL = @LIBTOOL@
69LN_S = @LN_S@
70MAINT = @MAINT@
71MAKEINFO = @MAKEINFO@
72OBJDUMP = @OBJDUMP@
73OBJEXT = @OBJEXT@
74PACKAGE = @PACKAGE@
75RANLIB = @RANLIB@
76STRIP = @STRIP@
77VERSION = @VERSION@
78
79noinst_LIBRARIES = libao.a
80libao_a_SOURCES = audio_out.c float2s16.c audio_out_null.c audio_out_float.c 		  audio_out_oss.c audio_out_solaris.c audio_out_al.c 		  audio_out_win.c audio_out_wav.c audio_out_aif.c 		  audio_out_peak.c
81
82
83EXTRA_DIST = configure.incl audio_out_internal.h
84mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
85CONFIG_HEADER = ../include/config.h
86CONFIG_CLEAN_FILES =
87LIBRARIES =  $(noinst_LIBRARIES)
88
89
90DEFS = @DEFS@ -I. -I$(srcdir) -I../include
91CPPFLAGS = @CPPFLAGS@
92LDFLAGS = @LDFLAGS@
93LIBS = @LIBS@
94libao_a_LIBADD =
95libao_a_OBJECTS =  audio_out.$(OBJEXT) float2s16.$(OBJEXT) \
96audio_out_null.$(OBJEXT) audio_out_float.$(OBJEXT) \
97audio_out_oss.$(OBJEXT) audio_out_solaris.$(OBJEXT) \
98audio_out_al.$(OBJEXT) audio_out_win.$(OBJEXT) audio_out_wav.$(OBJEXT) \
99audio_out_aif.$(OBJEXT) audio_out_peak.$(OBJEXT)
100AR = ar
101CFLAGS = @CFLAGS@
102COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104CCLD = $(CC)
105LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
106DIST_COMMON =  Makefile.am Makefile.in
107
108
109DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
110
111TAR = tar
112GZIP_ENV = --best
113SOURCES = $(libao_a_SOURCES)
114OBJECTS = $(libao_a_OBJECTS)
115
116all: all-redirect
117.SUFFIXES:
118.SUFFIXES: .S .c .lo .o .obj .s
119$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
120	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libao/Makefile
121
122Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
123	cd $(top_builddir) \
124	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
125
126
127mostlyclean-noinstLIBRARIES:
128
129clean-noinstLIBRARIES:
130	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
131
132distclean-noinstLIBRARIES:
133
134maintainer-clean-noinstLIBRARIES:
135
136.c.o:
137	$(COMPILE) -c $<
138
139# FIXME: We should only use cygpath when building on Windows,
140# and only if it is available.
141.c.obj:
142	$(COMPILE) -c `cygpath -w $<`
143
144.s.o:
145	$(COMPILE) -c $<
146
147.S.o:
148	$(COMPILE) -c $<
149
150mostlyclean-compile:
151	-rm -f *.o core *.core
152	-rm -f *.$(OBJEXT)
153
154clean-compile:
155
156distclean-compile:
157	-rm -f *.tab.c
158
159maintainer-clean-compile:
160
161.c.lo:
162	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
163
164.s.lo:
165	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
166
167.S.lo:
168	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
169
170mostlyclean-libtool:
171	-rm -f *.lo
172
173clean-libtool:
174	-rm -rf .libs _libs
175
176distclean-libtool:
177
178maintainer-clean-libtool:
179
180libao.a: $(libao_a_OBJECTS) $(libao_a_DEPENDENCIES)
181	-rm -f libao.a
182	$(AR) cru libao.a $(libao_a_OBJECTS) $(libao_a_LIBADD)
183	$(RANLIB) libao.a
184
185tags: TAGS
186
187ID: $(HEADERS) $(SOURCES) $(LISP)
188	list='$(SOURCES) $(HEADERS)'; \
189	unique=`for i in $$list; do echo $$i; done | \
190	  awk '    { files[$$0] = 1; } \
191	       END { for (i in files) print i; }'`; \
192	here=`pwd` && cd $(srcdir) \
193	  && mkid -f$$here/ID $$unique $(LISP)
194
195TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
196	tags=; \
197	here=`pwd`; \
198	list='$(SOURCES) $(HEADERS)'; \
199	unique=`for i in $$list; do echo $$i; done | \
200	  awk '    { files[$$0] = 1; } \
201	       END { for (i in files) print i; }'`; \
202	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
203	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
204
205mostlyclean-tags:
206
207clean-tags:
208
209distclean-tags:
210	-rm -f TAGS ID
211
212maintainer-clean-tags:
213
214distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
215
216subdir = libao
217
218distdir: $(DISTFILES)
219	@for file in $(DISTFILES); do \
220	  d=$(srcdir); \
221	  if test -d $$d/$$file; then \
222	    cp -pr $$d/$$file $(distdir)/$$file; \
223	  else \
224	    test -f $(distdir)/$$file \
225	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
226	    || cp -p $$d/$$file $(distdir)/$$file || :; \
227	  fi; \
228	done
229audio_out.o: audio_out.c ../include/config.h ../include/a52.h \
230	../include/audio_out.h
231audio_out_aif.o: audio_out_aif.c ../include/config.h ../include/a52.h \
232	../include/audio_out.h audio_out_internal.h
233audio_out_al.o: audio_out_al.c ../include/config.h
234audio_out_float.o: audio_out_float.c ../include/config.h \
235	../include/a52.h ../include/audio_out.h
236audio_out_null.o: audio_out_null.c ../include/config.h ../include/a52.h \
237	../include/audio_out.h
238audio_out_oss.o: audio_out_oss.c ../include/config.h ../include/a52.h \
239	../include/audio_out.h audio_out_internal.h
240audio_out_peak.o: audio_out_peak.c ../include/config.h ../include/a52.h \
241	../include/audio_out.h audio_out_internal.h
242audio_out_solaris.o: audio_out_solaris.c ../include/config.h
243audio_out_wav.o: audio_out_wav.c ../include/config.h ../include/a52.h \
244	../include/audio_out.h audio_out_internal.h
245audio_out_win.o: audio_out_win.c ../include/config.h
246float2s16.o: float2s16.c ../include/config.h ../include/a52.h \
247	../include/audio_out.h
248
249info-am:
250info: info-am
251dvi-am:
252dvi: dvi-am
253check-am: all-am
254check: check-am
255installcheck-am:
256installcheck: installcheck-am
257install-exec-am:
258install-exec: install-exec-am
259
260install-data-am:
261install-data: install-data-am
262
263install-am: all-am
264	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
265install: install-am
266uninstall-am:
267uninstall: uninstall-am
268all-am: Makefile $(LIBRARIES)
269all-redirect: all-am
270install-strip:
271	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
272installdirs:
273
274
275mostlyclean-generic:
276
277clean-generic:
278
279distclean-generic:
280	-rm -f Makefile $(CONFIG_CLEAN_FILES)
281	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
282
283maintainer-clean-generic:
284mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
285		mostlyclean-libtool mostlyclean-tags \
286		mostlyclean-generic
287
288mostlyclean: mostlyclean-am
289
290clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
291		clean-generic mostlyclean-am
292
293clean: clean-am
294
295distclean-am:  distclean-noinstLIBRARIES distclean-compile \
296		distclean-libtool distclean-tags distclean-generic \
297		clean-am
298	-rm -f libtool
299
300distclean: distclean-am
301
302maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
303		maintainer-clean-compile maintainer-clean-libtool \
304		maintainer-clean-tags maintainer-clean-generic \
305		distclean-am
306	@echo "This command is intended for maintainers to use;"
307	@echo "it deletes files that may require special tools to rebuild."
308
309maintainer-clean: maintainer-clean-am
310
311.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
312clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
313mostlyclean-compile distclean-compile clean-compile \
314maintainer-clean-compile mostlyclean-libtool distclean-libtool \
315clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
316distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
317dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
318install-exec install-data-am install-data install-am install \
319uninstall-am uninstall all-redirect all-am all installdirs \
320mostlyclean-generic distclean-generic clean-generic \
321maintainer-clean-generic clean mostlyclean distclean maintainer-clean
322
323
324# Tell versions [3.59,3.63) of GNU make to not export all variables.
325# Otherwise a system limit (for SysV at least) may be exceeded.
326.NOEXPORT:
327