]> err.no Git - scalable-opengroupware.org/blob - SoObjects/Mailer/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1101 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SoObjects / Mailer / GNUmakefile
1 # GNUstep makefile
2
3 include ../common.make
4
5 BUNDLE_NAME = Mailer
6
7 Mailer_PRINCIPAL_CLASS = SOGoMailerProduct
8
9 Mailer_OBJC_FILES += \
10         Product.m                       \
11         \
12         SOGoMailManager.m               \
13         \
14         SOGoMailBaseObject.m            \
15         SOGoMailAccounts.m              \
16         SOGoMailAccount.m               \
17         SOGoSharedMailAccount.m         \
18         SOGoMailFolder.m                \
19         SOGoSharedInboxFolder.m         \
20         SOGoMailObject.m                \
21         SOGoMailFolderDataSource.m      \
22         SOGoTrashFolder.m               \
23         \
24         SOGoMailBodyPart.m              \
25         SOGoImageMailBodyPart.m         \
26         SOGoMessageMailBodyPart.m       \
27         SOGoCalendarMailBodyPart.m      \
28         SOGoVCardMailBodyPart.m         \
29         \
30         SOGoDraftsFolder.m              \
31         SOGoDraftObject.m               \
32         \
33         SOGoMailIdentity.m              \
34         SOGoUser+Mail.m                 \
35
36 Mailer_RESOURCE_FILES += \
37         Version         \
38         product.plist   \
39
40 -include GNUmakefile.preamble
41 include $(GNUSTEP_MAKEFILES)/bundle.make
42 -include GNUmakefile.postamble
43 include ../../fhsbundle.make