]> err.no Git - sope/blob - sope-mime/NGMail/GNUmakefile
some code cleanups
[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 ifneq ($(frameworks),yes)
9 SUBPROJECT_NAME = NGMail
10 else
11 FRAMEWORK_NAME = NGMail
12 endif
13
14 #NGMail_PCH_FILE = common.h
15 NGMail_HEADER_FILES_DIR         = .
16 NGMail_HEADER_FILES_INSTALL_DIR = /NGMail
17
18 NGMail_HEADER_FILES = \
19         NGMailDecls.h           \
20         NGMail.h                \
21         NGMailAddressList.h     \
22         NGMailAddressParser.h   \
23         NGMailAddress.h         \
24         NGMimeMessage.h         \
25         NGMimeMessageGenerator.h\
26         NGMimeMessageParser.h   \
27         NGMBoxReader.h          \
28         NGPop3Client.h          \
29         NGPop3Support.h         \
30         NGSmtpClient.h          \
31         NGSmtpSupport.h         \
32         NGSendMail.h            \
33
34 NGMail_OBJC_FILES = \
35         NGMail.m                \
36         NGMailAddressList.m     \
37         NGMailAddressParser.m   \
38         NGMailAddress.m         \
39         NGMimeMessage.m         \
40         NGMimeMessageGenerator.m\
41         NGMimeMessageParser.m   \
42         NGMBoxReader.m          \
43         NGPop3Client.m          \
44         NGPop3Support.m         \
45         NGSmtpClient.m          \
46         NGSmtpSupport.m         \
47         NGSendMail.m            \
48         \
49         NGMimeMessageBodyGenerator.m            \
50         NGMimeMessageMultipartBodyGenerator.m   \
51         NGMimeMessageRfc822BodyGenerator.m      \
52         NGMimeMessageTextBodyGenerator.m        \
53         \
54         NGMailBase64Encoding.m  \
55         NSData+MimeQP.m         \
56
57 -include GNUmakefile.preamble
58 ifneq ($(frameworks),yes)
59 include $(GNUSTEP_MAKEFILES)/subproject.make
60 else
61 include $(GNUSTEP_MAKEFILES)/framework.make
62 endif
63 -include GNUmakefile.postamble