sogo/UI/MailPartViewers/GNUmakefile
Wolfgang Sourdeau 4b9019e753 Monotone-Parent: 8289067a34c438dfdb8b114ed01fd206fce6310d
Monotone-Revision: 5761b0b7e562328da29d43986c76e5ed9758f47c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-20T20:45:13
Monotone-Branch: ca.inverse.sogo
2007-08-20 20:45:13 +00:00

47 lines
985 B
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 \
\
UIxMailPartICalAction.m \
\
UIxKolabPartViewer.m \
UIxKolabPartContactViewer.m \
UIxKolabPartEventViewer.m \
UIxKolabPartTaskViewer.m \
MailPartViewers_RESOURCE_FILES += \
Version \
product.plist \
MailPartViewers_LOCALIZED_RESOURCE_FILES += \
Localizable.strings
# make
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make