]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Contacts/GNUmakefile
private address book selection analoguous to Anais
[scalable-opengroupware.org] / SOGo / UI / Contacts / GNUmakefile
1 # $Id$
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4
5 BUNDLE_NAME        = ContactsUI
6 BUNDLE_EXTENSION   = .SOGo
7 BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo
8
9 ContactsUI_PRINCIPAL_CLASS = ContactsUIProduct
10
11 ContactsUI_LANGUAGES = English French
12
13 ContactsUI_OBJC_FILES =                 \
14         ContactsUIProduct.m             \
15                                         \
16         UIxContactsListView.m           \
17         UIxContactsSelectionView.m      \
18         UIxContactView.m                \
19         UIxContactEditor.m              \
20         UIxContactSelector.m            \
21
22 ContactsUI_RESOURCE_FILES +=            \
23         Version                         \
24         product.plist                   \
25
26 ContactsUI_RESOURCE_FILES +=            \
27         UIxContactsListView.wox         \
28         UIxContactsSelectionView.wox    \
29         UIxContactView.wox              \
30         UIxContactEditor.wox            \
31         UIxContactSelector.wox          \
32
33 ContactsUI_LOCALIZED_RESOURCE_FILES +=  \
34         default.strings                 \
35
36 ADDITIONAL_INCLUDE_DIRS += \
37         -I.. -I../.. -I../../..
38
39
40 # make
41
42 -include GNUmakefile.preamble
43 include $(GNUSTEP_MAKEFILES)/bundle.make
44 -include GNUmakefile.postamble