1 rizwank 1.1 # Generated automatically from Makefile.in by configure.
2 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3
4 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 #
15 # Makefile.am for enscript tests.
16 # Copyright (c) 1997 Markku Rossi
17 #
18 # Author: Markku Rossi <mtr@iki.fi>
19 #
20
21 #
22 rizwank 1.1 # This file is part of GNU enscript.
23 #
24 # This program is free software; you can redistribute it and/or modify
25 # it under the terms of the GNU General Public License as published by
26 # the Free Software Foundation; either version 2, or (at your option)
27 # any later version.
28 #
29 # This program is distributed in the hope that it will be useful,
30 # but WITHOUT ANY WARRANTY; without even the implied warranty of
31 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 # GNU General Public License for more details.
33 #
34 # You should have received a copy of the GNU General Public License
35 # along with this program; see the file COPYING. If not, write to
36 # the Free Software Foundation, 59 Temple Place - Suite 330,
37 # Boston, MA 02111-1307, USA.
38 #
39
40
41 SHELL = /bin/sh
42
43 rizwank 1.1 srcdir = .
44 top_srcdir = ../..
45 prefix = /home/rizwank/enscript-1.6.3
46 exec_prefix = ${prefix}
47
48 bindir = ${exec_prefix}/bin
49 sbindir = ${exec_prefix}/sbin
50 libexecdir = ${exec_prefix}/libexec
51 datadir = ${prefix}/share
52 sysconfdir = ${prefix}/etc
53 sharedstatedir = ${prefix}/com
54 localstatedir = ${prefix}/var
55 libdir = ${exec_prefix}/lib
56 infodir = ${prefix}/info
57 mandir = ${prefix}/man
58 includedir = ${prefix}/include
59 oldincludedir = /usr/include
60
61 DESTDIR =
62
63 pkgdatadir = $(datadir)/enscript
64 rizwank 1.1 pkglibdir = $(libdir)/enscript
65 pkgincludedir = $(includedir)/enscript
66
67 top_builddir = ../..
68
69 ACLOCAL = aclocal
70 AUTOCONF = autoconf
71 AUTOMAKE = automake
72 AUTOHEADER = autoheader
73
74 INSTALL = /usr/bin/install -c
75 INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
76 INSTALL_DATA = ${INSTALL} -m 644
77 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
78 transform = s,x,x,
79
80 NORMAL_INSTALL = :
81 PRE_INSTALL = :
82 POST_INSTALL = :
83 NORMAL_UNINSTALL = :
84 PRE_UNINSTALL = :
85 rizwank 1.1 POST_UNINSTALL = :
86 CATALOGS = de.gmo es.gmo fi.gmo fr.gmo nl.gmo ru.gmo sl.gmo
87 CATOBJEXT = .gmo
88 CC = gcc
89 CFLAGS = -g -O2
90 CPP = gcc -E
91 DATADIRNAME = share
92 GENCAT =
93 GMOFILES = de.gmo es.gmo fi.gmo fr.gmo nl.gmo ru.gmo sl.gmo
94 GMSGFMT = /usr/bin/msgfmt
95 GT_NO =
96 GT_YES = #YES#
97 INCLUDE_LOCALE_H = #include <locale.h>
98 INSTOBJEXT = .mo
99 INTLDEPS =
100 INTLLIBS =
101 INTLOBJS =
102 LDFLAGS =
103 LEX = flex
104 LIBOBJS =
105 MAKEINFO = /home/rizwank/enscript-1.6.3/missing makeinfo
106 rizwank 1.1 MEDIA = A4
107 MKINSTALLDIRS = ./mkinstalldirs
108 MSGFMT = /usr/bin/msgfmt
109 PACKAGE = enscript
110 PERL = /usr/local/bin/perl
111 POFILES = de.po es.po fi.po fr.po nl.po ru.po sl.po
112 POSUB = po
113 PSLEVEL = 2
114 QUEUEPARAM = -P
115 RANLIB = ranlib
116 SPOOLER = lpr
117 U =
118 USE_INCLUDED_LIBINTL = no
119 USE_NLS = yes
120 VERSION = 1.6.3
121 YACC = bison -y
122 l =
123
124 AUTOMAKE_OPTIONS =
125
126 TESTS = ascii.test binary.test font.test columns.test pages.test linenums.test hlbars.test indent.test filter.test borders.test underlay.test toc.test falign.test slice.test escapes.test headers.test media.test encodings.test passthrough.test nup.test
127 rizwank 1.1
128
129 EXTRA_DIST = defs $(TESTS)
130 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
131 CONFIG_HEADER = ../../config.h
132 CONFIG_CLEAN_FILES =
133 DIST_COMMON = ChangeLog Makefile.am Makefile.in
134
135
136 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
137
138 TAR = tar
139 GZIP_ENV = --best
140 all: all-redirect
141 .SUFFIXES:
142 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
143 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/tests/Makefile
144
145 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
146 cd $(top_builddir) \
147 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
148 rizwank 1.1
149 tags: TAGS
150 TAGS:
151
152
153 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
154
155 subdir = src/tests
156
157 distdir: $(DISTFILES)
158 @for file in $(DISTFILES); do \
159 d=$(srcdir); \
160 if test -d $$d/$$file; then \
161 cp -pr $$/$$file $(distdir)/$$file; \
162 else \
163 test -f $(distdir)/$$file \
164 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
165 || cp -p $$d/$$file $(distdir)/$$file || :; \
166 fi; \
167 done
168 check-TESTS: $(TESTS)
169 rizwank 1.1 @failed=0; all=0; \
170 srcdir=$(srcdir); export srcdir; \
171 for tst in $(TESTS); do \
172 if test -f $$tst; then dir=.; \
173 else dir="$(srcdir)"; fi; \
174 if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
175 all=`expr $$all + 1`; \
176 echo "PASS: $$tst"; \
177 elif test $$? -ne 77; then \
178 all=`expr $$all + 1`; \
179 failed=`expr $$failed + 1`; \
180 echo "FAIL: $$tst"; \
181 fi; \
182 done; \
183 if test "$$failed" -eq 0; then \
184 banner="All $$all tests passed"; \
185 else \
186 banner="$$failed of $$all tests failed"; \
187 fi; \
188 dashes=`echo "$$banner" | sed s/./=/g`; \
189 echo "$$dashes"; \
190 rizwank 1.1 echo "$$banner"; \
191 echo "$$dashes"; \
192 test "$$failed" -eq 0
193 info-am:
194 info: info-am
195 dvi-am:
196 dvi: dvi-am
197 check-am: all-am
198 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
199 check: check-am
200 installcheck-am:
201 installcheck: installcheck-am
202 install-exec-am:
203 install-exec: install-exec-am
204
205 install-data-am:
206 install-data: install-data-am
207
208 install-am: all-am
209 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
210 install: install-am
211 rizwank 1.1 uninstall-am:
212 uninstall: uninstall-am
213 all-am: Makefile
214 all-redirect: all-am
215 install-strip:
216 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
217 installdirs:
218
219
220 mostlyclean-generic:
221
222 clean-generic:
223
224 distclean-generic:
225 -rm -f Makefile $(CONFIG_CLEAN_FILES)
226 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
227
228 maintainer-clean-generic:
229 mostlyclean-am: mostlyclean-generic
230
231 mostlyclean: mostlyclean-am
232 rizwank 1.1
233 clean-am: clean-generic mostlyclean-am
234
235 clean: clean-am
236
237 distclean-am: distclean-generic clean-am
238
239 distclean: distclean-am
240
241 maintainer-clean-am: maintainer-clean-generic distclean-am
242 @echo "This command is intended for maintainers to use;"
243 @echo "it deletes files that may require special tools to rebuild."
244
245 maintainer-clean: maintainer-clean-am
246
247 .PHONY: tags distdir check-TESTS info-am info dvi-am dvi check check-am \
248 installcheck-am installcheck install-exec-am install-exec \
249 install-data-am install-data install-am install uninstall-am uninstall \
250 all-redirect all-am all installdirs mostlyclean-generic \
251 distclean-generic clean-generic maintainer-clean-generic clean \
252 mostlyclean distclean maintainer-clean
253 rizwank 1.1
254
255 # Tell versions [3.59,3.63) of GNU make to not export all variables.
256 # Otherwise a system limit (for SysV at least) may be exceeded.
257 .NOEXPORT:
|