sogo/UI/MainUI/GNUmakefile
Francis Lachapelle ae4123cfe0 Splitted Norwegian translation in Norwegian Bokmal and Nynorsk.
Monotone-Parent: 17530608006b90a01cc2e9b0e6c5591ad9be6610
Monotone-Revision: 7680b97cb4b0c7c994b80ccc36a5e6698af319b7

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-11-15T21:15:49
2011-11-15 21:15:49 +00:00

33 lines
812 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = MainUI
MainUI_PRINCIPAL_CLASS = MainUIProduct
MainUI_LANGUAGES = BrazilianPortuguese Catalan Czech Dutch English French German Hungarian Icelandic Italian NorwegianBokmal NorwegianNynorsk Polish Russian Spanish Swedish Ukrainian Welsh
MainUI_OBJC_FILES += \
MainUIProduct.m \
SOGoRootPage.m \
SOGoUserHomePage.m \
SOGoBrowsersPanel.m \
MainUI_RESOURCE_FILES += \
product.plist \
SOGoProfile.sql \
SOGoProfile-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