sogo/UI/MainUI/GNUmakefile
Wolfgang Sourdeau d02944997b Monotone-Parent: c6fdd672e2e8dd7987325a4048b66b7eb33967f8
Monotone-Revision: 725d535111b7fe50c90895c30ba8ecabba82cf23

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-15T20:55:07
Monotone-Branch: ca.inverse.sogo
2006-08-15 20:55:07 +00:00

29 lines
523 B
Makefile

# GNUstep makefile
-include ../common.make
BUNDLE_NAME = MainUI
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
MainUI_LOCALIZED_RESOURCE_FILES += \
Locale Localizable.strings
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make