]> err.no Git - scalable-opengroupware.org/blob - UI/Scheduler/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1087 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         UIxAppointmentEditor.m          \
37         UIxAppointmentProposal.m        \
38         UIxTaskEditor.m         \
39         UIxTaskProposal.m       \
40         UIxCalDateLabel.m               \
41         UIxDatePicker.m                 \
42         UIxTimeDateControl.m            \
43         UIxCalParticipationStatusView.m \
44         UIxCalMonthOverview.m
45
46 SchedulerUI_RESOURCE_FILES += \
47         Version         \
48         product.plist   
49
50 SchedulerUI_RESOURCE_FILES += \
51         Toolbars/SOGoAppointmentFolder.toolbar \
52         Toolbars/SOGoAppointmentObject.toolbar \
53         Toolbars/SOGoAppointmentObjectAccept.toolbar \
54         Toolbars/SOGoAppointmentObjectDecline.toolbar \
55         Toolbars/SOGoAppointmentObjectAcceptOrDecline.toolbar \
56         Toolbars/SOGoTaskObject.toolbar \
57         Toolbars/SOGoComponentClose.toolbar
58
59 SchedulerUI_LOCALIZED_RESOURCE_FILES += \
60         Localizable.strings             \
61
62 # if SoProduct is fixed to enable localized resources, add this to
63 # SchedulerUI_LOCALIZED_RESOURCE_FILES instead
64 SchedulerUI_RESOURCE_FILES +=           \
65         cycles.plist                    \
66
67 # make
68
69 -include GNUmakefile.preamble
70 include $(GNUSTEP_MAKEFILES)/bundle.make
71 -include GNUmakefile.postamble
72 include ../../fhsbundle.make