]> err.no Git - sope/blob - sope-core/GNUmakefile
Drop apache 1 build-dependency
[sope] / sope-core / GNUmakefile
1 # GNUstep makefile
2
3 -include ../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5
6 PACKAGE_NAME=sope-core
7 VERSION=4.5.0
8
9 SUBPROJECTS += \
10         EOControl       \
11         NGExtensions    \
12         NGStreams
13
14 # compile EOCoreData if we are on Tiger
15 ifeq ($(findstring darwin8, $(GNUSTEP_TARGET_OS)), darwin8)
16 SUBPROJECTS += EOCoreData
17 endif
18
19
20 ifeq ($(frameworks),yes)
21 include umbrella.make
22 endif
23
24 # project makefiles
25
26 include $(GNUSTEP_MAKEFILES)/aggregate.make
27 ifeq ($(frameworks),yes)
28 include $(GNUSTEP_MAKEFILES)/framework.make
29 endif
30
31
32 # package
33
34 macosx-pkg :: all
35         ../maintenance/make-osxpkg.sh sope-core