]> err.no Git - scalable-opengroupware.org/blob - SoObjects/Appointments/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1169 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         iCalEntityObject+SOGo.m         \
15         \
16         SOGoCalendarComponent.m         \
17         SOGoAppointmentObject.m         \
18         SOGoTaskObject.m                \
19         SOGoAppointmentFolder.m         \
20         SOGoGroupAppointmentFolder.m    \
21         SOGoFreeBusyObject.m            \
22         \
23         SOGoAptMailNotification.m       \
24         SOGoAptMailInvitation.m         \
25         SOGoAptMailUpdate.m             \
26         SOGoAptMailRemoval.m            \
27         SOGoAptMailDeletion.m           \
28
29 Appointments_RESOURCE_FILES +=          \
30         Version                         \
31         product.plist                   \
32
33 Appointments_COMPONENTS +=      \
34         SOGoAptMailEnglishInvitation.wo \
35         SOGoAptMailEnglishUpdate.wo     \
36         SOGoAptMailEnglishRemoval.wo    \
37         SOGoAptMailEnglishDeletion.wo   \
38         SOGoAptMailFrenchInvitation.wo  \
39         SOGoAptMailFrenchUpdate.wo      \
40         SOGoAptMailFrenchRemoval.wo     \
41         SOGoAptMailFrenchDeletion.wo    \
42         SOGoAptMailGermanInvitation.wo  \
43         SOGoAptMailGermanUpdate.wo      \
44         SOGoAptMailGermanRemoval.wo     \
45         SOGoAptMailGermanDeletion.wo    \
46
47 -include GNUmakefile.preamble
48 include $(GNUSTEP_MAKEFILES)/wobundle.make
49 -include GNUmakefile.postamble
50 include ../../fhswobundle.make