]> err.no Git - sope/blob - sope-core/GNUmakefile
renamed packages as discussed in the developer list
[sope] / sope-core / GNUmakefile
1 # $Id$
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4
5 PACKAGE_NAME=skyrix-core
6 VERSION=4.2.0
7
8 SUBPROJECTS = \
9         EOControl       \
10         NGExtensions    \
11         NGStreams       \
12         NGMime          \
13         NGLdap          \
14         NGiCal          \
15
16 include $(GNUSTEP_MAKEFILES)/aggregate.make
17
18 autodoc :
19         (cd EOControl;    $(MAKE) autodoc)
20         (cd NGExtensions; $(MAKE) autodoc)
21         (cd NGStreams;    $(MAKE) autodoc)
22         (cd NGMime;       $(MAKE) autodoc)
23         (cd NGLdap;       $(MAKE) autodoc)