diff options
author | dos-reis <gdr@axiomatics.org> | 2014-02-10 11:41:40 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2014-02-10 11:41:40 +0000 |
commit | 979a845d4011bce84cd83968f78c534437d0566f (patch) | |
tree | 523350c223241f9865e29276456b22ddf5294203 /src/algebra | |
parent | ac136e818759d62bd8eabad781aabdba9a7f589e (diff) | |
download | open-axiom-979a845d4011bce84cd83968f78c534437d0566f.tar.gz |
Clean up global variable names.
Diffstat (limited to 'src/algebra')
-rw-r--r-- | src/algebra/Makefile.am | 2 | ||||
-rw-r--r-- | src/algebra/Makefile.in | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/src/algebra/Makefile.am b/src/algebra/Makefile.am index d994e5c6..7cbdb34b 100644 --- a/src/algebra/Makefile.am +++ b/src/algebra/Makefile.am @@ -97,7 +97,7 @@ INPUT=../input STAMP = echo timestamp > # Extension of the output file name returned by compile-file -FASLEXT = @axiom_fasl_type@ +FASLEXT = @oa_fasl_type@ oa_hammer = $(top_builddir)/src/utils/hammer$(EXEEXT) diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in index ea649ae8..5cff1dbd 100644 --- a/src/algebra/Makefile.in +++ b/src/algebra/Makefile.in @@ -490,12 +490,6 @@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ -axiom_cflags = @axiom_cflags@ -axiom_eval_flags = @axiom_eval_flags@ -axiom_fasl_type = @axiom_fasl_type@ -axiom_lisp_flavor = @axiom_lisp_flavor@ -axiom_quiet_flags = @axiom_quiet_flags@ -axiom_use_x = @axiom_use_x@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ @@ -530,21 +524,27 @@ mandir = @mandir@ mkdir_p = @mkdir_p@ oa_c_runtime = @oa_c_runtime@ oa_c_runtime_extra = @oa_c_runtime_extra@ +oa_cflags = @oa_cflags@ oa_delay_ffi = @oa_delay_ffi@ oa_editor = @oa_editor@ oa_enable_checking = @oa_enable_checking@ oa_enable_profiling = @oa_enable_profiling@ oa_enable_threads = @oa_enable_threads@ +oa_eval_flags = @oa_eval_flags@ +oa_fasl_type = @oa_fasl_type@ +oa_host_has_regex = @oa_host_has_regex@ oa_keep_files = @oa_keep_files@ +oa_lisp_flavor = @oa_lisp_flavor@ oa_optimize_options = @oa_optimize_options@ +oa_quiet_flags = @oa_quiet_flags@ oa_shrlib_flags = @oa_shrlib_flags@ oa_shrobj_flags = @oa_shrobj_flags@ oa_standard_linking = @oa_standard_linking@ oa_use_dynamic_lib = @oa_use_dynamic_lib@ oa_use_libtool_for_shared_lib = @oa_use_libtool_for_shared_lib@ +oa_use_x = @oa_use_x@ oldincludedir = @oldincludedir@ open_axiom_installdir = @open_axiom_installdir@ -openaxiom_host_has_regex = @openaxiom_host_has_regex@ pdfdir = @pdfdir@ pointer_type = @pointer_type@ prefix = @prefix@ @@ -586,7 +586,7 @@ INPUT = ../input STAMP = echo timestamp > # Extension of the output file name returned by compile-file -FASLEXT = @axiom_fasl_type@ +FASLEXT = @oa_fasl_type@ oa_hammer = $(top_builddir)/src/utils/hammer$(EXEEXT) # Name of the driver to launch the compiler |