]> err.no Git - scalable-opengroupware.org/blob - UI/MailPartViewers/GNUmakefile
moved SOGo files up
[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
10
11 MailPartViewers_LANGUAGES = English French
12
13 MailPartViewers_OBJC_FILES += \
14         MailPartViewersProduct.m        \
15         \
16         UIxMailRenderingContext.m       \
17         UIxMailSizeFormatter.m          \
18         \
19         UIxMailPartViewer.m             \
20         UIxMailPartTextViewer.m         \
21         UIxMailPartImageViewer.m        \
22         UIxMailPartLinkViewer.m         \
23         UIxMailPartMixedViewer.m        \
24         UIxMailPartAlternativeViewer.m  \
25         UIxMailPartMessageViewer.m      \
26         UIxMailPartICalViewer.m         \
27         UIxMailPartHTMLViewer.m         \
28         \
29         UIxMailPartICalAction.m         \
30
31 MailPartViewers_RESOURCE_FILES += \
32         Version                 \
33         product.plist           \
34
35 MailPartViewers_LOCALIZED_RESOURCE_FILES += \
36         Localizable.strings
37
38 # make
39
40 -include GNUmakefile.preamble
41 include $(GNUSTEP_MAKEFILES)/bundle.make
42 -include GNUmakefile.postamble
43 include ../../fhsbundle.make