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