1# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# tests/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
16SHELL = /bin/sh
17
18srcdir = .
19top_srcdir = ..
20
21prefix = /usr/local
22exec_prefix = ${prefix}
23
24bindir = ${exec_prefix}/bin
25sbindir = ${exec_prefix}/sbin
26libexecdir = ${exec_prefix}/libexec
27datadir = ${prefix}/share
28sysconfdir = ${prefix}/etc
29sharedstatedir = ${prefix}/com
30localstatedir = ${prefix}/var
31libdir = ${exec_prefix}/lib
32infodir = ${prefix}/info
33mandir = ${prefix}/man
34includedir = ${prefix}/include
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/Sjeng-Free
37pkglibdir = $(libdir)/Sjeng-Free
38pkgincludedir = $(includedir)/Sjeng-Free
39top_builddir = ..
40
41ACLOCAL = aclocal-1.6
42AUTOCONF = autoconf
43AUTOMAKE = automake-1.6
44AUTOHEADER = autoheader
45
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = /sw/bin/install -c
48INSTALL_PROGRAM = ${INSTALL}
49INSTALL_DATA = ${INSTALL} -m 644
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_SCRIPT = ${INSTALL}
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = s,x,x,
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62
63EXEEXT = 
64OBJEXT = o
65PATH_SEPARATOR = :
66AMTAR = tar
67AWK = gawk
68CC = gcc
69CXX = g++
70DEPDIR = .deps
71INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
72PACKAGE = Sjeng-Free
73STRIP = 
74VERSION = 11.2
75am__include = include
76am__quote = 
77install_sh = $(top_builddir)/install-sh
78EXTRA_DIST = bk.epd bt2630.epd lct2.epd wac.epd ecm98.epd
79subdir = tests
80mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81CONFIG_HEADER = $(top_builddir)/config.h
82CONFIG_CLEAN_FILES =
83depcomp =
84am__depfiles_maybe =
85DIST_SOURCES =
86DIST_COMMON = Makefile.am Makefile.in
87all: all-am
88
89.SUFFIXES:
90$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
91	cd $(top_srcdir) && \
92	  $(AUTOMAKE) --gnu  --ignore-deps tests/Makefile
93Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
94	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
95uninstall-info-am:
96tags: TAGS
97TAGS:
98
99DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100
101top_distdir = ..
102distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
103
104distdir: $(DISTFILES)
105	@list='$(DISTFILES)'; for file in $$list; do \
106	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
107	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
108	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
109	    dir="/$$dir"; \
110	    $(mkinstalldirs) "$(distdir)$$dir"; \
111	  else \
112	    dir=''; \
113	  fi; \
114	  if test -d $$d/$$file; then \
115	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
116	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
117	    fi; \
118	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
119	  else \
120	    test -f $(distdir)/$$file \
121	    || cp -p $$d/$$file $(distdir)/$$file \
122	    || exit 1; \
123	  fi; \
124	done
125check-am: all-am
126check: check-am
127all-am: Makefile
128
129installdirs:
130
131install: install-am
132install-exec: install-exec-am
133install-data: install-data-am
134uninstall: uninstall-am
135
136install-am: all-am
137	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
138
139installcheck: installcheck-am
140install-strip:
141	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
142	  INSTALL_STRIP_FLAG=-s \
143	  `test -z '$(STRIP)' || \
144	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
145mostlyclean-generic:
146
147clean-generic:
148
149distclean-generic:
150	-rm -f Makefile $(CONFIG_CLEAN_FILES)
151
152maintainer-clean-generic:
153	@echo "This command is intended for maintainers to use"
154	@echo "it deletes files that may require special tools to rebuild."
155clean: clean-am
156
157clean-am: clean-generic mostlyclean-am
158
159distclean: distclean-am
160
161distclean-am: clean-am distclean-generic
162
163dvi: dvi-am
164
165dvi-am:
166
167info: info-am
168
169info-am:
170
171install-data-am:
172
173install-exec-am:
174
175install-info: install-info-am
176
177install-man:
178
179installcheck-am:
180
181maintainer-clean: maintainer-clean-am
182
183maintainer-clean-am: distclean-am maintainer-clean-generic
184
185mostlyclean: mostlyclean-am
186
187mostlyclean-am: mostlyclean-generic
188
189uninstall-am: uninstall-info-am
190
191.PHONY: all all-am check check-am clean clean-generic distclean \
192	distclean-generic distdir dvi dvi-am info info-am install \
193	install-am install-data install-data-am install-exec \
194	install-exec-am install-info install-info-am install-man \
195	install-strip installcheck installcheck-am installdirs \
196	maintainer-clean maintainer-clean-generic mostlyclean \
197	mostlyclean-generic uninstall uninstall-am uninstall-info-am
198
199# Tell versions [3.59,3.63) of GNU make to not export all variables.
200# Otherwise a system limit (for SysV at least) may be exceeded.
201.NOEXPORT:
202