]> err.no Git - scalable-opengroupware.org/blob - UI/Contacts/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1034 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Contacts / GNUmakefile
1 # GNUstep makefile
2
3 include ../common.make
4
5 BUNDLE_NAME = ContactsUI
6
7 ContactsUI_PRINCIPAL_CLASS = ContactsUIProduct
8
9 ContactsUI_LANGUAGES = English French
10
11 ContactsUI_OBJC_FILES =                 \
12         UIxContactsUserFolders.m \
13         UIxContactsMailerSelection.m    \
14         \
15         ContactsUIProduct.m             \
16         UIxContactsFilterPanel.m        \
17         UIxContactView.m                \
18         UIxContactEditor.m              \
19         UIxContactsListView.m           \
20         UIxContactsListViewContainer.m  \
21         UIxContactFoldersView.m         \
22
23 ContactsUI_RESOURCE_FILES +=            \
24         Version                         \
25         product.plist                   \
26
27 ContactsUI_RESOURCE_FILES +=            \
28         Toolbars/SOGoContactFolder.toolbar
29
30 ContactsUI_LOCALIZED_RESOURCE_FILES +=  \
31         Localizable.strings             \
32
33 # make
34
35 -include GNUmakefile.preamble
36 include $(GNUSTEP_MAKEFILES)/bundle.make
37 -include GNUmakefile.postamble
38 include ../../fhsbundle.make