]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Common/GNUmakefile
moved templates out of the bundles into the Templates directory
[scalable-opengroupware.org] / SOGo / 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_RESOURCE_FILES += \
29 #       UIxPageFrame.wox        \
30 #       UIxPrintPageFrame.wox   \
31 #       UIxWinClose.wox         \
32 #       UIxSortButton.wox       \
33 #       UIxAppNavView.wox       \
34
35 CommonUI_RESOURCE_FILES += \
36         uix.css                 \
37         calendar.css            \
38
39 CommonUI_RESOURCE_FILES += \
40         images/OGoLogo.gif      \
41         images/menu_logo_top.gif\
42         images/line_left.gif    \
43         images/line_stretch.gif \
44         images/line_right.gif   \
45         images/box_topleft.gif  \
46         images/box_top.gif      \
47         images/box_topright.gif \
48         images/box_left.gif     \
49         images/box_right.gif    \
50         images/box_botleft.gif  \
51         images/box_bottom.gif   \
52         images/box_botright.gif \
53         images/tab_selected.gif \
54         images/tab_.gif         \
55         images/corner_right.gif \
56         images/closewindow.gif  \
57         images/upward_sorted.gif\
58         images/downward_sorted.gif \
59         images/non_sorted.gif   \
60
61 CommonUI_LOCALIZED_RESOURCE_FILES +=    \
62         default.strings                 \
63
64 # make
65
66 -include GNUmakefile.preamble
67 include $(GNUSTEP_MAKEFILES)/bundle.make
68 -include GNUmakefile.postamble
69 include ../../fhsbundle.make