]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/Scheduler/GNUmakefile
new UI element and refinement
[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
24 SchedulerUI_RESOURCE_FILES += \
25         Version                         \
26         product.plist                   \
27         \
28         OGoAptTableView.wox             \
29         OGoCalWeekOverview.wox          \
30         OGoCalMonthOverview.wox         \
31         OGoAppointmentView.wox          \
32         OGoCalSelectTab.wox \
33         OGoCalDateLabel.wox \
34         images/next_week.gif            \
35         images/previous_week.gif        \
36         
37
38 ifeq ($(FOUNDATION_LIB),apple)
39 ZIDESTORE=$(GNUSTEP_USER_ROOT)/Library/Headers/ZideStore12
40 else
41 ZIDESTORE=$(GNUSTEP_USER_ROOT)/Headers/ZideStore12
42 endif
43
44 ADDITIONAL_INCLUDE_DIRS += \
45         -I. \
46         -I$(ZIDESTORE)/Frontend -I$(ZIDESTORE)/Backend -I$(ZIDESTORE)
47
48 # make
49
50 -include GNUmakefile.preamble
51 include $(GNUSTEP_MAKEFILES)/bundle.make
52 -include GNUmakefile.postamble