]> err.no Git - scalable-opengroupware.org/blob - UI/MailPartViewers/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1187 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MailPartViewers / GNUmakefile
1 # GNUstep makefile
2
3 include ../common.make
4
5 BUNDLE_NAME = MailPartViewers
6
7 MailPartViewers_PRINCIPAL_CLASS = MailPartViewersProduct
8
9 MailPartViewers_LANGUAGES = English French German
10
11 MailPartViewers_OBJC_FILES += \
12         MailPartViewersProduct.m        \
13         \
14         UIxMailRenderingContext.m       \
15         UIxMailSizeFormatter.m          \
16         \
17         UIxMailPartViewer.m             \
18         UIxMailPartTextViewer.m         \
19         UIxMailPartHTMLViewer.m         \
20         UIxMailPartImageViewer.m        \
21         UIxMailPartLinkViewer.m         \
22         UIxMailPartMixedViewer.m        \
23         UIxMailPartAlternativeViewer.m  \
24         UIxMailPartMessageViewer.m      \
25         UIxMailPartICalViewer.m         \
26         \
27         UIxMailPartICalAction.m         \
28         \
29         UIxKolabPartViewer.m            \
30         UIxKolabPartContactViewer.m     \
31         UIxKolabPartEventViewer.m       \
32         UIxKolabPartTaskViewer.m        \
33
34 MailPartViewers_RESOURCE_FILES += \
35         Version                 \
36         product.plist           \
37
38 MailPartViewers_LOCALIZED_RESOURCE_FILES += \
39         Localizable.strings
40
41 # make
42
43 ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/sope-gdl1/
44 ADDITIONAL_LIB_DIRS += -L../../SOPE/sope-gdl1/GDLContentStore/obj/
45
46 -include GNUmakefile.preamble
47 include $(GNUSTEP_MAKEFILES)/bundle.make
48 -include GNUmakefile.postamble
49 include ../../fhsbundle.make