]> err.no Git - scalable-opengroupware.org/blob - UI/Scheduler/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1034 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                                         \
19         UIxCalDateSelector.m            \
20                                         \
21         UIxComponent+Agenor.m           \
22         UIxCalView.m                    \
23         UIxCalAptListView.m             \
24         UIxCalTasksListView.m           \
25         UIxCalDayView.m                 \
26         UIxCalMulticolumnDayView.m      \
27         UIxCalWeekView.m                \
28         UIxCalMonthView.m               \
29         UIxCalMonthViewOld.m            \
30         UIxAptTableView.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         UIxCalSelectTab.m               \
42         UIxCalDateLabel.m               \
43         UIxDatePicker.m                 \
44         UIxTimeDateControl.m            \
45         UIxCalInlineAptView.m           \
46         UIxCalInlineMonthAptView.m      \
47         UIxCalParticipationStatusView.m \
48         UIxCalMonthOverview.m
49
50 SchedulerUI_RESOURCE_FILES += \
51         Version         \
52         product.plist   
53
54 SchedulerUI_RESOURCE_FILES += \
55         Toolbars/SOGoAppointmentFolder.toolbar \
56         Toolbars/SOGoAppointmentObject.toolbar \
57         Toolbars/SOGoAppointmentObjectAccept.toolbar \
58         Toolbars/SOGoAppointmentObjectDecline.toolbar \
59         Toolbars/SOGoAppointmentObjectAcceptOrDecline.toolbar \
60         Toolbars/SOGoTaskObject.toolbar \
61         Toolbars/SOGoComponentClose.toolbar
62
63 SchedulerUI_LOCALIZED_RESOURCE_FILES += \
64         Localizable.strings             \
65
66 # if SoProduct is fixed to enable localized resources, add this to
67 # SchedulerUI_LOCALIZED_RESOURCE_FILES instead
68 SchedulerUI_RESOURCE_FILES +=           \
69         cycles.plist                    \
70
71 # make
72
73 -include GNUmakefile.preamble
74 include $(GNUSTEP_MAKEFILES)/bundle.make
75 -include GNUmakefile.postamble
76 include ../../fhsbundle.make