Makefile.in - enscript - GNU Enscript
HTML git clone git://thinkerwim.org/enscript.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
Makefile.in (25739B)
---
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 # Makefile for enscript.
19 # Copyright (c) 1995-2003 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
42 VPATH = @srcdir@
43 am__is_gnu_make = { \
44 if test -z '$(MAKELEVEL)'; then \
45 false; \
46 elif test -n '$(MAKE_HOST)'; then \
47 true; \
48 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
49 true; \
50 else \
51 false; \
52 fi; \
53 }
54 am__make_running_with_option = \
55 case $${target_option-} in \
56 ?) ;; \
57 *) echo "am__make_running_with_option: internal error: invalid" \
58 "target option '$${target_option-}' specified" >&2; \
59 exit 1;; \
60 esac; \
61 has_opt=no; \
62 sane_makeflags=$$MAKEFLAGS; \
63 if $(am__is_gnu_make); then \
64 sane_makeflags=$$MFLAGS; \
65 else \
66 case $$MAKEFLAGS in \
67 *\\[\ \ ]*) \
68 bs=\\; \
69 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
70 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
71 esac; \
72 fi; \
73 skip_next=no; \
74 strip_trailopt () \
75 { \
76 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
77 }; \
78 for flg in $$sane_makeflags; do \
79 test $$skip_next = yes && { skip_next=no; continue; }; \
80 case $$flg in \
81 *=*|--*) continue;; \
82 -*I) strip_trailopt 'I'; skip_next=yes;; \
83 -*I?*) strip_trailopt 'I';; \
84 -*O) strip_trailopt 'O'; skip_next=yes;; \
85 -*O?*) strip_trailopt 'O';; \
86 -*l) strip_trailopt 'l'; skip_next=yes;; \
87 -*l?*) strip_trailopt 'l';; \
88 -[dEDm]) skip_next=yes;; \
89 -[JT]) skip_next=yes;; \
90 esac; \
91 case $$flg in \
92 *$$target_option*) has_opt=yes; break;; \
93 esac; \
94 done; \
95 test $$has_opt = yes
96 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
97 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
98 pkgdatadir = $(datadir)/@PACKAGE@
99 pkgincludedir = $(includedir)/@PACKAGE@
100 pkglibdir = $(libdir)/@PACKAGE@
101 pkglibexecdir = $(libexecdir)/@PACKAGE@
102 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
103 install_sh_DATA = $(install_sh) -c -m 644
104 install_sh_PROGRAM = $(install_sh) -c
105 install_sh_SCRIPT = $(install_sh) -c
106 INSTALL_HEADER = $(INSTALL_DATA)
107 transform = $(program_transform_name)
108 NORMAL_INSTALL = :
109 PRE_INSTALL = :
110 POST_INSTALL = :
111 NORMAL_UNINSTALL = :
112 PRE_UNINSTALL = :
113 POST_UNINSTALL = :
114 build_triplet = @build@
115 host_triplet = @host@
116 bin_PROGRAMS = enscript$(EXEEXT) mkafmmap$(EXEEXT)
117 subdir = src
118 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
119 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
120 $(top_srcdir)/m4/host-cpu-c-abi.m4 $(top_srcdir)/m4/iconv.m4 \
121 $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
122 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
123 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
124 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
125 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
126 $(ACLOCAL_M4)
127 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
128 $(am__DIST_COMMON)
129 mkinstalldirs = $(install_sh) -d
130 CONFIG_HEADER = $(top_builddir)/config.h
131 CONFIG_CLEAN_FILES =
132 CONFIG_CLEAN_VPATH_FILES =
133 am__installdirs = "$(DESTDIR)$(bindir)"
134 PROGRAMS = $(bin_PROGRAMS)
135 am_enscript_OBJECTS = main.$(OBJEXT) psgen.$(OBJEXT) util.$(OBJEXT) \
136 prt_lpr.$(OBJEXT)
137 enscript_OBJECTS = $(am_enscript_OBJECTS)
138 enscript_LDADD = $(LDADD)
139 am_mkafmmap_OBJECTS = mkafmmap.$(OBJEXT)
140 mkafmmap_OBJECTS = $(am_mkafmmap_OBJECTS)
141 mkafmmap_LDADD = $(LDADD)
142 AM_V_P = $(am__v_P_@AM_V@)
143 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
144 am__v_P_0 = false
145 am__v_P_1 = :
146 AM_V_GEN = $(am__v_GEN_@AM_V@)
147 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
148 am__v_GEN_0 = @echo " GEN " $@;
149 am__v_GEN_1 =
150 AM_V_at = $(am__v_at_@AM_V@)
151 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
152 am__v_at_0 = @
153 am__v_at_1 =
154 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
155 depcomp = $(SHELL) $(top_srcdir)/depcomp
156 am__maybe_remake_depfiles = depfiles
157 am__depfiles_remade = ./$(DEPDIR)/main.Po ./$(DEPDIR)/mkafmmap.Po \
158 ./$(DEPDIR)/prt_lpr.Po ./$(DEPDIR)/psgen.Po \
159 ./$(DEPDIR)/util.Po
160 am__mv = mv -f
161 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
162 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
163 AM_V_CC = $(am__v_CC_@AM_V@)
164 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
165 am__v_CC_0 = @echo " CC " $@;
166 am__v_CC_1 =
167 CCLD = $(CC)
168 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
169 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
170 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
171 am__v_CCLD_0 = @echo " CCLD " $@;
172 am__v_CCLD_1 =
173 SOURCES = $(enscript_SOURCES) $(mkafmmap_SOURCES)
174 DIST_SOURCES = $(enscript_SOURCES) $(mkafmmap_SOURCES)
175 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
176 ctags-recursive dvi-recursive html-recursive info-recursive \
177 install-data-recursive install-dvi-recursive \
178 install-exec-recursive install-html-recursive \
179 install-info-recursive install-pdf-recursive \
180 install-ps-recursive install-recursive installcheck-recursive \
181 installdirs-recursive pdf-recursive ps-recursive \
182 tags-recursive uninstall-recursive
183 am__can_run_installinfo = \
184 case $$AM_UPDATE_INFO_DIR in \
185 n|no|NO) false;; \
186 *) (install-info --version) >/dev/null 2>&1;; \
187 esac
188 HEADERS = $(noinst_HEADERS)
189 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
190 distclean-recursive maintainer-clean-recursive
191 am__recursive_targets = \
192 $(RECURSIVE_TARGETS) \
193 $(RECURSIVE_CLEAN_TARGETS) \
194 $(am__extra_recursive_targets)
195 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
196 distdir distdir-am
197 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
198 # Read a list of newline-separated strings from the standard input,
199 # and print each of them once, without duplicates. Input order is
200 # *not* preserved.
201 am__uniquify_input = $(AWK) '\
202 BEGIN { nonempty = 0; } \
203 { items[$$0] = 1; nonempty = 1; } \
204 END { if (nonempty) { for (i in items) print i; }; } \
205 '
206 # Make sure the list of sources is unique. This is necessary because,
207 # e.g., the same source file might be shared among _SOURCES variables
208 # for different programs/libraries.
209 am__define_uniq_tagged_files = \
210 list='$(am__tagged_files)'; \
211 unique=`for i in $$list; do \
212 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
213 done | $(am__uniquify_input)`
214 DIST_SUBDIRS = $(SUBDIRS)
215 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
216 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
217 am__relativize = \
218 dir0=`pwd`; \
219 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
220 sed_rest='s,^[^/]*/*,,'; \
221 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
222 sed_butlast='s,/*[^/]*$$,,'; \
223 while test -n "$$dir1"; do \
224 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
225 if test "$$first" != "."; then \
226 if test "$$first" = ".."; then \
227 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
228 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
229 else \
230 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
231 if test "$$first2" = "$$first"; then \
232 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
233 else \
234 dir2="../$$dir2"; \
235 fi; \
236 dir0="$$dir0"/"$$first"; \
237 fi; \
238 fi; \
239 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
240 done; \
241 reldir="$$dir2"
242 ACLOCAL = @ACLOCAL@
243 ALLOCA = @ALLOCA@
244 AMTAR = @AMTAR@
245 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
246 AUTOCONF = @AUTOCONF@
247 AUTOHEADER = @AUTOHEADER@
248 AUTOMAKE = @AUTOMAKE@
249 AWK = @AWK@
250 CC = @CC@
251 CCDEPMODE = @CCDEPMODE@
252 CFLAGS = @CFLAGS@
253 CPP = @CPP@
254 CPPFLAGS = @CPPFLAGS@
255 CSCOPE = @CSCOPE@
256 CTAGS = @CTAGS@
257 CYGPATH_W = @CYGPATH_W@
258 DEFS = @DEFS@
259 DEPDIR = @DEPDIR@
260 ECHO_C = @ECHO_C@
261 ECHO_N = @ECHO_N@
262 ECHO_T = @ECHO_T@
263 EGREP = @EGREP@
264 ENCODING = @ENCODING@
265 ETAGS = @ETAGS@
266 EXEEXT = @EXEEXT@
267 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
268 GMSGFMT = @GMSGFMT@
269 GMSGFMT_015 = @GMSGFMT_015@
270 GREP = @GREP@
271 INSTALL = @INSTALL@
272 INSTALL_DATA = @INSTALL_DATA@
273 INSTALL_PROGRAM = @INSTALL_PROGRAM@
274 INSTALL_SCRIPT = @INSTALL_SCRIPT@
275 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
276 INTLLIBS = @INTLLIBS@
277 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
278 LDFLAGS = @LDFLAGS@
279 LEX = @LEX@
280 LEXLIB = @LEXLIB@
281 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
282 LIBICONV = @LIBICONV@
283 LIBINTL = @LIBINTL@
284 LIBOBJS = @LIBOBJS@
285 LIBS = @LIBS@
286 LTLIBICONV = @LTLIBICONV@
287 LTLIBINTL = @LTLIBINTL@
288 LTLIBOBJS = @LTLIBOBJS@
289 MAKEINFO = @MAKEINFO@
290 MEDIA = @MEDIA@
291 MKDIR_P = @MKDIR_P@
292 MSGFMT = @MSGFMT@
293 MSGMERGE = @MSGMERGE@
294 MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
295 OBJEXT = @OBJEXT@
296 PACKAGE = @PACKAGE@
297 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
298 PACKAGE_NAME = @PACKAGE_NAME@
299 PACKAGE_STRING = @PACKAGE_STRING@
300 PACKAGE_TARNAME = @PACKAGE_TARNAME@
301 PACKAGE_URL = @PACKAGE_URL@
302 PACKAGE_VERSION = @PACKAGE_VERSION@
303 PATH_SEPARATOR = @PATH_SEPARATOR@
304 PERL = @PERL@
305 POSUB = @POSUB@
306 PSLEVEL = @PSLEVEL@
307 RANLIB = @RANLIB@
308 SED = @SED@
309 SET_MAKE = @SET_MAKE@
310 SHELL = @SHELL@
311 SPOOLER = @SPOOLER@
312 STRIP = @STRIP@
313 USE_NLS = @USE_NLS@
314 VERSION = @VERSION@
315 XGETTEXT = @XGETTEXT@
316 XGETTEXT_015 = @XGETTEXT_015@
317 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
318 YACC = @YACC@
319 YFLAGS = @YFLAGS@
320 abs_builddir = @abs_builddir@
321 abs_srcdir = @abs_srcdir@
322 abs_top_builddir = @abs_top_builddir@
323 abs_top_srcdir = @abs_top_srcdir@
324 ac_ct_CC = @ac_ct_CC@
325 am__include = @am__include@
326 am__leading_dot = @am__leading_dot@
327 am__quote = @am__quote@
328 am__tar = @am__tar@
329 am__untar = @am__untar@
330 bindir = @bindir@
331 build = @build@
332 build_alias = @build_alias@
333 build_cpu = @build_cpu@
334 build_os = @build_os@
335 build_vendor = @build_vendor@
336 builddir = @builddir@
337 datadir = @datadir@
338 datarootdir = @datarootdir@
339 docdir = @docdir@
340 dvidir = @dvidir@
341 exec_prefix = @exec_prefix@
342 host = @host@
343 host_alias = @host_alias@
344 host_cpu = @host_cpu@
345 host_os = @host_os@
346 host_vendor = @host_vendor@
347 htmldir = @htmldir@
348 includedir = @includedir@
349 infodir = @infodir@
350 install_sh = @install_sh@
351 libdir = @libdir@
352 libexecdir = @libexecdir@
353 localedir = $(datadir)/locale
354 localstatedir = @localstatedir@
355 mandir = @mandir@
356 mkdir_p = @mkdir_p@
357 oldincludedir = @oldincludedir@
358 pdfdir = @pdfdir@
359 prefix = @prefix@
360 program_transform_name = @program_transform_name@
361 psdir = @psdir@
362 runstatedir = @runstatedir@
363 sbindir = @sbindir@
364 sharedstatedir = @sharedstatedir@
365 srcdir = @srcdir@
366 sysconfdir = @sysconfdir@
367 target_alias = @target_alias@
368 top_build_prefix = @top_build_prefix@
369 top_builddir = @top_builddir@
370 top_srcdir = @top_srcdir@
371 SUBDIRS = tests
372 enscript_SOURCES = main.c psgen.c util.c prt_lpr.c
373 enscript_SOURCES_windelta = \
374 -prt_lpr.c \
375 +prt_dos.c
376
377 mkafmmap_SOURCES = mkafmmap.c
378 LDADD = ../afmlib/libafm.a @LIBINTL@ ../compat/libcompat.a -lm
379 enscript_DEPENDENCIES = ../afmlib/libafm.a ../compat/libcompat.a
380 mkafmmap_DEPENDENCIES = ../afmlib/libafm.a ../compat/libcompat.a
381 noinst_HEADERS = gsint.h
382 INCLUDES = -I$(srcdir)/../compat -I$(srcdir)/../afmlib \
383 -I$(srcdir)/../intl -I../intl -DLOCALEDIR=\"$(localedir)\" \
384 -DLIBRARY=\"$(datadir)/enscript\" -DSYSCONFDIR=\"$(sysconfdir)\"
385
386 INCLUDES_windelta = \
387 +-I../w32 \
388 --DLOCALEDIR=\"$(localedir)\" \
389 --DLIBRARY=\"$(datadir)/enscript\" \
390 --DSYSCONFDIR=\"$(sysconfdir)\" \
391 +-DLIBRARY=\"c:\\enscript\" \
392 +-DSYSCONFDIR=\"c:\\enscript\"
393
394 EXTRA_DIST = ChangeLog.old prt_dos.c
395 all: all-recursive
396
397 .SUFFIXES:
398 .SUFFIXES: .c .o .obj
399 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
400 @for dep in $?; do \
401 case '$(am__configure_deps)' in \
402 *$$dep*) \
403 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
404 && { if test -f $@; then exit 0; else break; fi; }; \
405 exit 1;; \
406 esac; \
407 done; \
408 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
409 $(am__cd) $(top_srcdir) && \
410 $(AUTOMAKE) --gnu src/Makefile
411 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
412 @case '$?' in \
413 *config.status*) \
414 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
415 *) \
416 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
417 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
418 esac;
419
420 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
421 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
422
423 $(top_srcdir)/configure: $(am__configure_deps)
424 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
425 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
426 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
427 $(am__aclocal_m4_deps):
428 install-binPROGRAMS: $(bin_PROGRAMS)
429 @$(NORMAL_INSTALL)
430 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
431 if test -n "$$list"; then \
432 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
433 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
434 fi; \
435 for p in $$list; do echo "$$p $$p"; done | \
436 sed 's/$(EXEEXT)$$//' | \
437 while read p p1; do if test -f $$p \
438 ; then echo "$$p"; echo "$$p"; else :; fi; \
439 done | \
440 sed -e 'p;s,.*/,,;n;h' \
441 -e 's|.*|.|' \
442 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
443 sed 'N;N;N;s,\n, ,g' | \
444 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
445 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
446 if ($$2 == $$4) files[d] = files[d] " " $$1; \
447 else { print "f", $$3 "/" $$4, $$1; } } \
448 END { for (d in files) print "f", d, files[d] }' | \
449 while read type dir files; do \
450 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
451 test -z "$$files" || { \
452 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
453 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
454 } \
455 ; done
456
457 uninstall-binPROGRAMS:
458 @$(NORMAL_UNINSTALL)
459 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
460 files=`for p in $$list; do echo "$$p"; done | \
461 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
462 -e 's/$$/$(EXEEXT)/' \
463 `; \
464 test -n "$$list" || exit 0; \
465 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
466 cd "$(DESTDIR)$(bindir)" && rm -f $$files
467
468 clean-binPROGRAMS:
469 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
470
471 enscript$(EXEEXT): $(enscript_OBJECTS) $(enscript_DEPENDENCIES) $(EXTRA_enscript_DEPENDENCIES)
472 @rm -f enscript$(EXEEXT)
473 $(AM_V_CCLD)$(LINK) $(enscript_OBJECTS) $(enscript_LDADD) $(LIBS)
474
475 mkafmmap$(EXEEXT): $(mkafmmap_OBJECTS) $(mkafmmap_DEPENDENCIES) $(EXTRA_mkafmmap_DEPENDENCIES)
476 @rm -f mkafmmap$(EXEEXT)
477 $(AM_V_CCLD)$(LINK) $(mkafmmap_OBJECTS) $(mkafmmap_LDADD) $(LIBS)
478
479 mostlyclean-compile:
480 -rm -f *.$(OBJEXT)
481
482 distclean-compile:
483 -rm -f *.tab.c
484
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkafmmap.Po@am__quote@ # am--include-marker
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prt_lpr.Po@am__quote@ # am--include-marker
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psgen.Po@am__quote@ # am--include-marker
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@ # am--include-marker
490
491 $(am__depfiles_remade):
492 @$(MKDIR_P) $(@D)
493 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
494
495 am--depfiles: $(am__depfiles_remade)
496
497 .c.o:
498 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
499 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
500 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
501 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
502 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
503
504 .c.obj:
505 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
506 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
507 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
508 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
509 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
510
511 # This directory's subdirectories are mostly independent; you can cd
512 # into them and run 'make' without going through this Makefile.
513 # To change the values of 'make' variables: instead of editing Makefiles,
514 # (1) if the variable is set in 'config.status', edit 'config.status'
515 # (which will cause the Makefiles to be regenerated when you run 'make');
516 # (2) otherwise, pass the desired values on the 'make' command line.
517 $(am__recursive_targets):
518 @fail=; \
519 if $(am__make_keepgoing); then \
520 failcom='fail=yes'; \
521 else \
522 failcom='exit 1'; \
523 fi; \
524 dot_seen=no; \
525 target=`echo $@ | sed s/-recursive//`; \
526 case "$@" in \
527 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
528 *) list='$(SUBDIRS)' ;; \
529 esac; \
530 for subdir in $$list; do \
531 echo "Making $$target in $$subdir"; \
532 if test "$$subdir" = "."; then \
533 dot_seen=yes; \
534 local_target="$$target-am"; \
535 else \
536 local_target="$$target"; \
537 fi; \
538 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
539 || eval $$failcom; \
540 done; \
541 if test "$$dot_seen" = "no"; then \
542 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
543 fi; test -z "$$fail"
544
545 ID: $(am__tagged_files)
546 $(am__define_uniq_tagged_files); mkid -fID $$unique
547 tags: tags-recursive
548 TAGS: tags
549
550 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
551 set x; \
552 here=`pwd`; \
553 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
554 include_option=--etags-include; \
555 empty_fix=.; \
556 else \
557 include_option=--include; \
558 empty_fix=; \
559 fi; \
560 list='$(SUBDIRS)'; for subdir in $$list; do \
561 if test "$$subdir" = .; then :; else \
562 test ! -f $$subdir/TAGS || \
563 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
564 fi; \
565 done; \
566 $(am__define_uniq_tagged_files); \
567 shift; \
568 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
569 test -n "$$unique" || unique=$$empty_fix; \
570 if test $$# -gt 0; then \
571 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
572 "$$@" $$unique; \
573 else \
574 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
575 $$unique; \
576 fi; \
577 fi
578 ctags: ctags-recursive
579
580 CTAGS: ctags
581 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
582 $(am__define_uniq_tagged_files); \
583 test -z "$(CTAGS_ARGS)$$unique" \
584 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
585 $$unique
586
587 GTAGS:
588 here=`$(am__cd) $(top_builddir) && pwd` \
589 && $(am__cd) $(top_srcdir) \
590 && gtags -i $(GTAGS_ARGS) "$$here"
591 cscopelist: cscopelist-recursive
592
593 cscopelist-am: $(am__tagged_files)
594 list='$(am__tagged_files)'; \
595 case "$(srcdir)" in \
596 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
597 *) sdir=$(subdir)/$(srcdir) ;; \
598 esac; \
599 for i in $$list; do \
600 if test -f "$$i"; then \
601 echo "$(subdir)/$$i"; \
602 else \
603 echo "$$sdir/$$i"; \
604 fi; \
605 done >> $(top_builddir)/cscope.files
606
607 distclean-tags:
608 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
609 distdir: $(BUILT_SOURCES)
610 $(MAKE) $(AM_MAKEFLAGS) distdir-am
611
612 distdir-am: $(DISTFILES)
613 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
614 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
615 list='$(DISTFILES)'; \
616 dist_files=`for file in $$list; do echo $$file; done | \
617 sed -e "s|^$$srcdirstrip/||;t" \
618 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
619 case $$dist_files in \
620 */*) $(MKDIR_P) `echo "$$dist_files" | \
621 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
622 sort -u` ;; \
623 esac; \
624 for file in $$dist_files; do \
625 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
626 if test -d $$d/$$file; then \
627 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
628 if test -d "$(distdir)/$$file"; then \
629 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
630 fi; \
631 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
632 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
633 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
634 fi; \
635 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
636 else \
637 test -f "$(distdir)/$$file" \
638 || cp -p $$d/$$file "$(distdir)/$$file" \
639 || exit 1; \
640 fi; \
641 done
642 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
643 if test "$$subdir" = .; then :; else \
644 $(am__make_dryrun) \
645 || test -d "$(distdir)/$$subdir" \
646 || $(MKDIR_P) "$(distdir)/$$subdir" \
647 || exit 1; \
648 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
649 $(am__relativize); \
650 new_distdir=$$reldir; \
651 dir1=$$subdir; dir2="$(top_distdir)"; \
652 $(am__relativize); \
653 new_top_distdir=$$reldir; \
654 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
655 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
656 ($(am__cd) $$subdir && \
657 $(MAKE) $(AM_MAKEFLAGS) \
658 top_distdir="$$new_top_distdir" \
659 distdir="$$new_distdir" \
660 am__remove_distdir=: \
661 am__skip_length_check=: \
662 am__skip_mode_fix=: \
663 distdir) \
664 || exit 1; \
665 fi; \
666 done
667 check-am: all-am
668 check: check-recursive
669 all-am: Makefile $(PROGRAMS) $(HEADERS)
670 installdirs: installdirs-recursive
671 installdirs-am:
672 for dir in "$(DESTDIR)$(bindir)"; do \
673 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
674 done
675 install: install-recursive
676 install-exec: install-exec-recursive
677 install-data: install-data-recursive
678 uninstall: uninstall-recursive
679
680 install-am: all-am
681 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
682
683 installcheck: installcheck-recursive
684 install-strip:
685 if test -z '$(STRIP)'; then \
686 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
687 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
688 install; \
689 else \
690 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
691 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
692 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
693 fi
694 mostlyclean-generic:
695
696 clean-generic:
697
698 distclean-generic:
699 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
700 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
701
702 maintainer-clean-generic:
703 @echo "This command is intended for maintainers to use"
704 @echo "it deletes files that may require special tools to rebuild."
705 clean: clean-recursive
706
707 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
708
709 distclean: distclean-recursive
710 -rm -f ./$(DEPDIR)/main.Po
711 -rm -f ./$(DEPDIR)/mkafmmap.Po
712 -rm -f ./$(DEPDIR)/prt_lpr.Po
713 -rm -f ./$(DEPDIR)/psgen.Po
714 -rm -f ./$(DEPDIR)/util.Po
715 -rm -f Makefile
716 distclean-am: clean-am distclean-compile distclean-generic \
717 distclean-tags
718
719 dvi: dvi-recursive
720
721 dvi-am:
722
723 html: html-recursive
724
725 html-am:
726
727 info: info-recursive
728
729 info-am:
730
731 install-data-am:
732
733 install-dvi: install-dvi-recursive
734
735 install-dvi-am:
736
737 install-exec-am: install-binPROGRAMS
738
739 install-html: install-html-recursive
740
741 install-html-am:
742
743 install-info: install-info-recursive
744
745 install-info-am:
746
747 install-man:
748
749 install-pdf: install-pdf-recursive
750
751 install-pdf-am:
752
753 install-ps: install-ps-recursive
754
755 install-ps-am:
756
757 installcheck-am:
758
759 maintainer-clean: maintainer-clean-recursive
760 -rm -f ./$(DEPDIR)/main.Po
761 -rm -f ./$(DEPDIR)/mkafmmap.Po
762 -rm -f ./$(DEPDIR)/prt_lpr.Po
763 -rm -f ./$(DEPDIR)/psgen.Po
764 -rm -f ./$(DEPDIR)/util.Po
765 -rm -f Makefile
766 maintainer-clean-am: distclean-am maintainer-clean-generic
767
768 mostlyclean: mostlyclean-recursive
769
770 mostlyclean-am: mostlyclean-compile mostlyclean-generic
771
772 pdf: pdf-recursive
773
774 pdf-am:
775
776 ps: ps-recursive
777
778 ps-am:
779
780 uninstall-am: uninstall-binPROGRAMS
781
782 .MAKE: $(am__recursive_targets) install-am install-strip
783
784 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
785 am--depfiles check check-am clean clean-binPROGRAMS \
786 clean-generic cscopelist-am ctags ctags-am distclean \
787 distclean-compile distclean-generic distclean-tags distdir dvi \
788 dvi-am html html-am info info-am install install-am \
789 install-binPROGRAMS install-data install-data-am install-dvi \
790 install-dvi-am install-exec install-exec-am install-html \
791 install-html-am install-info install-info-am install-man \
792 install-pdf install-pdf-am install-ps install-ps-am \
793 install-strip installcheck installcheck-am installdirs \
794 installdirs-am maintainer-clean maintainer-clean-generic \
795 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
796 ps ps-am tags tags-am uninstall uninstall-am \
797 uninstall-binPROGRAMS
798
799 .PRECIOUS: Makefile
800
801
802 # Tell versions [3.59,3.63) of GNU make to not export all variables.
803 # Otherwise a system limit (for SysV at least) may be exceeded.
804 .NOEXPORT: