From d351824253b1af0a53f9a628ee4a9628ab9720a2 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 17 Nov 2005 00:01:55 +0000 Subject: got everything working properly with the centralized build system svn path=/trunk/; revision=3951 --- abstractions/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'abstractions/Makefile') diff --git a/abstractions/Makefile b/abstractions/Makefile index f5a97068..235f98ca 100644 --- a/abstractions/Makefile +++ b/abstractions/Makefile @@ -6,14 +6,17 @@ # #==============================================================================# -# these are setup to be overridden by the packages/*/Makefiles -SRC_ROOT_DIR := $(shell pwd)/.. +CWD := $(shell pwd) + +# these are setup to be overridden by the packages/Makefile +SRC_ROOT_DIR = $(CWD)/.. INSTALL_PREFIX = build +BUILDLAYOUT_DIR = $(CWD) # default target -all: objects applications +install: objects applications -include Makefile.dirs +include $(BUILDLAYOUT_DIR)/Makefile.buildlayout #==============================================================================# # -- cgit v1.2.1