sogo/SoObjects/Appointments/GNUmakefile
Wolfgang Sourdeau 1f1a83ab7e Monotone-Parent: 3fd8726962debcc52dde9bd71352e3124907fb3d
Monotone-Revision: e83eef1534d09f346a018e039db3a6c578d0b4d3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-31T18:53:44
Monotone-Branch: ca.inverse.sogo
2006-10-31 18:53:44 +00:00

46 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+Agenor.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