# GNUstep makefile include ../common.make BUNDLE_NAME = CommonUI CommonUI_PRINCIPAL_CLASS = CommonUIProduct CommonUI_LANGUAGES = $(SOGO_LANGUAGES) CommonUI_OBJC_FILES += \ CommonUIProduct.m \ UIxPageFrame.m \ \ UIxAclEditor.m \ UIxObjectActions.m \ UIxFolderActions.m \ UIxParentFolderActions.m \ UIxUserRightsEditor.m \ \ UIxTopnavToolbar.m \ UIxToolbar.m \ CommonUI_RESOURCE_FILES += \ product.plist CommonUI_LOCALIZED_RESOURCE_FILES += \ Localizable.strings \ # make ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/ ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/ ADDITIONAL_LDFLAGS += -Wl,--rpath,$(SOGO_SYSLIBDIR)/sogo -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/bundle.make -include GNUmakefile.postamble