]> err.no Git - sope/blob - sopex/GNUmakefile
added --enable-pch to configure
[sope] / sopex / GNUmakefile
1 # GNUstep makefile
2
3 -include ../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5
6 ifeq ($(FOUNDATION_LIB),apple)
7 ifeq ($(frameworks),yes)
8
9 SUBPROJECTS += \
10         SOPEX
11
12 include $(GNUSTEP_MAKEFILES)/aggregate.make
13
14
15 # package
16
17 macosx-pkg :: all
18         ../maintenance/make-osxpkg.sh "SOPE:X"
19
20 endif
21 endif