aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-02-21 11:33:40 +0000
committerdos-reis <gdr@axiomatics.org>2014-02-21 11:33:40 +0000
commitcd97141c5bad0d39915d37c132948f403adeb00f (patch)
treee34d8b87a7e779a31bf622f1f3423ae4812f882f /Makefile.in
parent6e38720187fc1ec374e19e03c248a74141b9ac2b (diff)
downloadopen-axiom-cd97141c5bad0d39915d37c132948f403adeb00f.tar.gz
Set derived build directory variables
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5242fd31..fe4830ea 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -407,9 +407,18 @@ localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
+oa_build_bindir = @oa_build_bindir@
+oa_build_datadir = @oa_build_datadir@
+oa_build_docdir = @oa_build_docdir@
+oa_build_libdir = @oa_build_libdir@
+oa_build_mandir = @oa_build_mandir@
+oa_build_texdir = @oa_build_texdir@
+oa_builddir = $(abs_top_builddir)/build/$(target)
+oa_c_macros = @oa_c_macros@
oa_c_runtime = @oa_c_runtime@
oa_c_runtime_extra = @oa_c_runtime_extra@
oa_cflags = @oa_cflags@
+oa_configdir = @oa_configdir@
oa_delay_ffi = @oa_delay_ffi@
oa_editor = @oa_editor@
oa_enable_checking = @oa_enable_checking@
@@ -425,6 +434,7 @@ 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_top_builddir = @oa_top_builddir@
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@
@@ -452,7 +462,6 @@ top_srcdir = @top_srcdir@
void_type = @void_type@
ACLOCAL_AMFLAGS = -I config #--install --output=config/aclocal.m4
DIST_SUBDIRS = src
-oa_builddir = $(abs_top_builddir)/build/$(target)
oa_installdir = @open_axiom_installdir@
OA_SRC_TARGETS = \
all-local \