X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=GNUmakefile;h=60b164aaf77fb540cd26d39c2400c04e844b1e4e;hb=0877357b1db7e211d48acacbd5029e972c92d120;hp=c684af406f52670dad7b8e3ee393952df7314898;hpb=22f5b86f2193c87cffef116159af2ba4660e4627;p=sope diff --git a/GNUmakefile b/GNUmakefile index c684af40..60b164aa 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,14 +1,21 @@ -# $Id$ - -# Note: could be that it doesn't fully compile 'inline' +# GNUstep makefile +-include ./config.make include $(GNUSTEP_MAKEFILES)/common.make SUBPROJECTS += \ - skyrix-xml \ - skyrix-core \ - skyrix-sope + sope-xml \ + sope-core \ + sope-mime \ + sope-appserver \ + sope-ldap \ + sope-ical \ + sope-gdl1 \ + xmlrpc_call \ -include $(GNUSTEP_MAKEFILES)/GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/aggregate.make -include $(GNUSTEP_MAKEFILES)/GNUmakefile.postamble + +distclean :: + if test -f config.make; then rm config.make; fi