1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91bin_PROGRAMS = yabasic$(EXEEXT)
92subdir = .
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
95	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99	$(ACLOCAL_M4)
100DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
101	$(am__configure_deps) $(am__DIST_COMMON)
102am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
103 configure.lineno config.status.lineno
104mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
105CONFIG_HEADER = config.h
106CONFIG_CLEAN_FILES =
107CONFIG_CLEAN_VPATH_FILES =
108am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
109PROGRAMS = $(bin_PROGRAMS)
110am_yabasic_OBJECTS = main.$(OBJEXT) function.$(OBJEXT) io.$(OBJEXT) \
111	graphic.$(OBJEXT) symbol.$(OBJEXT) foreign.$(OBJEXT) \
112	flow.$(OBJEXT) flex.$(OBJEXT) bison.$(OBJEXT) \
113	whereami.$(OBJEXT)
114yabasic_OBJECTS = $(am_yabasic_OBJECTS)
115yabasic_LDADD = $(LDADD)
116yabasic_DEPENDENCIES =
117AM_V_lt = $(am__v_lt_@AM_V@)
118am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
119am__v_lt_0 = --silent
120am__v_lt_1 =
121AM_V_P = $(am__v_P_@AM_V@)
122am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
123am__v_P_0 = false
124am__v_P_1 = :
125AM_V_GEN = $(am__v_GEN_@AM_V@)
126am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127am__v_GEN_0 = @echo "  GEN     " $@;
128am__v_GEN_1 =
129AM_V_at = $(am__v_at_@AM_V@)
130am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131am__v_at_0 = @
132am__v_at_1 =
133DEFAULT_INCLUDES = -I.@am__isrc@
134depcomp = $(SHELL) $(top_srcdir)/depcomp
135am__maybe_remake_depfiles = depfiles
136am__depfiles_remade = ./$(DEPDIR)/bison.Po ./$(DEPDIR)/flex.Po \
137	./$(DEPDIR)/flow.Po ./$(DEPDIR)/foreign.Po \
138	./$(DEPDIR)/function.Po ./$(DEPDIR)/graphic.Po \
139	./$(DEPDIR)/io.Po ./$(DEPDIR)/main.Po ./$(DEPDIR)/symbol.Po \
140	./$(DEPDIR)/whereami.Po
141am__mv = mv -f
142COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
143	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
144LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
145	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
146	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
147	$(AM_CFLAGS) $(CFLAGS)
148AM_V_CC = $(am__v_CC_@AM_V@)
149am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
150am__v_CC_0 = @echo "  CC      " $@;
151am__v_CC_1 =
152CCLD = $(CC)
153LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
154	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
155	$(AM_LDFLAGS) $(LDFLAGS) -o $@
156AM_V_CCLD = $(am__v_CCLD_@AM_V@)
157am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
158am__v_CCLD_0 = @echo "  CCLD    " $@;
159am__v_CCLD_1 =
160SOURCES = $(yabasic_SOURCES)
161DIST_SOURCES = $(yabasic_SOURCES)
162am__can_run_installinfo = \
163  case $$AM_UPDATE_INFO_DIR in \
164    n|no|NO) false;; \
165    *) (install-info --version) >/dev/null 2>&1;; \
166  esac
167am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
168am__vpath_adj = case $$p in \
169    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
170    *) f=$$p;; \
171  esac;
172am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
173am__install_max = 40
174am__nobase_strip_setup = \
175  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
176am__nobase_strip = \
177  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
178am__nobase_list = $(am__nobase_strip_setup); \
179  for p in $$list; do echo "$$p $$p"; done | \
180  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
181  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
182    if (++n[$$2] == $(am__install_max)) \
183      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
184    END { for (dir in files) print dir, files[dir] }'
185am__base_list = \
186  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
187  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
188am__uninstall_files_from_dir = { \
189  test -z "$$files" \
190    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
191    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
192         $(am__cd) "$$dir" && rm -f $$files; }; \
193  }
194man1dir = $(mandir)/man1
195NROFF = nroff
196MANS = $(man_MANS)
197am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
198	$(LISP)config.h.in
199# Read a list of newline-separated strings from the standard input,
200# and print each of them once, without duplicates.  Input order is
201# *not* preserved.
202am__uniquify_input = $(AWK) '\
203  BEGIN { nonempty = 0; } \
204  { items[$$0] = 1; nonempty = 1; } \
205  END { if (nonempty) { for (i in items) print i; }; } \
206'
207# Make sure the list of sources is unique.  This is necessary because,
208# e.g., the same source file might be shared among _SOURCES variables
209# for different programs/libraries.
210am__define_uniq_tagged_files = \
211  list='$(am__tagged_files)'; \
212  unique=`for i in $$list; do \
213    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
214  done | $(am__uniquify_input)`
215ETAGS = etags
216CTAGS = ctags
217CSCOPE = cscope
218AM_RECURSIVE_TARGETS = cscope check recheck
219am__tty_colors_dummy = \
220  mgn= red= grn= lgn= blu= brg= std=; \
221  am__color_tests=no
222am__tty_colors = { \
223  $(am__tty_colors_dummy); \
224  if test "X$(AM_COLOR_TESTS)" = Xno; then \
225    am__color_tests=no; \
226  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
227    am__color_tests=yes; \
228  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
229    am__color_tests=yes; \
230  fi; \
231  if test $$am__color_tests = yes; then \
232    red=''; \
233    grn=''; \
234    lgn=''; \
235    blu=''; \
236    mgn=''; \
237    brg=''; \
238    std=''; \
239  fi; \
240}
241am__recheck_rx = ^[ 	]*:recheck:[ 	]*
242am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
243am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
244# A command that, given a newline-separated list of test names on the
245# standard input, print the name of the tests that are to be re-run
246# upon "make recheck".
247am__list_recheck_tests = $(AWK) '{ \
248  recheck = 1; \
249  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
250    { \
251      if (rc < 0) \
252        { \
253          if ((getline line2 < ($$0 ".log")) < 0) \
254	    recheck = 0; \
255          break; \
256        } \
257      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
258        { \
259          recheck = 0; \
260          break; \
261        } \
262      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
263        { \
264          break; \
265        } \
266    }; \
267  if (recheck) \
268    print $$0; \
269  close ($$0 ".trs"); \
270  close ($$0 ".log"); \
271}'
272# A command that, given a newline-separated list of test names on the
273# standard input, create the global log from their .trs and .log files.
274am__create_global_log = $(AWK) ' \
275function fatal(msg) \
276{ \
277  print "fatal: making $@: " msg | "cat >&2"; \
278  exit 1; \
279} \
280function rst_section(header) \
281{ \
282  print header; \
283  len = length(header); \
284  for (i = 1; i <= len; i = i + 1) \
285    printf "="; \
286  printf "\n\n"; \
287} \
288{ \
289  copy_in_global_log = 1; \
290  global_test_result = "RUN"; \
291  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
292    { \
293      if (rc < 0) \
294         fatal("failed to read from " $$0 ".trs"); \
295      if (line ~ /$(am__global_test_result_rx)/) \
296        { \
297          sub("$(am__global_test_result_rx)", "", line); \
298          sub("[ 	]*$$", "", line); \
299          global_test_result = line; \
300        } \
301      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
302        copy_in_global_log = 0; \
303    }; \
304  if (copy_in_global_log) \
305    { \
306      rst_section(global_test_result ": " $$0); \
307      while ((rc = (getline line < ($$0 ".log"))) != 0) \
308      { \
309        if (rc < 0) \
310          fatal("failed to read from " $$0 ".log"); \
311        print line; \
312      }; \
313      printf "\n"; \
314    }; \
315  close ($$0 ".trs"); \
316  close ($$0 ".log"); \
317}'
318# Restructured Text title.
319am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
320# Solaris 10 'make', and several other traditional 'make' implementations,
321# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
322# by disabling -e (using the XSI extension "set +e") if it's set.
323am__sh_e_setup = case $$- in *e*) set +e;; esac
324# Default flags passed to test drivers.
325am__common_driver_flags = \
326  --color-tests "$$am__color_tests" \
327  --enable-hard-errors "$$am__enable_hard_errors" \
328  --expect-failure "$$am__expect_failure"
329# To be inserted before the command running the test.  Creates the
330# directory for the log if needed.  Stores in $dir the directory
331# containing $f, in $tst the test, in $log the log.  Executes the
332# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
333# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
334# will run the test scripts (or their associated LOG_COMPILER, if
335# thy have one).
336am__check_pre = \
337$(am__sh_e_setup);					\
338$(am__vpath_adj_setup) $(am__vpath_adj)			\
339$(am__tty_colors);					\
340srcdir=$(srcdir); export srcdir;			\
341case "$@" in						\
342  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
343    *) am__odir=.;; 					\
344esac;							\
345test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
346  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
347if test -f "./$$f"; then dir=./;			\
348elif test -f "$$f"; then dir=;				\
349else dir="$(srcdir)/"; fi;				\
350tst=$$dir$$f; log='$@'; 				\
351if test -n '$(DISABLE_HARD_ERRORS)'; then		\
352  am__enable_hard_errors=no; 				\
353else							\
354  am__enable_hard_errors=yes; 				\
355fi; 							\
356case " $(XFAIL_TESTS) " in				\
357  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
358    am__expect_failure=yes;;				\
359  *)							\
360    am__expect_failure=no;;				\
361esac; 							\
362$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
363# A shell command to get the names of the tests scripts with any registered
364# extension removed (i.e., equivalently, the names of the test logs, with
365# the '.log' extension removed).  The result is saved in the shell variable
366# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
367# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
368# since that might cause problem with VPATH rewrites for suffix-less tests.
369# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
370am__set_TESTS_bases = \
371  bases='$(TEST_LOGS)'; \
372  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
373  bases=`echo $$bases`
374RECHECK_LOGS = $(TEST_LOGS)
375TEST_SUITE_LOG = test-suite.log
376TEST_EXTENSIONS = @EXEEXT@ .test
377LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
378LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
379am__set_b = \
380  case '$@' in \
381    */*) \
382      case '$*' in \
383        */*) b='$*';; \
384          *) b=`echo '$@' | sed 's/\.log$$//'`; \
385       esac;; \
386    *) \
387      b='$*';; \
388  esac
389am__test_logs1 = $(TESTS:=.log)
390am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
391TEST_LOGS = $(am__test_logs2:.test.log=.log)
392TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
393TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
394	$(TEST_LOG_FLAGS)
395am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
396	COPYING ChangeLog INSTALL NEWS README compile config.guess \
397	config.sub depcomp install-sh ltmain.sh missing mkinstalldirs \
398	test-driver
399DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
400distdir = $(PACKAGE)-$(VERSION)
401top_distdir = $(distdir)
402am__remove_distdir = \
403  if test -d "$(distdir)"; then \
404    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
405      && rm -rf "$(distdir)" \
406      || { sleep 5 && rm -rf "$(distdir)"; }; \
407  else :; fi
408am__post_remove_distdir = $(am__remove_distdir)
409DIST_ARCHIVES = $(distdir).tar.gz
410GZIP_ENV = --best
411DIST_TARGETS = dist-gzip
412distuninstallcheck_listfiles = find . -type f -print
413am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
414  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
415distcleancheck_listfiles = find . -type f -print
416ACLOCAL = @ACLOCAL@
417ALLOCA = @ALLOCA@
418AMTAR = @AMTAR@
419AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
420AR = @AR@
421AUTOCONF = @AUTOCONF@
422AUTOHEADER = @AUTOHEADER@
423AUTOMAKE = @AUTOMAKE@
424AWK = @AWK@
425CC = @CC@
426CCDEPMODE = @CCDEPMODE@
427CCOPTIONS = @CCOPTIONS@
428CFLAGS = @CFLAGS@
429CPP = @CPP@
430CPPFLAGS = @CPPFLAGS@
431CYGPATH_W = @CYGPATH_W@
432DEFS = @DEFS@
433DEPDIR = @DEPDIR@
434DLLTOOL = @DLLTOOL@
435DSYMUTIL = @DSYMUTIL@
436DUMPBIN = @DUMPBIN@
437ECHO_C = @ECHO_C@
438ECHO_N = @ECHO_N@
439ECHO_T = @ECHO_T@
440EGREP = @EGREP@
441EXEEXT = @EXEEXT@
442FFI_CFLAGS = @FFI_CFLAGS@
443FFI_LIBS = @FFI_LIBS@
444FGREP = @FGREP@
445GREP = @GREP@
446INSTALL = @INSTALL@
447INSTALL_DATA = @INSTALL_DATA@
448INSTALL_PROGRAM = @INSTALL_PROGRAM@
449INSTALL_SCRIPT = @INSTALL_SCRIPT@
450INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
451LD = @LD@
452LDFLAGS = @LDFLAGS@
453LIBOBJS = @LIBOBJS@
454LIBS = @LIBS@
455LIBTOOL = @LIBTOOL@
456LIPO = @LIPO@
457LN_S = @LN_S@
458LTLIBOBJS = @LTLIBOBJS@
459LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
460MAKEINFO = @MAKEINFO@
461MANIFEST_TOOL = @MANIFEST_TOOL@
462MKDIR_P = @MKDIR_P@
463NM = @NM@
464NMEDIT = @NMEDIT@
465OBJDUMP = @OBJDUMP@
466OBJEXT = @OBJEXT@
467OTOOL = @OTOOL@
468OTOOL64 = @OTOOL64@
469PACKAGE = @PACKAGE@
470PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
471PACKAGE_NAME = @PACKAGE_NAME@
472PACKAGE_STRING = @PACKAGE_STRING@
473PACKAGE_TARNAME = @PACKAGE_TARNAME@
474PACKAGE_URL = @PACKAGE_URL@
475PACKAGE_VERSION = @PACKAGE_VERSION@
476PATH_SEPARATOR = @PATH_SEPARATOR@
477PKG_CONFIG = @PKG_CONFIG@
478PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
479PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
480POW_LIB = @POW_LIB@
481RANLIB = @RANLIB@
482SED = @SED@
483SET_MAKE = @SET_MAKE@
484SHELL = @SHELL@
485STRIP = @STRIP@
486VERSION = @VERSION@
487XMKMF = @XMKMF@
488X_CFLAGS = @X_CFLAGS@
489X_EXTRA_LIBS = @X_EXTRA_LIBS@
490X_LIBS = @X_LIBS@
491X_PRE_LIBS = @X_PRE_LIBS@
492abs_builddir = @abs_builddir@
493abs_srcdir = @abs_srcdir@
494abs_top_builddir = @abs_top_builddir@
495abs_top_srcdir = @abs_top_srcdir@
496ac_ct_AR = @ac_ct_AR@
497ac_ct_CC = @ac_ct_CC@
498ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
499am__include = @am__include@
500am__leading_dot = @am__leading_dot@
501am__quote = @am__quote@
502am__tar = @am__tar@
503am__untar = @am__untar@
504bindir = @bindir@
505build = @build@
506build_alias = @build_alias@
507build_cpu = @build_cpu@
508build_os = @build_os@
509build_vendor = @build_vendor@
510builddir = @builddir@
511datadir = @datadir@
512datarootdir = @datarootdir@
513docdir = @docdir@
514dvidir = @dvidir@
515exec_prefix = @exec_prefix@
516host = @host@
517host_alias = @host_alias@
518host_cpu = @host_cpu@
519host_os = @host_os@
520host_vendor = @host_vendor@
521htmldir = @htmldir@
522includedir = @includedir@
523infodir = @infodir@
524install_sh = @install_sh@
525libdir = @libdir@
526libexecdir = @libexecdir@
527localedir = @localedir@
528localstatedir = @localstatedir@
529mandir = @mandir@
530mkdir_p = @mkdir_p@
531oldincludedir = @oldincludedir@
532pdfdir = @pdfdir@
533prefix = @prefix@
534program_transform_name = @program_transform_name@
535psdir = @psdir@
536runstatedir = @runstatedir@
537sbindir = @sbindir@
538sharedstatedir = @sharedstatedir@
539srcdir = @srcdir@
540sysconfdir = @sysconfdir@
541target_alias = @target_alias@
542top_build_prefix = @top_build_prefix@
543top_builddir = @top_builddir@
544top_srcdir = @top_srcdir@
545yabasic_SOURCES = main.c function.c io.c graphic.c symbol.c foreign.c flow.c flex.c bison.c whereami.c yabasic.h bison.h whereami.h
546man_MANS = yabasic.1
547LDADD = @X_PRE_LIBS@ -lm @LIBS@ -lX11 @X_LIBS@ @X_EXTRA_LIBS@ $(FFI_LDFLAGS)
548AM_CPPFLAGS = @X_CFLAGS@ -DUNIX $(X_CFLAGS) $(FFI_CFLAGS)
549EXTRA_DIST = runme yabasic.htm yabasic.flex yabasic.bison tests configure.ac LICENSE demo.yab $(man_MANS)
550AUTOMAKE_OPTIONS = check-news subdir-objects
551ACLOCAL_AMFLAGS = -I m4
552TESTS = tests/break.yab tests/bugs.yab tests/grammar.yab tests/io.yab tests/long_variable_name.yab tests/simple.yab tests/switch_continue_break.yab tests/switch_for.yab tests/switch_gosub.yab tests/switch_goto.yab tests/switch_return.yab tests/switch_simple.yab tests/switch_subr.yab tests/switch.yab tests/numbers.yab tests/system.yab tests/string.yab tests/silent.sh tests/nested_import.yab
553
554# flags for flex (-d for debugging)
555flexflags = -i -I -L -s -d
556#	perl -i -n -e 'if (!/^\#include\s+<unistd.h>\s+$$/) {print if $$i;$$i++}' flex.c
557
558# flags for bison (-t -v for debugging)
559bisonflags = -d -l -t -v
560all: config.h
561	$(MAKE) $(AM_MAKEFLAGS) all-am
562
563.SUFFIXES:
564.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
565am--refresh: Makefile
566	@:
567$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
568	@for dep in $?; do \
569	  case '$(am__configure_deps)' in \
570	    *$$dep*) \
571	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
572	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
573		&& exit 0; \
574	      exit 1;; \
575	  esac; \
576	done; \
577	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
578	$(am__cd) $(top_srcdir) && \
579	  $(AUTOMAKE) --gnu Makefile
580Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
581	@case '$?' in \
582	  *config.status*) \
583	    echo ' $(SHELL) ./config.status'; \
584	    $(SHELL) ./config.status;; \
585	  *) \
586	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
587	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
588	esac;
589
590$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
591	$(SHELL) ./config.status --recheck
592
593$(top_srcdir)/configure:  $(am__configure_deps)
594	$(am__cd) $(srcdir) && $(AUTOCONF)
595$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
596	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
597$(am__aclocal_m4_deps):
598
599config.h: stamp-h1
600	@test -f $@ || rm -f stamp-h1
601	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
602
603stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
604	@rm -f stamp-h1
605	cd $(top_builddir) && $(SHELL) ./config.status config.h
606$(srcdir)/config.h.in:  $(am__configure_deps)
607	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
608	rm -f stamp-h1
609	touch $@
610
611distclean-hdr:
612	-rm -f config.h stamp-h1
613install-binPROGRAMS: $(bin_PROGRAMS)
614	@$(NORMAL_INSTALL)
615	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
616	if test -n "$$list"; then \
617	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
618	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
619	fi; \
620	for p in $$list; do echo "$$p $$p"; done | \
621	sed 's/$(EXEEXT)$$//' | \
622	while read p p1; do if test -f $$p \
623	 || test -f $$p1 \
624	  ; then echo "$$p"; echo "$$p"; else :; fi; \
625	done | \
626	sed -e 'p;s,.*/,,;n;h' \
627	    -e 's|.*|.|' \
628	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
629	sed 'N;N;N;s,\n, ,g' | \
630	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
631	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
632	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
633	    else { print "f", $$3 "/" $$4, $$1; } } \
634	  END { for (d in files) print "f", d, files[d] }' | \
635	while read type dir files; do \
636	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
637	    test -z "$$files" || { \
638	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
639	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
640	    } \
641	; done
642
643uninstall-binPROGRAMS:
644	@$(NORMAL_UNINSTALL)
645	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
646	files=`for p in $$list; do echo "$$p"; done | \
647	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
648	      -e 's/$$/$(EXEEXT)/' \
649	`; \
650	test -n "$$list" || exit 0; \
651	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
652	cd "$(DESTDIR)$(bindir)" && rm -f $$files
653
654clean-binPROGRAMS:
655	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
656	echo " rm -f" $$list; \
657	rm -f $$list || exit $$?; \
658	test -n "$(EXEEXT)" || exit 0; \
659	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
660	echo " rm -f" $$list; \
661	rm -f $$list
662
663yabasic$(EXEEXT): $(yabasic_OBJECTS) $(yabasic_DEPENDENCIES) $(EXTRA_yabasic_DEPENDENCIES)
664	@rm -f yabasic$(EXEEXT)
665	$(AM_V_CCLD)$(LINK) $(yabasic_OBJECTS) $(yabasic_LDADD) $(LIBS)
666
667mostlyclean-compile:
668	-rm -f *.$(OBJEXT)
669
670distclean-compile:
671	-rm -f *.tab.c
672
673@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bison.Po@am__quote@ # am--include-marker
674@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flex.Po@am__quote@ # am--include-marker
675@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flow.Po@am__quote@ # am--include-marker
676@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/foreign.Po@am__quote@ # am--include-marker
677@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/function.Po@am__quote@ # am--include-marker
678@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphic.Po@am__quote@ # am--include-marker
679@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@ # am--include-marker
680@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker
681@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symbol.Po@am__quote@ # am--include-marker
682@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whereami.Po@am__quote@ # am--include-marker
683
684$(am__depfiles_remade):
685	@$(MKDIR_P) $(@D)
686	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
687
688am--depfiles: $(am__depfiles_remade)
689
690.c.o:
691@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
692@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
693@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
694@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
695@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
696@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
697
698.c.obj:
699@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
700@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
701@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
702@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
703@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
704@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
705
706.c.lo:
707@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
708@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
709@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
710@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
711@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
712@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
713
714mostlyclean-libtool:
715	-rm -f *.lo
716
717clean-libtool:
718	-rm -rf .libs _libs
719
720distclean-libtool:
721	-rm -f libtool config.lt
722install-man1: $(man_MANS)
723	@$(NORMAL_INSTALL)
724	@list1=''; \
725	list2='$(man_MANS)'; \
726	test -n "$(man1dir)" \
727	  && test -n "`echo $$list1$$list2`" \
728	  || exit 0; \
729	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
730	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
731	{ for i in $$list1; do echo "$$i"; done;  \
732	if test -n "$$list2"; then \
733	  for i in $$list2; do echo "$$i"; done \
734	    | sed -n '/\.1[a-z]*$$/p'; \
735	fi; \
736	} | while read p; do \
737	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
738	  echo "$$d$$p"; echo "$$p"; \
739	done | \
740	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
741	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
742	sed 'N;N;s,\n, ,g' | { \
743	list=; while read file base inst; do \
744	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
745	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
746	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
747	  fi; \
748	done; \
749	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
750	while read files; do \
751	  test -z "$$files" || { \
752	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
753	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
754	done; }
755
756uninstall-man1:
757	@$(NORMAL_UNINSTALL)
758	@list=''; test -n "$(man1dir)" || exit 0; \
759	files=`{ for i in $$list; do echo "$$i"; done; \
760	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
761	  sed -n '/\.1[a-z]*$$/p'; \
762	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
763	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
764	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
765
766ID: $(am__tagged_files)
767	$(am__define_uniq_tagged_files); mkid -fID $$unique
768tags: tags-am
769TAGS: tags
770
771tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
772	set x; \
773	here=`pwd`; \
774	$(am__define_uniq_tagged_files); \
775	shift; \
776	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
777	  test -n "$$unique" || unique=$$empty_fix; \
778	  if test $$# -gt 0; then \
779	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
780	      "$$@" $$unique; \
781	  else \
782	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
783	      $$unique; \
784	  fi; \
785	fi
786ctags: ctags-am
787
788CTAGS: ctags
789ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
790	$(am__define_uniq_tagged_files); \
791	test -z "$(CTAGS_ARGS)$$unique" \
792	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
793	     $$unique
794
795GTAGS:
796	here=`$(am__cd) $(top_builddir) && pwd` \
797	  && $(am__cd) $(top_srcdir) \
798	  && gtags -i $(GTAGS_ARGS) "$$here"
799cscope: cscope.files
800	test ! -s cscope.files \
801	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
802clean-cscope:
803	-rm -f cscope.files
804cscope.files: clean-cscope cscopelist
805cscopelist: cscopelist-am
806
807cscopelist-am: $(am__tagged_files)
808	list='$(am__tagged_files)'; \
809	case "$(srcdir)" in \
810	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
811	  *) sdir=$(subdir)/$(srcdir) ;; \
812	esac; \
813	for i in $$list; do \
814	  if test -f "$$i"; then \
815	    echo "$(subdir)/$$i"; \
816	  else \
817	    echo "$$sdir/$$i"; \
818	  fi; \
819	done >> $(top_builddir)/cscope.files
820
821distclean-tags:
822	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
823	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
824
825# Recover from deleted '.trs' file; this should ensure that
826# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
827# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
828# to avoid problems with "make -n".
829.log.trs:
830	rm -f $< $@
831	$(MAKE) $(AM_MAKEFLAGS) $<
832
833# Leading 'am--fnord' is there to ensure the list of targets does not
834# expand to empty, as could happen e.g. with make check TESTS=''.
835am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
836am--force-recheck:
837	@:
838
839$(TEST_SUITE_LOG): $(TEST_LOGS)
840	@$(am__set_TESTS_bases); \
841	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
842	redo_bases=`for i in $$bases; do \
843	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
844	            done`; \
845	if test -n "$$redo_bases"; then \
846	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
847	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
848	  if $(am__make_dryrun); then :; else \
849	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
850	  fi; \
851	fi; \
852	if test -n "$$am__remaking_logs"; then \
853	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
854	       "recursion detected" >&2; \
855	elif test -n "$$redo_logs"; then \
856	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
857	fi; \
858	if $(am__make_dryrun); then :; else \
859	  st=0;  \
860	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
861	  for i in $$redo_bases; do \
862	    test -f $$i.trs && test -r $$i.trs \
863	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
864	    test -f $$i.log && test -r $$i.log \
865	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
866	  done; \
867	  test $$st -eq 0 || exit 1; \
868	fi
869	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
870	ws='[ 	]'; \
871	results=`for b in $$bases; do echo $$b.trs; done`; \
872	test -n "$$results" || results=/dev/null; \
873	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
874	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
875	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
876	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
877	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
878	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
879	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
880	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
881	  success=true; \
882	else \
883	  success=false; \
884	fi; \
885	br='==================='; br=$$br$$br$$br$$br; \
886	result_count () \
887	{ \
888	    if test x"$$1" = x"--maybe-color"; then \
889	      maybe_colorize=yes; \
890	    elif test x"$$1" = x"--no-color"; then \
891	      maybe_colorize=no; \
892	    else \
893	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
894	    fi; \
895	    shift; \
896	    desc=$$1 count=$$2; \
897	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
898	      color_start=$$3 color_end=$$std; \
899	    else \
900	      color_start= color_end=; \
901	    fi; \
902	    echo "$${color_start}# $$desc $$count$${color_end}"; \
903	}; \
904	create_testsuite_report () \
905	{ \
906	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
907	  result_count $$1 "PASS: " $$pass  "$$grn"; \
908	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
909	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
910	  result_count $$1 "FAIL: " $$fail  "$$red"; \
911	  result_count $$1 "XPASS:" $$xpass "$$red"; \
912	  result_count $$1 "ERROR:" $$error "$$mgn"; \
913	}; \
914	{								\
915	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
916	    $(am__rst_title);						\
917	  create_testsuite_report --no-color;				\
918	  echo;								\
919	  echo ".. contents:: :depth: 2";				\
920	  echo;								\
921	  for b in $$bases; do echo $$b; done				\
922	    | $(am__create_global_log);					\
923	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
924	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
925	if $$success; then						\
926	  col="$$grn";							\
927	 else								\
928	  col="$$red";							\
929	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
930	fi;								\
931	echo "$${col}$$br$${std}"; 					\
932	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
933	echo "$${col}$$br$${std}"; 					\
934	create_testsuite_report --maybe-color;				\
935	echo "$$col$$br$$std";						\
936	if $$success; then :; else					\
937	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
938	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
939	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
940	  fi;								\
941	  echo "$$col$$br$$std";					\
942	fi;								\
943	$$success || exit 1
944
945check-TESTS:
946	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
947	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
948	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
949	@set +e; $(am__set_TESTS_bases); \
950	log_list=`for i in $$bases; do echo $$i.log; done`; \
951	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
952	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
953	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
954	exit $$?;
955recheck: all
956	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
957	@set +e; $(am__set_TESTS_bases); \
958	bases=`for i in $$bases; do echo $$i; done \
959	         | $(am__list_recheck_tests)` || exit 1; \
960	log_list=`for i in $$bases; do echo $$i.log; done`; \
961	log_list=`echo $$log_list`; \
962	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
963	        am__force_recheck=am--force-recheck \
964	        TEST_LOGS="$$log_list"; \
965	exit $$?
966tests/break.yab.log: tests/break.yab
967	@p='tests/break.yab'; \
968	b='tests/break.yab'; \
969	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
970	--log-file $$b.log --trs-file $$b.trs \
971	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
972	"$$tst" $(AM_TESTS_FD_REDIRECT)
973tests/bugs.yab.log: tests/bugs.yab
974	@p='tests/bugs.yab'; \
975	b='tests/bugs.yab'; \
976	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
977	--log-file $$b.log --trs-file $$b.trs \
978	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
979	"$$tst" $(AM_TESTS_FD_REDIRECT)
980tests/grammar.yab.log: tests/grammar.yab
981	@p='tests/grammar.yab'; \
982	b='tests/grammar.yab'; \
983	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
984	--log-file $$b.log --trs-file $$b.trs \
985	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
986	"$$tst" $(AM_TESTS_FD_REDIRECT)
987tests/io.yab.log: tests/io.yab
988	@p='tests/io.yab'; \
989	b='tests/io.yab'; \
990	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
991	--log-file $$b.log --trs-file $$b.trs \
992	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
993	"$$tst" $(AM_TESTS_FD_REDIRECT)
994tests/long_variable_name.yab.log: tests/long_variable_name.yab
995	@p='tests/long_variable_name.yab'; \
996	b='tests/long_variable_name.yab'; \
997	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
998	--log-file $$b.log --trs-file $$b.trs \
999	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1000	"$$tst" $(AM_TESTS_FD_REDIRECT)
1001tests/simple.yab.log: tests/simple.yab
1002	@p='tests/simple.yab'; \
1003	b='tests/simple.yab'; \
1004	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1005	--log-file $$b.log --trs-file $$b.trs \
1006	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1007	"$$tst" $(AM_TESTS_FD_REDIRECT)
1008tests/switch_continue_break.yab.log: tests/switch_continue_break.yab
1009	@p='tests/switch_continue_break.yab'; \
1010	b='tests/switch_continue_break.yab'; \
1011	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1012	--log-file $$b.log --trs-file $$b.trs \
1013	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1014	"$$tst" $(AM_TESTS_FD_REDIRECT)
1015tests/switch_for.yab.log: tests/switch_for.yab
1016	@p='tests/switch_for.yab'; \
1017	b='tests/switch_for.yab'; \
1018	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1019	--log-file $$b.log --trs-file $$b.trs \
1020	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1021	"$$tst" $(AM_TESTS_FD_REDIRECT)
1022tests/switch_gosub.yab.log: tests/switch_gosub.yab
1023	@p='tests/switch_gosub.yab'; \
1024	b='tests/switch_gosub.yab'; \
1025	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1026	--log-file $$b.log --trs-file $$b.trs \
1027	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1028	"$$tst" $(AM_TESTS_FD_REDIRECT)
1029tests/switch_goto.yab.log: tests/switch_goto.yab
1030	@p='tests/switch_goto.yab'; \
1031	b='tests/switch_goto.yab'; \
1032	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1033	--log-file $$b.log --trs-file $$b.trs \
1034	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1035	"$$tst" $(AM_TESTS_FD_REDIRECT)
1036tests/switch_return.yab.log: tests/switch_return.yab
1037	@p='tests/switch_return.yab'; \
1038	b='tests/switch_return.yab'; \
1039	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1040	--log-file $$b.log --trs-file $$b.trs \
1041	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1042	"$$tst" $(AM_TESTS_FD_REDIRECT)
1043tests/switch_simple.yab.log: tests/switch_simple.yab
1044	@p='tests/switch_simple.yab'; \
1045	b='tests/switch_simple.yab'; \
1046	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1047	--log-file $$b.log --trs-file $$b.trs \
1048	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1049	"$$tst" $(AM_TESTS_FD_REDIRECT)
1050tests/switch_subr.yab.log: tests/switch_subr.yab
1051	@p='tests/switch_subr.yab'; \
1052	b='tests/switch_subr.yab'; \
1053	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1054	--log-file $$b.log --trs-file $$b.trs \
1055	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1056	"$$tst" $(AM_TESTS_FD_REDIRECT)
1057tests/switch.yab.log: tests/switch.yab
1058	@p='tests/switch.yab'; \
1059	b='tests/switch.yab'; \
1060	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1061	--log-file $$b.log --trs-file $$b.trs \
1062	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1063	"$$tst" $(AM_TESTS_FD_REDIRECT)
1064tests/numbers.yab.log: tests/numbers.yab
1065	@p='tests/numbers.yab'; \
1066	b='tests/numbers.yab'; \
1067	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1068	--log-file $$b.log --trs-file $$b.trs \
1069	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1070	"$$tst" $(AM_TESTS_FD_REDIRECT)
1071tests/system.yab.log: tests/system.yab
1072	@p='tests/system.yab'; \
1073	b='tests/system.yab'; \
1074	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1075	--log-file $$b.log --trs-file $$b.trs \
1076	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1077	"$$tst" $(AM_TESTS_FD_REDIRECT)
1078tests/string.yab.log: tests/string.yab
1079	@p='tests/string.yab'; \
1080	b='tests/string.yab'; \
1081	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1082	--log-file $$b.log --trs-file $$b.trs \
1083	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1084	"$$tst" $(AM_TESTS_FD_REDIRECT)
1085tests/silent.sh.log: tests/silent.sh
1086	@p='tests/silent.sh'; \
1087	b='tests/silent.sh'; \
1088	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1089	--log-file $$b.log --trs-file $$b.trs \
1090	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1091	"$$tst" $(AM_TESTS_FD_REDIRECT)
1092tests/nested_import.yab.log: tests/nested_import.yab
1093	@p='tests/nested_import.yab'; \
1094	b='tests/nested_import.yab'; \
1095	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1096	--log-file $$b.log --trs-file $$b.trs \
1097	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1098	"$$tst" $(AM_TESTS_FD_REDIRECT)
1099.test.log:
1100	@p='$<'; \
1101	$(am__set_b); \
1102	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1103	--log-file $$b.log --trs-file $$b.trs \
1104	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1105	"$$tst" $(AM_TESTS_FD_REDIRECT)
1106@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1107@am__EXEEXT_TRUE@	@p='$<'; \
1108@am__EXEEXT_TRUE@	$(am__set_b); \
1109@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1110@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1111@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1112@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1113
1114distdir: $(BUILT_SOURCES)
1115	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1116
1117distdir-am: $(DISTFILES)
1118	@case `sed 15q $(srcdir)/NEWS` in \
1119	*"$(VERSION)"*) : ;; \
1120	*) \
1121	  echo "NEWS not updated; not releasing" 1>&2; \
1122	  exit 1;; \
1123	esac
1124	$(am__remove_distdir)
1125	test -d "$(distdir)" || mkdir "$(distdir)"
1126	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1127	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1128	list='$(DISTFILES)'; \
1129	  dist_files=`for file in $$list; do echo $$file; done | \
1130	  sed -e "s|^$$srcdirstrip/||;t" \
1131	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1132	case $$dist_files in \
1133	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1134			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1135			   sort -u` ;; \
1136	esac; \
1137	for file in $$dist_files; do \
1138	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1139	  if test -d $$d/$$file; then \
1140	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1141	    if test -d "$(distdir)/$$file"; then \
1142	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1143	    fi; \
1144	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1145	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1146	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1147	    fi; \
1148	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1149	  else \
1150	    test -f "$(distdir)/$$file" \
1151	    || cp -p $$d/$$file "$(distdir)/$$file" \
1152	    || exit 1; \
1153	  fi; \
1154	done
1155	-test -n "$(am__skip_mode_fix)" \
1156	|| find "$(distdir)" -type d ! -perm -755 \
1157		-exec chmod u+rwx,go+rx {} \; -o \
1158	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1159	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1160	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1161	|| chmod -R a+r "$(distdir)"
1162dist-gzip: distdir
1163	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1164	$(am__post_remove_distdir)
1165
1166dist-bzip2: distdir
1167	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1168	$(am__post_remove_distdir)
1169
1170dist-lzip: distdir
1171	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1172	$(am__post_remove_distdir)
1173
1174dist-xz: distdir
1175	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1176	$(am__post_remove_distdir)
1177
1178dist-tarZ: distdir
1179	@echo WARNING: "Support for distribution archives compressed with" \
1180		       "legacy program 'compress' is deprecated." >&2
1181	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1182	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1183	$(am__post_remove_distdir)
1184
1185dist-shar: distdir
1186	@echo WARNING: "Support for shar distribution archives is" \
1187	               "deprecated." >&2
1188	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1189	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1190	$(am__post_remove_distdir)
1191
1192dist-zip: distdir
1193	-rm -f $(distdir).zip
1194	zip -rq $(distdir).zip $(distdir)
1195	$(am__post_remove_distdir)
1196
1197dist dist-all:
1198	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1199	$(am__post_remove_distdir)
1200
1201# This target untars the dist file and tries a VPATH configuration.  Then
1202# it guarantees that the distribution is self-contained by making another
1203# tarfile.
1204distcheck: dist
1205	case '$(DIST_ARCHIVES)' in \
1206	*.tar.gz*) \
1207	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1208	*.tar.bz2*) \
1209	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1210	*.tar.lz*) \
1211	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1212	*.tar.xz*) \
1213	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1214	*.tar.Z*) \
1215	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1216	*.shar.gz*) \
1217	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1218	*.zip*) \
1219	  unzip $(distdir).zip ;;\
1220	esac
1221	chmod -R a-w $(distdir)
1222	chmod u+w $(distdir)
1223	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1224	chmod a-w $(distdir)
1225	test -d $(distdir)/_build || exit 0; \
1226	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1227	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1228	  && am__cwd=`pwd` \
1229	  && $(am__cd) $(distdir)/_build/sub \
1230	  && ../../configure \
1231	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1232	    $(DISTCHECK_CONFIGURE_FLAGS) \
1233	    --srcdir=../.. --prefix="$$dc_install_base" \
1234	  && $(MAKE) $(AM_MAKEFLAGS) \
1235	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
1236	  && $(MAKE) $(AM_MAKEFLAGS) check \
1237	  && $(MAKE) $(AM_MAKEFLAGS) install \
1238	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1239	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1240	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1241	        distuninstallcheck \
1242	  && chmod -R a-w "$$dc_install_base" \
1243	  && ({ \
1244	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1245	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1246	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1247	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1248	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1249	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1250	  && rm -rf "$$dc_destdir" \
1251	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1252	  && rm -rf $(DIST_ARCHIVES) \
1253	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1254	  && cd "$$am__cwd" \
1255	  || exit 1
1256	$(am__post_remove_distdir)
1257	@(echo "$(distdir) archives ready for distribution: "; \
1258	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1259	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1260distuninstallcheck:
1261	@test -n '$(distuninstallcheck_dir)' || { \
1262	  echo 'ERROR: trying to run $@ with an empty' \
1263	       '$$(distuninstallcheck_dir)' >&2; \
1264	  exit 1; \
1265	}; \
1266	$(am__cd) '$(distuninstallcheck_dir)' || { \
1267	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1268	  exit 1; \
1269	}; \
1270	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1271	   || { echo "ERROR: files left after uninstall:" ; \
1272	        if test -n "$(DESTDIR)"; then \
1273	          echo "  (check DESTDIR support)"; \
1274	        fi ; \
1275	        $(distuninstallcheck_listfiles) ; \
1276	        exit 1; } >&2
1277distcleancheck: distclean
1278	@if test '$(srcdir)' = . ; then \
1279	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1280	  exit 1 ; \
1281	fi
1282	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1283	  || { echo "ERROR: files left in build directory after distclean:" ; \
1284	       $(distcleancheck_listfiles) ; \
1285	       exit 1; } >&2
1286check-am: all-am
1287	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1288check: check-am
1289all-am: Makefile $(PROGRAMS) $(MANS) config.h
1290installdirs:
1291	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
1292	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1293	done
1294install: install-am
1295install-exec: install-exec-am
1296install-data: install-data-am
1297uninstall: uninstall-am
1298
1299install-am: all-am
1300	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1301
1302installcheck: installcheck-am
1303install-strip:
1304	if test -z '$(STRIP)'; then \
1305	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1306	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1307	      install; \
1308	else \
1309	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1310	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1311	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1312	fi
1313mostlyclean-generic:
1314	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1315	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1316	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1317
1318clean-generic:
1319
1320distclean-generic:
1321	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1322	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1323
1324maintainer-clean-generic:
1325	@echo "This command is intended for maintainers to use"
1326	@echo "it deletes files that may require special tools to rebuild."
1327clean: clean-am
1328
1329clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
1330
1331distclean: distclean-am
1332	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1333		-rm -f ./$(DEPDIR)/bison.Po
1334	-rm -f ./$(DEPDIR)/flex.Po
1335	-rm -f ./$(DEPDIR)/flow.Po
1336	-rm -f ./$(DEPDIR)/foreign.Po
1337	-rm -f ./$(DEPDIR)/function.Po
1338	-rm -f ./$(DEPDIR)/graphic.Po
1339	-rm -f ./$(DEPDIR)/io.Po
1340	-rm -f ./$(DEPDIR)/main.Po
1341	-rm -f ./$(DEPDIR)/symbol.Po
1342	-rm -f ./$(DEPDIR)/whereami.Po
1343	-rm -f Makefile
1344distclean-am: clean-am distclean-compile distclean-generic \
1345	distclean-hdr distclean-libtool distclean-tags
1346
1347dvi: dvi-am
1348
1349dvi-am:
1350
1351html: html-am
1352
1353html-am:
1354
1355info: info-am
1356
1357info-am:
1358
1359install-data-am: install-man
1360
1361install-dvi: install-dvi-am
1362
1363install-dvi-am:
1364
1365install-exec-am: install-binPROGRAMS
1366
1367install-html: install-html-am
1368
1369install-html-am:
1370
1371install-info: install-info-am
1372
1373install-info-am:
1374
1375install-man: install-man1
1376
1377install-pdf: install-pdf-am
1378
1379install-pdf-am:
1380
1381install-ps: install-ps-am
1382
1383install-ps-am:
1384
1385installcheck-am:
1386
1387maintainer-clean: maintainer-clean-am
1388	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1389	-rm -rf $(top_srcdir)/autom4te.cache
1390		-rm -f ./$(DEPDIR)/bison.Po
1391	-rm -f ./$(DEPDIR)/flex.Po
1392	-rm -f ./$(DEPDIR)/flow.Po
1393	-rm -f ./$(DEPDIR)/foreign.Po
1394	-rm -f ./$(DEPDIR)/function.Po
1395	-rm -f ./$(DEPDIR)/graphic.Po
1396	-rm -f ./$(DEPDIR)/io.Po
1397	-rm -f ./$(DEPDIR)/main.Po
1398	-rm -f ./$(DEPDIR)/symbol.Po
1399	-rm -f ./$(DEPDIR)/whereami.Po
1400	-rm -f Makefile
1401maintainer-clean-am: distclean-am maintainer-clean-generic
1402
1403mostlyclean: mostlyclean-am
1404
1405mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1406	mostlyclean-libtool
1407
1408pdf: pdf-am
1409
1410pdf-am:
1411
1412ps: ps-am
1413
1414ps-am:
1415
1416uninstall-am: uninstall-binPROGRAMS uninstall-man
1417
1418uninstall-man: uninstall-man1
1419
1420.MAKE: all check-am install-am install-strip
1421
1422.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \
1423	check-TESTS check-am clean clean-binPROGRAMS clean-cscope \
1424	clean-generic clean-libtool cscope cscopelist-am ctags \
1425	ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
1426	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1427	distclean-compile distclean-generic distclean-hdr \
1428	distclean-libtool distclean-tags distcleancheck distdir \
1429	distuninstallcheck dvi dvi-am html html-am info info-am \
1430	install install-am install-binPROGRAMS install-data \
1431	install-data-am install-dvi install-dvi-am install-exec \
1432	install-exec-am install-html install-html-am install-info \
1433	install-info-am install-man install-man1 install-pdf \
1434	install-pdf-am install-ps install-ps-am install-strip \
1435	installcheck installcheck-am installdirs maintainer-clean \
1436	maintainer-clean-generic mostlyclean mostlyclean-compile \
1437	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1438	recheck tags tags-am uninstall uninstall-am \
1439	uninstall-binPROGRAMS uninstall-man uninstall-man1
1440
1441.PRECIOUS: Makefile
1442
1443
1444# create scanner and remove include for unistd.h (needed for windows)
1445flex: yabasic.flex Makefile
1446	flex $(flexflags) -t yabasic.flex >flex.c
1447
1448bison: yabasic.bison Makefile
1449	bison $(bisonflags) --output-file bison.c yabasic.bison
1450
1451# Tell versions [3.59,3.63) of GNU make to not export all variables.
1452# Otherwise a system limit (for SysV at least) may be exceeded.
1453.NOEXPORT:
1454