]> err.no Git - scalable-opengroupware.org/blob - UI/Common/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1265 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 German
10
11 CommonUI_OBJC_FILES +=          \
12         CommonUIProduct.m       \
13         UIxPageFrame.m          \
14         \
15         UIxAclEditor.m  \
16         UIxObjectActions.m      \
17         UIxFolderActions.m      \
18         UIxParentFolderActions.m \
19         UIxElemBuilder.m        \
20         UIxUserRightsEditor.m   \
21         \
22         UIxToolbar.m            \
23         \
24         WODirectAction+SOGo.m \
25
26 CommonUI_RESOURCE_FILES += \
27         Version                 \
28         product.plist           \
29         Toolbars/SOGoAclOwner.toolbar \
30         Toolbars/SOGoAclAssistant.toolbar \
31
32
33 CommonUI_LOCALIZED_RESOURCE_FILES +=    \
34         Localizable.strings             \
35
36 # make
37
38 ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
39 ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
40
41 -include GNUmakefile.preamble
42 include $(GNUSTEP_MAKEFILES)/bundle.make
43 -include GNUmakefile.postamble
44 include ../../fhsbundle.make