mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
Monotone-Parent: ea7589320f5747a3bd1bbec33e1bd8776e4041db Monotone-Revision: cc4b29880c63c661301ca909ec3695f67b0775dd Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-04-21T15:20:52 Monotone-Branch: ca.inverse.sogo
49 lines
1.1 KiB
Makefile
49 lines
1.1 KiB
Makefile
# GNUstep makefile
|
|
|
|
include ../common.make
|
|
|
|
BUNDLE_NAME = MailPartViewers
|
|
|
|
MailPartViewers_PRINCIPAL_CLASS = MailPartViewersProduct
|
|
|
|
MailPartViewers_LANGUAGES = Dutch English French German Italian Spanish Welsh
|
|
|
|
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 += $(shell xml2-config --cflags)
|
|
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
|
|
|
|
-include GNUmakefile.preamble
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|
|
-include GNUmakefile.postamble
|