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