sogo/UI/MainUI/GNUmakefile
Francis Lachapelle cb0d2b7051 Monotone-Parent: 03f4ed2c67c156f85f5fd5dae8c1f0bcdab5bb2f
Monotone-Revision: f4d1aaac3bdf07ab4ee67974f65577c30c1bb0fe

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-11T22:10:14
Monotone-Branch: ca.inverse.sogo
2007-10-11 22:10:14 +00:00

36 lines
748 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/sope-gdl1/
ADDITIONAL_LIB_DIRS += -L../../SOPE/sope-gdl1/GDLContentStore/obj/
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make