1# Makefile.in generated by automake 1.7.1 from Makefile.am.
2# test/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15
16
17srcdir = .
18top_srcdir = ..
19
20pkgdatadir = $(datadir)/mpeg2dec
21pkglibdir = $(libdir)/mpeg2dec
22pkgincludedir = $(includedir)/mpeg2dec
23top_builddir = ..
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = /usr/bin/install -c
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38host_triplet = powerpc-apple-darwin8.8.0
39ACLOCAL = ${SHELL} /Users/julia/AFNI/src/mpegtoppm_dir/autotools/missing --run aclocal-1.7
40AMDEP_FALSE =
41AMDEP_TRUE = #
42AMTAR = ${SHELL} /Users/julia/AFNI/src/mpegtoppm_dir/autotools/missing --run tar
43AUTOCONF = ${SHELL} /Users/julia/AFNI/src/mpegtoppm_dir/autotools/missing --run autoconf
44AUTOHEADER = ${SHELL} /Users/julia/AFNI/src/mpegtoppm_dir/autotools/missing --run autoheader
45AUTOMAKE = ${SHELL} /Users/julia/AFNI/src/mpegtoppm_dir/autotools/missing --run automake-1.7
46AWK = awk
47CC = gcc
48CCDEPMODE = depmode=none
49CFLAGS = -g  -Wall -O3 -fomit-frame-pointer
50CPP = gcc -E
51CPPFLAGS =
52CYGPATH_W = echo
53DEFS = -DHAVE_CONFIG_H
54DEPDIR = .deps
55ECHO = echo
56ECHO_C =
57ECHO_N = -n
58ECHO_T =
59EGREP = grep -E
60EXEEXT =
61INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
62INSTALL_DATA = ${INSTALL} -m 644
63INSTALL_PROGRAM = ${INSTALL}
64INSTALL_SCRIPT = ${INSTALL}
65INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
66LDFLAGS =
67LIBMPEG2_CFLAGS =  -prefer-non-pic
68LIBMPEG2_LIBS =
69LIBS =
70LIBTOOL = $(SHELL) $(top_builddir)/libtool
71LIBVO_CFLAGS =
72LIBVO_LIBS =
73LN_S = ln -s
74LTLIBOBJS =
75MAINT = #
76MAINTAINER_MODE_FALSE =
77MAINTAINER_MODE_TRUE = #
78MAKEINFO = ${SHELL} /Users/julia/AFNI/src/mpegtoppm_dir/autotools/missing --run makeinfo
79OBJEXT = o
80PACKAGE = mpeg2dec
81PACKAGE_BUGREPORT =
82PACKAGE_NAME =
83PACKAGE_STRING =
84PACKAGE_TARNAME =
85PACKAGE_VERSION =
86PATH_SEPARATOR = :
87RANLIB = ranlib
88SDLCONFIG =
89SET_MAKE =
90SHELL = /bin/sh
91STRIP = strip
92VERSION = 0.3.1
93X_CFLAGS =
94X_EXTRA_LIBS =
95X_LIBS =
96X_PRE_LIBS =
97ac_ct_CC = gcc
98ac_ct_RANLIB = ranlib
99ac_ct_STRIP = strip
100am__fastdepCC_FALSE =
101am__fastdepCC_TRUE = #
102am__include = include
103am__quote =
104bindir = ${exec_prefix}/bin
105build = powerpc-apple-darwin8.8.0
106build_alias =
107build_cpu = powerpc
108build_os = darwin8.8.0
109build_vendor = apple
110datadir = ${prefix}/share
111exec_prefix = ${prefix}
112host = powerpc-apple-darwin8.8.0
113host_alias =
114host_cpu = powerpc
115host_os = darwin8.8.0
116host_vendor = apple
117includedir = ${prefix}/include
118infodir = ${prefix}/info
119install_sh = /Users/julia/AFNI/src/mpegtoppm_dir/autotools/install-sh
120libdir = ${exec_prefix}/lib
121libexecdir = ${exec_prefix}/libexec
122localstatedir = ${prefix}/var
123mandir = ${prefix}/man
124oldincludedir = /usr/include
125prefix = /usr/local
126program_transform_name = s,x,x,
127sbindir = ${exec_prefix}/sbin
128sharedstatedir = ${prefix}/com
129sysconfdir = ${prefix}/etc
130target_alias =
131EXTRA_DIST = regression tests tek-525 tek-625 compile globals
132TESTS = regression compile globals
133subdir = test
134mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
135CONFIG_HEADER = $(top_builddir)/include/config.h
136CONFIG_CLEAN_FILES =
137DIST_SOURCES =
138DIST_COMMON = README Makefile.am Makefile.in compile
139all: all-am
140
141.SUFFIXES:
142$(srcdir)/Makefile.in: # Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
143	cd $(top_srcdir) && \
144	  $(AUTOMAKE) --gnu  test/Makefile
145Makefile: # $(srcdir)/Makefile.in  $(top_builddir)/config.status
146	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
147
148mostlyclean-libtool:
149	-rm -f *.lo
150
151clean-libtool:
152	-rm -rf .libs _libs
153
154distclean-libtool:
155	-rm -f libtool
156uninstall-info-am:
157tags: TAGS
158TAGS:
159
160ctags: CTAGS
161CTAGS:
162
163
164check-TESTS: $(TESTS)
165	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
166	srcdir=$(srcdir); export srcdir; \
167	list='$(TESTS)'; \
168	if test -n "$$list"; then \
169	  for tst in $$list; do \
170	    if test -f ./$$tst; then dir=./; \
171	    elif test -f $$tst; then dir=; \
172	    else dir="$(srcdir)/"; fi; \
173	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
174	      all=`expr $$all + 1`; \
175	      case " $(XFAIL_TESTS) " in \
176	      *" $$tst "*) \
177	        xpass=`expr $$xpass + 1`; \
178	        failed=`expr $$failed + 1`; \
179	        echo "XPASS: $$tst"; \
180	      ;; \
181	      *) \
182	        echo "PASS: $$tst"; \
183	      ;; \
184	      esac; \
185	    elif test $$? -ne 77; then \
186	      all=`expr $$all + 1`; \
187	      case " $(XFAIL_TESTS) " in \
188	      *" $$tst "*) \
189	        xfail=`expr $$xfail + 1`; \
190	        echo "XFAIL: $$tst"; \
191	      ;; \
192	      *) \
193	        failed=`expr $$failed + 1`; \
194	        echo "FAIL: $$tst"; \
195	      ;; \
196	      esac; \
197	    else \
198	      skip=`expr $$skip + 1`; \
199	      echo "SKIP: $$tst"; \
200	    fi; \
201	  done; \
202	  if test "$$failed" -eq 0; then \
203	    if test "$$xfail" -eq 0; then \
204	      banner="All $$all tests passed"; \
205	    else \
206	      banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
207	    fi; \
208	  else \
209	    if test "$$xpass" -eq 0; then \
210	      banner="$$failed of $$all tests failed"; \
211	    else \
212	      banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
213	    fi; \
214	  fi; \
215	  dashes="$$banner"; \
216	  skipped=""; \
217	  if test "$$skip" -ne 0; then \
218	    skipped="($$skip tests were not run)"; \
219	    test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \
220	      dashes="$$skipped"; \
221	  fi; \
222	  report=""; \
223	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
224	    report="Please report to $(PACKAGE_BUGREPORT)"; \
225	    test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
226	      dashes="$$report"; \
227	  fi; \
228	  dashes=`echo "$$dashes" | sed s/./=/g`; \
229	  echo "$$dashes"; \
230	  echo "$$banner"; \
231	  test -n "$$skipped" && echo "$$skipped"; \
232	  test -n "$$report" && echo "$$report"; \
233	  echo "$$dashes"; \
234	  test "$$failed" -eq 0; \
235	else :; fi
236DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
237
238top_distdir = ..
239distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
240
241distdir: $(DISTFILES)
242	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
243	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
244	list='$(DISTFILES)'; for file in $$list; do \
245	  case $$file in \
246	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
247	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
248	  esac; \
249	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
250	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
251	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
252	    dir="/$$dir"; \
253	    $(mkinstalldirs) "$(distdir)$$dir"; \
254	  else \
255	    dir=''; \
256	  fi; \
257	  if test -d $$d/$$file; then \
258	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
259	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
260	    fi; \
261	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
262	  else \
263	    test -f $(distdir)/$$file \
264	    || cp -p $$d/$$file $(distdir)/$$file \
265	    || exit 1; \
266	  fi; \
267	done
268check-am: all-am
269	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
270check: check-am
271all-am: Makefile
272
273installdirs:
274
275install: install-am
276install-exec: install-exec-am
277install-data: install-data-am
278uninstall: uninstall-am
279
280install-am: all-am
281	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
282
283installcheck: installcheck-am
284install-strip:
285	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
286	  INSTALL_STRIP_FLAG=-s \
287	  `test -z '$(STRIP)' || \
288	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
289mostlyclean-generic:
290
291clean-generic:
292
293distclean-generic:
294	-rm -f Makefile $(CONFIG_CLEAN_FILES)
295
296maintainer-clean-generic:
297	@echo "This command is intended for maintainers to use"
298	@echo "it deletes files that may require special tools to rebuild."
299clean: clean-am
300
301clean-am: clean-generic clean-libtool mostlyclean-am
302
303distclean: distclean-am
304
305distclean-am: clean-am distclean-generic distclean-libtool
306
307dvi: dvi-am
308
309dvi-am:
310
311info: info-am
312
313info-am:
314
315install-data-am:
316
317install-exec-am:
318
319install-info: install-info-am
320
321install-man:
322
323installcheck-am:
324
325maintainer-clean: maintainer-clean-am
326
327maintainer-clean-am: distclean-am maintainer-clean-generic
328
329mostlyclean: mostlyclean-am
330
331mostlyclean-am: mostlyclean-generic mostlyclean-libtool
332
333pdf: pdf-am
334
335pdf-am:
336
337ps: ps-am
338
339ps-am:
340
341uninstall-am: uninstall-info-am
342
343.PHONY: all all-am check check-TESTS check-am clean clean-generic \
344	clean-libtool distclean distclean-generic distclean-libtool \
345	distdir dvi dvi-am info info-am install install-am install-data \
346	install-data-am install-exec install-exec-am install-info \
347	install-info-am install-man install-strip installcheck \
348	installcheck-am installdirs maintainer-clean \
349	maintainer-clean-generic mostlyclean mostlyclean-generic \
350	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
351	uninstall-info-am
352
353# Tell versions [3.59,3.63) of GNU make to not export all variables.
354# Otherwise a system limit (for SysV at least) may be exceeded.
355.NOEXPORT:
356