# GNUstep makefile include ../common.make BUNDLE_NAME = Projects LIBRARY_NAME = libZSProjects Projects_PRINCIPAL_CLASS = ProjectsProduct Projects_OBJC_FILES = Product.m libZSProjects_INTERFACE_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) libZSProjects_INSTALL_DIR=$(OGO_SYSLIBDIR) libZSProjects_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION) libZSProjects_OBJC_FILES = \ SxProjectFolder.m \ SxProjectsFolder.m \ SxDocumentFolder.m \ SxDocument.m \ SxProjectNotesFolder.m \ SxNote.m \ SxTmpDocument.m \ \ SxProjectNotesRSS.m \ \ SxDocumentFolder+Perf.m \ Projects_RESOURCE_FILES += \ bundle-info.plist \ Version \ product.plist Projects_INSTALL_DIR=$(ZIDESTORE_WEBUIDIR) -include GNUmakefile.preamble ifneq ($(FHS_INSTALL_ROOT),) GNUSTEP_HEADERS=$(DESTDIR)$(FHS_INSTALL_ROOT)/include endif include $(GNUSTEP_MAKEFILES)/library.make include $(GNUSTEP_MAKEFILES)/bundle.make -include GNUmakefile.postamble