aboutsummaryrefslogtreecommitdiff
path: root/config/var-def.mk
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-02-10 11:41:40 +0000
committerdos-reis <gdr@axiomatics.org>2014-02-10 11:41:40 +0000
commit979a845d4011bce84cd83968f78c534437d0566f (patch)
tree523350c223241f9865e29276456b22ddf5294203 /config/var-def.mk
parentac136e818759d62bd8eabad781aabdba9a7f589e (diff)
downloadopen-axiom-979a845d4011bce84cd83968f78c534437d0566f.tar.gz
Clean up global variable names.
Diffstat (limited to 'config/var-def.mk')
-rw-r--r--config/var-def.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/var-def.mk b/config/var-def.mk
index be1ef880..e4b90354 100644
--- a/config/var-def.mk
+++ b/config/var-def.mk
@@ -139,8 +139,8 @@ STAMP = echo timestamp >
## -- OpenAxiom variables --
## -------------------------
-quiet_flags = @axiom_quiet_flags@
-eval_flags = @axiom_eval_flags@
+quiet_flags = @oa_quiet_flags@
+eval_flags = @oa_eval_flags@
oa_standard_linking = @oa_standard_linking@
@@ -159,8 +159,8 @@ oa_src_algdir = $(oa_src_srcdir)/algebra
oa_src_texdir = $(oa_src_datadir)/tex
## Where tools for the build machine are built
-axiom_top_builddir = $(top_builddir)/build
-oa_builddir = $(axiom_top_builddir)/$(build)
+oa_top_builddir = $(top_builddir)/build
+oa_builddir = $(oa_top_builddir)/$(build)
oa_build_bindir = $(oa_builddir)/bin
oa_build_libdir = $(oa_builddir)/lib
oa_build_mandir = $(oa_builddir)/man
@@ -200,7 +200,7 @@ oa_enable_lisp_profiling = \
oa_enable_threads = @oa_enable_threads@
-axiom_use_x = @axiom_use_x@
+oa_use_x = @oa_use_x@
AXIOM_X11_CFLAGS = @X_CFLAGS@
AXIOM_X11_LDFLAGS = @X_LIBS@ @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@
@@ -219,12 +219,12 @@ oa_hammer = $(top_builddir)/src/utils/hammer$(EXEEXT)
AXIOM_LISP = @AXIOM_LISP@
# Extension of the output file name returned by compile-file
-FASLEXT = @axiom_fasl_type@
+FASLEXT = @oa_fasl_type@
# Extension of compiled FASLs appropriate for linking into executable
# programs. For most Lisp systems, it is the same as FASLEXT because
# they build programs by dumping images.
-ifeq (@axiom_lisp_flavor@,ecl)
+ifeq (@oa_lisp_flavor@,ecl)
LNKEXT = $(OBJEXT)
else
LNKEXT = $(FASLEXT)