sogo/SoObjects/Appointments/GNUmakefile
Wolfgang Sourdeau d28c57e9b5 Monotone-Parent: 314cdc639d9d8e37c3b7d63829a17bbd875a093e
Monotone-Revision: 7283e847d5338d046cd6d5bd9ea7475d0248528f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-08T20:31:37
Monotone-Branch: ca.inverse.sogo
2010-10-08 20:31:37 +00:00

61 lines
1.5 KiB
Makefile

# GNUstep makefile
include ../common.make
WOBUNDLE_NAME = Appointments
Appointments_PRINCIPAL_CLASS = SOGoAppointmentsProduct
Appointments_OBJC_FILES = \
Product.m \
NSArray+Appointments.m \
iCalEntityObject+SOGo.m \
iCalRepeatableEntityObject+SOGo.m \
iCalEvent+SOGo.m \
iCalEventChanges+SOGo.m \
iCalPerson+SOGo.m \
iCalToDo+SOGo.m \
\
SOGoCalendarComponent.m \
SOGoAppointmentObject.m \
SOGoTaskObject.m \
SOGoComponentOccurence.m \
SOGoAppointmentOccurence.m \
SOGoTaskOccurence.m \
SOGoAppointmentFolder.m \
SOGoAppointmentFolderICS.m \
SOGoAppointmentFolderObject.m \
SOGoAppointmentFolderXML.m \
SOGoAppointmentInboxFolder.m \
SOGoWebAppointmentFolder.m \
SOGoAppointmentFolders.m \
SOGoFreeBusyObject.m \
SOGoUser+Appointments.m \
SOGoUserFolder+Appointments.m \
\
SOGoCalendarProxy.m \
\
SOGoAptMailNotification.m \
SOGoAptMailInvitation.m \
SOGoAptMailDeletion.m \
SOGoAptMailICalReply.m \
SOGoAptMailUpdate.m \
SOGoAptMailReceipt.m \
\
SOGoEMailAlarmsManager.m
Appointments_RESOURCE_FILES += \
Version \
product.plist \
Appointments_LANGUAGES = BrazilianPortuguese Catalan Czech Dutch English French German Hungarian Italian Polish Russian Spanish Swedish Ukrainian Welsh
Appointments_LOCALIZED_RESOURCE_FILES = Localizable.strings
ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/wobundle.make
-include GNUmakefile.postamble