1# Makefile.in generated automatically by automake 1.4 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60CC = @CC@
61CXX = @CXX@
62MAKEINFO = @MAKEINFO@
63PACKAGE = @PACKAGE@
64VERSION = @VERSION@
65
66EXTRA_DIST = bk.epd bt2630.epd lct2.epd wac.epd ecm98.epd
67mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
68CONFIG_HEADER = ../config.h
69CONFIG_CLEAN_FILES =
70DIST_COMMON =  Makefile.am Makefile.in
71
72
73DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
74
75TAR = tar
76GZIP_ENV = --best
77all: all-redirect
78.SUFFIXES:
79$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
80	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps tests/Makefile
81
82Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
83	cd $(top_builddir) \
84	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
85
86tags: TAGS
87TAGS:
88
89
90distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
91
92subdir = tests
93
94distdir: $(DISTFILES)
95	@for file in $(DISTFILES); do \
96	  d=$(srcdir); \
97	  if test -d $$d/$$file; then \
98	    cp -pr $$/$$file $(distdir)/$$file; \
99	  else \
100	    test -f $(distdir)/$$file \
101	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
102	    || cp -p $$d/$$file $(distdir)/$$file || :; \
103	  fi; \
104	done
105info-am:
106info: info-am
107dvi-am:
108dvi: dvi-am
109check-am: all-am
110check: check-am
111installcheck-am:
112installcheck: installcheck-am
113install-exec-am:
114install-exec: install-exec-am
115
116install-data-am:
117install-data: install-data-am
118
119install-am: all-am
120	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
121install: install-am
122uninstall-am:
123uninstall: uninstall-am
124all-am: Makefile
125all-redirect: all-am
126install-strip:
127	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
128installdirs:
129
130
131mostlyclean-generic:
132
133clean-generic:
134
135distclean-generic:
136	-rm -f Makefile $(CONFIG_CLEAN_FILES)
137	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
138
139maintainer-clean-generic:
140mostlyclean-am:  mostlyclean-generic
141
142mostlyclean: mostlyclean-am
143
144clean-am:  clean-generic mostlyclean-am
145
146clean: clean-am
147
148distclean-am:  distclean-generic clean-am
149
150distclean: distclean-am
151
152maintainer-clean-am:  maintainer-clean-generic distclean-am
153	@echo "This command is intended for maintainers to use;"
154	@echo "it deletes files that may require special tools to rebuild."
155
156maintainer-clean: maintainer-clean-am
157
158.PHONY: tags distdir info-am info dvi-am dvi check check-am \
159installcheck-am installcheck install-exec-am install-exec \
160install-data-am install-data install-am install uninstall-am uninstall \
161all-redirect all-am all installdirs mostlyclean-generic \
162distclean-generic clean-generic maintainer-clean-generic clean \
163mostlyclean distclean maintainer-clean
164
165
166# Tell versions [3.59,3.63) of GNU make to not export all variables.
167# Otherwise a system limit (for SysV at least) may be exceeded.
168.NOEXPORT:
169