aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-02-21 14:09:17 +0000
committerdos-reis <gdr@axiomatics.org>2014-02-21 14:09:17 +0000
commit94959a8e7991c09ecaa72ca1c3fdc326ddb28819 (patch)
tree4da4fc27c9d06ccab66fd45367932d01382877a2 /src/Makefile.in
parentcd97141c5bad0d39915d37c132948f403adeb00f (diff)
downloadopen-axiom-94959a8e7991c09ecaa72ca1c3fdc326ddb28819.tar.gz
Set derived src and target directory variables
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in22
1 files changed, 13 insertions, 9 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 8c39ab3d..a88f874e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -337,13 +337,6 @@ 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 = @oa_builddir@
oa_c_macros = @oa_c_macros@
oa_c_runtime = @oa_c_runtime@
oa_c_runtime_extra = @oa_c_runtime_extra@
@@ -363,8 +356,20 @@ 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_src_algdir = @oa_src_algdir@
+oa_src_datadir = @oa_src_datadir@
+oa_src_docdir = @oa_src_docdir@
+oa_src_srcdir = @oa_src_srcdir@
+oa_src_texdir = @oa_src_texdir@
oa_standard_linking = @oa_standard_linking@
-oa_top_builddir = @oa_top_builddir@
+oa_target_bindir = @oa_target_bindir@
+oa_target_datadir = @oa_target_datadir@
+oa_target_docdir = @oa_target_docdir@
+oa_target_includedir = @oa_target_includedir@
+oa_target_libdir = @oa_target_libdir@
+oa_target_srcdir = @oa_target_srcdir@
+oa_target_texdir = @oa_target_texdir@
+oa_targetdir = $(top_builddir)/$(target)
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@
@@ -402,7 +407,6 @@ subdirs = \
etc graph hyper input interp \
lib io lisp share sman utils
-oa_targetdir = $(top_builddir)/$(target)
oa_incdir = $(oa_targetdir)/include/open-axiom
oa_src_include_headers = \
defaults.H \