]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Mailer/GNUmakefile
added FHS install support to bundles
[scalable-opengroupware.org] / SOGo / UI / Mailer / GNUmakefile
1 # GNUstep makefile
2
3 include ../common.make
4
5 BUNDLE_NAME = MailerUI
6
7 MailerUI_PRINCIPAL_CLASS = MailerUIProduct
8
9 MailerUI_LANGUAGES = English French
10
11 MailerUI_OBJC_FILES += \
12         MailerUIProduct.m       \
13         \
14         UIxMailFormatter.m              \
15         UIxSubjectFormatter.m           \
16         UIxEnvelopeAddressFormatter.m   \
17         WOContext+UIxMailer.m           \
18         UIxMailRenderingContext.m       \
19         \
20         UIxMailMainFrame.m              \
21         UIxMailTree.m                   \
22         UIxMailTreeBlock.m              \
23         UIxMailToolbar.m                \
24         \
25         UIxMailAccountsView.m           \
26         UIxMailAccountView.m            \
27         UIxMailListView.m               \
28         UIxMailView.m                   \
29         UIxMailSortableTableHeader.m    \
30         UIxMailMoveToPopUp.m            \
31         \
32         UIxMailEditor.m                 \
33         UIxMailEditorAttach.m           \
34         UIxMailEditorAction.m           \
35         UIxMailReplyAction.m            \
36         UIxMailForwardAction.m          \
37         UIxMailToSelection.m            \
38         UIxMailAddressbook.m            \
39         UIxMailWindowCloser.m           \
40         \
41         UIxMailPartViewer.m             \
42         UIxMailPartTextViewer.m         \
43         UIxMailPartImageViewer.m        \
44         UIxMailPartLinkViewer.m         \
45         UIxMailPartMixedViewer.m        \
46         UIxMailPartAlternativeViewer.m  \
47         UIxMailPartMessageViewer.m      \
48         \
49         UIxFilterList.m                 \
50         UIxSieveEditor.m                \
51         \
52         UIxMailSizeFormatter.m          \
53
54 MailerUI_RESOURCE_FILES += \
55         Version                 \
56         product.plist           \
57
58 MailerUI_RESOURCE_FILES += \
59         UIxMailMainFrame.wox            \
60         UIxMailTree.wox                 \
61         UIxMailToolbar.wox              \
62         \
63         UIxMailAccountsView.wox         \
64         UIxMailAccountView.wox          \
65         UIxMailListView.wox             \
66         UIxMailView.wox                 \
67         UIxMailSortableTableHeader.wox  \
68         UIxMailMoveToPopUp.wox          \
69         \
70         UIxMailEditor.wox               \
71         UIxMailEditorAttach.wox         \
72         UIxMailToSelection.wox          \
73         UIxMailAddressbook.wox          \
74         UIxMailWindowCloser.wox         \
75         \
76         UIxMailPartTextViewer.wox       \
77         UIxMailPartMixedViewer.wox      \
78         UIxMailPartImageViewer.wox      \
79         UIxMailPartLinkViewer.wox       \
80         UIxMailPartAlternativeViewer.wox\
81         UIxMailPartMessageViewer.wox    \
82         \
83         UIxFilterList.wox               \
84         UIxSieveEditor.wox              \
85
86 MailerUI_RESOURCE_FILES += \
87         uix.css                 \
88         mailer.css              \
89         mailer.js               \
90
91 MailerUI_RESOURCE_FILES += \
92         screenshots/*.png       \
93         Images/tbtv_*.gif       \
94         Images/icon_*.gif       \
95         Images/tbtb_*.png       \
96         Images/message-mail*.png\
97         Images/lori_32x32.png   \
98         Images/title_*.png      \
99
100 MailerUI_LOCALIZED_RESOURCE_FILES += \
101         default.strings
102
103 # make
104
105 -include GNUmakefile.preamble
106 include $(GNUSTEP_MAKEFILES)/bundle.make
107 -include GNUmakefile.postamble
108 include ../../fhsbundle.make