sogo/SoObjects/Appointments/GNUmakefile
Wolfgang Sourdeau 516f33d69f Monotone-Parent: 38b9ad0f82da6f3240df35e97f591af056f15769
Monotone-Revision: eec670c1a42c0c0dc4d8fd262d9226a82b74a294

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-01T04:10:03
Monotone-Branch: ca.inverse.sogo
2007-06-01 04:10:03 +00:00

47 lines
1 KiB
Makefile

# GNUstep makefile
include ../common.make
WOBUNDLE_NAME = Appointments
Appointments_PRINCIPAL_CLASS = SOGoAppointmentsProduct
# Appointments_LANGUAGES = English French
Appointments_OBJC_FILES = \
Product.m \
NSArray+Appointments.m \
iCalEntityObject+SOGo.m \
\
SOGoCalendarComponent.m \
SOGoAppointmentObject.m \
SOGoTaskObject.m \
SOGoAppointmentFolder.m \
SOGoGroupAppointmentFolder.m \
SOGoFreeBusyObject.m \
\
SOGoAptMailNotification.m \
SOGoAptMailInvitation.m \
SOGoAptMailUpdate.m \
SOGoAptMailRemoval.m \
SOGoAptMailDeletion.m \
Appointments_RESOURCE_FILES += \
Version \
product.plist \
Appointments_COMPONENTS += \
SOGoAptMailEnglishInvitation.wo \
SOGoAptMailFrenchInvitation.wo \
SOGoAptMailEnglishUpdate.wo \
SOGoAptMailFrenchUpdate.wo \
SOGoAptMailEnglishRemoval.wo \
SOGoAptMailFrenchRemoval.wo \
SOGoAptMailEnglishDeletion.wo \
SOGoAptMailFrenchDeletion.wo \
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/wobundle.make
-include GNUmakefile.postamble
include ../../fhswobundle.make