]> err.no Git - scalable-opengroupware.org/blob - UI/Common/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1060 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         UIxObjectActions.m      \
20         UIxFolderActions.m      \
21         UIxElemBuilder.m        \
22         UIxTabView.m            \
23         UIxTabItem.m            \
24         UIxUserRightsEditor.m   \
25         \
26         UIxSortableTableHeader.m \
27         \
28         UIxToolbar.m
29
30 CommonUI_RESOURCE_FILES += \
31         Version                 \
32         product.plist           \
33         Toolbars/SOGoAclOwner.toolbar \
34         Toolbars/SOGoAclAssistant.toolbar \
35
36
37 CommonUI_LOCALIZED_RESOURCE_FILES +=    \
38         Localizable.strings             \
39
40 # make
41
42 -include GNUmakefile.preamble
43 include $(GNUSTEP_MAKEFILES)/bundle.make
44 -include GNUmakefile.postamble
45 include ../../fhsbundle.make