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 for scripts directory.
16 # Copyright (c) 1996, 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 man_MANS = diffpp.1 sliceprint.1
125
126 bin_SCRIPTS = diffpp sliceprint
127 rizwank 1.1
128 EXTRA_DIST = diffpp.in sliceprint.in $(man_MANS)
129
130 CLEANFILES = diffpp sliceprint
131 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
132 CONFIG_HEADER = ../config.h
133 CONFIG_CLEAN_FILES =
134 SCRIPTS = $(bin_SCRIPTS)
135
136 man1dir = $(mandir)/man1
137 MANS = $(man_MANS)
138
139 NROFF = nroff
140 DIST_COMMON = ChangeLog Makefile.am Makefile.in
141
142
143 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
144
145 TAR = tar
146 GZIP_ENV = --best
147 all: all-redirect
148 rizwank 1.1 .SUFFIXES:
149 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
150 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps scripts/Makefile
151
152 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
153 cd $(top_builddir) \
154 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
155
156
157 install-binSCRIPTS: $(bin_SCRIPTS)
158 @$(NORMAL_INSTALL)
159 $(mkinstalldirs) $(DESTDIR)$(bindir)
160 @list='$(bin_SCRIPTS)'; for p in $$list; do \
161 if test -f $$p; then \
162 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
163 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
164 else if test -f $(srcdir)/$$p; then \
165 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
166 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
167 else :; fi; fi; \
168 done
169 rizwank 1.1
170 uninstall-binSCRIPTS:
171 @$(NORMAL_UNINSTALL)
172 list='$(bin_SCRIPTS)'; for p in $$list; do \
173 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
174 done
175
176 install-man1:
177 $(mkinstalldirs) $(DESTDIR)$(man1dir)
178 @list='$(man1_MANS)'; \
179 l2='$(man_MANS)'; for i in $$l2; do \
180 case "$$i" in \
181 *.1*) list="$$list $$i" ;; \
182 esac; \
183 done; \
184 for i in $$list; do \
185 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
186 else file=$$i; fi; \
187 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
188 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
189 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
190 rizwank 1.1 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
191 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
192 done
193
194 uninstall-man1:
195 @list='$(man1_MANS)'; \
196 l2='$(man_MANS)'; for i in $$l2; do \
197 case "$$i" in \
198 *.1*) list="$$list $$i" ;; \
199 esac; \
200 done; \
201 for i in $$list; do \
202 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
203 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
204 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
205 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
206 rm -f $(DESTDIR)$(man1dir)/$$inst; \
207 done
208 install-man: $(MANS)
209 @$(NORMAL_INSTALL)
210 $(MAKE) $(AM_MAKEFLAGS) install-man1
211 rizwank 1.1 uninstall-man:
212 @$(NORMAL_UNINSTALL)
213 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
214 tags: TAGS
215 TAGS:
216
217
218 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
219
220 subdir = scripts
221
222 distdir: $(DISTFILES)
223 @for file in $(DISTFILES); do \
224 d=$(srcdir); \
225 if test -d $$d/$$file; then \
226 cp -pr $$/$$file $(distdir)/$$file; \
227 else \
228 test -f $(distdir)/$$file \
229 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
230 || cp -p $$d/$$file $(distdir)/$$file || :; \
231 fi; \
232 rizwank 1.1 done
233 info-am:
234 info: info-am
235 dvi-am:
236 dvi: dvi-am
237 check-am: all-am
238 check: check-am
239 installcheck-am:
240 installcheck: installcheck-am
241 install-exec-am: install-binSCRIPTS
242 install-exec: install-exec-am
243
244 install-data-am: install-man
245 install-data: install-data-am
246
247 install-am: all-am
248 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
249 install: install-am
250 uninstall-am: uninstall-binSCRIPTS uninstall-man
251 uninstall: uninstall-am
252 all-am: Makefile $(SCRIPTS) $(MANS)
253 rizwank 1.1 all-redirect: all-am
254 install-strip:
255 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
256 installdirs:
257 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
258
259
260 mostlyclean-generic:
261
262 clean-generic:
263 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
264
265 distclean-generic:
266 -rm -f Makefile $(CONFIG_CLEAN_FILES)
267 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
268
269 maintainer-clean-generic:
270 mostlyclean-am: mostlyclean-generic
271
272 mostlyclean: mostlyclean-am
273
274 rizwank 1.1 clean-am: clean-generic mostlyclean-am
275
276 clean: clean-am
277
278 distclean-am: distclean-generic clean-am
279
280 distclean: distclean-am
281
282 maintainer-clean-am: maintainer-clean-generic distclean-am
283 @echo "This command is intended for maintainers to use;"
284 @echo "it deletes files that may require special tools to rebuild."
285
286 maintainer-clean: maintainer-clean-am
287
288 .PHONY: uninstall-binSCRIPTS install-binSCRIPTS install-man1 \
289 uninstall-man1 install-man uninstall-man tags distdir info-am info \
290 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
291 install-exec install-data-am install-data install-am install \
292 uninstall-am uninstall all-redirect all-am all installdirs \
293 mostlyclean-generic distclean-generic clean-generic \
294 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
295 rizwank 1.1
296
297 diffpp: $(srcdir)/diffpp.in
298 sed 's%@PERLPROG@%/usr/local/bin/perl%g' $(srcdir)/diffpp.in >diffpp
299
300 sliceprint: $(srcdir)/sliceprint.in
301 sed 's%@PERLPROG@%/usr/local/bin/perl%g' $(srcdir)/sliceprint.in >sliceprint
302
303 # Tell versions [3.59,3.63) of GNU make to not export all variables.
304 # Otherwise a system limit (for SysV at least) may be exceeded.
305 .NOEXPORT:
|