Makefile.in - enscript - GNU Enscript
(HTM) git clone git://thinkerwim.org/enscript.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
Makefile.in (17196B)
---
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 #
18 # Automakefile for the library files.
19 # Copyright (c) 1995-1998 Markku Rossi
20 #
21 # Author: Markku Rossi <mtr@iki.fi>
22 #
23
24 #
25 # This file is part of GNU Enscript.
26 #
27 # Enscript is free software: you can redistribute it and/or modify
28 # it under the terms of the GNU General Public License as published by
29 # the Free Software Foundation, either version 3 of the License, or
30 # (at your option) any later version.
31 #
32 # Enscript is distributed in the hope that it will be useful,
33 # but WITHOUT ANY WARRANTY; without even the implied warranty of
34 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35 # GNU General Public License for more details.
36 #
37 # You should have received a copy of the GNU General Public License
38 # along with Enscript. If not, see <http://www.gnu.org/licenses/>.
39 #
40
41 VPATH = @srcdir@
42 am__is_gnu_make = { \
43 if test -z '$(MAKELEVEL)'; then \
44 false; \
45 elif test -n '$(MAKE_HOST)'; then \
46 true; \
47 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
48 true; \
49 else \
50 false; \
51 fi; \
52 }
53 am__make_running_with_option = \
54 case $${target_option-} in \
55 ?) ;; \
56 *) echo "am__make_running_with_option: internal error: invalid" \
57 "target option '$${target_option-}' specified" >&2; \
58 exit 1;; \
59 esac; \
60 has_opt=no; \
61 sane_makeflags=$$MAKEFLAGS; \
62 if $(am__is_gnu_make); then \
63 sane_makeflags=$$MFLAGS; \
64 else \
65 case $$MAKEFLAGS in \
66 *\\[\ \ ]*) \
67 bs=\\; \
68 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
69 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
70 esac; \
71 fi; \
72 skip_next=no; \
73 strip_trailopt () \
74 { \
75 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
76 }; \
77 for flg in $$sane_makeflags; do \
78 test $$skip_next = yes && { skip_next=no; continue; }; \
79 case $$flg in \
80 *=*|--*) continue;; \
81 -*I) strip_trailopt 'I'; skip_next=yes;; \
82 -*I?*) strip_trailopt 'I';; \
83 -*O) strip_trailopt 'O'; skip_next=yes;; \
84 -*O?*) strip_trailopt 'O';; \
85 -*l) strip_trailopt 'l'; skip_next=yes;; \
86 -*l?*) strip_trailopt 'l';; \
87 -[dEDm]) skip_next=yes;; \
88 -[JT]) skip_next=yes;; \
89 esac; \
90 case $$flg in \
91 *$$target_option*) has_opt=yes; break;; \
92 esac; \
93 done; \
94 test $$has_opt = yes
95 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
96 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
97 pkgdatadir = $(datadir)/@PACKAGE@
98 pkgincludedir = $(includedir)/@PACKAGE@
99 pkglibdir = $(libdir)/@PACKAGE@
100 pkglibexecdir = $(libexecdir)/@PACKAGE@
101 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
102 install_sh_DATA = $(install_sh) -c -m 644
103 install_sh_PROGRAM = $(install_sh) -c
104 install_sh_SCRIPT = $(install_sh) -c
105 INSTALL_HEADER = $(INSTALL_DATA)
106 transform = $(program_transform_name)
107 NORMAL_INSTALL = :
108 PRE_INSTALL = :
109 POST_INSTALL = :
110 NORMAL_UNINSTALL = :
111 PRE_UNINSTALL = :
112 POST_UNINSTALL = :
113 build_triplet = @build@
114 host_triplet = @host@
115 subdir = lib
116 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
118 $(top_srcdir)/m4/host-cpu-c-abi.m4 $(top_srcdir)/m4/iconv.m4 \
119 $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
120 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
121 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
122 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
123 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124 $(ACLOCAL_M4)
125 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
126 mkinstalldirs = $(install_sh) -d
127 CONFIG_HEADER = $(top_builddir)/config.h
128 CONFIG_CLEAN_FILES =
129 CONFIG_CLEAN_VPATH_FILES =
130 AM_V_P = $(am__v_P_@AM_V@)
131 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132 am__v_P_0 = false
133 am__v_P_1 = :
134 AM_V_GEN = $(am__v_GEN_@AM_V@)
135 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136 am__v_GEN_0 = @echo " GEN " $@;
137 am__v_GEN_1 =
138 AM_V_at = $(am__v_at_@AM_V@)
139 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140 am__v_at_0 = @
141 am__v_at_1 =
142 SOURCES =
143 DIST_SOURCES =
144 am__can_run_installinfo = \
145 case $$AM_UPDATE_INFO_DIR in \
146 n|no|NO) false;; \
147 *) (install-info --version) >/dev/null 2>&1;; \
148 esac
149 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
150 am__vpath_adj = case $$p in \
151 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
152 *) f=$$p;; \
153 esac;
154 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
155 am__install_max = 40
156 am__nobase_strip_setup = \
157 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
158 am__nobase_strip = \
159 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
160 am__nobase_list = $(am__nobase_strip_setup); \
161 for p in $$list; do echo "$$p $$p"; done | \
162 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
163 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
164 if (++n[$$2] == $(am__install_max)) \
165 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
166 END { for (dir in files) print dir, files[dir] }'
167 am__base_list = \
168 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
169 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
170 am__uninstall_files_from_dir = { \
171 test -z "$$files" \
172 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
173 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
174 $(am__cd) "$$dir" && rm -f $$files; }; \
175 }
176 am__installdirs = "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(sysconfdir)"
177 DATA = $(pkgdata_DATA) $(sysconf_DATA)
178 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
179 am__DIST_COMMON = $(srcdir)/Makefile.in
180 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
181 ACLOCAL = @ACLOCAL@
182 ALLOCA = @ALLOCA@
183 AMTAR = @AMTAR@
184 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
185 AUTOCONF = @AUTOCONF@
186 AUTOHEADER = @AUTOHEADER@
187 AUTOMAKE = @AUTOMAKE@
188 AWK = @AWK@
189 CC = @CC@
190 CCDEPMODE = @CCDEPMODE@
191 CFLAGS = @CFLAGS@
192 CPP = @CPP@
193 CPPFLAGS = @CPPFLAGS@
194 CSCOPE = @CSCOPE@
195 CTAGS = @CTAGS@
196 CYGPATH_W = @CYGPATH_W@
197 DEFS = @DEFS@
198 DEPDIR = @DEPDIR@
199 ECHO_C = @ECHO_C@
200 ECHO_N = @ECHO_N@
201 ECHO_T = @ECHO_T@
202 EGREP = @EGREP@
203 ENCODING = @ENCODING@
204 ETAGS = @ETAGS@
205 EXEEXT = @EXEEXT@
206 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
207 GMSGFMT = @GMSGFMT@
208 GMSGFMT_015 = @GMSGFMT_015@
209 GREP = @GREP@
210 INSTALL = @INSTALL@
211 INSTALL_DATA = @INSTALL_DATA@
212 INSTALL_PROGRAM = @INSTALL_PROGRAM@
213 INSTALL_SCRIPT = @INSTALL_SCRIPT@
214 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
215 INTLLIBS = @INTLLIBS@
216 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
217 LDFLAGS = @LDFLAGS@
218 LEX = @LEX@
219 LEXLIB = @LEXLIB@
220 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
221 LIBICONV = @LIBICONV@
222 LIBINTL = @LIBINTL@
223 LIBOBJS = @LIBOBJS@
224 LIBS = @LIBS@
225 LTLIBICONV = @LTLIBICONV@
226 LTLIBINTL = @LTLIBINTL@
227 LTLIBOBJS = @LTLIBOBJS@
228 MAKEINFO = @MAKEINFO@
229 MEDIA = @MEDIA@
230 MKDIR_P = @MKDIR_P@
231 MSGFMT = @MSGFMT@
232 MSGMERGE = @MSGMERGE@
233 MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
234 OBJEXT = @OBJEXT@
235 PACKAGE = @PACKAGE@
236 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
237 PACKAGE_NAME = @PACKAGE_NAME@
238 PACKAGE_STRING = @PACKAGE_STRING@
239 PACKAGE_TARNAME = @PACKAGE_TARNAME@
240 PACKAGE_URL = @PACKAGE_URL@
241 PACKAGE_VERSION = @PACKAGE_VERSION@
242 PATH_SEPARATOR = @PATH_SEPARATOR@
243 PERL = @PERL@
244 POSUB = @POSUB@
245 PSLEVEL = @PSLEVEL@
246 RANLIB = @RANLIB@
247 SED = @SED@
248 SET_MAKE = @SET_MAKE@
249 SHELL = @SHELL@
250 SPOOLER = @SPOOLER@
251 STRIP = @STRIP@
252 USE_NLS = @USE_NLS@
253 VERSION = @VERSION@
254 XGETTEXT = @XGETTEXT@
255 XGETTEXT_015 = @XGETTEXT_015@
256 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
257 YACC = @YACC@
258 YFLAGS = @YFLAGS@
259 abs_builddir = @abs_builddir@
260 abs_srcdir = @abs_srcdir@
261 abs_top_builddir = @abs_top_builddir@
262 abs_top_srcdir = @abs_top_srcdir@
263 ac_ct_CC = @ac_ct_CC@
264 am__include = @am__include@
265 am__leading_dot = @am__leading_dot@
266 am__quote = @am__quote@
267 am__tar = @am__tar@
268 am__untar = @am__untar@
269 bindir = @bindir@
270 build = @build@
271 build_alias = @build_alias@
272 build_cpu = @build_cpu@
273 build_os = @build_os@
274 build_vendor = @build_vendor@
275 builddir = @builddir@
276 datadir = @datadir@
277 datarootdir = @datarootdir@
278 docdir = @docdir@
279 dvidir = @dvidir@
280 exec_prefix = @exec_prefix@
281 host = @host@
282 host_alias = @host_alias@
283 host_cpu = @host_cpu@
284 host_os = @host_os@
285 host_vendor = @host_vendor@
286 htmldir = @htmldir@
287 includedir = @includedir@
288 infodir = @infodir@
289 install_sh = @install_sh@
290 libdir = @libdir@
291 libexecdir = @libexecdir@
292 localedir = @localedir@
293 localstatedir = @localstatedir@
294 mandir = @mandir@
295 mkdir_p = @mkdir_p@
296 oldincludedir = @oldincludedir@
297 pdfdir = @pdfdir@
298 prefix = @prefix@
299 program_transform_name = @program_transform_name@
300 psdir = @psdir@
301 runstatedir = @runstatedir@
302 sbindir = @sbindir@
303 sharedstatedir = @sharedstatedir@
304 srcdir = @srcdir@
305 sysconfdir = @sysconfdir@
306 target_alias = @target_alias@
307 top_build_prefix = @top_build_prefix@
308 top_builddir = @top_builddir@
309 top_srcdir = @top_srcdir@
310 pkgdata_DATA = ascii.enc asciifise.enc asciidkno.enc hp8.enc ibmpc.enc \
311 koi8.enc 88591.enc 88592.enc 88593.enc 88594.enc 88595.enc 88597.enc \
312 88599.enc 885910.enc 885915.enc mac.enc ps.enc pslatin1.enc vms.enc a2ps.hdr \
313 edd.hdr emacs.hdr enscript.hdr enscript-color.hdr frame.hdr mp.hdr \
314 simple.hdr squeeze.hdr enscript.pro
315
316 sysconf_DATA = enscript.cfg
317 CLEANFILES = $(sysconf_DATA)
318 EXTRA_DIST = ChangeLog.old enscript.cfg.in $(pkgdata_DATA) \
319 Makefile-encodings make-encoding.pl
320
321 do_subst = sed -e 's%@DATADIR@%$(datadir)%g' \
322 -e 's%@encoding@%@ENCODING@%g' \
323 -e 's%@media@%@MEDIA@%g' \
324 -e 's%@BINDIR@%$(bindir)%g' \
325 -e 's%@spooler@%@SPOOLER@%g' \
326 -e 's%@pslevel@%@PSLEVEL@%g'
327
328 all: all-am
329
330 .SUFFIXES:
331 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
332 @for dep in $?; do \
333 case '$(am__configure_deps)' in \
334 *$$dep*) \
335 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
336 && { if test -f $@; then exit 0; else break; fi; }; \
337 exit 1;; \
338 esac; \
339 done; \
340 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
341 $(am__cd) $(top_srcdir) && \
342 $(AUTOMAKE) --gnu lib/Makefile
343 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
344 @case '$?' in \
345 *config.status*) \
346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
347 *) \
348 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
349 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
350 esac;
351
352 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354
355 $(top_srcdir)/configure: $(am__configure_deps)
356 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359 $(am__aclocal_m4_deps):
360 install-pkgdataDATA: $(pkgdata_DATA)
361 @$(NORMAL_INSTALL)
362 @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
363 if test -n "$$list"; then \
364 echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
365 $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
366 fi; \
367 for p in $$list; do \
368 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
369 echo "$$d$$p"; \
370 done | $(am__base_list) | \
371 while read files; do \
372 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
373 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
374 done
375
376 uninstall-pkgdataDATA:
377 @$(NORMAL_UNINSTALL)
378 @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
379 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
380 dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
381 install-sysconfDATA: $(sysconf_DATA)
382 @$(NORMAL_INSTALL)
383 @list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
384 if test -n "$$list"; then \
385 echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
386 $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
387 fi; \
388 for p in $$list; do \
389 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
390 echo "$$d$$p"; \
391 done | $(am__base_list) | \
392 while read files; do \
393 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
394 $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
395 done
396
397 uninstall-sysconfDATA:
398 @$(NORMAL_UNINSTALL)
399 @list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
400 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
401 dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
402 tags TAGS:
403
404 ctags CTAGS:
405
406 cscope cscopelist:
407
408 distdir: $(BUILT_SOURCES)
409 $(MAKE) $(AM_MAKEFLAGS) distdir-am
410
411 distdir-am: $(DISTFILES)
412 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
413 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
414 list='$(DISTFILES)'; \
415 dist_files=`for file in $$list; do echo $$file; done | \
416 sed -e "s|^$$srcdirstrip/||;t" \
417 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
418 case $$dist_files in \
419 */*) $(MKDIR_P) `echo "$$dist_files" | \
420 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
421 sort -u` ;; \
422 esac; \
423 for file in $$dist_files; do \
424 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
425 if test -d $$d/$$file; then \
426 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
427 if test -d "$(distdir)/$$file"; then \
428 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
429 fi; \
430 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
431 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
432 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
433 fi; \
434 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
435 else \
436 test -f "$(distdir)/$$file" \
437 || cp -p $$d/$$file "$(distdir)/$$file" \
438 || exit 1; \
439 fi; \
440 done
441 check-am: all-am
442 check: check-am
443 all-am: Makefile $(DATA)
444 installdirs:
445 for dir in "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(sysconfdir)"; do \
446 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
447 done
448 install: install-am
449 install-exec: install-exec-am
450 install-data: install-data-am
451 uninstall: uninstall-am
452
453 install-am: all-am
454 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
455
456 installcheck: installcheck-am
457 install-strip:
458 if test -z '$(STRIP)'; then \
459 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
460 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461 install; \
462 else \
463 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
466 fi
467 mostlyclean-generic:
468
469 clean-generic:
470 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
471
472 distclean-generic:
473 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
474 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
475
476 maintainer-clean-generic:
477 @echo "This command is intended for maintainers to use"
478 @echo "it deletes files that may require special tools to rebuild."
479 clean: clean-am
480
481 clean-am: clean-generic mostlyclean-am
482
483 distclean: distclean-am
484 -rm -f Makefile
485 distclean-am: clean-am distclean-generic
486
487 dvi: dvi-am
488
489 dvi-am:
490
491 html: html-am
492
493 html-am:
494
495 info: info-am
496
497 info-am:
498
499 install-data-am: install-pkgdataDATA
500
501 install-dvi: install-dvi-am
502
503 install-dvi-am:
504
505 install-exec-am: install-sysconfDATA
506
507 install-html: install-html-am
508
509 install-html-am:
510
511 install-info: install-info-am
512
513 install-info-am:
514
515 install-man:
516
517 install-pdf: install-pdf-am
518
519 install-pdf-am:
520
521 install-ps: install-ps-am
522
523 install-ps-am:
524
525 installcheck-am:
526
527 maintainer-clean: maintainer-clean-am
528 -rm -f Makefile
529 maintainer-clean-am: distclean-am maintainer-clean-generic
530
531 mostlyclean: mostlyclean-am
532
533 mostlyclean-am: mostlyclean-generic
534
535 pdf: pdf-am
536
537 pdf-am:
538
539 ps: ps-am
540
541 ps-am:
542
543 uninstall-am: uninstall-pkgdataDATA uninstall-sysconfDATA
544
545 .MAKE: install-am install-strip
546
547 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
548 ctags-am distclean distclean-generic distdir dvi dvi-am html \
549 html-am info info-am install install-am install-data \
550 install-data-am install-dvi install-dvi-am install-exec \
551 install-exec-am install-html install-html-am install-info \
552 install-info-am install-man install-pdf install-pdf-am \
553 install-pkgdataDATA install-ps install-ps-am install-strip \
554 install-sysconfDATA installcheck installcheck-am installdirs \
555 maintainer-clean maintainer-clean-generic mostlyclean \
556 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
557 uninstall-am uninstall-pkgdataDATA uninstall-sysconfDATA
558
559 .PRECIOUS: Makefile
560
561
562 enscript.cfg: enscript.cfg.in Makefile
563 $(do_subst) < $(srcdir)/enscript.cfg.in > enscript.cfg
564
565 # Tell versions [3.59,3.63) of GNU make to not export all variables.
566 # Otherwise a system limit (for SysV at least) may be exceeded.
567 .NOEXPORT: