]> err.no Git - scalable-opengroupware.org/blob - SoObjects/Appointments/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1070 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SoObjects / Appointments / GNUmakefile
1 # GNUstep makefile
2
3 include ../common.make
4
5 WOBUNDLE_NAME = Appointments
6
7 Appointments_PRINCIPAL_CLASS = SOGoAppointmentsProduct
8
9 # Appointments_LANGUAGES = English French
10
11 Appointments_OBJC_FILES = \
12         Product.m                       \
13         NSArray+Appointments.m          \
14         \
15         SOGoCalendarComponent.m         \
16         SOGoAppointmentObject.m         \
17         SOGoTaskObject.m                \
18         SOGoAppointmentFolder.m         \
19         SOGoGroupAppointmentFolder.m    \
20         SOGoFreeBusyObject.m            \
21         \
22         SOGoAptMailNotification.m       \
23         SOGoAptMailInvitation.m         \
24         SOGoAptMailUpdate.m             \
25         SOGoAptMailRemoval.m            \
26         SOGoAptMailDeletion.m           \
27
28 Appointments_RESOURCE_FILES +=          \
29         Version                         \
30         product.plist                   \
31
32 Appointments_COMPONENTS +=      \
33         SOGoAptMailEnglishInvitation.wo \
34         SOGoAptMailFrenchInvitation.wo  \
35         SOGoAptMailEnglishUpdate.wo     \
36         SOGoAptMailFrenchUpdate.wo      \
37         SOGoAptMailEnglishRemoval.wo    \
38         SOGoAptMailFrenchRemoval.wo     \
39         SOGoAptMailEnglishDeletion.wo   \
40         SOGoAptMailFrenchDeletion.wo    \
41
42 -include GNUmakefile.preamble
43 include $(GNUSTEP_MAKEFILES)/wobundle.make
44 -include GNUmakefile.postamble
45 include ../../fhswobundle.make