aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
parentac136e818759d62bd8eabad781aabdba9a7f589e (diff)
downloadopen-axiom-979a845d4011bce84cd83968f78c534437d0566f.tar.gz
Clean up global variable names.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index 970cb9c5..5242fd31 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -375,12 +375,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@
@@ -415,21 +409,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@