sogo/UI/MainUI/GNUmakefile
Wolfgang Sourdeau dc40718409 SoObjects/Appointments/GNUmakefile
Monotone-Parent: 18c8420c0a0c752ea4dd761f934a473b321568f8
Monotone-Revision: b2699a981cd5458fbd1da1a9a72992020a29a4fc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-14T21:20:13
Monotone-Branch: ca.inverse.sogo
2006-12-14 21:20:13 +00:00

29 lines
521 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