sogo/SoObjects/Mailer/GNUmakefile
Wolfgang Sourdeau 3f5acfe832 Monotone-Parent: 5e0e51447ef2f0528a3a0b4bb9e2540eebbb1bc6
Monotone-Revision: f78d6c1977f38e0b364a106d6c32efb377c0bdea

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-05-20T19:16:19
Monotone-Branch: ca.inverse.sogo
2008-05-20 19:16:19 +00:00

62 lines
1.2 KiB
Makefile

# GNUstep makefile
include ../common.make
WOBUNDLE_NAME = Mailer
Mailer_PRINCIPAL_CLASS = SOGoMailerProduct
Mailer_OBJC_FILES += \
Product.m \
\
SOGoMailManager.m \
\
SOGoMailBaseObject.m \
SOGoMailAccounts.m \
SOGoMailAccount.m \
SOGoMailFolder.m \
SOGoMailObject.m \
SOGoDraftObject.m \
SOGoMailObject+Draft.m \
SOGoSentFolder.m \
SOGoDraftsFolder.m \
SOGoTrashFolder.m \
\
SOGoMailBodyPart.m \
SOGoImageMailBodyPart.m \
SOGoMessageMailBodyPart.m \
SOGoCalendarMailBodyPart.m \
SOGoVCardMailBodyPart.m \
\
SOGoMailForward.m \
SOGoMailReply.m \
\
NSData+Mail.m \
NSString+Mail.m
Mailer_RESOURCE_FILES += \
Version \
product.plist \
Mailer_RESOURCE_FILES += \
SOGoMailDutchForward.wo \
SOGoMailEnglishForward.wo \
SOGoMailFrenchForward.wo \
SOGoMailGermanForward.wo \
SOGoMailItalianForward.wo \
SOGoMailSpanishForward.wo \
SOGoMailDutchReply.wo \
SOGoMailEnglishReply.wo \
SOGoMailFrenchReply.wo \
SOGoMailGermanReply.wo \
SOGoMailItalianReply.wo \
SOGoMailSpanishReply.wo
ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/wobundle.make
-include GNUmakefile.postamble