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