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#  Copyright 2005  Red Hat, Inc.
19#
20#  Permission to use, copy, modify, distribute, and sell this software and its
21#  documentation for any purpose is hereby granted without fee, provided that
22#  the above copyright notice appear in all copies and that both that
23#  copyright notice and this permission notice appear in supporting
24#  documentation, and that the name of Red Hat not be used in
25#  advertising or publicity pertaining to distribution of the software without
26#  specific, written prior permission.  Red Hat makes no
27#  representations about the suitability of this software for any purpose.  It
28#  is provided "as is" without express or implied warranty.
29#
30#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
33#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
34#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
35#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
36#  PERFORMANCE OF THIS SOFTWARE.
37
38
39VPATH = @srcdir@
40am__is_gnu_make = { \
41  if test -z '$(MAKELEVEL)'; then \
42    false; \
43  elif test -n '$(MAKE_HOST)'; then \
44    true; \
45  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
46    true; \
47  else \
48    false; \
49  fi; \
50}
51am__make_running_with_option = \
52  case $${target_option-} in \
53      ?) ;; \
54      *) echo "am__make_running_with_option: internal error: invalid" \
55              "target option '$${target_option-}' specified" >&2; \
56         exit 1;; \
57  esac; \
58  has_opt=no; \
59  sane_makeflags=$$MAKEFLAGS; \
60  if $(am__is_gnu_make); then \
61    sane_makeflags=$$MFLAGS; \
62  else \
63    case $$MAKEFLAGS in \
64      *\\[\ \	]*) \
65        bs=\\; \
66        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
67          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
68    esac; \
69  fi; \
70  skip_next=no; \
71  strip_trailopt () \
72  { \
73    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
74  }; \
75  for flg in $$sane_makeflags; do \
76    test $$skip_next = yes && { skip_next=no; continue; }; \
77    case $$flg in \
78      *=*|--*) continue;; \
79        -*I) strip_trailopt 'I'; skip_next=yes;; \
80      -*I?*) strip_trailopt 'I';; \
81        -*O) strip_trailopt 'O'; skip_next=yes;; \
82      -*O?*) strip_trailopt 'O';; \
83        -*l) strip_trailopt 'l'; skip_next=yes;; \
84      -*l?*) strip_trailopt 'l';; \
85      -[dEDm]) skip_next=yes;; \
86      -[JT]) skip_next=yes;; \
87    esac; \
88    case $$flg in \
89      *$$target_option*) has_opt=yes; break;; \
90    esac; \
91  done; \
92  test $$has_opt = yes
93am__make_dryrun = (target_option=n; $(am__make_running_with_option))
94am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
95pkgdatadir = $(datadir)/@PACKAGE@
96pkgincludedir = $(includedir)/@PACKAGE@
97pkglibdir = $(libdir)/@PACKAGE@
98pkglibexecdir = $(libexecdir)/@PACKAGE@
99am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
100install_sh_DATA = $(install_sh) -c -m 644
101install_sh_PROGRAM = $(install_sh) -c
102install_sh_SCRIPT = $(install_sh) -c
103INSTALL_HEADER = $(INSTALL_DATA)
104transform = $(program_transform_name)
105NORMAL_INSTALL = :
106PRE_INSTALL = :
107POST_INSTALL = :
108NORMAL_UNINSTALL = :
109PRE_UNINSTALL = :
110POST_UNINSTALL = :
111build_triplet = @build@
112host_triplet = @host@
113bin_PROGRAMS = xgc$(EXEEXT)
114subdir = .
115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116am__aclocal_m4_deps = $(top_srcdir)/configure.ac
117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118	$(ACLOCAL_M4)
119DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
120	$(am__configure_deps) $(dist_appdefault_DATA) \
121	$(am__DIST_COMMON)
122am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
123 configure.lineno config.status.lineno
124mkinstalldirs = $(install_sh) -d
125CONFIG_HEADER = config.h
126CONFIG_CLEAN_FILES =
127CONFIG_CLEAN_VPATH_FILES =
128am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)"
129PROGRAMS = $(bin_PROGRAMS)
130am_xgc_OBJECTS = choice.$(OBJEXT) dashlist.$(OBJEXT) getfile.$(OBJEXT) \
131	gram.$(OBJEXT) interpret.$(OBJEXT) lex.$(OBJEXT) \
132	main.$(OBJEXT) planemask.$(OBJEXT) record.$(OBJEXT) \
133	testfrac.$(OBJEXT) tests.$(OBJEXT) text.$(OBJEXT)
134xgc_OBJECTS = $(am_xgc_OBJECTS)
135am__DEPENDENCIES_1 =
136xgc_DEPENDENCIES = $(am__DEPENDENCIES_1)
137AM_V_P = $(am__v_P_@AM_V@)
138am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
139am__v_P_0 = false
140am__v_P_1 = :
141AM_V_GEN = $(am__v_GEN_@AM_V@)
142am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
143am__v_GEN_0 = @echo "  GEN     " $@;
144am__v_GEN_1 = 
145AM_V_at = $(am__v_at_@AM_V@)
146am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
147am__v_at_0 = @
148am__v_at_1 = 
149DEFAULT_INCLUDES = -I.@am__isrc@
150depcomp = $(SHELL) $(top_srcdir)/depcomp
151am__maybe_remake_depfiles = depfiles
152am__depfiles_remade = ./$(DEPDIR)/choice.Po ./$(DEPDIR)/dashlist.Po \
153	./$(DEPDIR)/getfile.Po ./$(DEPDIR)/gram.Po \
154	./$(DEPDIR)/interpret.Po ./$(DEPDIR)/lex.Po \
155	./$(DEPDIR)/main.Po ./$(DEPDIR)/planemask.Po \
156	./$(DEPDIR)/record.Po ./$(DEPDIR)/testfrac.Po \
157	./$(DEPDIR)/tests.Po ./$(DEPDIR)/text.Po
158am__mv = mv -f
159COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
160	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
161AM_V_CC = $(am__v_CC_@AM_V@)
162am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
163am__v_CC_0 = @echo "  CC      " $@;
164am__v_CC_1 = 
165CCLD = $(CC)
166LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
167AM_V_CCLD = $(am__v_CCLD_@AM_V@)
168am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
169am__v_CCLD_0 = @echo "  CCLD    " $@;
170am__v_CCLD_1 = 
171LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
172AM_V_LEX = $(am__v_LEX_@AM_V@)
173am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
174am__v_LEX_0 = @echo "  LEX     " $@;
175am__v_LEX_1 = 
176YLWRAP = $(top_srcdir)/ylwrap
177am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
178		   -e s/c++$$/h++/ -e s/c$$/h/
179YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
180AM_V_YACC = $(am__v_YACC_@AM_V@)
181am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
182am__v_YACC_0 = @echo "  YACC    " $@;
183am__v_YACC_1 = 
184SOURCES = $(xgc_SOURCES)
185DIST_SOURCES = $(xgc_SOURCES)
186RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
187	ctags-recursive dvi-recursive html-recursive info-recursive \
188	install-data-recursive install-dvi-recursive \
189	install-exec-recursive install-html-recursive \
190	install-info-recursive install-pdf-recursive \
191	install-ps-recursive install-recursive installcheck-recursive \
192	installdirs-recursive pdf-recursive ps-recursive \
193	tags-recursive uninstall-recursive
194am__can_run_installinfo = \
195  case $$AM_UPDATE_INFO_DIR in \
196    n|no|NO) false;; \
197    *) (install-info --version) >/dev/null 2>&1;; \
198  esac
199am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
200am__vpath_adj = case $$p in \
201    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
202    *) f=$$p;; \
203  esac;
204am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
205am__install_max = 40
206am__nobase_strip_setup = \
207  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
208am__nobase_strip = \
209  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
210am__nobase_list = $(am__nobase_strip_setup); \
211  for p in $$list; do echo "$$p $$p"; done | \
212  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
213  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
214    if (++n[$$2] == $(am__install_max)) \
215      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
216    END { for (dir in files) print dir, files[dir] }'
217am__base_list = \
218  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
219  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
220am__uninstall_files_from_dir = { \
221  test -z "$$files" \
222    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
223    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
224         $(am__cd) "$$dir" && rm -f $$files; }; \
225  }
226DATA = $(dist_appdefault_DATA)
227RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
228  distclean-recursive maintainer-clean-recursive
229am__recursive_targets = \
230  $(RECURSIVE_TARGETS) \
231  $(RECURSIVE_CLEAN_TARGETS) \
232  $(am__extra_recursive_targets)
233AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
234	cscope distdir distdir-am dist dist-all distcheck
235am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
236	config.h.in
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.
240am__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.
248am__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)`
253DIST_SUBDIRS = $(SUBDIRS)
254am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
255	ChangeLog INSTALL README.md compile config.guess config.sub \
256	depcomp gram.c gram.h install-sh lex.c missing ylwrap
257DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
258distdir = $(PACKAGE)-$(VERSION)
259top_distdir = $(distdir)
260am__remove_distdir = \
261  if test -d "$(distdir)"; then \
262    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
263      && rm -rf "$(distdir)" \
264      || { sleep 5 && rm -rf "$(distdir)"; }; \
265  else :; fi
266am__post_remove_distdir = $(am__remove_distdir)
267am__relativize = \
268  dir0=`pwd`; \
269  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
270  sed_rest='s,^[^/]*/*,,'; \
271  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
272  sed_butlast='s,/*[^/]*$$,,'; \
273  while test -n "$$dir1"; do \
274    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
275    if test "$$first" != "."; then \
276      if test "$$first" = ".."; then \
277        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
278        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
279      else \
280        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
281        if test "$$first2" = "$$first"; then \
282          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
283        else \
284          dir2="../$$dir2"; \
285        fi; \
286        dir0="$$dir0"/"$$first"; \
287      fi; \
288    fi; \
289    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
290  done; \
291  reldir="$$dir2"
292DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
293GZIP_ENV = --best
294DIST_TARGETS = dist-xz dist-gzip
295# Exists only to be overridden by the user if desired.
296AM_DISTCHECK_DVI_TARGET = dvi
297distuninstallcheck_listfiles = find . -type f -print
298am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
299  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
300distcleancheck_listfiles = find . -type f -print
301ACLOCAL = @ACLOCAL@
302ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
303ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
304AMTAR = @AMTAR@
305AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
306APP_MAN_DIR = @APP_MAN_DIR@
307APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
308AUTOCONF = @AUTOCONF@
309AUTOHEADER = @AUTOHEADER@
310AUTOMAKE = @AUTOMAKE@
311AWK = @AWK@
312BASE_CFLAGS = @BASE_CFLAGS@
313CC = @CC@
314CCDEPMODE = @CCDEPMODE@
315CFLAGS = @CFLAGS@
316CHANGELOG_CMD = @CHANGELOG_CMD@
317CPPFLAGS = @CPPFLAGS@
318CSCOPE = @CSCOPE@
319CTAGS = @CTAGS@
320CWARNFLAGS = @CWARNFLAGS@
321CYGPATH_W = @CYGPATH_W@
322DEFS = @DEFS@
323DEPDIR = @DEPDIR@
324DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
325DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
326ECHO_C = @ECHO_C@
327ECHO_N = @ECHO_N@
328ECHO_T = @ECHO_T@
329ETAGS = @ETAGS@
330EXEEXT = @EXEEXT@
331FILE_MAN_DIR = @FILE_MAN_DIR@
332FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
333INSTALL = @INSTALL@
334INSTALL_CMD = @INSTALL_CMD@
335INSTALL_DATA = @INSTALL_DATA@
336INSTALL_PROGRAM = @INSTALL_PROGRAM@
337INSTALL_SCRIPT = @INSTALL_SCRIPT@
338INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
339LDFLAGS = @LDFLAGS@
340LEX = @LEX@
341LEXLIB = @LEXLIB@
342LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
343LIBOBJS = @LIBOBJS@
344LIBS = @LIBS@
345LIB_MAN_DIR = @LIB_MAN_DIR@
346LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
347LTLIBOBJS = @LTLIBOBJS@
348MAKEINFO = @MAKEINFO@
349MAN_SUBSTS = @MAN_SUBSTS@
350MISC_MAN_DIR = @MISC_MAN_DIR@
351MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
352MKDIR_P = @MKDIR_P@
353OBJEXT = @OBJEXT@
354PACKAGE = @PACKAGE@
355PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
356PACKAGE_NAME = @PACKAGE_NAME@
357PACKAGE_STRING = @PACKAGE_STRING@
358PACKAGE_TARNAME = @PACKAGE_TARNAME@
359PACKAGE_URL = @PACKAGE_URL@
360PACKAGE_VERSION = @PACKAGE_VERSION@
361PATH_SEPARATOR = @PATH_SEPARATOR@
362PKG_CONFIG = @PKG_CONFIG@
363PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
364PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
365SED = @SED@
366SET_MAKE = @SET_MAKE@
367SHELL = @SHELL@
368STRICT_CFLAGS = @STRICT_CFLAGS@
369STRIP = @STRIP@
370VERSION = @VERSION@
371XGC_CFLAGS = @XGC_CFLAGS@
372XGC_LIBS = @XGC_LIBS@
373XORG_MAN_PAGE = @XORG_MAN_PAGE@
374YACC = @YACC@
375YACC_INST = @YACC_INST@
376YFLAGS = @YFLAGS@
377abs_builddir = @abs_builddir@
378abs_srcdir = @abs_srcdir@
379abs_top_builddir = @abs_top_builddir@
380abs_top_srcdir = @abs_top_srcdir@
381ac_ct_CC = @ac_ct_CC@
382am__include = @am__include@
383am__leading_dot = @am__leading_dot@
384am__quote = @am__quote@
385am__tar = @am__tar@
386am__untar = @am__untar@
387appdefaultdir = @appdefaultdir@
388bindir = @bindir@
389build = @build@
390build_alias = @build_alias@
391build_cpu = @build_cpu@
392build_os = @build_os@
393build_vendor = @build_vendor@
394builddir = @builddir@
395datadir = @datadir@
396datarootdir = @datarootdir@
397docdir = @docdir@
398dvidir = @dvidir@
399exec_prefix = @exec_prefix@
400host = @host@
401host_alias = @host_alias@
402host_cpu = @host_cpu@
403host_os = @host_os@
404host_vendor = @host_vendor@
405htmldir = @htmldir@
406includedir = @includedir@
407infodir = @infodir@
408install_sh = @install_sh@
409libdir = @libdir@
410libexecdir = @libexecdir@
411localedir = @localedir@
412localstatedir = @localstatedir@
413mandir = @mandir@
414mkdir_p = @mkdir_p@
415oldincludedir = @oldincludedir@
416pdfdir = @pdfdir@
417prefix = @prefix@
418program_transform_name = @program_transform_name@
419psdir = @psdir@
420runstatedir = @runstatedir@
421sbindir = @sbindir@
422sharedstatedir = @sharedstatedir@
423srcdir = @srcdir@
424sysconfdir = @sysconfdir@
425target_alias = @target_alias@
426top_build_prefix = @top_build_prefix@
427top_builddir = @top_builddir@
428top_srcdir = @top_srcdir@
429AM_YFLAGS = -d
430SUBDIRS = man
431AM_CPPFLAGS = -D_CONST_X_STRING
432AM_CFLAGS = $(CWARNFLAGS) $(XGC_CFLAGS) -D_BSD_SOURCE
433xgc_LDADD = $(XGC_LIBS) -lm
434xgc_SOURCES = \
435        choice.c \
436        constants.h \
437        dashlist.c \
438        getfile.c \
439	gram.y \
440        interpret.c \
441	lex.l \
442        main.c \
443        planemask.c \
444        record.c \
445        testfrac.c \
446        tests.c \
447        text.c \
448        xgc.h
449
450BUILT_SOURCES = gram.h
451MAINTAINERCLEANFILES = ChangeLog INSTALL
452
453# App default files
454DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults
455dist_appdefault_DATA = \
456        app-defaults/Xgc \
457        app-defaults/Xgc-color
458
459EXTRA_DIST = tile Bugs	\
460	README.md							\
461	Written/FilledRects						\
462	Written/Interface						\
463	Written/Jim							\
464	Written/Notes							\
465	Written/Notes2							\
466	Written/Outline							\
467	Written/Widget
468
469all: $(BUILT_SOURCES) config.h
470	$(MAKE) $(AM_MAKEFLAGS) all-recursive
471
472.SUFFIXES:
473.SUFFIXES: .c .l .o .obj .y
474am--refresh: Makefile
475	@:
476$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
477	@for dep in $?; do \
478	  case '$(am__configure_deps)' in \
479	    *$$dep*) \
480	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
481	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
482		&& exit 0; \
483	      exit 1;; \
484	  esac; \
485	done; \
486	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
487	$(am__cd) $(top_srcdir) && \
488	  $(AUTOMAKE) --foreign Makefile
489Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
490	@case '$?' in \
491	  *config.status*) \
492	    echo ' $(SHELL) ./config.status'; \
493	    $(SHELL) ./config.status;; \
494	  *) \
495	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
496	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
497	esac;
498
499$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
500	$(SHELL) ./config.status --recheck
501
502$(top_srcdir)/configure:  $(am__configure_deps)
503	$(am__cd) $(srcdir) && $(AUTOCONF)
504$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
505	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
506$(am__aclocal_m4_deps):
507
508config.h: stamp-h1
509	@test -f $@ || rm -f stamp-h1
510	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
511
512stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
513	@rm -f stamp-h1
514	cd $(top_builddir) && $(SHELL) ./config.status config.h
515$(srcdir)/config.h.in:  $(am__configure_deps) 
516	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
517	rm -f stamp-h1
518	touch $@
519
520distclean-hdr:
521	-rm -f config.h stamp-h1
522install-binPROGRAMS: $(bin_PROGRAMS)
523	@$(NORMAL_INSTALL)
524	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
525	if test -n "$$list"; then \
526	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
527	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
528	fi; \
529	for p in $$list; do echo "$$p $$p"; done | \
530	sed 's/$(EXEEXT)$$//' | \
531	while read p p1; do if test -f $$p \
532	  ; then echo "$$p"; echo "$$p"; else :; fi; \
533	done | \
534	sed -e 'p;s,.*/,,;n;h' \
535	    -e 's|.*|.|' \
536	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
537	sed 'N;N;N;s,\n, ,g' | \
538	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
539	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
540	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
541	    else { print "f", $$3 "/" $$4, $$1; } } \
542	  END { for (d in files) print "f", d, files[d] }' | \
543	while read type dir files; do \
544	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
545	    test -z "$$files" || { \
546	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
547	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
548	    } \
549	; done
550
551uninstall-binPROGRAMS:
552	@$(NORMAL_UNINSTALL)
553	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
554	files=`for p in $$list; do echo "$$p"; done | \
555	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
556	      -e 's/$$/$(EXEEXT)/' \
557	`; \
558	test -n "$$list" || exit 0; \
559	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
560	cd "$(DESTDIR)$(bindir)" && rm -f $$files
561
562clean-binPROGRAMS:
563	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
564gram.h: gram.c
565	@if test ! -f $@; then rm -f gram.c; else :; fi
566	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) gram.c; else :; fi
567
568xgc$(EXEEXT): $(xgc_OBJECTS) $(xgc_DEPENDENCIES) $(EXTRA_xgc_DEPENDENCIES) 
569	@rm -f xgc$(EXEEXT)
570	$(AM_V_CCLD)$(LINK) $(xgc_OBJECTS) $(xgc_LDADD) $(LIBS)
571
572mostlyclean-compile:
573	-rm -f *.$(OBJEXT)
574
575distclean-compile:
576	-rm -f *.tab.c
577
578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/choice.Po@am__quote@ # am--include-marker
579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dashlist.Po@am__quote@ # am--include-marker
580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getfile.Po@am__quote@ # am--include-marker
581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gram.Po@am__quote@ # am--include-marker
582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interpret.Po@am__quote@ # am--include-marker
583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Po@am__quote@ # am--include-marker
584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker
585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/planemask.Po@am__quote@ # am--include-marker
586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/record.Po@am__quote@ # am--include-marker
587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfrac.Po@am__quote@ # am--include-marker
588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests.Po@am__quote@ # am--include-marker
589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text.Po@am__quote@ # am--include-marker
590
591$(am__depfiles_remade):
592	@$(MKDIR_P) $(@D)
593	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
594
595am--depfiles: $(am__depfiles_remade)
596
597.c.o:
598@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
599@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
600@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
601@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
603
604.c.obj:
605@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
606@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
607@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
608@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
610
611.l.c:
612	$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
613
614.y.c:
615	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
616install-dist_appdefaultDATA: $(dist_appdefault_DATA)
617	@$(NORMAL_INSTALL)
618	@list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \
619	if test -n "$$list"; then \
620	  echo " $(MKDIR_P) '$(DESTDIR)$(appdefaultdir)'"; \
621	  $(MKDIR_P) "$(DESTDIR)$(appdefaultdir)" || exit 1; \
622	fi; \
623	for p in $$list; do \
624	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
625	  echo "$$d$$p"; \
626	done | $(am__base_list) | \
627	while read files; do \
628	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdefaultdir)'"; \
629	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appdefaultdir)" || exit $$?; \
630	done
631
632uninstall-dist_appdefaultDATA:
633	@$(NORMAL_UNINSTALL)
634	@list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \
635	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
636	dir='$(DESTDIR)$(appdefaultdir)'; $(am__uninstall_files_from_dir)
637
638# This directory's subdirectories are mostly independent; you can cd
639# into them and run 'make' without going through this Makefile.
640# To change the values of 'make' variables: instead of editing Makefiles,
641# (1) if the variable is set in 'config.status', edit 'config.status'
642#     (which will cause the Makefiles to be regenerated when you run 'make');
643# (2) otherwise, pass the desired values on the 'make' command line.
644$(am__recursive_targets):
645	@fail=; \
646	if $(am__make_keepgoing); then \
647	  failcom='fail=yes'; \
648	else \
649	  failcom='exit 1'; \
650	fi; \
651	dot_seen=no; \
652	target=`echo $@ | sed s/-recursive//`; \
653	case "$@" in \
654	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
655	  *) list='$(SUBDIRS)' ;; \
656	esac; \
657	for subdir in $$list; do \
658	  echo "Making $$target in $$subdir"; \
659	  if test "$$subdir" = "."; then \
660	    dot_seen=yes; \
661	    local_target="$$target-am"; \
662	  else \
663	    local_target="$$target"; \
664	  fi; \
665	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
666	  || eval $$failcom; \
667	done; \
668	if test "$$dot_seen" = "no"; then \
669	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
670	fi; test -z "$$fail"
671
672ID: $(am__tagged_files)
673	$(am__define_uniq_tagged_files); mkid -fID $$unique
674tags: tags-recursive
675TAGS: tags
676
677tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
678	set x; \
679	here=`pwd`; \
680	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
681	  include_option=--etags-include; \
682	  empty_fix=.; \
683	else \
684	  include_option=--include; \
685	  empty_fix=; \
686	fi; \
687	list='$(SUBDIRS)'; for subdir in $$list; do \
688	  if test "$$subdir" = .; then :; else \
689	    test ! -f $$subdir/TAGS || \
690	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
691	  fi; \
692	done; \
693	$(am__define_uniq_tagged_files); \
694	shift; \
695	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
696	  test -n "$$unique" || unique=$$empty_fix; \
697	  if test $$# -gt 0; then \
698	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
699	      "$$@" $$unique; \
700	  else \
701	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
702	      $$unique; \
703	  fi; \
704	fi
705ctags: ctags-recursive
706
707CTAGS: ctags
708ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
709	$(am__define_uniq_tagged_files); \
710	test -z "$(CTAGS_ARGS)$$unique" \
711	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
712	     $$unique
713
714GTAGS:
715	here=`$(am__cd) $(top_builddir) && pwd` \
716	  && $(am__cd) $(top_srcdir) \
717	  && gtags -i $(GTAGS_ARGS) "$$here"
718cscope: cscope.files
719	test ! -s cscope.files \
720	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
721clean-cscope:
722	-rm -f cscope.files
723cscope.files: clean-cscope cscopelist
724cscopelist: cscopelist-recursive
725
726cscopelist-am: $(am__tagged_files)
727	list='$(am__tagged_files)'; \
728	case "$(srcdir)" in \
729	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
730	  *) sdir=$(subdir)/$(srcdir) ;; \
731	esac; \
732	for i in $$list; do \
733	  if test -f "$$i"; then \
734	    echo "$(subdir)/$$i"; \
735	  else \
736	    echo "$$sdir/$$i"; \
737	  fi; \
738	done >> $(top_builddir)/cscope.files
739
740distclean-tags:
741	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
742	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
743distdir: $(BUILT_SOURCES)
744	$(MAKE) $(AM_MAKEFLAGS) distdir-am
745
746distdir-am: $(DISTFILES)
747	$(am__remove_distdir)
748	test -d "$(distdir)" || mkdir "$(distdir)"
749	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
750	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
751	list='$(DISTFILES)'; \
752	  dist_files=`for file in $$list; do echo $$file; done | \
753	  sed -e "s|^$$srcdirstrip/||;t" \
754	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
755	case $$dist_files in \
756	  */*) $(MKDIR_P) `echo "$$dist_files" | \
757			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
758			   sort -u` ;; \
759	esac; \
760	for file in $$dist_files; do \
761	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
762	  if test -d $$d/$$file; then \
763	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
764	    if test -d "$(distdir)/$$file"; then \
765	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
766	    fi; \
767	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
768	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
769	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
770	    fi; \
771	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
772	  else \
773	    test -f "$(distdir)/$$file" \
774	    || cp -p $$d/$$file "$(distdir)/$$file" \
775	    || exit 1; \
776	  fi; \
777	done
778	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
779	  if test "$$subdir" = .; then :; else \
780	    $(am__make_dryrun) \
781	      || test -d "$(distdir)/$$subdir" \
782	      || $(MKDIR_P) "$(distdir)/$$subdir" \
783	      || exit 1; \
784	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
785	    $(am__relativize); \
786	    new_distdir=$$reldir; \
787	    dir1=$$subdir; dir2="$(top_distdir)"; \
788	    $(am__relativize); \
789	    new_top_distdir=$$reldir; \
790	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
791	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
792	    ($(am__cd) $$subdir && \
793	      $(MAKE) $(AM_MAKEFLAGS) \
794	        top_distdir="$$new_top_distdir" \
795	        distdir="$$new_distdir" \
796		am__remove_distdir=: \
797		am__skip_length_check=: \
798		am__skip_mode_fix=: \
799	        distdir) \
800	      || exit 1; \
801	  fi; \
802	done
803	$(MAKE) $(AM_MAKEFLAGS) \
804	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
805	  dist-hook
806	-test -n "$(am__skip_mode_fix)" \
807	|| find "$(distdir)" -type d ! -perm -755 \
808		-exec chmod u+rwx,go+rx {} \; -o \
809	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
810	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
811	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
812	|| chmod -R a+r "$(distdir)"
813dist-gzip: distdir
814	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
815	$(am__post_remove_distdir)
816
817dist-bzip2: distdir
818	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
819	$(am__post_remove_distdir)
820
821dist-lzip: distdir
822	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
823	$(am__post_remove_distdir)
824dist-xz: distdir
825	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
826	$(am__post_remove_distdir)
827
828dist-zstd: distdir
829	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
830	$(am__post_remove_distdir)
831
832dist-tarZ: distdir
833	@echo WARNING: "Support for distribution archives compressed with" \
834		       "legacy program 'compress' is deprecated." >&2
835	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
836	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
837	$(am__post_remove_distdir)
838
839dist-shar: distdir
840	@echo WARNING: "Support for shar distribution archives is" \
841	               "deprecated." >&2
842	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
843	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
844	$(am__post_remove_distdir)
845
846dist-zip: distdir
847	-rm -f $(distdir).zip
848	zip -rq $(distdir).zip $(distdir)
849	$(am__post_remove_distdir)
850
851dist dist-all:
852	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
853	$(am__post_remove_distdir)
854
855# This target untars the dist file and tries a VPATH configuration.  Then
856# it guarantees that the distribution is self-contained by making another
857# tarfile.
858distcheck: dist
859	case '$(DIST_ARCHIVES)' in \
860	*.tar.gz*) \
861	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
862	*.tar.bz2*) \
863	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
864	*.tar.lz*) \
865	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
866	*.tar.xz*) \
867	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
868	*.tar.Z*) \
869	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
870	*.shar.gz*) \
871	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
872	*.zip*) \
873	  unzip $(distdir).zip ;;\
874	*.tar.zst*) \
875	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
876	esac
877	chmod -R a-w $(distdir)
878	chmod u+w $(distdir)
879	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
880	chmod a-w $(distdir)
881	test -d $(distdir)/_build || exit 0; \
882	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
883	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
884	  && am__cwd=`pwd` \
885	  && $(am__cd) $(distdir)/_build/sub \
886	  && ../../configure \
887	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
888	    $(DISTCHECK_CONFIGURE_FLAGS) \
889	    --srcdir=../.. --prefix="$$dc_install_base" \
890	  && $(MAKE) $(AM_MAKEFLAGS) \
891	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
892	  && $(MAKE) $(AM_MAKEFLAGS) check \
893	  && $(MAKE) $(AM_MAKEFLAGS) install \
894	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
895	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
896	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
897	        distuninstallcheck \
898	  && chmod -R a-w "$$dc_install_base" \
899	  && ({ \
900	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
901	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
902	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
903	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
904	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
905	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
906	  && rm -rf "$$dc_destdir" \
907	  && $(MAKE) $(AM_MAKEFLAGS) dist \
908	  && rm -rf $(DIST_ARCHIVES) \
909	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
910	  && cd "$$am__cwd" \
911	  || exit 1
912	$(am__post_remove_distdir)
913	@(echo "$(distdir) archives ready for distribution: "; \
914	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
915	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
916distuninstallcheck:
917	@test -n '$(distuninstallcheck_dir)' || { \
918	  echo 'ERROR: trying to run $@ with an empty' \
919	       '$$(distuninstallcheck_dir)' >&2; \
920	  exit 1; \
921	}; \
922	$(am__cd) '$(distuninstallcheck_dir)' || { \
923	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
924	  exit 1; \
925	}; \
926	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
927	   || { echo "ERROR: files left after uninstall:" ; \
928	        if test -n "$(DESTDIR)"; then \
929	          echo "  (check DESTDIR support)"; \
930	        fi ; \
931	        $(distuninstallcheck_listfiles) ; \
932	        exit 1; } >&2
933distcleancheck: distclean
934	@if test '$(srcdir)' = . ; then \
935	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
936	  exit 1 ; \
937	fi
938	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
939	  || { echo "ERROR: files left in build directory after distclean:" ; \
940	       $(distcleancheck_listfiles) ; \
941	       exit 1; } >&2
942check-am: all-am
943check: $(BUILT_SOURCES)
944	$(MAKE) $(AM_MAKEFLAGS) check-recursive
945all-am: Makefile $(PROGRAMS) $(DATA) config.h
946installdirs: installdirs-recursive
947installdirs-am:
948	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)"; do \
949	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
950	done
951install: $(BUILT_SOURCES)
952	$(MAKE) $(AM_MAKEFLAGS) install-recursive
953install-exec: $(BUILT_SOURCES)
954	$(MAKE) $(AM_MAKEFLAGS) install-exec-recursive
955install-data: install-data-recursive
956uninstall: uninstall-recursive
957
958install-am: all-am
959	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
960
961installcheck: installcheck-recursive
962install-strip:
963	if test -z '$(STRIP)'; then \
964	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
965	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
966	      install; \
967	else \
968	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
969	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
970	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
971	fi
972mostlyclean-generic:
973
974clean-generic:
975
976distclean-generic:
977	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
978	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
979
980maintainer-clean-generic:
981	@echo "This command is intended for maintainers to use"
982	@echo "it deletes files that may require special tools to rebuild."
983	-rm -f gram.c
984	-rm -f gram.h
985	-rm -f lex.c
986	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
987	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
988clean: clean-recursive
989
990clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
991
992distclean: distclean-recursive
993	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
994		-rm -f ./$(DEPDIR)/choice.Po
995	-rm -f ./$(DEPDIR)/dashlist.Po
996	-rm -f ./$(DEPDIR)/getfile.Po
997	-rm -f ./$(DEPDIR)/gram.Po
998	-rm -f ./$(DEPDIR)/interpret.Po
999	-rm -f ./$(DEPDIR)/lex.Po
1000	-rm -f ./$(DEPDIR)/main.Po
1001	-rm -f ./$(DEPDIR)/planemask.Po
1002	-rm -f ./$(DEPDIR)/record.Po
1003	-rm -f ./$(DEPDIR)/testfrac.Po
1004	-rm -f ./$(DEPDIR)/tests.Po
1005	-rm -f ./$(DEPDIR)/text.Po
1006	-rm -f Makefile
1007distclean-am: clean-am distclean-compile distclean-generic \
1008	distclean-hdr distclean-tags
1009
1010dvi: dvi-recursive
1011
1012dvi-am:
1013
1014html: html-recursive
1015
1016html-am:
1017
1018info: info-recursive
1019
1020info-am:
1021
1022install-data-am: install-dist_appdefaultDATA
1023
1024install-dvi: install-dvi-recursive
1025
1026install-dvi-am:
1027
1028install-exec-am: install-binPROGRAMS
1029
1030install-html: install-html-recursive
1031
1032install-html-am:
1033
1034install-info: install-info-recursive
1035
1036install-info-am:
1037
1038install-man:
1039
1040install-pdf: install-pdf-recursive
1041
1042install-pdf-am:
1043
1044install-ps: install-ps-recursive
1045
1046install-ps-am:
1047
1048installcheck-am:
1049
1050maintainer-clean: maintainer-clean-recursive
1051	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1052	-rm -rf $(top_srcdir)/autom4te.cache
1053		-rm -f ./$(DEPDIR)/choice.Po
1054	-rm -f ./$(DEPDIR)/dashlist.Po
1055	-rm -f ./$(DEPDIR)/getfile.Po
1056	-rm -f ./$(DEPDIR)/gram.Po
1057	-rm -f ./$(DEPDIR)/interpret.Po
1058	-rm -f ./$(DEPDIR)/lex.Po
1059	-rm -f ./$(DEPDIR)/main.Po
1060	-rm -f ./$(DEPDIR)/planemask.Po
1061	-rm -f ./$(DEPDIR)/record.Po
1062	-rm -f ./$(DEPDIR)/testfrac.Po
1063	-rm -f ./$(DEPDIR)/tests.Po
1064	-rm -f ./$(DEPDIR)/text.Po
1065	-rm -f Makefile
1066maintainer-clean-am: distclean-am maintainer-clean-generic
1067
1068mostlyclean: mostlyclean-recursive
1069
1070mostlyclean-am: mostlyclean-compile mostlyclean-generic
1071
1072pdf: pdf-recursive
1073
1074pdf-am:
1075
1076ps: ps-recursive
1077
1078ps-am:
1079
1080uninstall-am: uninstall-binPROGRAMS uninstall-dist_appdefaultDATA
1081
1082.MAKE: $(am__recursive_targets) all check install install-am \
1083	install-exec install-strip
1084
1085.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1086	am--depfiles am--refresh check check-am clean \
1087	clean-binPROGRAMS clean-cscope clean-generic cscope \
1088	cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1089	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
1090	dist-zip dist-zstd distcheck distclean distclean-compile \
1091	distclean-generic distclean-hdr distclean-tags distcleancheck \
1092	distdir distuninstallcheck dvi dvi-am html html-am info \
1093	info-am install install-am install-binPROGRAMS install-data \
1094	install-data-am install-dist_appdefaultDATA install-dvi \
1095	install-dvi-am install-exec install-exec-am install-html \
1096	install-html-am install-info install-info-am install-man \
1097	install-pdf install-pdf-am install-ps install-ps-am \
1098	install-strip installcheck installcheck-am installdirs \
1099	installdirs-am maintainer-clean maintainer-clean-generic \
1100	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
1101	ps ps-am tags tags-am uninstall uninstall-am \
1102	uninstall-binPROGRAMS uninstall-dist_appdefaultDATA
1103
1104.PRECIOUS: Makefile
1105
1106
1107.PHONY: ChangeLog INSTALL
1108
1109INSTALL:
1110	$(INSTALL_CMD)
1111
1112ChangeLog:
1113	$(CHANGELOG_CMD)
1114
1115dist-hook: ChangeLog INSTALL
1116
1117# Tell versions [3.59,3.63) of GNU make to not export all variables.
1118# Otherwise a system limit (for SysV at least) may be exceeded.
1119.NOEXPORT:
1120