]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/Scheduler/GNUmakefile
Work in progress. Highlighting works as expected, but Sunday is still broken (Note...
[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         OGoAppointmentFormatter.m \
14         OGoCalView.m            \
15         OGoCalWeekView.m        \
16         OGoCalMonthView.m       \
17         OGoAptTableView.m       \
18         \
19         OGoCalWeekOverview.m    \
20         OGoCalMonthOverview.m   \
21         OGoAppointmentView.m    \
22         OGoCalSelectTab.m \
23         OGoCalDateLabel.m \
24         OGoCalBackForthNavView.m \
25
26 SchedulerUI_RESOURCE_FILES += \
27         Version                         \
28         product.plist                   \
29         \
30         OGoAptTableView.wox             \
31         OGoCalWeekOverview.wox          \
32         OGoCalMonthOverview.wox         \
33         OGoAppointmentView.wox          \
34         OGoCalSelectTab.wox \
35         OGoCalDateLabel.wox \
36         OGoCalBackForthNavView.wox \
37         images/next_week.gif            \
38         images/previous_week.gif                                                \
39         images/icon_apt_chart.gif                                               \
40         images/icon_apt_overview.gif                            \
41         images/icon_apt_chart_inactive.gif              \
42         images/icon_apt_overview_inactive.gif \
43         images/icon_apt_column_view.gif                         \
44         images/icon_apt_list.gif                                                        \
45         images/icon_apt_list_inactive.gif                       \
46
47
48 ifeq ($(FOUNDATION_LIB),apple)
49 ZIDESTORE=$(GNUSTEP_USER_ROOT)/Library/Headers/ZideStore12
50 else
51 ZIDESTORE=$(GNUSTEP_USER_ROOT)/Headers/ZideStore12
52 endif
53
54 ADDITIONAL_INCLUDE_DIRS += \
55         -I. \
56         -I.. \
57         -I$(ZIDESTORE)/Frontend -I$(ZIDESTORE)/Backend \
58         -I$(ZIDESTORE) -I$(ZIDESTORE)/Common
59
60 # make
61
62 -include GNUmakefile.preamble
63 include $(GNUSTEP_MAKEFILES)/bundle.make
64 -include GNUmakefile.postamble