]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/Scheduler/GNUmakefile
750bbb08cdec75ca6f8cc4b983fa7eac89fd03bd
[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
22 SchedulerUI_RESOURCE_FILES += \
23         Version                                                                         \
24         product.plist                                                   \
25         \
26         OGoAptTableView.wox                             \
27         OGoCalWeekOverview.wox          \
28         OGoCalMonthOverview.wox         \
29         OGoAppointmentView.wox          \
30         images/next_week.gif                    \
31         images/previous_week.gif        \
32
33 ZIDESTORE=$(GNUSTEP_USER_ROOT)/Headers/ZideStore12
34
35 ADDITIONAL_INCLUDE_DIRS += \
36         -I. \
37         -I$(ZIDESTORE)/Frontend -I$(ZIDESTORE)/Backend -I$(ZIDESTORE)
38
39 # make
40
41 -include GNUmakefile.preamble
42 include $(GNUSTEP_MAKEFILES)/bundle.make
43 -include GNUmakefile.postamble