Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / a52dec-0.7.3 / src / 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 
80
81 bin_PROGRAMS = a52dec extract_a52
82 a52dec_SOURCES = a52dec.c getopt.c
83 a52dec_LDADD = $(top_builddir)/liba52/liba52.la                $(top_builddir)/libao/libao.a 
84
85 extract_a52_SOURCES = extract_a52.c getopt.c
86
87 man_MANS = a52dec.1 extract_a52.1
88
89 EXTRA_DIST = configure.incl getopt.h $(man_MANS)
90 mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
91 CONFIG_HEADER = ../include/config.h
92 CONFIG_CLEAN_FILES = 
93 bin_PROGRAMS =  a52dec$(EXEEXT) extract_a52$(EXEEXT)
94 PROGRAMS =  $(bin_PROGRAMS)
95
96
97 DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../include
98 CPPFLAGS = 
99 LDFLAGS = 
100 LIBS = 
101 a52dec_OBJECTS =  a52dec.$(OBJEXT) getopt.$(OBJEXT)
102 a52dec_DEPENDENCIES =  $(top_builddir)/liba52/liba52.la \
103 $(top_builddir)/libao/libao.a
104 a52dec_LDFLAGS = 
105 extract_a52_OBJECTS =  extract_a52.$(OBJEXT) getopt.$(OBJEXT)
106 extract_a52_LDADD = $(LDADD)
107 extract_a52_DEPENDENCIES = 
108 extract_a52_LDFLAGS = 
109 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111 CCLD = $(CC)
112 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
113 man1dir = $(mandir)/man1
114 MANS = $(man_MANS)
115
116 NROFF = nroff
117 DIST_COMMON =  Makefile.am Makefile.in
118
119
120 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121
122 TAR = tar
123 GZIP_ENV = --best
124 SOURCES = $(a52dec_SOURCES) $(extract_a52_SOURCES)
125 OBJECTS = $(a52dec_OBJECTS) $(extract_a52_OBJECTS)
126
127 all: all-redirect
128 .SUFFIXES:
129 .SUFFIXES: .S .c .lo .o .obj .s
130 $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
131         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
132
133 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
134         cd $(top_builddir) \
135           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
136
137
138 mostlyclean-binPROGRAMS:
139
140 clean-binPROGRAMS:
141         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
142
143 distclean-binPROGRAMS:
144
145 maintainer-clean-binPROGRAMS:
146
147 install-binPROGRAMS: $(bin_PROGRAMS)
148         @$(NORMAL_INSTALL)
149         $(mkinstalldirs) $(DESTDIR)$(bindir)
150         @list='$(bin_PROGRAMS)'; for p in $$list; do \
151           if test -f $$p; then \
152             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
153             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
154           else :; fi; \
155         done
156
157 uninstall-binPROGRAMS:
158         @$(NORMAL_UNINSTALL)
159         list='$(bin_PROGRAMS)'; for p in $$list; do \
160           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
161         done
162
163 .c.o:
164         $(COMPILE) -c $<
165
166 # FIXME: We should only use cygpath when building on Windows,
167 # and only if it is available.
168 .c.obj:
169         $(COMPILE) -c `cygpath -w $<`
170
171 .s.o:
172         $(COMPILE) -c $<
173
174 .S.o:
175         $(COMPILE) -c $<
176
177 mostlyclean-compile:
178         -rm -f *.o core *.core
179         -rm -f *.$(OBJEXT)
180
181 clean-compile:
182
183 distclean-compile:
184         -rm -f *.tab.c
185
186 maintainer-clean-compile:
187
188 .c.lo:
189         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
190
191 .s.lo:
192         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
193
194 .S.lo:
195         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
196
197 mostlyclean-libtool:
198         -rm -f *.lo
199
200 clean-libtool:
201         -rm -rf .libs _libs
202
203 distclean-libtool:
204
205 maintainer-clean-libtool:
206
207 a52dec$(EXEEXT): $(a52dec_OBJECTS) $(a52dec_DEPENDENCIES)
208         @rm -f a52dec$(EXEEXT)
209         $(LINK) $(a52dec_LDFLAGS) $(a52dec_OBJECTS) $(a52dec_LDADD) $(LIBS)
210
211 extract_a52$(EXEEXT): $(extract_a52_OBJECTS) $(extract_a52_DEPENDENCIES)
212         @rm -f extract_a52$(EXEEXT)
213         $(LINK) $(extract_a52_LDFLAGS) $(extract_a52_OBJECTS) $(extract_a52_LDADD) $(LIBS)
214
215 install-man1:
216         $(mkinstalldirs) $(DESTDIR)$(man1dir)
217         @list='$(man1_MANS)'; \
218         l2='$(man_MANS)'; for i in $$l2; do \
219           case "$$i" in \
220             *.1*) list="$$list $$i" ;; \
221           esac; \
222         done; \
223         for i in $$list; do \
224           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
225           else file=$$i; fi; \
226           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
227           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
228           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
229           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
230           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
231         done
232
233 uninstall-man1:
234         @list='$(man1_MANS)'; \
235         l2='$(man_MANS)'; for i in $$l2; do \
236           case "$$i" in \
237             *.1*) list="$$list $$i" ;; \
238           esac; \
239         done; \
240         for i in $$list; do \
241           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
242           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
243           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
244           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
245           rm -f $(DESTDIR)$(man1dir)/$$inst; \
246         done
247 install-man: $(MANS)
248         @$(NORMAL_INSTALL)
249         $(MAKE) $(AM_MAKEFLAGS) install-man1
250 uninstall-man:
251         @$(NORMAL_UNINSTALL)
252         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
253
254 tags: TAGS
255
256 ID: $(HEADERS) $(SOURCES) $(LISP)
257         list='$(SOURCES) $(HEADERS)'; \
258         unique=`for i in $$list; do echo $$i; done | \
259           awk '    { files[$$0] = 1; } \
260                END { for (i in files) print i; }'`; \
261         here=`pwd` && cd $(srcdir) \
262           && mkid -f$$here/ID $$unique $(LISP)
263
264 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
265         tags=; \
266         here=`pwd`; \
267         list='$(SOURCES) $(HEADERS)'; \
268         unique=`for i in $$list; do echo $$i; done | \
269           awk '    { files[$$0] = 1; } \
270                END { for (i in files) print i; }'`; \
271         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
272           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
273
274 mostlyclean-tags:
275
276 clean-tags:
277
278 distclean-tags:
279         -rm -f TAGS ID
280
281 maintainer-clean-tags:
282
283 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
284
285 subdir = src
286
287 distdir: $(DISTFILES)
288         @for file in $(DISTFILES); do \
289           d=$(srcdir); \
290           if test -d $$d/$$file; then \
291             cp -pr $$d/$$file $(distdir)/$$file; \
292           else \
293             test -f $(distdir)/$$file \
294             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
295             || cp -p $$d/$$file $(distdir)/$$file || :; \
296           fi; \
297         done
298 a52dec.o: a52dec.c ../include/config.h getopt.h ../include/a52.h \
299         ../include/audio_out.h ../include/mm_accel.h
300 extract_a52.o: extract_a52.c ../include/config.h getopt.h
301 getopt.o: getopt.c ../include/config.h
302
303 info-am:
304 info: info-am
305 dvi-am:
306 dvi: dvi-am
307 check-am: all-am
308 check: check-am
309 installcheck-am:
310 installcheck: installcheck-am
311 install-exec-am: install-binPROGRAMS
312 install-exec: install-exec-am
313
314 install-data-am: install-man
315 install-data: install-data-am
316
317 install-am: all-am
318         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
319 install: install-am
320 uninstall-am: uninstall-binPROGRAMS uninstall-man
321 uninstall: uninstall-am
322 all-am: Makefile $(PROGRAMS) $(MANS)
323 all-redirect: all-am
324 install-strip:
325         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
326 installdirs:
327         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
328
329
330 mostlyclean-generic:
331
332 clean-generic:
333
334 distclean-generic:
335         -rm -f Makefile $(CONFIG_CLEAN_FILES)
336         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
337
338 maintainer-clean-generic:
339 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
340                 mostlyclean-libtool mostlyclean-tags \
341                 mostlyclean-generic
342
343 mostlyclean: mostlyclean-am
344
345 clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
346                 clean-generic mostlyclean-am
347
348 clean: clean-am
349
350 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
351                 distclean-tags distclean-generic clean-am
352         -rm -f libtool
353
354 distclean: distclean-am
355
356 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
357                 maintainer-clean-compile maintainer-clean-libtool \
358                 maintainer-clean-tags maintainer-clean-generic \
359                 distclean-am
360         @echo "This command is intended for maintainers to use;"
361         @echo "it deletes files that may require special tools to rebuild."
362
363 maintainer-clean: maintainer-clean-am
364
365 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
366 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
367 mostlyclean-compile distclean-compile clean-compile \
368 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
369 clean-libtool maintainer-clean-libtool install-man1 uninstall-man1 \
370 install-man uninstall-man tags mostlyclean-tags distclean-tags \
371 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
372 check-am installcheck-am installcheck install-exec-am install-exec \
373 install-data-am install-data install-am install uninstall-am uninstall \
374 all-redirect all-am all installdirs mostlyclean-generic \
375 distclean-generic clean-generic maintainer-clean-generic clean \
376 mostlyclean distclean maintainer-clean
377
378
379 # Tell versions [3.59,3.63) of GNU make to not export all variables.
380 # Otherwise a system limit (for SysV at least) may be exceeded.
381 .NOEXPORT: