rework keyframe hide popup, keyframe auto render, textbox set_selection wide text
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / a52dec-0.7.3 / liba52 / 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 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  -prefer-non-pic
80
81 lib_LTLIBRARIES = liba52.la
82
83 liba52_la_SOURCES = bitstream.c imdct.c bit_allocate.c parse.c downmix.c
84 liba52_la_LIBADD =  -lm
85 liba52_la_LDFLAGS = -no-undefined
86
87 EXTRA_DIST = configure.incl a52_internal.h bitstream.h tables.h
88 mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
89 CONFIG_HEADER = ../include/config.h
90 CONFIG_CLEAN_FILES = 
91 LTLIBRARIES =  $(lib_LTLIBRARIES)
92
93
94 DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../include
95 CPPFLAGS = 
96 LDFLAGS = 
97 LIBS = 
98 liba52_la_DEPENDENCIES = 
99 liba52_la_OBJECTS =  bitstream.lo imdct.lo bit_allocate.lo parse.lo \
100 downmix.lo
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 = $(liba52_la_SOURCES)
113 OBJECTS = $(liba52_la_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 liba52/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-libLTLIBRARIES:
127
128 clean-libLTLIBRARIES:
129         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
130
131 distclean-libLTLIBRARIES:
132
133 maintainer-clean-libLTLIBRARIES:
134
135 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
136         @$(NORMAL_INSTALL)
137         $(mkinstalldirs) $(DESTDIR)$(libdir)
138         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
139           if test -f $$p; then \
140             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
141             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
142           else :; fi; \
143         done
144
145 uninstall-libLTLIBRARIES:
146         @$(NORMAL_UNINSTALL)
147         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
148           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
149         done
150
151 .c.o:
152         $(COMPILE) -c $<
153
154 # FIXME: We should only use cygpath when building on Windows,
155 # and only if it is available.
156 .c.obj:
157         $(COMPILE) -c `cygpath -w $<`
158
159 .s.o:
160         $(COMPILE) -c $<
161
162 .S.o:
163         $(COMPILE) -c $<
164
165 mostlyclean-compile:
166         -rm -f *.o core *.core
167         -rm -f *.$(OBJEXT)
168
169 clean-compile:
170
171 distclean-compile:
172         -rm -f *.tab.c
173
174 maintainer-clean-compile:
175
176 .c.lo:
177         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
178
179 .s.lo:
180         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
181
182 .S.lo:
183         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
184
185 mostlyclean-libtool:
186         -rm -f *.lo
187
188 clean-libtool:
189         -rm -rf .libs _libs
190
191 distclean-libtool:
192
193 maintainer-clean-libtool:
194
195 liba52.la: $(liba52_la_OBJECTS) $(liba52_la_DEPENDENCIES)
196         $(LINK) -rpath $(libdir) $(liba52_la_LDFLAGS) $(liba52_la_OBJECTS) $(liba52_la_LIBADD) $(LIBS)
197
198 tags: TAGS
199
200 ID: $(HEADERS) $(SOURCES) $(LISP)
201         list='$(SOURCES) $(HEADERS)'; \
202         unique=`for i in $$list; do echo $$i; done | \
203           awk '    { files[$$0] = 1; } \
204                END { for (i in files) print i; }'`; \
205         here=`pwd` && cd $(srcdir) \
206           && mkid -f$$here/ID $$unique $(LISP)
207
208 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
209         tags=; \
210         here=`pwd`; \
211         list='$(SOURCES) $(HEADERS)'; \
212         unique=`for i in $$list; do echo $$i; done | \
213           awk '    { files[$$0] = 1; } \
214                END { for (i in files) print i; }'`; \
215         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
216           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
217
218 mostlyclean-tags:
219
220 clean-tags:
221
222 distclean-tags:
223         -rm -f TAGS ID
224
225 maintainer-clean-tags:
226
227 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
228
229 subdir = liba52
230
231 distdir: $(DISTFILES)
232         @for file in $(DISTFILES); do \
233           d=$(srcdir); \
234           if test -d $$d/$$file; then \
235             cp -pr $$d/$$file $(distdir)/$$file; \
236           else \
237             test -f $(distdir)/$$file \
238             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
239             || cp -p $$d/$$file $(distdir)/$$file || :; \
240           fi; \
241         done
242 bit_allocate.lo bit_allocate.o : bit_allocate.c ../include/config.h \
243         ../include/a52.h a52_internal.h
244 bitstream.lo bitstream.o : bitstream.c ../include/config.h \
245         ../include/a52.h a52_internal.h bitstream.h
246 downmix.lo downmix.o : downmix.c ../include/config.h ../include/a52.h \
247         a52_internal.h
248 imdct.lo imdct.o : imdct.c ../include/config.h ../include/a52.h \
249         a52_internal.h ../include/mm_accel.h
250 parse.lo parse.o : parse.c ../include/config.h ../include/a52.h \
251         a52_internal.h bitstream.h tables.h
252
253 info-am:
254 info: info-am
255 dvi-am:
256 dvi: dvi-am
257 check-am: all-am
258 check: check-am
259 installcheck-am:
260 installcheck: installcheck-am
261 install-exec-am: install-libLTLIBRARIES
262 install-exec: install-exec-am
263
264 install-data-am:
265 install-data: install-data-am
266
267 install-am: all-am
268         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
269 install: install-am
270 uninstall-am: uninstall-libLTLIBRARIES
271 uninstall: uninstall-am
272 all-am: Makefile $(LTLIBRARIES)
273 all-redirect: all-am
274 install-strip:
275         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
276 installdirs:
277         $(mkinstalldirs)  $(DESTDIR)$(libdir)
278
279
280 mostlyclean-generic:
281
282 clean-generic:
283
284 distclean-generic:
285         -rm -f Makefile $(CONFIG_CLEAN_FILES)
286         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
287
288 maintainer-clean-generic:
289 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
290                 mostlyclean-libtool mostlyclean-tags \
291                 mostlyclean-generic
292
293 mostlyclean: mostlyclean-am
294
295 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
296                 clean-generic mostlyclean-am
297
298 clean: clean-am
299
300 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
301                 distclean-libtool distclean-tags distclean-generic \
302                 clean-am
303         -rm -f libtool
304
305 distclean: distclean-am
306
307 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
308                 maintainer-clean-compile maintainer-clean-libtool \
309                 maintainer-clean-tags maintainer-clean-generic \
310                 distclean-am
311         @echo "This command is intended for maintainers to use;"
312         @echo "it deletes files that may require special tools to rebuild."
313
314 maintainer-clean: maintainer-clean-am
315
316 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
317 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
318 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
319 distclean-compile clean-compile maintainer-clean-compile \
320 mostlyclean-libtool distclean-libtool clean-libtool \
321 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
322 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
323 check-am installcheck-am installcheck install-exec-am install-exec \
324 install-data-am install-data install-am install uninstall-am uninstall \
325 all-redirect all-am all installdirs mostlyclean-generic \
326 distclean-generic clean-generic maintainer-clean-generic clean \
327 mostlyclean distclean maintainer-clean
328
329
330 # Tell versions [3.59,3.63) of GNU make to not export all variables.
331 # Otherwise a system limit (for SysV at least) may be exceeded.
332 .NOEXPORT: