]> err.no Git - scalable-opengroupware.org/blob - UI/Common/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1187 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         UIxPrintPageFrame.m     \
15         UIxAppNavView.m         \
16         \
17         UIxAclEditor.m  \
18         UIxObjectActions.m      \
19         UIxFolderActions.m      \
20         UIxParentFolderActions.m \
21         UIxElemBuilder.m        \
22         UIxTabView.m            \
23         UIxTabItem.m            \
24         UIxUserRightsEditor.m   \
25         \
26         UIxToolbar.m            \
27         \
28         WODirectAction+SOGo.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 ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/sope-gdl1/
43 ADDITIONAL_LIB_DIRS += -L../../SOPE/sope-gdl1/GDLContentStore/obj/
44
45 -include GNUmakefile.preamble
46 include $(GNUSTEP_MAKEFILES)/bundle.make
47 -include GNUmakefile.postamble
48 include ../../fhsbundle.make