]> err.no Git - sope/blob - sopex/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1201 e4a50df8-12e2-0310-a44c...
[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