]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Common/GNUmakefile
completed UIxCalWeekview and some refactoring
[scalable-opengroupware.org] / SOGo / UI / Common / GNUmakefile
1 # $Id: GNUmakefile,v 1.2 2003/12/09 17:38:42 helge Exp $
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4
5 BUNDLE_NAME        = CommonUI
6 BUNDLE_EXTENSION   = .SOGo
7 BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo
8
9 CommonUI_PRINCIPAL_CLASS = CommonUIProduct
10
11 CommonUI_OBJC_FILES += \
12         CommonUIProduct.m       \
13         UIxPageFrame.m          \
14         UIxAppFrame.m           \
15         UIxAppHeader.m          \
16         UIxAppNavigation.m      \
17         UIxWinClose.m   \
18         UIxAppNavView.m \
19         \
20         UIxElemBuilder.m \
21         UIxTabView.m \
22         UIxTabItem.m \
23
24
25 CommonUI_RESOURCE_FILES += \
26         Version                 \
27         product.plist           \
28         UIxPageFrame.wox        \
29         UIxAppFrame.wox         \
30         UIxAppHeader.wox        \
31         UIxAppNavigation.wox    \
32         UIxWinClose.wox         \
33         UIxAppNavView.wox       \
34         \
35         uix.css                 \
36         calendar.css            \
37         \
38         images/OGoLogo.gif      \
39         images/menu_logo_top.gif        \
40         images/line_left.gif    \
41         images/line_stretch.gif \
42         images/line_right.gif   \
43         images/box_topleft.gif  \
44         images/box_top.gif      \
45         images/box_topright.gif \
46         images/box_left.gif     \
47         images/box_right.gif    \
48         images/box_botleft.gif  \
49         images/box_bottom.gif\
50         images/box_botright.gif\
51         images/tab_selected.gif\
52         images/tab_.gif\
53         images/corner_right.gif\
54         images/closewindow.gif
55
56 # make
57
58 -include GNUmakefile.preamble
59 include $(GNUSTEP_MAKEFILES)/bundle.make
60 -include GNUmakefile.postamble