]> err.no Git - sope/blob - sope-mime/NGImap4/GNUmakefile
minor code cleanups
[sope] / sope-mime / NGImap4 / GNUmakefile
1 # GNUstep makefile
2
3 -include ../../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5
6 SUBPROJECT_NAME = NGImap4
7
8 NGImap4_HEADER_FILES_DIR         = .
9 NGImap4_HEADER_FILES_INSTALL_DIR = /NGImap4
10
11 NGImap4_HEADER_FILES = \
12         NGImap4ResponseParser.h \
13         NGImap4Client.h         \
14         NGImap4Support.h        \
15         NGImap4Folder.h         \
16         NGImap4Context.h        \
17         NGImap4Message.h        \
18         NGImap4ServerRoot.h     \
19         NGImap4FileManager.h    \
20         NGImap4.h               \
21         NGImap4DataSource.h     \
22         NSString+Imap4.h        \
23         NGSieveClient.h         \
24         NGImap4Envelope.h       \
25         NGImap4EnvelopeAddress.h\
26
27 NGImap4_OBJC_FILES = \
28         NGImap4ResponseParser.m         \
29         NGImap4Client.m                 \
30         NGImap4Support.m                \
31         NGImap4.m                       \
32         NGImap4Folder.m                 \
33         NGImap4Context.m                \
34         NGImap4Message.m                \
35         NGImap4ServerRoot.m             \
36         NGImap4Functions.m              \
37         NGImap4FileManager.m            \
38         NGImap4DataSource.m             \
39         NSString+Imap4.m                \
40         NGSieveClient.m                 \
41         EOQualifier+IMAPAdditions.m     \
42         \
43         NGImap4MessageGlobalID.m        \
44         NGImap4FolderGlobalID.m         \
45         NGImap4ServerGlobalID.m         \
46         NGImap4FolderMailRegistry.m     \
47         NGImap4FolderFlags.m            \
48         NGImap4ResponseNormalizer.m     \
49         NGImap4Envelope.m               \
50         NGImap4EnvelopeAddress.m        \
51
52 -include GNUmakefile.preamble
53 include $(GNUSTEP_MAKEFILES)/subproject.make
54 -include GNUmakefile.postamble