# Install into the system root by default GNUSTEP_INSTALLATION_DOMAIN=SYSTEM RPM_DISABLE_RELOCATABLE=YES PACKAGE_NEEDS_CONFIGURE = YES include $(GNUSTEP_MAKEFILES)/common.make PACKAGE_NAME = @PACKAGE_NAME@ VERSION = @PACKAGE_VERSION@ # # subprojects # SUBPROJECTS = FSNode \ DBKit \ Tools \ Inspector \ Operation \ Recycler \ GWorkspace -include GNUmakefile.preamble -include GNUmakefile.local include $(GNUSTEP_MAKEFILES)/aggregate.make -include GNUmakefile.postamble