]> err.no Git - scalable-opengroupware.org/blob - UI/Scheduler/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1221 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         UIxAptTableView.m               \
29                                         \
30         UIxCalListingActions.m          \
31                                         \
32         UIxAttendeesEditor.m            \
33         UIxComponentEditor.m            \
34         UIxCalendarSelector.m           \
35         UIxAppointmentEditor.m          \
36         UIxAppointmentProposal.m        \
37         UIxTaskEditor.m         \
38         UIxTaskProposal.m       \
39         UIxCalDateLabel.m               \
40         UIxDatePicker.m                 \
41         UIxTimeDateControl.m            \
42         UIxCalParticipationStatusView.m \
43         UIxCalMonthOverview.m   \
44         UIxCalMonthViewOld.m
45
46 SchedulerUI_RESOURCE_FILES += \
47         Version         \
48         product.plist   
49
50 SchedulerUI_RESOURCE_FILES += \
51         Toolbars/SOGoAppointmentFolders.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 ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
70 ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
71
72 -include GNUmakefile.preamble
73 include $(GNUSTEP_MAKEFILES)/bundle.make
74 -include GNUmakefile.postamble
75 include ../../fhsbundle.make