5 ifeq ($(GNUSTEP_MAKEFILES),)
7 $(warning Note: Your $(GNUSTEP_MAKEFILES) environment variable is empty!)
8 $(warning Either use ./configure or source GNUstep.sh.)
12 include $(GNUSTEP_MAKEFILES)/common.make
23 ifeq ($(HAS_LIBRARY_ldap),yes)
24 SUBPROJECTS += sope-ldap
27 ifeq ($(FOUNDATION_LIB),apple)
28 ifeq ($(frameworks),yes)
34 -include $(GNUSTEP_MAKEFILES)/GNUmakefile.preamble
35 include $(GNUSTEP_MAKEFILES)/aggregate.make
36 -include $(GNUSTEP_MAKEFILES)/GNUmakefile.postamble
43 if test -f config.make; then rm config.make; fi
44 if test -d .gsmake; then rm -r .gsmake; fi
45 if test -f config-NGStreams.log; then rm config-NGStreams.log; fi
46 if test -f config-gstepmake.log; then rm config-gstepmake.log; fi
49 for i in $(SUBPROJECTS); do \
50 (cd $$i; $(MAKE) macosx-pkg); \
52 ./maintenance/make-osxmpkg.sh \
53 "SOPE-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)"
55 macosx-dmg :: macosx-pkg
56 ./maintenance/make-osxdmg.sh \
57 "SOPE-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)" \
59 "SOPE $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)"