sogo/UI/MailPartViewers/GNUmakefile
Wolfgang Sourdeau fb8c2cf8e4 Monotone-Parent: 4243d79332106e919aa31b53597a483725789629
Monotone-Revision: 52ff2b4f8e3b54dccdd86d1df03df7ddf6df7a1a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-15T21:01:45
Monotone-Branch: ca.inverse.sogo
2007-02-15 21:01:45 +00:00

49 lines
1,022 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = MailPartViewers
MailPartViewers_PRINCIPAL_CLASS = MailPartViewersProduct
MailPartViewers_LANGUAGES = English French
MailPartViewers_LANGUAGES = English French
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