From 94959a8e7991c09ecaa72ca1c3fdc326ddb28819 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 21 Feb 2014 14:09:17 +0000 Subject: Set derived src and target directory variables --- src/Makefile.in | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'src/Makefile.in') 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 \ -- cgit v1.2.3