## ---------------------------------
## -- Standard Autoconf variables --
## ---------------------------------
SHELL = @SHELL@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
# sbindir = @sbindir@
# libexecdir = @libexecdir@
# datarootdir = @datarootdir@
# datadir = @datadir@
# sysconfdir = @sysconfdir@
# sharedstatedir = @sharedstatedir@
# localstatedir = @localstatedir@
# includedir = @includedir@
# oldincludedir = @oldincludedir@
# docdir = @docdir@
# infodir = @infodir@
# htmldir = @htmldir@
# dvidir = @dvidir@
# pdfdir = @pdfdir@
# psdir = @psdir@
libdir = @libdir@
# lispdir = @lispdir@
# localedir = @localedir@
host = @host@
host_alias = @host_alias@
build = @build@
build_alias = @build_alias@
target = @target@
target_alias = @target_alias@
srcdir = @srcdir@
abs_srcdir = @abs_srcdir@
top_srcdir = @top_srcdir@
abs_top_srcdir = @abs_top_srcdir@
# Notice that there is a bug in Autoconf 2.59 whereby the variable
# top_builddir is not defined. So avoid to use it directly. Use
# abs_top_builddir.
builddir = @builddir@
abs_builddir = @abs_builddir@
top_builddir = @top_builddir@
abs_top_builddir = @abs_top_builddir@
datadir = @datadir@
AR = @AR@
CC = @CC@
CFLAGS = @CFLAGS@
OBJEXT = @OBJEXT@
EXEEXT = @EXEEXT@
AUTOCONF = autoconf
AWK = @AWK@
GOOD_SHELL = @AUTO_GOOD_SHELL@
TARGET_AWK = @AWK_FOR_TARGET@
INSTALL = @INSTALL@
install_sh = @install_sh@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_script = $(install_sh) -c
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
## FIXME: The test done with Autoconf-2.60 and later concludes
## that "ln -s" is unusable on msys, and therefore defaults to
## "cp -p", but that default is unusable for us. For our
## purpose "ln -s" is just fine on that platform. Consequently
## we are explicitly overrding that value here.
LN_S = ln -s
mkinstalldirs = $(top_srcdir)/config/mkinstalldirs
PATCH = @PATCH@
RANLIB = @RANLIB@
TAR = @TAR@
TOUCH = @TOUCH@
# The list of make targets made recursively, by walking sub-directories
# Normally, this is a template generated by Automake, but we don't
# use Automake yet; so, we must do it the hard way.
# See the corresponding rules in setup-dep.mk
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
install-exec-recursive install-info-recursive \
install-recursive installcheck-recursive \
installdirs-recursive pdf-recursive ps-recursive \
uninstall-info-recursive uninstall-recursive
## Normally, Automake will substitute the value for this variable.
## But, we don't have Automake yet. So we punt on it.
mkdir_p = mkdir -p
STAMP = echo timestamp >
## ---------------------
## -- Axiom variables --
## ---------------------
## Absolute path to the toplevel source directory for Axiom. This is
## almost like Autoconf-standard abs_top_srcdir except that, it retains
## the same syntactic values in subdirectories.
## Where The Axiom distribution main source files are kept.
## Notice, this is the src/ directory within the toplevel source
## directory
fricas_top_srcdir = @fricas_top_srcdir@
fricas_src_srcdir = $(fricas_top_srcdir)/src
fricas_src_datadir = $(fricas_src_srcdir)/share
fricas_src_algdir = $(fricas_src_srcdir)/algebra
## Where tools for the build machine are built
fricas_builddir = @fricas_builddir@
fricas_build_bindir = @fricas_build_bindir@
fricas_build_libdir = $(fricas_builddir)/lib
fricas_build_mandir = $(fricas_builddir)/man
fricas_configdir = $(abs_top_builddir)/config
axiom_c_macros = $(fricas_configdir)/axiom-c-macros.h
LATEX = @LATEX@
## Staging directory for the target DESTDIR
fricas_targetdir = @fricas_targetdir@
fricas_target_bindir = $(fricas_targetdir)/bin
fricas_target_libdir = $(fricas_targetdir)/lib
fricas_target_srcdir = $(fricas_targetdir)/src
fricas_target_docdir = $(fricas_targetdir)/doc
fricas_target_datadir = $(fricas_targetdir)/share
fricas_target_texdir = $(fricas_target_datadir)/texmf/tex
AXIOM_X11_CFLAGS = @X_CFLAGS@
AXIOM_X11_LDFLAGS = @X_LIBS@ @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@
fricas_includes = -I$(fricas_src_srcdir)/include -I$(fricas_configdir)
fricas_build_helper = $(abs_top_srcdir)/src/scripts/build_helper
## Where the staging build directory is found
AXIOM = @AXIOM@
export AXIOM
BASE = @BASE@
export BASE
## Where to find Axiom data bases.
DAASE = $(fricas_src_datadir)
export DAASE
TMP=$(fricas_builddir)
## Old Axiom ENV variables
VERSION = @PACKAGE_STRING@
CCF=@CCF@
LDF=-g
DOCUMENT=${axiom_build_document}
## -------------------------------------------
## -- Files generated for the build machine --
## -------------------------------------------
axiom_build_document = @abs_top_builddir@/build/scripts/document
TANGLE = @NOTANGLE@
WEAVE = @NOWEAVE@
FRICAS_LISP = @FRICAS_LISP@
# Extension of the output file name returned by compile-file
LISPOBJEXT = @fricas_fasl_type@
FASLEXT = @fricas_fasl_type2@
##
##
AXIOMXLROOT=${AXIOM}/compiler
## GCL command to end a session.
BYE=quit
## Clear suffix-based implicit rule table.
.SUFFIXES: