]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Scheduler/GNUmakefile
d546a3e61d3f77b3f7c7886f2c7b519a2d52b830
[scalable-opengroupware.org] / SOGo / UI / Scheduler / GNUmakefile
1 # $Id$
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4
5 BUNDLE_NAME        = SchedulerUI
6 BUNDLE_EXTENSION   = .SOGo
7 BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo
8
9 SchedulerUI_PRINCIPAL_CLASS = SchedulerUIProduct
10
11 SchedulerUI_LANGUAGES = English French
12
13 SchedulerUI_OBJC_FILES = \
14         SchedulerUIProduct.m    \
15         UIxAppointmentFormatter.m \
16         UIxCalView.m            \
17         UIxCalDayView.m \
18         UIxCalWeekView.m        \
19         UIxCalMonthView.m       \
20         UIxAptTableView.m       \
21         \
22         UIxCalDayOverview.m             \
23         UIxCalWeekOverview.m    \
24         UIxCalMonthOverview.m   \
25         UIxCalYearOverview.m    \
26         UIxCalInlineMonthOverview.m     \
27         UIxAppointmentView.m    \
28         UIxAppointmentEditor.m  \
29         UIxCalSelectTab.m \
30         UIxCalDateLabel.m \
31         UIxCalBackForthNavView.m \
32
33 SchedulerUI_RESOURCE_FILES += \
34         Version                         \
35         product.plist                   \
36         \
37         UIxAptTableView.wox             \
38         UIxCalDayOverview.wox           \
39         UIxCalWeekOverview.wox          \
40         UIxCalMonthOverview.wox         \
41         UIxCalYearOverview.wox          \
42         UIxCalInlineMonthOverview.wox           \
43         UIxAppointmentView.wox          \
44         UIxAppointmentEditor.wox        \
45         UIxCalSelectTab.wox             \
46         UIxCalDateLabel.wox             \
47         UIxCalBackForthNavView.wox      \
48         images/next_week.gif            \
49         images/previous_week.gif        \
50         images/icon_apt_chart.gif       \
51         images/icon_apt_overview.gif    \
52         images/icon_apt_chart_inactive.gif      \
53         images/icon_apt_overview_inactive.gif   \
54         images/icon_apt_column_view.gif         \
55         images/icon_apt_list.gif                \
56         images/icon_apt_list_inactive.gif       \
57
58 SchedulerUI_LOCALIZED_RESOURCE_FILES += \
59         default.strings
60
61 ADDITIONAL_INCLUDE_DIRS += \
62         -I.. -I../.. -I../../..
63
64
65 # make
66
67 -include GNUmakefile.preamble
68 include $(GNUSTEP_MAKEFILES)/bundle.make
69 -include GNUmakefile.postamble