]> err.no Git - scalable-opengroupware.org/blob - UI/Contacts/GNUmakefile
removed libContactsUI
[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         UIxContactsListViewBase.m       \
13         UIxContactEditorBase.m          \
14         \
15         ContactsUIProduct.m             \
16         UIxContactsSelectionView.m      \
17         UIxContactView.m                \
18         UIxContactSelector.m            \
19         UIxContactEditor.m              \
20         UIxContactsListView.m           \
21
22 ContactsUI_RESOURCE_FILES +=            \
23         Version                         \
24         product.plist                   \
25
26 ContactsUI_LOCALIZED_RESOURCE_FILES +=  \
27         Localizable.strings             \
28
29 # make
30
31 -include GNUmakefile.preamble
32 include $(GNUSTEP_MAKEFILES)/bundle.make
33 -include GNUmakefile.postamble
34 include ../../fhsbundle.make