# GNUstep makefile -include ../config.make include $(GNUSTEP_MAKEFILES)/common.make PACKAGE_NAME=sope-core VERSION=4.5.0 SUBPROJECTS += \ EOControl \ NGExtensions \ NGStreams # compile EOCoreData if we are on Tiger ifeq ($(findstring darwin8, $(GNUSTEP_TARGET_OS)), darwin8) SUBPROJECTS += EOCoreData endif include $(GNUSTEP_MAKEFILES)/aggregate.make