From f28542b9b45f83250a6d01bc062b65244d166a1c Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 18 Oct 2007 12:24:17 +0200 Subject: Support building on Mac OS X without gnustep-make. darcs-hash:fd214e0244570e27679db980171f866332808a56 --- GNUmakefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 67bb44b..ca8ebf2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -15,7 +15,7 @@ ## along with this program. If not, see . -include $(GNUSTEP_MAKEFILES)/common.make +-include $(GNUSTEP_MAKEFILES)/common.make include version.make @@ -24,4 +24,16 @@ RPM_DISABLE_RELOCATABLE = YES SUBPROJECTS = Objective-C +ifneq ($(COMMON_MAKE_LOADED),) include $(GNUSTEP_MAKEFILES)/aggregate.make +else # Mac OS X +all: + make -C Objective-C all + +clean: + make -C Objective-C clean + +install: + make -C Objective-C install +endif + -- cgit v1.2.3