sogo/UI/Scheduler/GNUmakefile
Wolfgang Sourdeau 6aeca8b0b1 Monotone-Parent: 7fbc310dbd531814ded84ae464d6b9f7f793be37
Monotone-Revision: 0a9e1bf24e4625bf9d860542966adcb75d55def5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-19T18:08:16
Monotone-Branch: ca.inverse.sogo
2007-06-19 18:08:16 +00:00

73 lines
1.6 KiB
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = SchedulerUI
SchedulerUI_PRINCIPAL_CLASS = SchedulerUIProduct
SchedulerUI_LANGUAGES = English French German
SchedulerUI_OBJC_FILES = \
SchedulerUIProduct.m \
NSArray+Scheduler.m \
\
UIxCalMainView.m \
\
UIxCalFilterPanel.m \
UIxCalDayTable.m \
UIxCalDateSelector.m \
UIxCalUserRightsEditor.m \
\
UIxComponent+Scheduler.m \
UIxCalView.m \
UIxCalDayView.m \
UIxCalMulticolumnDayView.m \
UIxCalWeekView.m \
UIxCalMonthView.m \
UIxCalMonthViewOld.m \
UIxAptTableView.m \
\
UIxCalListingActions.m \
\
UIxAttendeesEditor.m \
UIxComponentEditor.m \
UIxCalendarSelector.m \
UIxAppointmentEditor.m \
UIxAppointmentProposal.m \
UIxTaskEditor.m \
UIxTaskProposal.m \
UIxCalDateLabel.m \
UIxDatePicker.m \
UIxTimeDateControl.m \
UIxCalParticipationStatusView.m \
UIxCalMonthOverview.m
SchedulerUI_RESOURCE_FILES += \
Version \
product.plist
SchedulerUI_RESOURCE_FILES += \
Toolbars/SOGoAppointmentFolder.toolbar \
Toolbars/SOGoAppointmentObject.toolbar \
Toolbars/SOGoAppointmentObjectAccept.toolbar \
Toolbars/SOGoAppointmentObjectDecline.toolbar \
Toolbars/SOGoAppointmentObjectAcceptOrDecline.toolbar \
Toolbars/SOGoTaskObject.toolbar \
Toolbars/SOGoComponentClose.toolbar
SchedulerUI_LOCALIZED_RESOURCE_FILES += \
Localizable.strings \
# if SoProduct is fixed to enable localized resources, add this to
# SchedulerUI_LOCALIZED_RESOURCE_FILES instead
SchedulerUI_RESOURCE_FILES += \
cycles.plist \
# make
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make