sogo/SoObjects/Mailer/GNUmakefile
Wolfgang Sourdeau 11ceffb202 Monotone-Parent: 100769dcb2b9d6ff69316a1bfc656ef29e7e49c0
Monotone-Revision: 4bd363f979fcaebb2b95eab75100f8270ec1489c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-23T16:13:24
Monotone-Branch: ca.inverse.sogo
2007-08-23 16:13:24 +00:00

48 lines
908 B
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 \
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 \
\
SOGoMailForward.m
Mailer_RESOURCE_FILES += \
Version \
product.plist \
Mailer_RESOURCE_FILES += \
SOGoMailEnglishForward.wo \
SOGoMailFrenchForward.wo \
SOGoMailGermanForward.wo
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/wobundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make