sogo/UI/MainUI/GNUmakefile
Wolfgang Sourdeau 2610931e29 Monotone-Parent: 0853417306cf8e081b4e93f4b80e5feb8e96cdba
Monotone-Revision: a0f68502f87ffdb7d7c28d10cb89869cca34487f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-29T21:54:19
Monotone-Branch: ca.inverse.sogo
2007-06-29 21:54:19 +00:00

31 lines
564 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 \
OCSFolderInfo.sql \
AgenorProfile.sql
MainUI_LOCALIZED_RESOURCE_FILES += \
Locale Localizable.strings
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make