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 | |
---|
40 | SHELL = /bin/sh |
---|
41 | |
---|
42 | srcdir = @srcdir@ |
---|
43 | top_srcdir = @top_srcdir@ |
---|
44 | VPATH = @srcdir@ |
---|
45 | prefix = @prefix@ |
---|
46 | exec_prefix = @exec_prefix@ |
---|
47 | |
---|
48 | bindir = @bindir@ |
---|
49 | sbindir = @sbindir@ |
---|
50 | libexecdir = @libexecdir@ |
---|
51 | datadir = @datadir@ |
---|
52 | sysconfdir = @sysconfdir@ |
---|
53 | sharedstatedir = @sharedstatedir@ |
---|
54 | localstatedir = @localstatedir@ |
---|
55 | libdir = @libdir@ |
---|
56 | infodir = @infodir@ |
---|
57 | mandir = @mandir@ |
---|
58 | includedir = @includedir@ |
---|
59 | oldincludedir = /usr/include |
---|
60 | |
---|
61 | DISTDIR = |
---|
62 | |
---|
63 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
64 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
65 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
66 | |
---|
67 | top_builddir = .. |
---|
68 | |
---|
69 | ACLOCAL = @ACLOCAL@ |
---|
70 | AUTOCONF = @AUTOCONF@ |
---|
71 | AUTOMAKE = @AUTOMAKE@ |
---|
72 | AUTOHEADER = @AUTOHEADER@ |
---|
73 | |
---|
74 | INSTALL = @INSTALL@ |
---|
75 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
76 | INSTALL_DATA = @INSTALL_DATA@ |
---|
77 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
78 | transform = @program_transform_name@ |
---|
79 | |
---|
80 | NORMAL_INSTALL = : |
---|
81 | PRE_INSTALL = : |
---|
82 | POST_INSTALL = : |
---|
83 | NORMAL_UNINSTALL = : |
---|
84 | PRE_UNINSTALL = : |
---|
85 | POST_UNINSTALL = : |
---|
86 | CATALOGS = @CATALOGS@ |
---|
87 | CATOBJEXT = @CATOBJEXT@ |
---|
88 | CC = @CC@ |
---|
89 | CFLAGS = @CFLAGS@ |
---|
90 | CPP = @CPP@ |
---|
91 | DATADIRNAME = @DATADIRNAME@ |
---|
92 | GENCAT = @GENCAT@ |
---|
93 | GMOFILES = @GMOFILES@ |
---|
94 | GMSGFMT = @GMSGFMT@ |
---|
95 | GT_NO = @GT_NO@ |
---|
96 | GT_YES = @GT_YES@ |
---|
97 | INSTOBJEXT = @INSTOBJEXT@ |
---|
98 | INTLDEPS = @INTLDEPS@ |
---|
99 | INTLLIBS = @INTLLIBS@ |
---|
100 | INTLOBJS = @INTLOBJS@ |
---|
101 | LDFLAGS = @LDFLAGS@ |
---|
102 | LEX = @LEX@ |
---|
103 | LIBOBJS = @LIBOBJS@ |
---|
104 | MAKEINFO = @MAKEINFO@ |
---|
105 | MEDIA = @MEDIA@ |
---|
106 | MKINSTALLDIRS = @MKINSTALLDIRS@ |
---|
107 | MSGFMT = @MSGFMT@ |
---|
108 | PACKAGE = @PACKAGE@ |
---|
109 | PERL = @PERL@ |
---|
110 | POFILES = @POFILES@ |
---|
111 | POSUB = @POSUB@ |
---|
112 | PSLEVEL = @PSLEVEL@ |
---|
113 | RANLIB = @RANLIB@ |
---|
114 | SPOOLER = @SPOOLER@ |
---|
115 | U = @U@ |
---|
116 | USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ |
---|
117 | USE_NLS = @USE_NLS@ |
---|
118 | VERSION = @VERSION@ |
---|
119 | YACC = @YACC@ |
---|
120 | l = @l@ |
---|
121 | |
---|
122 | AUTOMAKE_OPTIONS = ansi2knr |
---|
123 | |
---|
124 | bin_PROGRAMS = enscript mkafmmap |
---|
125 | enscript_SOURCES = main.c psgen.c util.c prt_lpr.c |
---|
126 | mkafmmap_SOURCES = mkafmmap.c |
---|
127 | |
---|
128 | LDADD = ../afmlib/libafm.a @INTLLIBS@ ../compat/libcompat.a -lm |
---|
129 | enscript_DEPENDENCIES = ../afmlib/libafm.a @INTLLIBS@ ../compat/libcompat.a |
---|
130 | mkafmmap_DEPENDENCIES = ../afmlib/libafm.a @INTLLIBS@ ../compat/libcompat.a |
---|
131 | |
---|
132 | noinst_HEADERS = gsint.h |
---|
133 | |
---|
134 | localedir = $(prefix)/@DATADIRNAME@/locale |
---|
135 | |
---|
136 | DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" -DLIBRARY=\"$(datadir)/enscript\" -DSYSCONFDIR=\"$(sysconfdir)\" -I. -I$(srcdir) -I.. |
---|
137 | INCLUDES = -I$(srcdir)/../compat -I$(srcdir)/../afmlib -I$(srcdir)/../intl -I../intl |
---|
138 | |
---|
139 | EXTRA_DIST = prt_dos.c ansi2knr.c ansi2knr.1 |
---|
140 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
141 | CONFIG_HEADER = ../config.h |
---|
142 | CONFIG_CLEAN_FILES = |
---|
143 | PROGRAMS = $(bin_PROGRAMS) |
---|
144 | |
---|
145 | CPPFLAGS = @CPPFLAGS@ |
---|
146 | LIBS = @LIBS@ |
---|
147 | ANSI2KNR = @ANSI2KNR@ |
---|
148 | enscript_OBJECTS = main$U.o psgen$U.o util$U.o prt_lpr$U.o |
---|
149 | enscript_LDADD = $(LDADD) |
---|
150 | enscript_LDFLAGS = |
---|
151 | mkafmmap_OBJECTS = mkafmmap$U.o |
---|
152 | mkafmmap_LDADD = $(LDADD) |
---|
153 | mkafmmap_LDFLAGS = |
---|
154 | COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) |
---|
155 | LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ |
---|
156 | HEADERS = $(noinst_HEADERS) |
---|
157 | |
---|
158 | DIST_COMMON = ChangeLog Makefile.am Makefile.in ansi2knr.1 ansi2knr.c |
---|
159 | |
---|
160 | |
---|
161 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
---|
162 | |
---|
163 | TAR = gtar |
---|
164 | GZIP = --best |
---|
165 | SOURCES = $(enscript_SOURCES) $(mkafmmap_SOURCES) |
---|
166 | OBJECTS = $(enscript_OBJECTS) $(mkafmmap_OBJECTS) |
---|
167 | |
---|
168 | all: 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 | |
---|
175 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
176 | cd $(top_builddir) \ |
---|
177 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
---|
178 | |
---|
179 | |
---|
180 | mostlyclean-binPROGRAMS: |
---|
181 | |
---|
182 | clean-binPROGRAMS: |
---|
183 | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) |
---|
184 | |
---|
185 | distclean-binPROGRAMS: |
---|
186 | |
---|
187 | maintainer-clean-binPROGRAMS: |
---|
188 | |
---|
189 | install-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 | |
---|
199 | uninstall-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 | |
---|
214 | mostlyclean-compile: |
---|
215 | -rm -f *.o core *.core |
---|
216 | |
---|
217 | clean-compile: |
---|
218 | |
---|
219 | distclean-compile: |
---|
220 | -rm -f *.tab.c |
---|
221 | |
---|
222 | maintainer-clean-compile: |
---|
223 | |
---|
224 | mostlyclean-krextra: |
---|
225 | |
---|
226 | clean-krextra: |
---|
227 | -rm -f ansi2knr |
---|
228 | |
---|
229 | distclean-krextra: |
---|
230 | |
---|
231 | maintainer-clean-krextra: |
---|
232 | ansi2knr: ansi2knr.o |
---|
233 | $(LINK) ansi2knr.o $(LIBS) |
---|
234 | ansi2knr.o: $(CONFIG_HEADER) |
---|
235 | |
---|
236 | |
---|
237 | mostlyclean-kr: |
---|
238 | -rm -f *_.c |
---|
239 | |
---|
240 | clean-kr: |
---|
241 | |
---|
242 | distclean-kr: |
---|
243 | |
---|
244 | maintainer-clean-kr: |
---|
245 | |
---|
246 | enscript: $(enscript_OBJECTS) $(enscript_DEPENDENCIES) |
---|
247 | @rm -f enscript |
---|
248 | $(LINK) $(enscript_LDFLAGS) $(enscript_OBJECTS) $(enscript_LDADD) $(LIBS) |
---|
249 | |
---|
250 | mkafmmap: $(mkafmmap_OBJECTS) $(mkafmmap_DEPENDENCIES) |
---|
251 | @rm -f mkafmmap |
---|
252 | $(LINK) $(mkafmmap_LDFLAGS) $(mkafmmap_OBJECTS) $(mkafmmap_LDADD) $(LIBS) |
---|
253 | main_.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 |
---|
255 | mkafmmap_.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 |
---|
257 | prt_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 |
---|
259 | psgen_.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 |
---|
261 | util_.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 |
---|
263 | main_.o mkafmmap_.o prt_lpr_.o psgen_.o util_.o : $(ANSI2KNR) |
---|
264 | |
---|
265 | tags: TAGS |
---|
266 | |
---|
267 | ID: $(HEADERS) $(SOURCES) $(LISP) |
---|
268 | here=`pwd` && cd $(srcdir) \ |
---|
269 | && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP) |
---|
270 | |
---|
271 | TAGS: $(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 | |
---|
281 | mostlyclean-tags: |
---|
282 | |
---|
283 | clean-tags: |
---|
284 | |
---|
285 | distclean-tags: |
---|
286 | -rm -f TAGS ID |
---|
287 | |
---|
288 | maintainer-clean-tags: |
---|
289 | |
---|
290 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
---|
291 | |
---|
292 | subdir = src |
---|
293 | |
---|
294 | distdir: $(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 |
---|
301 | main.o: main.c gsint.h ../config.h ../afmlib/afm.h ../afmlib/strhash.h \ |
---|
302 | ../compat/xalloc.h ../compat/getopt.h |
---|
303 | mkafmmap.o: mkafmmap.c ../config.h ../afmlib/afm.h ../compat/getopt.h |
---|
304 | prt_lpr.o: prt_lpr.c gsint.h ../config.h ../afmlib/afm.h \ |
---|
305 | ../afmlib/strhash.h ../compat/xalloc.h |
---|
306 | psgen.o: psgen.c gsint.h ../config.h ../afmlib/afm.h ../afmlib/strhash.h \ |
---|
307 | ../compat/xalloc.h |
---|
308 | util.o: util.c gsint.h ../config.h ../afmlib/afm.h ../afmlib/strhash.h \ |
---|
309 | ../compat/xalloc.h |
---|
310 | |
---|
311 | info: |
---|
312 | dvi: |
---|
313 | check: all |
---|
314 | $(MAKE) |
---|
315 | installcheck: |
---|
316 | install-exec: install-binPROGRAMS |
---|
317 | @$(NORMAL_INSTALL) |
---|
318 | |
---|
319 | install-data: |
---|
320 | @$(NORMAL_INSTALL) |
---|
321 | |
---|
322 | install: install-exec install-data all |
---|
323 | @: |
---|
324 | |
---|
325 | uninstall: uninstall-binPROGRAMS |
---|
326 | |
---|
327 | install-strip: |
---|
328 | $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install |
---|
329 | installdirs: |
---|
330 | $(mkinstalldirs) $(DATADIR)$(bindir) |
---|
331 | |
---|
332 | |
---|
333 | mostlyclean-generic: |
---|
334 | -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) |
---|
335 | |
---|
336 | clean-generic: |
---|
337 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
---|
338 | |
---|
339 | distclean-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 | |
---|
344 | maintainer-clean-generic: |
---|
345 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
---|
346 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
---|
347 | mostlyclean: mostlyclean-binPROGRAMS mostlyclean-compile \ |
---|
348 | mostlyclean-krextra mostlyclean-kr mostlyclean-tags \ |
---|
349 | mostlyclean-generic |
---|
350 | |
---|
351 | clean: clean-binPROGRAMS clean-compile clean-krextra clean-kr \ |
---|
352 | clean-tags clean-generic mostlyclean |
---|
353 | |
---|
354 | distclean: distclean-binPROGRAMS distclean-compile distclean-krextra \ |
---|
355 | distclean-kr distclean-tags distclean-generic clean |
---|
356 | -rm -f config.status |
---|
357 | |
---|
358 | maintainer-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 \ |
---|
366 | maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ |
---|
367 | mostlyclean-compile distclean-compile clean-compile \ |
---|
368 | maintainer-clean-compile mostlyclean-krextra distclean-krextra \ |
---|
369 | clean-krextra maintainer-clean-krextra mostlyclean-kr distclean-kr \ |
---|
370 | clean-kr maintainer-clean-kr tags mostlyclean-tags distclean-tags \ |
---|
371 | clean-tags maintainer-clean-tags distdir info dvi installcheck \ |
---|
372 | install-exec install-data install uninstall all installdirs \ |
---|
373 | mostlyclean-generic distclean-generic clean-generic \ |
---|
374 | maintainer-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: |
---|