sogo/UI/Common/GNUmakefile
Ludovic Marcotte 167a2700de See ChangeLog
Monotone-Parent: c945744d1f1275f5a765e05de951fb28f27252eb
Monotone-Revision: 10e4639d26e8856e1d1cce589fc7dcdd0639f703

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-06-04T16:32:21
Monotone-Branch: ca.inverse.sogo
2010-06-04 16:32:21 +00:00

41 lines
812 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 Ukrainian 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
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