sogo/UI/MailPartViewers/GNUmakefile
Wolfgang Sourdeau d5d78c5f79 Monotone-Parent: 5f2a3e7eefe739c0e656450e9cc85846e27c80b8
Monotone-Revision: 3239b46c1626108a2b1a3d6cab30ae4c9bd6a731

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-13T22:38:05
Monotone-Branch: ca.inverse.sogo
2007-11-13 22:38:05 +00:00

50 lines
1.1 KiB
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = MailPartViewers
MailPartViewers_PRINCIPAL_CLASS = MailPartViewersProduct
MailPartViewers_LANGUAGES = English French German
MailPartViewers_OBJC_FILES += \
MailPartViewersProduct.m \
\
UIxMailRenderingContext.m \
UIxMailSizeFormatter.m \
\
UIxMailPartViewer.m \
UIxMailPartTextViewer.m \
UIxMailPartHTMLViewer.m \
UIxMailPartImageViewer.m \
UIxMailPartLinkViewer.m \
UIxMailPartMixedViewer.m \
UIxMailPartAlternativeViewer.m \
UIxMailPartMessageViewer.m \
UIxMailPartICalViewer.m \
\
UIxMailPartICalActions.m \
\
UIxKolabPartViewer.m \
UIxKolabPartContactViewer.m \
UIxKolabPartEventViewer.m \
UIxKolabPartTaskViewer.m \
MailPartViewers_RESOURCE_FILES += \
Version \
product.plist \
MailPartViewers_LOCALIZED_RESOURCE_FILES += \
Localizable.strings
# make
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