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 # Top level Makefile for enscript.
16 # Copyright (c) 1995-1999 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 SUBDIRS = compat afm afmlib lib scripts intl src po states docs w32
125
126 EXTRA_DIST = README.ESCAPES README.DOS ABOUT-NLS THANKS ascii.txt asciifise.txt asciidkno.txt 88591.txt 88592.txt 88593.txt 88594.txt 88595.txt 88597.txt 88599.txt 885910.txt ibmpc.txt mac.txt vms.txt hp8.txt koi8.txt mtr.eps mtr_small.eps mtr_tiny.eps
127 rizwank 1.1
128 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
129 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
130 CONFIG_HEADER = config.h
131 CONFIG_CLEAN_FILES =
132 DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
133 INSTALL Makefile.am Makefile.in NEWS THANKS TODO acconfig.h aclocal.m4 \
134 config.h.in configure configure.in install-sh missing mkinstalldirs
135
136
137 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
138
139 TAR = tar
140 GZIP_ENV = --best
141 all: all-redirect
142 .SUFFIXES:
143 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
144 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
145
146 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
147 cd $(top_builddir) \
148 rizwank 1.1 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
149
150 $(ACLOCAL_M4): configure.in
151 cd $(srcdir) && $(ACLOCAL)
152
153 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
154 $(SHELL) ./config.status --recheck
155 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
156 cd $(srcdir) && $(AUTOCONF)
157
158 config.h: stamp-h
159 @if test ! -f $@; then \
160 rm -f stamp-h; \
161 $(MAKE) stamp-h; \
162 else :; fi
163 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
164 cd $(top_builddir) \
165 && CONFIG_FILES= CONFIG_HEADERS=config.h \
166 $(SHELL) ./config.status
167 @echo timestamp > stamp-h 2> /dev/null
168 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
169 rizwank 1.1 @if test ! -f $@; then \
170 rm -f $(srcdir)/stamp-h.in; \
171 $(MAKE) $(srcdir)/stamp-h.in; \
172 else :; fi
173 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
174 cd $(top_srcdir) && $(AUTOHEADER)
175 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
176
177 mostlyclean-hdr:
178
179 clean-hdr:
180
181 distclean-hdr:
182 -rm -f config.h
183
184 maintainer-clean-hdr:
185
186 # This directory's subdirectories are mostly independent; you can cd
187 # into them and run `make' without going through this Makefile.
188 # To change the values of `make' variables: instead of editing Makefiles,
189 # (1) if the variable is set in `config.status', edit `config.status'
190 rizwank 1.1 # (which will cause the Makefiles to be regenerated when you run `make');
191 # (2) otherwise, pass the desired values on the `make' command line.
192
193
194
195 all-recursive install-data-recursive install-exec-recursive \
196 installdirs-recursive install-recursive uninstall-recursive \
197 check-recursive installcheck-recursive info-recursive dvi-recursive:
198 @set fnord $(MAKEFLAGS); amf=$$2; \
199 dot_seen=no; \
200 target=`echo $@ | sed s/-recursive//`; \
201 list='$(SUBDIRS)'; for subdir in $$list; do \
202 echo "Making $$target in $$subdir"; \
203 if test "$$subdir" = "."; then \
204 dot_seen=yes; \
205 local_target="$$target-am"; \
206 else \
207 local_target="$$target"; \
208 fi; \
209 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
210 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
211 rizwank 1.1 done; \
212 if test "$$dot_seen" = "no"; then \
213 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
214 fi; test -z "$$fail"
215
216 mostlyclean-recursive clean-recursive distclean-recursive \
217 maintainer-clean-recursive:
218 @set fnord $(MAKEFLAGS); amf=$$2; \
219 dot_seen=no; \
220 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
221 rev="$$subdir $$rev"; \
222 test "$$subdir" = "." && dot_seen=yes; \
223 done; \
224 test "$$dot_seen" = "no" && rev=". $$rev"; \
225 target=`echo $@ | sed s/-recursive//`; \
226 for subdir in $$rev; do \
227 echo "Making $$target in $$subdir"; \
228 if test "$$subdir" = "."; then \
229 local_target="$$target-am"; \
230 else \
231 local_target="$$target"; \
232 rizwank 1.1 fi; \
233 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
234 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
235 done && test -z "$$fail"
236 tags-recursive:
237 list='$(SUBDIRS)'; for subdir in $$list; do \
238 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
239 done
240
241 tags: TAGS
242
243 ID: $(HEADERS) $(SOURCES) $(LISP)
244 list='$(SOURCES) $(HEADERS)'; \
245 unique=`for i in $$list; do echo $$i; done | \
246 awk ' { files[$$0] = 1; } \
247 END { for (i in files) print i; }'`; \
248 here=`pwd` && cd $(srcdir) \
249 && mkid -f$$here/ID $$unique $(LISP)
250
251 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
252 tags=; \
253 rizwank 1.1 here=`pwd`; \
254 list='$(SUBDIRS)'; for subdir in $$list; do \
255 if test "$$subdir" = .; then :; else \
256 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
257 fi; \
258 done; \
259 list='$(SOURCES) $(HEADERS)'; \
260 unique=`for i in $$list; do echo $$i; done | \
261 awk ' { files[$$0] = 1; } \
262 END { for (i in files) print i; }'`; \
263 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
264 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
265
266 mostlyclean-tags:
267
268 clean-tags:
269
270 distclean-tags:
271 -rm -f TAGS ID
272
273 maintainer-clean-tags:
274 rizwank 1.1
275 distdir = $(PACKAGE)-$(VERSION)
276 top_distdir = $(distdir)
277
278 # This target untars the dist file and tries a VPATH configuration. Then
279 # it guarantees that the distribution is self-contained by making another
280 # tarfile.
281 distcheck: dist
282 -rm -rf $(distdir)
283 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
284 mkdir $(distdir)/=build
285 mkdir $(distdir)/=inst
286 dc_install_base=`cd $(distdir)/=inst && pwd`; \
287 cd $(distdir)/=build \
288 && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
289 && $(MAKE) $(AM_MAKEFLAGS) \
290 && $(MAKE) $(AM_MAKEFLAGS) dvi \
291 && $(MAKE) $(AM_MAKEFLAGS) check \
292 && $(MAKE) $(AM_MAKEFLAGS) install \
293 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
294 && $(MAKE) $(AM_MAKEFLAGS) dist
295 rizwank 1.1 -rm -rf $(distdir)
296 @banner="$(distdir).tar.gz is ready for distribution"; \
297 dashes=`echo "$$banner" | sed s/./=/g`; \
298 echo "$$dashes"; \
299 echo "$$banner"; \
300 echo "$$dashes"
301 dist: distdir
302 -chmod -R a+r $(distdir)
303 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
304 -rm -rf $(distdir)
305 dist-all: distdir
306 -chmod -R a+r $(distdir)
307 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
308 -rm -rf $(distdir)
309 distdir: $(DISTFILES)
310 -rm -rf $(distdir)
311 mkdir $(distdir)
312 -chmod 777 $(distdir)
313 @for file in $(DISTFILES); do \
314 d=$(srcdir); \
315 if test -d $$d/$$file; then \
316 rizwank 1.1 cp -pr $$/$$file $(distdir)/$$file; \
317 else \
318 test -f $(distdir)/$$file \
319 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
320 || cp -p $$d/$$file $(distdir)/$$file || :; \
321 fi; \
322 done
323 for subdir in $(SUBDIRS); do \
324 if test "$$subdir" = .; then :; else \
325 test -d $(distdir)/$$subdir \
326 || mkdir $(distdir)/$$subdir \
327 || exit 1; \
328 chmod 777 $(distdir)/$$subdir; \
329 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
330 || exit 1; \
331 fi; \
332 done
333 info-am:
334 info: info-recursive
335 dvi-am:
336 dvi: dvi-recursive
337 rizwank 1.1 check-am: all-am
338 check: check-recursive
339 installcheck-am:
340 installcheck: installcheck-recursive
341 all-recursive-am: config.h
342 $(MAKE) $(AM_MAKEFLAGS) all-recursive
343
344 install-exec-am:
345 install-exec: install-exec-recursive
346
347 install-data-am:
348 install-data: install-data-recursive
349
350 install-am: all-am
351 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
352 install: install-recursive
353 uninstall-am:
354 uninstall: uninstall-recursive
355 all-am: Makefile config.h
356 all-redirect: all-recursive-am
357 install-strip:
358 rizwank 1.1 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
359 installdirs: installdirs-recursive
360 installdirs-am:
361
362
363 mostlyclean-generic:
364
365 clean-generic:
366
367 distclean-generic:
368 -rm -f Makefile $(CONFIG_CLEAN_FILES)
369 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
370
371 maintainer-clean-generic:
372 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
373
374 mostlyclean: mostlyclean-recursive
375
376 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
377
378 clean: clean-recursive
379 rizwank 1.1
380 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
381
382 distclean: distclean-recursive
383 -rm -f config.status
384
385 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
386 maintainer-clean-generic distclean-am
387 @echo "This command is intended for maintainers to use;"
388 @echo "it deletes files that may require special tools to rebuild."
389
390 maintainer-clean: maintainer-clean-recursive
391 -rm -f config.status
392
393 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
394 install-data-recursive uninstall-data-recursive install-exec-recursive \
395 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
396 all-recursive check-recursive installcheck-recursive info-recursive \
397 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
398 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
399 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
400 rizwank 1.1 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
401 install-exec-am install-exec install-data-am install-data install-am \
402 install uninstall-am uninstall all-redirect all-am all installdirs-am \
403 installdirs mostlyclean-generic distclean-generic clean-generic \
404 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
405
406
407 # Tell versions [3.59,3.63) of GNU make to not export all variables.
408 # Otherwise a system limit (for SysV at least) may be exceeded.
409 .NOEXPORT:
|