]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Common/GNUmakefile
Schedule view and associated functionality, work in progress
[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_LANGUAGES = English French
12
13 CommonUI_OBJC_FILES +=          \
14         CommonUIProduct.m       \
15         UIxPageFrame.m          \
16         UIxPrintPageFrame.m     \
17         UIxWinClose.m           \
18         UIxSortButton.m         \
19         UIxAppNavView.m         \
20         \
21         UIxElemBuilder.m        \
22         UIxTabView.m            \
23         UIxTabItem.m            \
24
25
26 CommonUI_RESOURCE_FILES += \
27         Version                 \
28         product.plist           \
29         UIxPageFrame.wox        \
30         UIxPrintPageFrame.wox   \
31         UIxWinClose.wox         \
32         UIxSortButton.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         images/upward_sorted.gif\
56         images/downward_sorted.gif \
57         images/non_sorted.gif   \
58
59 CommonUI_LOCALIZED_RESOURCE_FILES +=    \
60         default.strings                 \
61
62 # make
63
64 -include GNUmakefile.preamble
65 include $(GNUSTEP_MAKEFILES)/bundle.make
66 -include GNUmakefile.postamble