]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/Scheduler/GNUmakefile
work in progress
[scalable-opengroupware.org] / ZideStore / UI-X / Scheduler / GNUmakefile
1 # $Id: GNUmakefile,v 1.4 2004/06/04 16:15:23 znek Exp $
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4
5 BUNDLE_NAME        = SchedulerUI
6 BUNDLE_EXTENSION   = .zsp
7 BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/ZideStore12
8
9 SchedulerUI_PRINCIPAL_CLASS = SchedulerUIProduct
10
11 SchedulerUI_OBJC_FILES = \
12         SchedulerUIProduct.m    \
13         UIxAppointmentFormatter.m \
14         UIxCalView.m            \
15         UIxCalWeekView.m        \
16         UIxCalMonthView.m       \
17         UIxAptTableView.m       \
18         \
19         UIxCalWeekOverview.m    \
20         UIxCalMonthOverview.m   \
21         UIxAppointmentView.m    \
22         UIxAppointmentEditor.m  \
23         UIxCalSelectTab.m \
24         UIxCalDateLabel.m \
25         UIxCalBackForthNavView.m \
26
27 SchedulerUI_RESOURCE_FILES += \
28         Version                         \
29         product.plist                   \
30         \
31         UIxAptTableView.wox             \
32         UIxCalWeekOverview.wox          \
33         UIxCalMonthOverview.wox         \
34         UIxAppointmentView.wox          \
35         UIxAppointmentEditor.wox                \
36         UIxCalSelectTab.wox \
37         UIxCalDateLabel.wox \
38         UIxCalBackForthNavView.wox \
39         images/next_week.gif            \
40         images/previous_week.gif                                                \
41         images/icon_apt_chart.gif                                               \
42         images/icon_apt_overview.gif                            \
43         images/icon_apt_chart_inactive.gif              \
44         images/icon_apt_overview_inactive.gif \
45         images/icon_apt_column_view.gif                         \
46         images/icon_apt_list.gif                                                        \
47         images/icon_apt_list_inactive.gif                       \
48
49
50 ifeq ($(FOUNDATION_LIB),apple)
51 ZIDESTORE=$(GNUSTEP_USER_ROOT)/Library/Headers/ZideStore12
52 else
53 ZIDESTORE=$(GNUSTEP_USER_ROOT)/Headers/ZideStore12
54 endif
55
56 ADDITIONAL_INCLUDE_DIRS += \
57         -I. \
58         -I.. \
59         -I$(ZIDESTORE)/Frontend -I$(ZIDESTORE)/Backend \
60         -I$(ZIDESTORE) -I$(ZIDESTORE)/Common
61
62 # make
63
64 -include GNUmakefile.preamble
65 include $(GNUSTEP_MAKEFILES)/bundle.make
66 -include GNUmakefile.postamble