1# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
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@SET_MAKE@
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62
63EXEEXT = @EXEEXT@
64OBJEXT = @OBJEXT@
65PATH_SEPARATOR = @PATH_SEPARATOR@
66AMTAR = @AMTAR@
67AWK = @AWK@
68CC = @CC@
69CXX = @CXX@
70DEPDIR = @DEPDIR@
71INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72PACKAGE = @PACKAGE@
73STRIP = @STRIP@
74VERSION = @VERSION@
75am__include = @am__include@
76am__quote = @am__quote@
77install_sh = @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