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