sogo/UI/Common/GNUmakefile
Francis Lachapelle dcc9ae85ef Added Swedish translation.
Monotone-Parent: f1f2cd2f6a1aaf50bfe29a44ad3feefaff4ebbb2
Monotone-Revision: ed66e83d2feb1a41dee7a2a6ca422f440f0e7b18

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-11-18T22:54:12
Monotone-Branch: ca.inverse.sogo
2009-11-18 22:54:12 +00:00

43 lines
875 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = CommonUI
CommonUI_PRINCIPAL_CLASS = CommonUIProduct
CommonUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Russian Spanish Swedish Welsh
CommonUI_OBJC_FILES += \
CommonUIProduct.m \
UIxPageFrame.m \
\
UIxAclEditor.m \
UIxObjectActions.m \
UIxFolderActions.m \
UIxParentFolderActions.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