]> err.no Git - scalable-opengroupware.org/blob - SoObjects/Mailer/GNUmakefile
82e9dfb1f9c846dcb048175a20e048fa061e4721
[scalable-opengroupware.org] / SoObjects / Mailer / GNUmakefile
1 # GNUstep makefile
2
3 include ../common.make
4
5 WOBUNDLE_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         SOGoDraftObject.m               \
22         SOGoMailObject+Draft.m          \
23         SOGoSentFolder.m                \
24         SOGoDraftsFolder.m              \
25         SOGoTrashFolder.m               \
26         \
27         SOGoMailBodyPart.m              \
28         SOGoImageMailBodyPart.m         \
29         SOGoMessageMailBodyPart.m       \
30         SOGoCalendarMailBodyPart.m      \
31         SOGoVCardMailBodyPart.m         \
32         \
33         SOGoMailForward.m               \
34         \
35         NSData+Mail.m                   \
36         NSString+Mail.m
37
38 Mailer_RESOURCE_FILES += \
39         Version         \
40         product.plist   \
41
42 Mailer_RESOURCE_FILES += \
43         SOGoMailEnglishForward.wo \
44         SOGoMailFrenchForward.wo \
45         SOGoMailGermanForward.wo
46
47 ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/sope-gdl1/
48 ADDITIONAL_LIB_DIRS += -L../../SOPE/sope-gdl1/GDLContentStore/obj/
49
50 -include GNUmakefile.preamble
51 include $(GNUSTEP_MAKEFILES)/wobundle.make
52 -include GNUmakefile.postamble
53 include ../../fhsbundle.make