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