sogo/SoObjects/Appointments/GNUmakefile
Wolfgang Sourdeau 0742b8b50a Monotone-Parent: a013b757c3e011301e8ff9faf7e81d07584ea4cb
Monotone-Revision: 231480c78015ecf458ae4ed73f647d1f0a3baf81

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-11T18:22:05
Monotone-Branch: ca.inverse.sogo
2006-10-11 18:22:05 +00:00

45 lines
1,007 B
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 \
\
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