]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/Common/GNUmakefile
created libZideStoreCommonUI on Helge's request
[scalable-opengroupware.org] / ZideStore / UI-X / 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 ZIDESTORE=$(GNUSTEP_USER_ROOT)/Headers/ZideStore12
6
7
8 BUNDLE_NAME        = CommonUI
9 BUNDLE_EXTENSION   = .zsp
10 BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/ZideStore12
11
12 LIBRARY_NAME = libZideStoreCommonUI
13
14
15 libZideStoreCommonUI_HEADER_FILES_DIR         = .
16 libZideStoreCommonUI_HEADER_FILES_INSTALL_DIR = $(ZIDESTORE)/Common
17
18 libZideStoreCommonUI_HEADER_FILES = \
19         OGoComponent.h \
20
21 libZideStoreCommonUI_OBJC_FILES =   \
22         OGoComponent.m \
23
24
25 CommonUI_PRINCIPAL_CLASS = CommonUIProduct
26
27 CommonUI_OBJC_FILES = \
28         CommonUIProduct.m       \
29         OGoPageFrame.m          \
30         OGoAppFrame.m           \
31         OGoAppHeader.m          \
32         OGoAppNavigation.m      \
33         OGoWinClose.m   \
34         OGoAppNavView.m \
35         \
36         UIxElemBuilder.m \
37         UIxTabView.m \
38         UIxTabItem.m \
39
40
41 CommonUI_RESOURCE_FILES += \
42         Version                 \
43         product.plist           \
44         OGoPageFrame.wox        \
45         OGoAppFrame.wox         \
46         OGoAppHeader.wox        \
47         OGoAppNavigation.wox    \
48         OGoWinClose.wox \
49         OGoAppNavView.wox \
50         \
51         zidestoreui.css         \
52         calendar.css            \
53         \
54         images/OGoLogo.gif      \
55         images/menu_logo_top.gif        \
56         images/line_left.gif    \
57         images/line_stretch.gif \
58         images/line_right.gif   \
59         images/box_topleft.gif  \
60         images/box_top.gif      \
61         images/box_topright.gif \
62         images/box_left.gif     \
63         images/box_right.gif    \
64         images/box_botleft.gif  \
65         images/box_bottom.gif\
66         images/box_botright.gif\
67         images/tab_selected.gif\
68         images/tab_.gif\
69         images/corner_right.gif\
70         images/closewindow.gif
71
72 ADDITIONAL_INCLUDE_DIRS += \
73         -I. \
74         -I$(ZIDESTORE)/Frontend -I$(ZIDESTORE)/Backend -I$(ZIDESTORE)
75
76
77 # make
78
79 -include GNUmakefile.preamble
80 include $(GNUSTEP_MAKEFILES)/bundle.make
81 include $(GNUSTEP_MAKEFILES)/library.make
82 -include GNUmakefile.postamble