]> err.no Git - sope/blob - sope-mime/NGMail/GNUmakefile
include config.make in makefiles
[sope] / sope-mime / NGMail / GNUmakefile
1 # GNUstep makefile
2
3 -include ../../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5
6 GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
7
8 SUBPROJECT_NAME = NGMail
9
10 NGMail_HEADER_FILES_DIR         = .
11 NGMail_HEADER_FILES_INSTALL_DIR = /NGMail
12
13 NGMail_HEADER_FILES = \
14         NGMailDecls.h           \
15         NGMail.h                \
16         NGMailAddressList.h     \
17         NGMailAddressParser.h   \
18         NGMailAddress.h         \
19         NGMimeMessage.h         \
20         NGMimeMessageGenerator.h\
21         NGMimeMessageParser.h   \
22         NGMBoxReader.h          \
23         NGPop3Client.h          \
24         NGPop3Support.h         \
25         NGSmtpClient.h          \
26         NGSmtpSupport.h         \
27
28 NGMail_OBJC_FILES = \
29         NGMail.m                \
30         NGMailAddressList.m     \
31         NGMailAddressParser.m   \
32         NGMailAddress.m         \
33         NGMimeMessage.m         \
34         NGMimeMessageGenerator.m\
35         NGMimeMessageParser.m   \
36         NGMBoxReader.m          \
37         NGPop3Client.m          \
38         NGPop3Support.m         \
39         NGSmtpClient.m          \
40         NGSmtpSupport.m         \
41         \
42         NGMimeMessageBodyGenerator.m            \
43         NGMimeMessageMultipartBodyGenerator.m   \
44         NGMimeMessageRfc822BodyGenerator.m      \
45         NGMimeMessageTextBodyGenerator.m        \
46
47 -include GNUmakefile.preamble
48 include $(GNUSTEP_MAKEFILES)/subproject.make
49 -include GNUmakefile.postamble