initial commit
[goodguy/history.git] / cinelerra-5.0 / libzmpeg3 / a52dec-0.7.3 / test / 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_PROGRAMS = compare
80 compare_SOURCES = compare.c
81 compare_LDADD = -lm
82
83 EXTRA_DIST = regression tests compile globals
84 TESTS = regression compile globals
85 mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
86 CONFIG_HEADER = ../include/config.h
87 CONFIG_CLEAN_FILES = 
88 noinst_PROGRAMS =  compare$(EXEEXT)
89 PROGRAMS =  $(noinst_PROGRAMS)
90
91
92 DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../include
93 CPPFLAGS = 
94 LDFLAGS = 
95 LIBS = 
96 compare_OBJECTS =  compare.$(OBJEXT)
97 compare_DEPENDENCIES = 
98 compare_LDFLAGS = 
99 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
100 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102 CCLD = $(CC)
103 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
104 DIST_COMMON =  Makefile.am Makefile.in
105
106
107 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
108
109 TAR = tar
110 GZIP_ENV = --best
111 SOURCES = $(compare_SOURCES)
112 OBJECTS = $(compare_OBJECTS)
113
114 all: all-redirect
115 .SUFFIXES:
116 .SUFFIXES: .S .c .lo .o .obj .s
117 $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
118         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps test/Makefile
119
120 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
121         cd $(top_builddir) \
122           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
123
124
125 mostlyclean-noinstPROGRAMS:
126
127 clean-noinstPROGRAMS:
128         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
129
130 distclean-noinstPROGRAMS:
131
132 maintainer-clean-noinstPROGRAMS:
133
134 .c.o:
135         $(COMPILE) -c $<
136
137 # FIXME: We should only use cygpath when building on Windows,
138 # and only if it is available.
139 .c.obj:
140         $(COMPILE) -c `cygpath -w $<`
141
142 .s.o:
143         $(COMPILE) -c $<
144
145 .S.o:
146         $(COMPILE) -c $<
147
148 mostlyclean-compile:
149         -rm -f *.o core *.core
150         -rm -f *.$(OBJEXT)
151
152 clean-compile:
153
154 distclean-compile:
155         -rm -f *.tab.c
156
157 maintainer-clean-compile:
158
159 .c.lo:
160         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
161
162 .s.lo:
163         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
164
165 .S.lo:
166         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
167
168 mostlyclean-libtool:
169         -rm -f *.lo
170
171 clean-libtool:
172         -rm -rf .libs _libs
173
174 distclean-libtool:
175
176 maintainer-clean-libtool:
177
178 compare$(EXEEXT): $(compare_OBJECTS) $(compare_DEPENDENCIES)
179         @rm -f compare$(EXEEXT)
180         $(LINK) $(compare_LDFLAGS) $(compare_OBJECTS) $(compare_LDADD) $(LIBS)
181
182 tags: TAGS
183
184 ID: $(HEADERS) $(SOURCES) $(LISP)
185         list='$(SOURCES) $(HEADERS)'; \
186         unique=`for i in $$list; do echo $$i; done | \
187           awk '    { files[$$0] = 1; } \
188                END { for (i in files) print i; }'`; \
189         here=`pwd` && cd $(srcdir) \
190           && mkid -f$$here/ID $$unique $(LISP)
191
192 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
193         tags=; \
194         here=`pwd`; \
195         list='$(SOURCES) $(HEADERS)'; \
196         unique=`for i in $$list; do echo $$i; done | \
197           awk '    { files[$$0] = 1; } \
198                END { for (i in files) print i; }'`; \
199         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
200           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
201
202 mostlyclean-tags:
203
204 clean-tags:
205
206 distclean-tags:
207         -rm -f TAGS ID
208
209 maintainer-clean-tags:
210
211 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
212
213 subdir = test
214
215 distdir: $(DISTFILES)
216         @for file in $(DISTFILES); do \
217           d=$(srcdir); \
218           if test -d $$d/$$file; then \
219             cp -pr $$d/$$file $(distdir)/$$file; \
220           else \
221             test -f $(distdir)/$$file \
222             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
223             || cp -p $$d/$$file $(distdir)/$$file || :; \
224           fi; \
225         done
226 compare.o: compare.c
227
228 check-TESTS: $(TESTS)
229         @failed=0; all=0; \
230         srcdir=$(srcdir); export srcdir; \
231         for tst in $(TESTS); do \
232           if test -f $$tst; then dir=.; \
233           else dir="$(srcdir)"; fi; \
234           if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
235             all=`expr $$all + 1`; \
236             echo "PASS: $$tst"; \
237           elif test $$? -ne 77; then \
238             all=`expr $$all + 1`; \
239             failed=`expr $$failed + 1`; \
240             echo "FAIL: $$tst"; \
241           fi; \
242         done; \
243         if test "$$failed" -eq 0; then \
244           banner="All $$all tests passed"; \
245         else \
246           banner="$$failed of $$all tests failed"; \
247         fi; \
248         dashes=`echo "$$banner" | sed s/./=/g`; \
249         echo "$$dashes"; \
250         echo "$$banner"; \
251         echo "$$dashes"; \
252         test "$$failed" -eq 0
253 info-am:
254 info: info-am
255 dvi-am:
256 dvi: dvi-am
257 check-am: all-am
258         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
259 check: check-am
260 installcheck-am:
261 installcheck: installcheck-am
262 install-exec-am:
263 install-exec: install-exec-am
264
265 install-data-am:
266 install-data: install-data-am
267
268 install-am: all-am
269         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
270 install: install-am
271 uninstall-am:
272 uninstall: uninstall-am
273 all-am: Makefile $(PROGRAMS)
274 all-redirect: all-am
275 install-strip:
276         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
277 installdirs:
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-noinstPROGRAMS mostlyclean-compile \
290                 mostlyclean-libtool mostlyclean-tags \
291                 mostlyclean-generic
292
293 mostlyclean: mostlyclean-am
294
295 clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
296                 clean-generic mostlyclean-am
297
298 clean: clean-am
299
300 distclean-am:  distclean-noinstPROGRAMS 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-noinstPROGRAMS \
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-noinstPROGRAMS distclean-noinstPROGRAMS \
317 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
318 mostlyclean-compile distclean-compile clean-compile \
319 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
320 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
321 distclean-tags clean-tags maintainer-clean-tags distdir check-TESTS \
322 info-am info dvi-am dvi check check-am installcheck-am installcheck \
323 install-exec-am install-exec install-data-am install-data install-am \
324 install uninstall-am uninstall all-redirect all-am all installdirs \
325 mostlyclean-generic distclean-generic clean-generic \
326 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
327
328
329 # Tell versions [3.59,3.63) of GNU make to not export all variables.
330 # Otherwise a system limit (for SysV at least) may be exceeded.
331 .NOEXPORT: