rework keyframe hide popup, keyframe auto render, textbox set_selection wide text
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / a52dec-0.7.3 / libao / Makefile.in
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 = @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 AS = @AS@
63 CC = @CC@
64 DLLTOOL = @DLLTOOL@
65 ECHO = @ECHO@
66 EXEEXT = @EXEEXT@
67 INCLUDES = @INCLUDES@
68 LIBTOOL = @LIBTOOL@
69 LN_S = @LN_S@
70 MAINT = @MAINT@
71 MAKEINFO = @MAKEINFO@
72 OBJDUMP = @OBJDUMP@
73 OBJEXT = @OBJEXT@
74 PACKAGE = @PACKAGE@
75 RANLIB = @RANLIB@
76 STRIP = @STRIP@
77 VERSION = @VERSION@
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 = @DEFS@ -I. -I$(srcdir) -I../include
91 CPPFLAGS = @CPPFLAGS@
92 LDFLAGS = @LDFLAGS@
93 LIBS = @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 = @CFLAGS@
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: @MAINTAINER_MODE_TRUE@ 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: