From cd97141c5bad0d39915d37c132948f403adeb00f Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 21 Feb 2014 11:33:40 +0000 Subject: Set derived build directory variables --- Makefile.in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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 \ -- cgit v1.2.3