]> err.no Git - scalable-opengroupware.org/blob - UI/Common/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1036 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Common / GNUmakefile
1 # GNUstep makefile
2
3 include ../common.make
4
5 BUNDLE_NAME = CommonUI
6
7 CommonUI_PRINCIPAL_CLASS = CommonUIProduct
8
9 CommonUI_LANGUAGES = English French
10
11 CommonUI_OBJC_FILES +=          \
12         CommonUIProduct.m       \
13         UIxPageFrame.m          \
14         UIxPrintPageFrame.m     \
15         UIxSortButton.m         \
16         UIxAppNavView.m         \
17         \
18         UIxAclEditor.m  \
19         UIxFolderActions.m      \
20         UIxElemBuilder.m        \
21         UIxTabView.m            \
22         UIxTabItem.m            \
23         \
24         UIxSortableTableHeader.m \
25         \
26         UIxToolbar.m
27
28 CommonUI_RESOURCE_FILES += \
29         Version                 \
30         product.plist           \
31         Toolbars/SOGoAclOwner.toolbar \
32         Toolbars/SOGoAclAssistant.toolbar \
33
34
35 CommonUI_LOCALIZED_RESOURCE_FILES +=    \
36         Localizable.strings             \
37
38 # make
39
40 -include GNUmakefile.preamble
41 include $(GNUSTEP_MAKEFILES)/bundle.make
42 -include GNUmakefile.postamble
43 include ../../fhsbundle.make