]> err.no Git - scalable-opengroupware.org/blob - UI/Contacts/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1065 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         UIxContactsUserRightsEditor.m   \
15         \
16         ContactsUIProduct.m             \
17         UIxContactsFilterPanel.m        \
18         UIxContactView.m                \
19         UIxContactEditor.m              \
20         UIxContactsListView.m           \
21         UIxContactsListViewContainer.m  \
22         UIxContactFoldersView.m         \
23
24 ContactsUI_RESOURCE_FILES +=            \
25         Version                         \
26         product.plist                   \
27
28 ContactsUI_RESOURCE_FILES +=            \
29         Toolbars/SOGoContactFolder.toolbar
30
31 ContactsUI_LOCALIZED_RESOURCE_FILES +=  \
32         Localizable.strings             \
33
34 # make
35
36 -include GNUmakefile.preamble
37 include $(GNUSTEP_MAKEFILES)/bundle.make
38 -include GNUmakefile.postamble
39 include ../../fhsbundle.make