sogo/SoObjects/Appointments/GNUmakefile
Ludovic Marcotte 3539a06f83 See ChangeLog
Monotone-Parent: 0400894ebb0d9305dae91e6efb9e8a62a36e6d5b
Monotone-Revision: 814be30289e980e05d1340e3dc8d3bad9155344d

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-11-18T00:06:37
Monotone-Branch: ca.inverse.sogo
2008-11-18 00:06:37 +00:00

78 lines
2 KiB
Makefile

# GNUstep makefile
include ../common.make
WOBUNDLE_NAME = Appointments
Appointments_PRINCIPAL_CLASS = SOGoAppointmentsProduct
# SOGoGroupAppointmentFolder.m
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 \
SOGoAppointmentFolders.m \
SOGoFreeBusyObject.m \
SOGoUserFolder+Appointments.m \
\
SOGoAptMailNotification.m \
SOGoAptMailInvitation.m \
SOGoAptMailDeletion.m \
SOGoAptMailICalReply.m \
SOGoAptMailUpdate.m \
Appointments_RESOURCE_FILES += \
Version \
product.plist \
Appointments_LANGUAGES = Dutch English French German Italian Spanish
Appointments_LOCALIZED_RESOURCE_FILES = Localizable.strings
Appointments_COMPONENTS += \
SOGoAptMailDutchInvitation.wo \
SOGoAptMailDutchICalReply.wo \
SOGoAptMailDutchDeletion.wo \
SOGoAptMailDutchUpdate.wo \
SOGoAptMailEnglishInvitation.wo \
SOGoAptMailEnglishICalReply.wo \
SOGoAptMailEnglishDeletion.wo \
SOGoAptMailEnglishUpdate.wo \
SOGoAptMailFrenchInvitation.wo \
SOGoAptMailFrenchICalReply.wo \
SOGoAptMailFrenchDeletion.wo \
SOGoAptMailFrenchUpdate.wo \
SOGoAptMailGermanInvitation.wo \
SOGoAptMailGermanICalReply.wo \
SOGoAptMailGermanDeletion.wo \
SOGoAptMailGermanUpdate.wo \
SOGoAptMailItalianInvitation.wo \
SOGoAptMailItalianICalReply.wo \
SOGoAptMailItalianDeletion.wo \
SOGoAptMailItalianUpdate.wo \
SOGoAptMailSpanishInvitation.wo \
SOGoAptMailSpanishICalReply.wo \
SOGoAptMailSpanishDeletion.wo \
SOGoAptMailSpanishUpdate.wo \
ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/wobundle.make
-include GNUmakefile.postamble