]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Mailer/GNUmakefile
work on mailer
[scalable-opengroupware.org] / SOGo / UI / Mailer / GNUmakefile
1 # $Id$
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4
5 BUNDLE_NAME        = MailerUI
6 BUNDLE_EXTENSION   = .SOGo
7 BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo
8
9 MailerUI_PRINCIPAL_CLASS = MailerUIProduct
10
11 MailerUI_LANGUAGES = English French
12
13 MailerUI_OBJC_FILES += \
14         MailerUIProduct.m       \
15         \
16         UIxMailMainFrame.m      \
17         UIxMailAccountsView.m   \
18         UIxMailAccountView.m    \
19         UIxMailListView.m       \
20         UIxMailView.m           \
21         UIxMailEditor.m         \
22
23 MailerUI_RESOURCE_FILES += \
24         Version                 \
25         product.plist           \
26
27 MailerUI_RESOURCE_FILES += \
28         UIxMailMainFrame.wox    \
29         UIxMailAccountsView.wox \
30         UIxMailAccountView.wox  \
31         UIxMailListView.wox     \
32         UIxMailView.wox         \
33         UIxMailEditor.wox       \
34
35 MailerUI_RESOURCE_FILES += \
36         uix.css                 \
37         mailer.css              \
38
39 MailerUI_RESOURCE_FILES += \
40         screenshots/*.png
41
42 MailerUI_LOCALIZED_RESOURCE_FILES += \
43         default.strings
44
45 # make
46
47 -include GNUmakefile.preamble
48 include $(GNUSTEP_MAKEFILES)/bundle.make
49 -include GNUmakefile.postamble