1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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
18VPATH = @srcdir@
19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20am__make_running_with_option = \
21  case $${target_option-} in \
22      ?) ;; \
23      *) echo "am__make_running_with_option: internal error: invalid" \
24              "target option '$${target_option-}' specified" >&2; \
25         exit 1;; \
26  esac; \
27  has_opt=no; \
28  sane_makeflags=$$MAKEFLAGS; \
29  if $(am__is_gnu_make); then \
30    sane_makeflags=$$MFLAGS; \
31  else \
32    case $$MAKEFLAGS in \
33      *\\[\ \	]*) \
34        bs=\\; \
35        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
37    esac; \
38  fi; \
39  skip_next=no; \
40  strip_trailopt () \
41  { \
42    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43  }; \
44  for flg in $$sane_makeflags; do \
45    test $$skip_next = yes && { skip_next=no; continue; }; \
46    case $$flg in \
47      *=*|--*) continue;; \
48        -*I) strip_trailopt 'I'; skip_next=yes;; \
49      -*I?*) strip_trailopt 'I';; \
50        -*O) strip_trailopt 'O'; skip_next=yes;; \
51      -*O?*) strip_trailopt 'O';; \
52        -*l) strip_trailopt 'l'; skip_next=yes;; \
53      -*l?*) strip_trailopt 'l';; \
54      -[dEDm]) skip_next=yes;; \
55      -[JT]) skip_next=yes;; \
56    esac; \
57    case $$flg in \
58      *$$target_option*) has_opt=yes; break;; \
59    esac; \
60  done; \
61  test $$has_opt = yes
62am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64pkgdatadir = $(datadir)/@PACKAGE@
65pkgincludedir = $(includedir)/@PACKAGE@
66pkglibdir = $(libdir)/@PACKAGE@
67pkglibexecdir = $(libexecdir)/@PACKAGE@
68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69install_sh_DATA = $(install_sh) -c -m 644
70install_sh_PROGRAM = $(install_sh) -c
71install_sh_SCRIPT = $(install_sh) -c
72INSTALL_HEADER = $(INSTALL_DATA)
73transform = $(program_transform_name)
74NORMAL_INSTALL = :
75PRE_INSTALL = :
76POST_INSTALL = :
77NORMAL_UNINSTALL = :
78PRE_UNINSTALL = :
79POST_UNINSTALL = :
80bin_PROGRAMS = bc$(EXEEXT)
81subdir = bc
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am bc.h bc.c \
83	scan.c $(top_srcdir)/depcomp $(top_srcdir)/ylwrap \
84	$(noinst_HEADERS)
85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86am__aclocal_m4_deps = $(top_srcdir)/configure.ac
87am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88	$(ACLOCAL_M4)
89mkinstalldirs = $(install_sh) -d
90CONFIG_HEADER = $(top_builddir)/config.h
91CONFIG_CLEAN_FILES =
92CONFIG_CLEAN_VPATH_FILES =
93am__installdirs = "$(DESTDIR)$(bindir)"
94PROGRAMS = $(bin_PROGRAMS)
95am_bc_OBJECTS = main.$(OBJEXT) bc.$(OBJEXT) scan.$(OBJEXT) \
96	execute.$(OBJEXT) load.$(OBJEXT) storage.$(OBJEXT) \
97	util.$(OBJEXT) global.$(OBJEXT) warranty.$(OBJEXT)
98bc_OBJECTS = $(am_bc_OBJECTS)
99bc_LDADD = $(LDADD)
100am__DEPENDENCIES_1 =
101bc_DEPENDENCIES = $(LIBBC) $(am__DEPENDENCIES_1)
102AM_V_P = $(am__v_P_@AM_V@)
103am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104am__v_P_0 = false
105am__v_P_1 = :
106AM_V_GEN = $(am__v_GEN_@AM_V@)
107am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108am__v_GEN_0 = @echo "  GEN     " $@;
109am__v_GEN_1 =
110AM_V_at = $(am__v_at_@AM_V@)
111am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112am__v_at_0 = @
113am__v_at_1 =
114DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
115depcomp = $(SHELL) $(top_srcdir)/depcomp
116am__depfiles_maybe = depfiles
117am__mv = mv -f
118COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
119	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120AM_V_CC = $(am__v_CC_@AM_V@)
121am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
122am__v_CC_0 = @echo "  CC      " $@;
123am__v_CC_1 =
124CCLD = $(CC)
125LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
126AM_V_CCLD = $(am__v_CCLD_@AM_V@)
127am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
128am__v_CCLD_0 = @echo "  CCLD    " $@;
129am__v_CCLD_1 =
130LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
131AM_V_LEX = $(am__v_LEX_@AM_V@)
132am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
133am__v_LEX_0 = @echo "  LEX     " $@;
134am__v_LEX_1 =
135YLWRAP = $(top_srcdir)/ylwrap
136am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
137		   -e s/c++$$/h++/ -e s/c$$/h/
138YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
139AM_V_YACC = $(am__v_YACC_@AM_V@)
140am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
141am__v_YACC_0 = @echo "  YACC    " $@;
142am__v_YACC_1 =
143SOURCES = $(bc_SOURCES)
144DIST_SOURCES = $(bc_SOURCES)
145am__can_run_installinfo = \
146  case $$AM_UPDATE_INFO_DIR in \
147    n|no|NO) false;; \
148    *) (install-info --version) >/dev/null 2>&1;; \
149  esac
150HEADERS = $(noinst_HEADERS)
151am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
152# Read a list of newline-separated strings from the standard input,
153# and print each of them once, without duplicates.  Input order is
154# *not* preserved.
155am__uniquify_input = $(AWK) '\
156  BEGIN { nonempty = 0; } \
157  { items[$$0] = 1; nonempty = 1; } \
158  END { if (nonempty) { for (i in items) print i; }; } \
159'
160# Make sure the list of sources is unique.  This is necessary because,
161# e.g., the same source file might be shared among _SOURCES variables
162# for different programs/libraries.
163am__define_uniq_tagged_files = \
164  list='$(am__tagged_files)'; \
165  unique=`for i in $$list; do \
166    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
167  done | $(am__uniquify_input)`
168ETAGS = etags
169CTAGS = ctags
170DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
171ACLOCAL = @ACLOCAL@
172AMTAR = @AMTAR@
173AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
174AR = @AR@
175AUTOCONF = @AUTOCONF@
176AUTOHEADER = @AUTOHEADER@
177AUTOMAKE = @AUTOMAKE@
178AWK = @AWK@
179BC_VERSION = @BC_VERSION@
180CC = @CC@
181CCDEPMODE = @CCDEPMODE@
182CFLAGS = @CFLAGS@
183CPP = @CPP@
184CPPFLAGS = @CPPFLAGS@
185CYGPATH_W = @CYGPATH_W@
186DC_VERSION = @DC_VERSION@
187DEFS = @DEFS@
188DEPDIR = @DEPDIR@
189ECHO_C = @ECHO_C@
190ECHO_N = @ECHO_N@
191ECHO_T = @ECHO_T@
192EGREP = @EGREP@
193EXEEXT = @EXEEXT@
194GREP = @GREP@
195INSTALL = @INSTALL@
196INSTALL_DATA = @INSTALL_DATA@
197INSTALL_PROGRAM = @INSTALL_PROGRAM@
198INSTALL_SCRIPT = @INSTALL_SCRIPT@
199INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
200LDFLAGS = @LDFLAGS@
201LEX = @LEX@
202LEXLIB = @LEXLIB@
203LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
204LIBOBJS = @LIBOBJS@
205LIBS = @LIBS@
206LTLIBOBJS = @LTLIBOBJS@
207MAKEINFO = @MAKEINFO@
208MKDIR_P = @MKDIR_P@
209OBJEXT = @OBJEXT@
210PACKAGE = @PACKAGE@
211PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
212PACKAGE_NAME = @PACKAGE_NAME@
213PACKAGE_STRING = @PACKAGE_STRING@
214PACKAGE_TARNAME = @PACKAGE_TARNAME@
215PACKAGE_URL = @PACKAGE_URL@
216PACKAGE_VERSION = @PACKAGE_VERSION@
217PATH_SEPARATOR = @PATH_SEPARATOR@
218RANLIB = @RANLIB@
219READLINELIB = @READLINELIB@
220SET_MAKE = @SET_MAKE@
221SHELL = @SHELL@
222STRIP = @STRIP@
223VERSION = @VERSION@
224YACC = @YACC@
225YFLAGS = @YFLAGS@
226abs_builddir = @abs_builddir@
227abs_srcdir = @abs_srcdir@
228abs_top_builddir = @abs_top_builddir@
229abs_top_srcdir = @abs_top_srcdir@
230ac_ct_AR = @ac_ct_AR@
231ac_ct_CC = @ac_ct_CC@
232am__include = @am__include@
233am__leading_dot = @am__leading_dot@
234am__quote = @am__quote@
235am__tar = @am__tar@
236am__untar = @am__untar@
237bindir = @bindir@
238build_alias = @build_alias@
239builddir = @builddir@
240datadir = @datadir@
241datarootdir = @datarootdir@
242docdir = @docdir@
243dvidir = @dvidir@
244exec_prefix = @exec_prefix@
245host_alias = @host_alias@
246htmldir = @htmldir@
247includedir = @includedir@
248infodir = @infodir@
249install_sh = @install_sh@
250libdir = @libdir@
251libexecdir = @libexecdir@
252localedir = @localedir@
253localstatedir = @localstatedir@
254mandir = @mandir@
255mkdir_p = @mkdir_p@
256oldincludedir = @oldincludedir@
257pdfdir = @pdfdir@
258prefix = @prefix@
259program_transform_name = @program_transform_name@
260psdir = @psdir@
261sbindir = @sbindir@
262sharedstatedir = @sharedstatedir@
263srcdir = @srcdir@
264sysconfdir = @sysconfdir@
265target_alias = @target_alias@
266top_build_prefix = @top_build_prefix@
267top_builddir = @top_builddir@
268top_srcdir = @top_srcdir@
269bc_SOURCES = main.c bc.y scan.l execute.c load.c storage.c util.c global.c \
270	     warranty.c
271
272EXTRA_DIST = bc.h bcdefs.h const.h fix-libmath_h global.h libmath.b proto.h \
273             sbc.y
274
275noinst_HEADERS = libmath.h
276DISTCLEANFILES = sbc sbc.c sbc.h libmath.h
277MAINTAINERCLEANFILES = Makefile.in bc.c bc.h scan.c \
278	bc.y bcdefs.h const.h execute.c fix-libmath_h \
279	global.c global.h libmath.b load.c main.c \
280	proto.h scan.l storage.c util.c
281
282AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/../h
283LIBBC = ../lib/libbc.a
284LIBL = @LEXLIB@
285LDADD = $(LIBBC) $(LIBL) @READLINELIB@
286AM_YFLAGS = -d
287AM_CFLAGS = @CFLAGS@
288fbcOBJ = main.o bc.o scan.o execute.o load.o storage.o util.o warranty.o
289sbcOBJ = main.o sbc.o scan.o execute.o global.o load.o storage.o util.o \
290         warranty.o
291
292all: all-am
293
294.SUFFIXES:
295.SUFFIXES: .c .l .o .obj .y
296$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
297	@for dep in $?; do \
298	  case '$(am__configure_deps)' in \
299	    *$$dep*) \
300	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
301	        && { if test -f $@; then exit 0; else break; fi; }; \
302	      exit 1;; \
303	  esac; \
304	done; \
305	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bc/Makefile'; \
306	$(am__cd) $(top_srcdir) && \
307	  $(AUTOMAKE) --gnu bc/Makefile
308.PRECIOUS: Makefile
309Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
310	@case '$?' in \
311	  *config.status*) \
312	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
313	  *) \
314	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
315	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
316	esac;
317
318$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
319	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320
321$(top_srcdir)/configure:  $(am__configure_deps)
322	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
324	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325$(am__aclocal_m4_deps):
326install-binPROGRAMS: $(bin_PROGRAMS)
327	@$(NORMAL_INSTALL)
328	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
329	if test -n "$$list"; then \
330	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
331	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
332	fi; \
333	for p in $$list; do echo "$$p $$p"; done | \
334	sed 's/$(EXEEXT)$$//' | \
335	while read p p1; do if test -f $$p \
336	  ; then echo "$$p"; echo "$$p"; else :; fi; \
337	done | \
338	sed -e 'p;s,.*/,,;n;h' \
339	    -e 's|.*|.|' \
340	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
341	sed 'N;N;N;s,\n, ,g' | \
342	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
343	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
344	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
345	    else { print "f", $$3 "/" $$4, $$1; } } \
346	  END { for (d in files) print "f", d, files[d] }' | \
347	while read type dir files; do \
348	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
349	    test -z "$$files" || { \
350	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
351	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
352	    } \
353	; done
354
355uninstall-binPROGRAMS:
356	@$(NORMAL_UNINSTALL)
357	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
358	files=`for p in $$list; do echo "$$p"; done | \
359	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
360	      -e 's/$$/$(EXEEXT)/' \
361	`; \
362	test -n "$$list" || exit 0; \
363	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
364	cd "$(DESTDIR)$(bindir)" && rm -f $$files
365
366clean-binPROGRAMS:
367	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
368bc.h: bc.c
369	@if test ! -f $@; then rm -f bc.c; else :; fi
370	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) bc.c; else :; fi
371
372bc$(EXEEXT): $(bc_OBJECTS) $(bc_DEPENDENCIES) $(EXTRA_bc_DEPENDENCIES)
373	@rm -f bc$(EXEEXT)
374	$(AM_V_CCLD)$(LINK) $(bc_OBJECTS) $(bc_LDADD) $(LIBS)
375
376mostlyclean-compile:
377	-rm -f *.$(OBJEXT)
378
379distclean-compile:
380	-rm -f *.tab.c
381
382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bc.Po@am__quote@
383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Po@am__quote@
384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/global.Po@am__quote@
385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load.Po@am__quote@
386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scan.Po@am__quote@
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/storage.Po@am__quote@
389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/warranty.Po@am__quote@
391
392.c.o:
393@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
394@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
395@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
396@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
397@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
398
399.c.obj:
400@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
401@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
402@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
403@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
405
406.l.c:
407	$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
408
409.y.c:
410	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
411
412ID: $(am__tagged_files)
413	$(am__define_uniq_tagged_files); mkid -fID $$unique
414tags: tags-am
415TAGS: tags
416
417tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
418	set x; \
419	here=`pwd`; \
420	$(am__define_uniq_tagged_files); \
421	shift; \
422	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
423	  test -n "$$unique" || unique=$$empty_fix; \
424	  if test $$# -gt 0; then \
425	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
426	      "$$@" $$unique; \
427	  else \
428	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
429	      $$unique; \
430	  fi; \
431	fi
432ctags: ctags-am
433
434CTAGS: ctags
435ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
436	$(am__define_uniq_tagged_files); \
437	test -z "$(CTAGS_ARGS)$$unique" \
438	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
439	     $$unique
440
441GTAGS:
442	here=`$(am__cd) $(top_builddir) && pwd` \
443	  && $(am__cd) $(top_srcdir) \
444	  && gtags -i $(GTAGS_ARGS) "$$here"
445cscopelist: cscopelist-am
446
447cscopelist-am: $(am__tagged_files)
448	list='$(am__tagged_files)'; \
449	case "$(srcdir)" in \
450	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
451	  *) sdir=$(subdir)/$(srcdir) ;; \
452	esac; \
453	for i in $$list; do \
454	  if test -f "$$i"; then \
455	    echo "$(subdir)/$$i"; \
456	  else \
457	    echo "$$sdir/$$i"; \
458	  fi; \
459	done >> $(top_builddir)/cscope.files
460
461distclean-tags:
462	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
463
464distdir: $(DISTFILES)
465	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
466	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467	list='$(DISTFILES)'; \
468	  dist_files=`for file in $$list; do echo $$file; done | \
469	  sed -e "s|^$$srcdirstrip/||;t" \
470	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
471	case $$dist_files in \
472	  */*) $(MKDIR_P) `echo "$$dist_files" | \
473			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
474			   sort -u` ;; \
475	esac; \
476	for file in $$dist_files; do \
477	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
478	  if test -d $$d/$$file; then \
479	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
480	    if test -d "$(distdir)/$$file"; then \
481	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
482	    fi; \
483	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
484	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
485	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486	    fi; \
487	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
488	  else \
489	    test -f "$(distdir)/$$file" \
490	    || cp -p $$d/$$file "$(distdir)/$$file" \
491	    || exit 1; \
492	  fi; \
493	done
494check-am: all-am
495check: check-am
496all-am: Makefile $(PROGRAMS) $(HEADERS)
497installdirs:
498	for dir in "$(DESTDIR)$(bindir)"; do \
499	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
500	done
501install: install-am
502install-exec: install-exec-am
503install-data: install-data-am
504uninstall: uninstall-am
505
506install-am: all-am
507	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
508
509installcheck: installcheck-am
510install-strip:
511	if test -z '$(STRIP)'; then \
512	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
513	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
514	      install; \
515	else \
516	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
517	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
518	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
519	fi
520mostlyclean-generic:
521
522clean-generic:
523
524distclean-generic:
525	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
526	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
527	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
528
529maintainer-clean-generic:
530	@echo "This command is intended for maintainers to use"
531	@echo "it deletes files that may require special tools to rebuild."
532	-rm -f bc.c
533	-rm -f bc.h
534	-rm -f scan.c
535	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
536clean: clean-am
537
538clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
539
540distclean: distclean-am
541	-rm -rf ./$(DEPDIR)
542	-rm -f Makefile
543distclean-am: clean-am distclean-compile distclean-generic \
544	distclean-tags
545
546dvi: dvi-am
547
548dvi-am:
549
550html: html-am
551
552html-am:
553
554info: info-am
555
556info-am:
557
558install-data-am:
559
560install-dvi: install-dvi-am
561
562install-dvi-am:
563
564install-exec-am: install-binPROGRAMS
565
566install-html: install-html-am
567
568install-html-am:
569
570install-info: install-info-am
571
572install-info-am:
573
574install-man:
575
576install-pdf: install-pdf-am
577
578install-pdf-am:
579
580install-ps: install-ps-am
581
582install-ps-am:
583
584installcheck-am:
585
586maintainer-clean: maintainer-clean-am
587	-rm -rf ./$(DEPDIR)
588	-rm -f Makefile
589maintainer-clean-am: distclean-am maintainer-clean-generic
590
591mostlyclean: mostlyclean-am
592
593mostlyclean-am: mostlyclean-compile mostlyclean-generic
594
595pdf: pdf-am
596
597pdf-am:
598
599ps: ps-am
600
601ps-am:
602
603uninstall-am: uninstall-binPROGRAMS
604
605.MAKE: install-am install-strip
606
607.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
608	clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
609	distclean distclean-compile distclean-generic distclean-tags \
610	distdir dvi dvi-am html html-am info info-am install \
611	install-am install-binPROGRAMS install-data install-data-am \
612	install-dvi install-dvi-am install-exec install-exec-am \
613	install-html install-html-am install-info install-info-am \
614	install-man install-pdf install-pdf-am install-ps \
615	install-ps-am install-strip installcheck installcheck-am \
616	installdirs maintainer-clean maintainer-clean-generic \
617	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
618	ps ps-am tags tags-am uninstall uninstall-am \
619	uninstall-binPROGRAMS
620
621
622$(PROGRAMS): libmath.h $(LIBBC)
623
624scan.o: bc.h
625global.o: libmath.h
626
627libmath.h: libmath.b $(fbcOBJ) $(LIBBC)
628	echo '{0}' > libmath.h
629	$(MAKE) global.o
630	$(LINK) -o fbc $(fbcOBJ) global.o $(LIBBC) $(LIBL) $(READLINELIB) $(LIBS)
631	./fbc -c $(srcdir)/libmath.b </dev/null >libmath.h
632	$(srcdir)/fix-libmath_h
633	rm -f ./fbc ./global.o
634sbc.o: sbc.c
635sbc: $(sbcOBJ) $(LIBBC)
636	$(LINK) $(sbcOBJ) $(LIBBC) $(LIBL) $(READLINELIB) $(LIBS)
637
638# Tell versions [3.59,3.63) of GNU make to not export all variables.
639# Otherwise a system limit (for SysV at least) may be exceeded.
640.NOEXPORT:
641