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@
61LN_S = @LN_S@
62MAKEINFO = @MAKEINFO@
63PACKAGE = @PACKAGE@
64PERL = @PERL@
65RANLIB = @RANLIB@
66VERSION = @VERSION@
67mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
68CONFIG_CLEAN_FILES =
69DIST_COMMON =  README Makefile.am Makefile.in
70
71
72DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
73
74TAR = gtar
75GZIP_ENV = --best
76all: all-redirect
77.SUFFIXES:
78$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
79	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps testsuite/Makefile
80
81Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
82	cd $(top_builddir) \
83	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
84
85tags: TAGS
86TAGS:
87
88
89distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
90
91subdir = testsuite
92
93distdir: $(DISTFILES)
94	@for file in $(DISTFILES); do \
95	  d=$(srcdir); \
96	  if test -d $$d/$$file; then \
97	    cp -pr $$d/$$file $(distdir)/$$file; \
98	  else \
99	    test -f $(distdir)/$$file \
100	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
101	    || cp -p $$d/$$file $(distdir)/$$file || :; \
102	  fi; \
103	done
104info-am:
105info: info-am
106dvi-am:
107dvi: dvi-am
108check-am: all-am
109check: check-am
110installcheck-am:
111installcheck: installcheck-am
112install-exec-am:
113install-exec: install-exec-am
114
115install-data-am:
116install-data: install-data-am
117
118install-am: all-am
119	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
120install: install-am
121uninstall-am:
122uninstall: uninstall-am
123all-am: Makefile
124all-redirect: all-am
125install-strip:
126	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
127installdirs:
128
129
130mostlyclean-generic:
131
132clean-generic:
133
134distclean-generic:
135	-rm -f Makefile $(CONFIG_CLEAN_FILES)
136	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
137
138maintainer-clean-generic:
139mostlyclean-am:  mostlyclean-generic
140
141mostlyclean: mostlyclean-am
142
143clean-am:  clean-generic mostlyclean-am
144
145clean: clean-am
146
147distclean-am:  distclean-generic clean-am
148
149distclean: distclean-am
150
151maintainer-clean-am:  maintainer-clean-generic distclean-am
152	@echo "This command is intended for maintainers to use;"
153	@echo "it deletes files that may require special tools to rebuild."
154
155maintainer-clean: maintainer-clean-am
156
157.PHONY: tags distdir info-am info dvi-am dvi check check-am \
158installcheck-am installcheck install-exec-am install-exec \
159install-data-am install-data install-am install uninstall-am uninstall \
160all-redirect all-am all installdirs mostlyclean-generic \
161distclean-generic clean-generic maintainer-clean-generic clean \
162mostlyclean distclean maintainer-clean
163
164
165# Tell versions [3.59,3.63) of GNU make to not export all variables.
166# Otherwise a system limit (for SysV at least) may be exceeded.
167.NOEXPORT:
168