sogo/UI/Common/GNUmakefile
Wolfgang Sourdeau 6eff26c8f6 Monotone-Parent: 46d8449338d0236510f5b139536909f2e5f7819d
Monotone-Revision: 6e703f5f06b5d02b3d34b5c2166d5342e1be4b9f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-02T17:04:27
Monotone-Branch: ca.inverse.sogo
2007-11-02 17:04:27 +00:00

49 lines
921 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = CommonUI
CommonUI_PRINCIPAL_CLASS = CommonUIProduct
CommonUI_LANGUAGES = English French German
CommonUI_OBJC_FILES += \
CommonUIProduct.m \
UIxPageFrame.m \
UIxPrintPageFrame.m \
UIxAppNavView.m \
\
UIxAclEditor.m \
UIxObjectActions.m \
UIxFolderActions.m \
UIxParentFolderActions.m \
UIxElemBuilder.m \
UIxTabView.m \
UIxTabItem.m \
UIxUserRightsEditor.m \
\
UIxToolbar.m \
\
WODirectAction+SOGo.m \
CommonUI_RESOURCE_FILES += \
Version \
product.plist \
Toolbars/SOGoAclOwner.toolbar \
Toolbars/SOGoAclAssistant.toolbar \
CommonUI_LOCALIZED_RESOURCE_FILES += \
Localizable.strings \
# make
ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make