]> err.no Git - scalable-opengroupware.org/blob - UI/Common/GNUmakefile
moved SOGo files up
[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         UIxWinClose.m           \
16         UIxSortButton.m         \
17         UIxAppNavView.m         \
18         \
19         UIxElemBuilder.m        \
20         UIxTabView.m            \
21         UIxTabItem.m            \
22
23
24 CommonUI_RESOURCE_FILES += \
25         Version                 \
26         product.plist           \
27
28 CommonUI_LOCALIZED_RESOURCE_FILES +=    \
29         Localizable.strings             \
30
31 # make
32
33 -include GNUmakefile.preamble
34 include $(GNUSTEP_MAKEFILES)/bundle.make
35 -include GNUmakefile.postamble
36 include ../../fhsbundle.make