]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Common/GNUmakefile
removed old components in UI/Common
[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         UIxPrintPageFrame.m     \
15         UIxWinClose.m           \
16         UIxAppNavView.m         \
17         \
18         UIxElemBuilder.m        \
19         UIxTabView.m            \
20         UIxTabItem.m            \
21
22
23 CommonUI_RESOURCE_FILES += \
24         Version                 \
25         product.plist           \
26         UIxPageFrame.wox        \
27         UIxPrintPageFrame.wox   \
28         UIxWinClose.wox         \
29         UIxAppNavView.wox       \
30         \
31         uix.css                 \
32         calendar.css            \
33         \
34         images/OGoLogo.gif      \
35         images/menu_logo_top.gif\
36         images/line_left.gif    \
37         images/line_stretch.gif \
38         images/line_right.gif   \
39         images/box_topleft.gif  \
40         images/box_top.gif      \
41         images/box_topright.gif \
42         images/box_left.gif     \
43         images/box_right.gif    \
44         images/box_botleft.gif  \
45         images/box_bottom.gif   \
46         images/box_botright.gif \
47         images/tab_selected.gif \
48         images/tab_.gif         \
49         images/corner_right.gif \
50         images/closewindow.gif
51
52 # make
53
54 -include GNUmakefile.preamble
55 include $(GNUSTEP_MAKEFILES)/bundle.make
56 -include GNUmakefile.postamble