]> err.no Git - sope/blobdiff - sope-mime/NGMail/GNUmakefile
some code cleanups
[sope] / sope-mime / NGMail / GNUmakefile
index a3845bb54d452671bdd3628790f7804572114271..fa2efbfa19e473ad7f7ca502921622308918e50a 100644 (file)
@@ -5,8 +5,13 @@ include $(GNUSTEP_MAKEFILES)/common.make
 
 GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
 
+ifneq ($(frameworks),yes)
 SUBPROJECT_NAME = NGMail
+else
+FRAMEWORK_NAME = NGMail
+endif
 
+#NGMail_PCH_FILE = common.h
 NGMail_HEADER_FILES_DIR         = .
 NGMail_HEADER_FILES_INSTALL_DIR = /NGMail
 
@@ -24,6 +29,7 @@ NGMail_HEADER_FILES = \
        NGPop3Support.h         \
        NGSmtpClient.h          \
        NGSmtpSupport.h         \
+       NGSendMail.h            \
 
 NGMail_OBJC_FILES = \
        NGMail.m                \
@@ -38,12 +44,20 @@ NGMail_OBJC_FILES = \
        NGPop3Support.m         \
        NGSmtpClient.m          \
        NGSmtpSupport.m         \
+       NGSendMail.m            \
        \
        NGMimeMessageBodyGenerator.m            \
        NGMimeMessageMultipartBodyGenerator.m   \
        NGMimeMessageRfc822BodyGenerator.m      \
        NGMimeMessageTextBodyGenerator.m        \
+       \
+       NGMailBase64Encoding.m  \
+       NSData+MimeQP.m         \
 
 -include GNUmakefile.preamble
+ifneq ($(frameworks),yes)
 include $(GNUSTEP_MAKEFILES)/subproject.make
+else
+include $(GNUSTEP_MAKEFILES)/framework.make
+endif
 -include GNUmakefile.postamble