sogo/SoObjects/Mailer/GNUmakefile
Wolfgang Sourdeau 6e8a947e8b Monotone-Parent: ed9637eda011145d1e94f13b8ee870a7e99df9c9
Monotone-Revision: 276ecacf0cdba5ef4462aa2c4c44bfdcbb4a5d9e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-17T02:29:34
Monotone-Branch: ca.inverse.sogo
2007-08-17 02:29:34 +00:00

41 lines
771 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = Mailer
Mailer_PRINCIPAL_CLASS = SOGoMailerProduct
Mailer_OBJC_FILES += \
Product.m \
\
SOGoMailManager.m \
\
SOGoMailBaseObject.m \
SOGoMailAccounts.m \
SOGoMailAccount.m \
SOGoSharedMailAccount.m \
SOGoMailFolder.m \
SOGoSharedInboxFolder.m \
SOGoMailObject.m \
SOGoMailObject+Draft.m \
SOGoTrashFolder.m \
\
SOGoMailBodyPart.m \
SOGoImageMailBodyPart.m \
SOGoMessageMailBodyPart.m \
SOGoCalendarMailBodyPart.m \
SOGoVCardMailBodyPart.m \
\
SOGoDraftsFolder.m \
SOGoDraftObject.m \
Mailer_RESOURCE_FILES += \
Version \
product.plist \
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make