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