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

Revision 17620, 10.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# Makefile for enscript.
15# Copyright (c) 1995 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
122AUTOMAKE_OPTIONS = ansi2knr
123
124bin_PROGRAMS = enscript mkafmmap
125enscript_SOURCES = main.c psgen.c util.c prt_lpr.c
126mkafmmap_SOURCES = mkafmmap.c
127
128LDADD = ../afmlib/libafm.a @INTLLIBS@ ../compat/libcompat.a -lm
129enscript_DEPENDENCIES = ../afmlib/libafm.a @INTLLIBS@ ../compat/libcompat.a
130mkafmmap_DEPENDENCIES = ../afmlib/libafm.a @INTLLIBS@ ../compat/libcompat.a
131
132noinst_HEADERS = gsint.h
133
134localedir = $(prefix)/@DATADIRNAME@/locale
135
136DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" -DLIBRARY=\"$(datadir)/enscript\" -DSYSCONFDIR=\"$(sysconfdir)\" -I. -I$(srcdir) -I..
137INCLUDES = -I$(srcdir)/../compat -I$(srcdir)/../afmlib -I$(srcdir)/../intl -I../intl
138
139EXTRA_DIST = prt_dos.c ansi2knr.c ansi2knr.1
140mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
141CONFIG_HEADER = ../config.h
142CONFIG_CLEAN_FILES =
143PROGRAMS =  $(bin_PROGRAMS)
144
145CPPFLAGS = @CPPFLAGS@
146LIBS = @LIBS@
147ANSI2KNR = @ANSI2KNR@
148enscript_OBJECTS =  main$U.o psgen$U.o util$U.o prt_lpr$U.o
149enscript_LDADD = $(LDADD)
150enscript_LDFLAGS =
151mkafmmap_OBJECTS =  mkafmmap$U.o
152mkafmmap_LDADD = $(LDADD)
153mkafmmap_LDFLAGS =
154COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
155LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
156HEADERS =  $(noinst_HEADERS)
157
158DIST_COMMON =  ChangeLog Makefile.am Makefile.in ansi2knr.1 ansi2knr.c
159
160
161DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
162
163TAR = gtar
164GZIP = --best
165SOURCES = $(enscript_SOURCES) $(mkafmmap_SOURCES)
166OBJECTS = $(enscript_OBJECTS) $(mkafmmap_OBJECTS)
167
168all: Makefile $(ANSI2KNR) $(PROGRAMS) $(HEADERS)
169
170.SUFFIXES:
171.SUFFIXES: .S .c .o .s
172$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
173        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
174
175Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
176        cd $(top_builddir) \
177          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
178
179
180mostlyclean-binPROGRAMS:
181
182clean-binPROGRAMS:
183        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
184
185distclean-binPROGRAMS:
186
187maintainer-clean-binPROGRAMS:
188
189install-binPROGRAMS: $(bin_PROGRAMS)
190        @$(NORMAL_INSTALL)
191        $(mkinstalldirs) $(DESTDIR)$(bindir)
192        @list='$(bin_PROGRAMS)'; for p in $$list; do \
193          if test -f $$p; then \
194            echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
195             $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
196          else :; fi; \
197        done
198
199uninstall-binPROGRAMS:
200        @$(NORMAL_UNINSTALL)
201        list='$(bin_PROGRAMS)'; for p in $$list; do \
202          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
203        done
204
205.c.o:
206        $(COMPILE) -c $<
207
208.s.o:
209        $(COMPILE) -c $<
210
211.S.o:
212        $(COMPILE) -c $<
213
214mostlyclean-compile:
215        -rm -f *.o core *.core
216
217clean-compile:
218
219distclean-compile:
220        -rm -f *.tab.c
221
222maintainer-clean-compile:
223
224mostlyclean-krextra:
225
226clean-krextra:
227        -rm -f ansi2knr
228
229distclean-krextra:
230
231maintainer-clean-krextra:
232ansi2knr: ansi2knr.o
233        $(LINK) ansi2knr.o $(LIBS)
234ansi2knr.o: $(CONFIG_HEADER)
235
236
237mostlyclean-kr:
238        -rm -f *_.c
239
240clean-kr:
241
242distclean-kr:
243
244maintainer-clean-kr:
245
246enscript: $(enscript_OBJECTS) $(enscript_DEPENDENCIES)
247        @rm -f enscript
248        $(LINK) $(enscript_LDFLAGS) $(enscript_OBJECTS) $(enscript_LDADD) $(LIBS)
249
250mkafmmap: $(mkafmmap_OBJECTS) $(mkafmmap_DEPENDENCIES)
251        @rm -f mkafmmap
252        $(LINK) $(mkafmmap_LDFLAGS) $(mkafmmap_OBJECTS) $(mkafmmap_LDADD) $(LIBS)
253main_.c: main.c $(ANSI2KNR)
254        $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/main.c; then echo $(srcdir)/main.c; else echo main.c; fi` | $(ANSI2KNR) main_.c
255mkafmmap_.c: mkafmmap.c $(ANSI2KNR)
256        $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/mkafmmap.c; then echo $(srcdir)/mkafmmap.c; else echo mkafmmap.c; fi` | $(ANSI2KNR) mkafmmap_.c
257prt_lpr_.c: prt_lpr.c $(ANSI2KNR)
258        $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/prt_lpr.c; then echo $(srcdir)/prt_lpr.c; else echo prt_lpr.c; fi` | $(ANSI2KNR) prt_lpr_.c
259psgen_.c: psgen.c $(ANSI2KNR)
260        $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/psgen.c; then echo $(srcdir)/psgen.c; else echo psgen.c; fi` | $(ANSI2KNR) psgen_.c
261util_.c: util.c $(ANSI2KNR)
262        $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/util.c; then echo $(srcdir)/util.c; else echo util.c; fi` | $(ANSI2KNR) util_.c
263main_.o mkafmmap_.o prt_lpr_.o psgen_.o util_.o : $(ANSI2KNR)
264
265tags: TAGS
266
267ID: $(HEADERS) $(SOURCES) $(LISP)
268        here=`pwd` && cd $(srcdir) \
269          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
270
271TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
272        tags=; \
273        here=`pwd`; \
274        list='$(SOURCES) $(HEADERS)'; \
275        unique=`for i in $$list; do echo $$i; done | \
276          awk '    { files[$$0] = 1; } \
277               END { for (i in files) print i; }'`; \
278        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
279          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
280
281mostlyclean-tags:
282
283clean-tags:
284
285distclean-tags:
286        -rm -f TAGS ID
287
288maintainer-clean-tags:
289
290distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
291
292subdir = src
293
294distdir: $(DISTFILES)
295        @for file in $(DISTFILES); do \
296          d=$(srcdir); \
297          test -f $(distdir)/$$file \
298          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
299          || cp -p $$d/$$file $(distdir)/$$file; \
300        done
301main.o: main.c gsint.h ../config.h ../afmlib/afm.h ../afmlib/strhash.h \
302        ../compat/xalloc.h ../compat/getopt.h
303mkafmmap.o: mkafmmap.c ../config.h ../afmlib/afm.h ../compat/getopt.h
304prt_lpr.o: prt_lpr.c gsint.h ../config.h ../afmlib/afm.h \
305        ../afmlib/strhash.h ../compat/xalloc.h
306psgen.o: psgen.c gsint.h ../config.h ../afmlib/afm.h ../afmlib/strhash.h \
307        ../compat/xalloc.h
308util.o: util.c gsint.h ../config.h ../afmlib/afm.h ../afmlib/strhash.h \
309        ../compat/xalloc.h
310
311info:
312dvi:
313check: all
314        $(MAKE)
315installcheck:
316install-exec: install-binPROGRAMS
317        @$(NORMAL_INSTALL)
318
319install-data:
320        @$(NORMAL_INSTALL)
321
322install: install-exec install-data all
323        @:
324
325uninstall: uninstall-binPROGRAMS
326
327install-strip:
328        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
329installdirs:
330        $(mkinstalldirs)  $(DATADIR)$(bindir)
331
332
333mostlyclean-generic:
334        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
335
336clean-generic:
337        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
338
339distclean-generic:
340        -rm -f Makefile $(DISTCLEANFILES)
341        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
342        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
343
344maintainer-clean-generic:
345        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
346        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
347mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-compile \
348                mostlyclean-krextra mostlyclean-kr mostlyclean-tags \
349                mostlyclean-generic
350
351clean:  clean-binPROGRAMS clean-compile clean-krextra clean-kr \
352                clean-tags clean-generic mostlyclean
353
354distclean:  distclean-binPROGRAMS distclean-compile distclean-krextra \
355                distclean-kr distclean-tags distclean-generic clean
356        -rm -f config.status
357
358maintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \
359                maintainer-clean-krextra maintainer-clean-kr \
360                maintainer-clean-tags maintainer-clean-generic \
361                distclean
362        @echo "This command is intended for maintainers to use;"
363        @echo "it deletes files that may require special tools to rebuild."
364
365.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
366maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
367mostlyclean-compile distclean-compile clean-compile \
368maintainer-clean-compile mostlyclean-krextra distclean-krextra \
369clean-krextra maintainer-clean-krextra mostlyclean-kr distclean-kr \
370clean-kr maintainer-clean-kr tags mostlyclean-tags distclean-tags \
371clean-tags maintainer-clean-tags distdir info dvi installcheck \
372install-exec install-data install uninstall all installdirs \
373mostlyclean-generic distclean-generic clean-generic \
374maintainer-clean-generic clean mostlyclean distclean maintainer-clean
375
376
377# Tell versions [3.59,3.63) of GNU make to not export all variables.
378# Otherwise a system limit (for SysV at least) may be exceeded.
379.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.