]> err.no Git - scalable-opengroupware.org/blob - SoObjects/Appointments/GNUmakefile
moved SOGo files up
[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         \
14         SOGoAppointmentObject.m         \
15         SOGoAppointmentFolder.m         \
16         SOGoGroupAppointmentFolder.m    \
17         SOGoFreeBusyObject.m            \
18         \
19         SOGoAptMailNotification.m       \
20         SOGoAptMailInvitation.m         \
21         SOGoAptMailUpdate.m             \
22         SOGoAptMailRemoval.m            \
23         SOGoAptMailDeletion.m           \
24
25 Appointments_RESOURCE_FILES +=          \
26         Version                         \
27         product.plist                   \
28
29 Appointments_COMPONENTS +=      \
30         SOGoAptMailEnglishInvitation.wo \
31         SOGoAptMailFrenchInvitation.wo  \
32         SOGoAptMailEnglishUpdate.wo     \
33         SOGoAptMailFrenchUpdate.wo      \
34         SOGoAptMailEnglishRemoval.wo    \
35         SOGoAptMailFrenchRemoval.wo     \
36         SOGoAptMailEnglishDeletion.wo   \
37         SOGoAptMailFrenchDeletion.wo    \
38
39 -include GNUmakefile.preamble
40 include $(GNUSTEP_MAKEFILES)/wobundle.make
41 -include GNUmakefile.postamble
42 include ../../fhsbundle.make