sogo/UI/MainUI/GNUmakefile
Wolfgang Sourdeau 6eff26c8f6 Monotone-Parent: 46d8449338d0236510f5b139536909f2e5f7819d
Monotone-Revision: 6e703f5f06b5d02b3d34b5c2166d5342e1be4b9f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-02T17:04:27
Monotone-Branch: ca.inverse.sogo
2007-11-02 17:04:27 +00:00

36 lines
728 B
Makefile

# GNUstep makefile
-include ../common.make
BUNDLE_NAME = MainUI
MainUI_PRINCIPAL_CLASS = MainUIProduct
MainUI_LANGUAGES = English French German
MainUI_OBJC_FILES += \
MainUIProduct.m \
SOGoRootPage.m \
SOGoUserHomePage.m \
SOGoGroupPage.m \
SOGoGroupsPage.m \
MainUI_RESOURCE_FILES += \
Version \
product.plist \
AgenorProfile.sql \
AgenorProfile-oracle.sql \
OCSFolderInfo.sql \
OCSFolderInfo-oracle.sql \
MainUI_LOCALIZED_RESOURCE_FILES += \
Locale Localizable.strings
ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make