source: trunk/third/enscript/Makefile.in @ 17620

Revision 17620, 12.7 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17619, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3# Copyright (C) 1994, 1995, 1996, 1997, 1998 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#
14# Top level Makefile for enscript.
15# Copyright (c) 1995-1998 Markku Rossi
16#
17# Author: Markku Rossi <mtr@iki.fi>
18#
19
20#
21# This file is part of GNU enscript.
22#
23# This program is free software; you can redistribute it and/or modify
24# it under the terms of the GNU General Public License as published by
25# the Free Software Foundation; either version 2, or (at your option)
26# any later version.
27#
28# This program is distributed in the hope that it will be useful,
29# but WITHOUT ANY WARRANTY; without even the implied warranty of
30# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
31# GNU General Public License for more details.
32#
33# You should have received a copy of the GNU General Public License
34# along with this program; see the file COPYING.  If not, write to
35# the Free Software Foundation, 59 Temple Place - Suite 330,
36# Boston, MA 02111-1307, USA.
37#
38
39
40SHELL = /bin/sh
41
42srcdir = @srcdir@
43top_srcdir = @top_srcdir@
44VPATH = @srcdir@
45prefix = @prefix@
46exec_prefix = @exec_prefix@
47
48bindir = @bindir@
49sbindir = @sbindir@
50libexecdir = @libexecdir@
51datadir = @datadir@
52sysconfdir = @sysconfdir@
53sharedstatedir = @sharedstatedir@
54localstatedir = @localstatedir@
55libdir = @libdir@
56infodir = @infodir@
57mandir = @mandir@
58includedir = @includedir@
59oldincludedir = /usr/include
60
61DISTDIR =
62
63pkgdatadir = $(datadir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkgincludedir = $(includedir)/@PACKAGE@
66
67top_builddir = .
68
69ACLOCAL = @ACLOCAL@
70AUTOCONF = @AUTOCONF@
71AUTOMAKE = @AUTOMAKE@
72AUTOHEADER = @AUTOHEADER@
73
74INSTALL = @INSTALL@
75INSTALL_PROGRAM = @INSTALL_PROGRAM@
76INSTALL_DATA = @INSTALL_DATA@
77INSTALL_SCRIPT = @INSTALL_SCRIPT@
78transform = @program_transform_name@
79
80NORMAL_INSTALL = :
81PRE_INSTALL = :
82POST_INSTALL = :
83NORMAL_UNINSTALL = :
84PRE_UNINSTALL = :
85POST_UNINSTALL = :
86CATALOGS = @CATALOGS@
87CATOBJEXT = @CATOBJEXT@
88CC = @CC@
89CFLAGS = @CFLAGS@
90CPP = @CPP@
91DATADIRNAME = @DATADIRNAME@
92GENCAT = @GENCAT@
93GMOFILES = @GMOFILES@
94GMSGFMT = @GMSGFMT@
95GT_NO = @GT_NO@
96GT_YES = @GT_YES@
97INSTOBJEXT = @INSTOBJEXT@
98INTLDEPS = @INTLDEPS@
99INTLLIBS = @INTLLIBS@
100INTLOBJS = @INTLOBJS@
101LDFLAGS = @LDFLAGS@
102LEX = @LEX@
103LIBOBJS = @LIBOBJS@
104MAKEINFO = @MAKEINFO@
105MEDIA = @MEDIA@
106MKINSTALLDIRS = @MKINSTALLDIRS@
107MSGFMT = @MSGFMT@
108PACKAGE = @PACKAGE@
109PERL = @PERL@
110POFILES = @POFILES@
111POSUB = @POSUB@
112PSLEVEL = @PSLEVEL@
113RANLIB = @RANLIB@
114SPOOLER = @SPOOLER@
115U = @U@
116USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
117USE_NLS = @USE_NLS@
118VERSION = @VERSION@
119YACC = @YACC@
120l = @l@
121
122SUBDIRS = compat afm afmlib lib scripts intl src po states tests
123
124man_MANS = enscript.1
125
126EXTRA_DIST = README.ESCAPES README.DOS ABOUT-NLS THANKS \
127        ascii.txt asciifise.txt asciidkno.txt 88591.txt 88592.txt \
128        88593.txt 88594.txt 88595.txt 88597.txt ibmpc.txt mac.txt \
129        vms.txt hp8.txt koi8.txt \
130        mtr.eps mtr_small.eps mtr_tiny.eps \
131        enscript.1.in \
132        FAQ.html
133ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
134mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
135CONFIG_HEADER = config.h
136CONFIG_CLEAN_FILES =  enscript.1
137man1dir = $(mandir)/man1
138MANS = $(man_MANS)
139
140NROFF = nroff
141DIST_COMMON =  README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL \
142Makefile.am Makefile.in NEWS THANKS TODO acconfig.h aclocal.m4 \
143config.h.in configure configure.in enscript.1.in install-sh missing \
144mkinstalldirs stamp-h.in
145
146
147DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
148
149TAR = gtar
150GZIP = --best
151all: all-recursive-am all-am
152
153.SUFFIXES:
154$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
155        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
156
157Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
158        cd $(top_builddir) \
159          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
160
161$(ACLOCAL_M4):  configure.in
162        cd $(srcdir) && $(ACLOCAL)
163
164config.status: $(srcdir)/configure
165        $(SHELL) ./config.status --recheck
166$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
167        cd $(srcdir) && $(AUTOCONF)
168
169config.h: stamp-h
170        @:
171stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
172        cd $(top_builddir) \
173          && CONFIG_FILES= CONFIG_HEADERS=config.h \
174             $(SHELL) ./config.status
175        @echo timestamp > stamp-h
176$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
177$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
178        cd $(top_srcdir) && $(AUTOHEADER)
179        @echo timestamp > $(srcdir)/stamp-h.in
180
181mostlyclean-hdr:
182
183clean-hdr:
184
185distclean-hdr:
186        -rm -f config.h
187
188maintainer-clean-hdr:
189enscript.1: $(top_builddir)/config.status enscript.1.in
190        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
191
192install-man1:
193        $(mkinstalldirs) $(DESTDIR)$(man1dir)
194        @list='$(man1_MANS)'; \
195        l2='$(man_MANS)'; for i in $$l2; do \
196          case "$$i" in \
197            *.1*) list="$$list $$i" ;; \
198          esac; \
199        done; \
200        for i in $$list; do \
201          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
202          else file=$$i; fi; \
203          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
204          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
205          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
206          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
207          $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
208        done
209
210uninstall-man1:
211        @list='$(man1_MANS)'; \
212        l2='$(man_MANS)'; for i in $$l2; do \
213          case "$$i" in \
214            *.1*) list="$$list $$i" ;; \
215          esac; \
216        done; \
217        for i in $$list; do \
218          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
219          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
220          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
221          echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
222          rm -f $(DESTDIR)$(man1dir)/$$inst; \
223        done
224install-man: $(MANS)
225        @$(NORMAL_INSTALL)
226        $(MAKE) install-man1
227uninstall-man:
228        @$(NORMAL_UNINSTALL)
229        $(MAKE) uninstall-man1
230
231# This directory's subdirectories are mostly independent; you can cd
232# into them and run `make' without going through this Makefile.
233# To change the values of `make' variables: instead of editing Makefiles,
234# (1) if the variable is set in `config.status', edit `config.status'
235#     (which will cause the Makefiles to be regenerated when you run `make');
236# (2) otherwise, pass the desired values on the `make' command line.
237
238@SET_MAKE@
239
240all-recursive install-data-recursive install-exec-recursive \
241installdirs-recursive install-recursive uninstall-recursive  \
242check-recursive installcheck-recursive info-recursive dvi-recursive:
243        @set fnord $(MAKEFLAGS); amf=$$2; \
244        list='$(SUBDIRS)'; for subdir in $$list; do \
245          target=`echo $@ | sed s/-recursive//`; \
246          echo "Making $$target in $$subdir"; \
247          (cd $$subdir && $(MAKE) $$target) \
248           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
249        done && test -z "$$fail"
250
251mostlyclean-recursive clean-recursive distclean-recursive \
252maintainer-clean-recursive:
253        @set fnord $(MAKEFLAGS); amf=$$2; \
254        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
255          rev="$$subdir $$rev"; \
256        done; \
257        for subdir in $$rev; do \
258          target=`echo $@ | sed s/-recursive//`; \
259          echo "Making $$target in $$subdir"; \
260          (cd $$subdir && $(MAKE) $$target) \
261           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
262        done && test -z "$$fail"
263tags-recursive:
264        list='$(SUBDIRS)'; for subdir in $$list; do \
265          (cd $$subdir && $(MAKE) tags); \
266        done
267
268tags: TAGS
269
270ID: $(HEADERS) $(SOURCES) $(LISP)
271        here=`pwd` && cd $(srcdir) \
272          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
273
274TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
275        tags=; \
276        here=`pwd`; \
277        list='$(SUBDIRS)'; for subdir in $$list; do \
278          test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
279        done; \
280        list='$(SOURCES) $(HEADERS)'; \
281        unique=`for i in $$list; do echo $$i; done | \
282          awk '    { files[$$0] = 1; } \
283               END { for (i in files) print i; }'`; \
284        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
285          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
286
287mostlyclean-tags:
288
289clean-tags:
290
291distclean-tags:
292        -rm -f TAGS ID
293
294maintainer-clean-tags:
295
296distdir = $(PACKAGE)-$(VERSION)
297top_distdir = $(distdir)
298
299# This target untars the dist file and tries a VPATH configuration.  Then
300# it guarantees that the distribution is self-contained by making another
301# tarfile.
302distcheck: dist
303        -rm -rf $(distdir)
304        GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
305        mkdir $(distdir)/=build
306        mkdir $(distdir)/=inst
307        dc_install_base=`cd $(distdir)/=inst && pwd`; \
308        cd $(distdir)/=build \
309          && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
310          && $(MAKE) \
311          && $(MAKE) dvi \
312          && $(MAKE) check \
313          && $(MAKE) install \
314          && $(MAKE) installcheck \
315          && $(MAKE) dist
316        -rm -rf $(distdir)
317        @echo "========================"; \
318        echo "$(distdir).tar.gz is ready for distribution"; \
319        echo "========================"
320dist: distdir
321        -chmod -R a+r $(distdir)
322        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
323        -rm -rf $(distdir)
324dist-all: distdir
325        -chmod -R a+r $(distdir)
326        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
327        -rm -rf $(distdir)
328distdir: $(DISTFILES)
329        -rm -rf $(distdir)
330        mkdir $(distdir)
331        -chmod 777 $(distdir)
332        @for file in $(DISTFILES); do \
333          d=$(srcdir); \
334          test -f $(distdir)/$$file \
335          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
336          || cp -p $$d/$$file $(distdir)/$$file; \
337        done
338        for subdir in $(SUBDIRS); do \
339          test -d $(distdir)/$$subdir \
340          || mkdir $(distdir)/$$subdir \
341          || exit 1; \
342          chmod 777 $(distdir)/$$subdir; \
343          (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
344            || exit 1; \
345        done
346info: info-recursive
347dvi: dvi-recursive
348check: all-am
349        $(MAKE) check-recursive
350installcheck: installcheck-recursive
351all-recursive-am: config.h
352        $(MAKE) all-recursive
353
354all-am: Makefile $(MANS) config.h
355
356install-data-am: install-man
357
358uninstall-am: uninstall-man
359
360install-exec: install-exec-recursive
361        @$(NORMAL_INSTALL)
362
363install-data: install-data-recursive install-data-am
364        @$(NORMAL_INSTALL)
365
366install: install-recursive install-data-am
367        @:
368
369uninstall: uninstall-recursive uninstall-am
370
371install-strip:
372        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
373installdirs: installdirs-recursive
374        $(mkinstalldirs)  $(DESTDIR)$(mandir)/man1
375
376
377mostlyclean-generic:
378        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
379
380clean-generic:
381        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
382
383distclean-generic:
384        -rm -f Makefile $(DISTCLEANFILES)
385        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
386        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
387
388maintainer-clean-generic:
389        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
390        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
391mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
392
393clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
394
395distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
396
397maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
398                maintainer-clean-generic distclean-am
399
400mostlyclean:  mostlyclean-recursive mostlyclean-am
401
402clean:  clean-recursive clean-am
403
404distclean:  distclean-recursive distclean-am
405        -rm -f config.status
406
407maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
408        @echo "This command is intended for maintainers to use;"
409        @echo "it deletes files that may require special tools to rebuild."
410        -rm -f config.status
411
412.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
413install-man1 uninstall-man1 install-man uninstall-man \
414install-data-recursive uninstall-data-recursive install-exec-recursive \
415uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
416all-recursive check-recursive installcheck-recursive info-recursive \
417dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
418maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
419distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
420installcheck all-recursive-am all-am install-data-am uninstall-am \
421install-exec install-data install uninstall all installdirs \
422mostlyclean-generic distclean-generic clean-generic \
423maintainer-clean-generic clean mostlyclean distclean maintainer-clean
424
425
426enscript.man.html: enscript.1
427        nroff -man $(srcdir)/enscript.1 | ./clean-nroff.pl > enscript.man
428        enscript -E --color -q -Whtml -penscript.man.html enscript.man
429        rm -f enscript.man
430
431# Tell versions [3.59,3.63) of GNU make to not export all variables.
432# Otherwise a system limit (for SysV at least) may be exceeded.
433.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.