]> err.no Git - scalable-opengroupware.org/blob - UI/Scheduler/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1085 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Scheduler / GNUmakefile
1 # GNUstep makefile
2
3 include ../common.make
4
5 BUNDLE_NAME = SchedulerUI
6
7 SchedulerUI_PRINCIPAL_CLASS = SchedulerUIProduct
8
9 SchedulerUI_LANGUAGES = English French German
10
11 SchedulerUI_OBJC_FILES =                \
12         SchedulerUIProduct.m            \
13         NSArray+Scheduler.m             \
14                                         \
15         UIxCalMainView.m                \
16                                         \
17         UIxCalFilterPanel.m             \
18         UIxCalDayTable.m                \
19         UIxCalDateSelector.m            \
20         UIxCalUserRightsEditor.m        \
21                                         \
22         UIxComponent+Scheduler.m        \
23         UIxCalView.m                    \
24         UIxCalDayView.m                 \
25         UIxCalMulticolumnDayView.m      \
26         UIxCalWeekView.m                \
27         UIxCalMonthView.m               \
28         UIxCalMonthViewOld.m            \
29         UIxAptTableView.m               \
30                                         \
31         UIxCalListingActions.m          \
32                                         \
33         UIxAttendeesEditor.m            \
34         UIxComponentEditor.m            \
35         UIxCalendarSelector.m           \
36         UIxAppointmentView.m            \
37         UIxAppointmentEditor.m          \
38         UIxAppointmentProposal.m        \
39         UIxTaskView.m           \
40         UIxTaskEditor.m         \
41         UIxTaskProposal.m       \
42         UIxCalDateLabel.m               \
43         UIxDatePicker.m                 \
44         UIxTimeDateControl.m            \
45         UIxCalParticipationStatusView.m \
46         UIxCalMonthOverview.m
47
48 SchedulerUI_RESOURCE_FILES += \
49         Version         \
50         product.plist   
51
52 SchedulerUI_RESOURCE_FILES += \
53         Toolbars/SOGoAppointmentFolder.toolbar \
54         Toolbars/SOGoAppointmentObject.toolbar \
55         Toolbars/SOGoAppointmentObjectAccept.toolbar \
56         Toolbars/SOGoAppointmentObjectDecline.toolbar \
57         Toolbars/SOGoAppointmentObjectAcceptOrDecline.toolbar \
58         Toolbars/SOGoTaskObject.toolbar \
59         Toolbars/SOGoComponentClose.toolbar
60
61 SchedulerUI_LOCALIZED_RESOURCE_FILES += \
62         Localizable.strings             \
63
64 # if SoProduct is fixed to enable localized resources, add this to
65 # SchedulerUI_LOCALIZED_RESOURCE_FILES instead
66 SchedulerUI_RESOURCE_FILES +=           \
67         cycles.plist                    \
68
69 # make
70
71 -include GNUmakefile.preamble
72 include $(GNUSTEP_MAKEFILES)/bundle.make
73 -include GNUmakefile.postamble
74 include ../../fhsbundle.make