# GNUstep makefile -include ../config.make include $(GNUSTEP_MAKEFILES)/common.make include ../Version include ./Version SOGOD = sogod-$(MAJOR_VERSION).$(MINOR_VERSION) TOOL_NAME = $(SOGOD) BUNDLE_NAME = MainUI BUNDLE_EXTENSION = .SOGo BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo-$(MAJOR_VERSION).$(MINOR_VERSION) # daemon tool $(SOGOD)_OBJC_FILES += \ sogod.m \ SOGo.m \ SOGoProductLoader.m \ SOGoAuthenticator.m \ # product MainUI_PRINCIPAL_CLASS = MainUIProduct MainUI_LANGUAGES = English French MainUI_OBJC_FILES += \ MainUIProduct.m \ SOGoRootPage.m \ SOGoUserHomePage.m \ SOGoGroupPage.m \ SOGoGroupsPage.m \ MainUI_RESOURCE_FILES += \ Version \ product.plist \ \ SOGoRootPage.wox \ SOGoUserHomePage.wox \ SOGoGroupPage.wox \ SOGoGroupsPage.wox \ MainUI_LOCALIZED_RESOURCE_FILES += \ Locale Localizable.strings -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/bundle.make include $(GNUSTEP_MAKEFILES)/tool.make -include GNUmakefile.postamble include ../fhsbundle.make