File: Makefile.am

package info (click to toggle)
libvmime 0.8.1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,012 kB
  • ctags: 5,419
  • sloc: cpp: 37,889; sh: 8,507; makefile: 545
file content (161 lines) | stat: -rw-r--r-- 4,194 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161

# File automatically generated by SConstruct ('scons autotools')
# DOT NOT EDIT!
libvmimeincludedir = $(prefix)/include/@GENERIC_LIBRARY_NAME@
nobase_libvmimeinclude_HEADERS = address.hpp \
	addressList.hpp \
	attachment.hpp \
	attachmentHelper.hpp \
	base.hpp \
	body.hpp \
	bodyPart.hpp \
	bodyPartAttachment.hpp \
	charset.hpp \
	charsetConverter.hpp \
	component.hpp \
	constants.hpp \
	contentDisposition.hpp \
	contentDispositionField.hpp \
	contentHandler.hpp \
	contentTypeField.hpp \
	dateTime.hpp \
	defaultAttachment.hpp \
	disposition.hpp \
	emptyContentHandler.hpp \
	encoder.hpp \
	encoder7bit.hpp \
	encoder8bit.hpp \
	encoderB64.hpp \
	encoderBinary.hpp \
	encoderDefault.hpp \
	encoderFactory.hpp \
	encoderQP.hpp \
	encoderUUE.hpp \
	encoding.hpp \
	exception.hpp \
	fileAttachment.hpp \
	generatedMessageAttachment.hpp \
	header.hpp \
	headerFieldFactory.hpp \
	headerField.hpp \
	headerFieldValue.hpp \
	htmlTextPart.hpp \
	mailbox.hpp \
	mailboxField.hpp \
	mailboxGroup.hpp \
	mailboxList.hpp \
	mediaType.hpp \
	messageAttachment.hpp \
	messageBuilder.hpp \
	message.hpp \
	messageId.hpp \
	messageIdSequence.hpp \
	messageParser.hpp \
	object.hpp \
	options.hpp \
	path.hpp \
	parameter.hpp \
	parameterizedHeaderField.hpp \
	parsedMessageAttachment.hpp \
	parserHelpers.hpp \
	plainTextPart.hpp \
	platform.hpp \
	propertySet.hpp \
	relay.hpp \
	stringContentHandler.hpp \
	streamContentHandler.hpp \
	text.hpp \
	textPartFactory.hpp \
	textPart.hpp \
	types.hpp \
	word.hpp \
	wordEncoder.hpp \
	vmime.hpp \
	utility/childProcess.hpp \
	utility/file.hpp \
	utility/datetimeUtils.hpp \
	utility/filteredStream.hpp \
	utility/path.hpp \
	utility/progressListener.hpp \
	utility/random.hpp \
	utility/smartPtr.hpp \
	utility/stream.hpp \
	utility/stringProxy.hpp \
	utility/stringUtils.hpp \
	utility/url.hpp \
	utility/urlUtils.hpp \
	mdn/MDNHelper.hpp \
	mdn/MDNInfos.hpp \
	mdn/receivedMDNInfos.hpp \
	mdn/sendableMDNInfos.hpp \
	misc/importanceHelper.hpp \
	security/authenticator.hpp \
	security/defaultAuthenticator.hpp \
	security/digest/messageDigest.hpp \
	security/digest/messageDigestFactory.hpp \
	security/digest/md5/md5MessageDigest.hpp \
	security/digest/sha1/sha1MessageDigest.hpp \
	net/connectionInfos.hpp \
	net/defaultConnectionInfos.hpp \
	net/events.hpp \
	net/folder.hpp \
	net/message.hpp \
	net/securedConnectionInfos.hpp \
	net/service.hpp \
	net/serviceFactory.hpp \
	net/serviceInfos.hpp \
	net/session.hpp \
	net/socket.hpp \
	net/store.hpp \
	net/timeoutHandler.hpp \
	net/transport.hpp \
	security/sasl/SASLContext.hpp \
	security/sasl/SASLSession.hpp \
	security/sasl/SASLMechanism.hpp \
	security/sasl/SASLMechanismFactory.hpp \
	security/sasl/SASLSocket.hpp \
	security/sasl/SASLAuthenticator.hpp \
	security/sasl/defaultSASLAuthenticator.hpp \
	security/sasl/builtinSASLMechanism.hpp \
	net/tls/TLSSession.hpp \
	net/tls/TLSSocket.hpp \
	net/tls/TLSSecuredConnectionInfos.hpp \
	security/cert/certificateChain.hpp \
	security/cert/certificateVerifier.hpp \
	security/cert/defaultCertificateVerifier.hpp \
	security/cert/certificate.hpp \
	security/cert/X509Certificate.hpp \
	net/pop3/POP3ServiceInfos.hpp \
	net/pop3/POP3Store.hpp \
	net/pop3/POP3SStore.hpp \
	net/pop3/POP3Folder.hpp \
	net/pop3/POP3Message.hpp \
	net/pop3/POP3Utils.hpp \
	net/smtp/SMTPResponse.hpp \
	net/smtp/SMTPServiceInfos.hpp \
	net/smtp/SMTPTransport.hpp \
	net/smtp/SMTPSTransport.hpp \
	net/imap/IMAPServiceInfos.hpp \
	net/imap/IMAPConnection.hpp \
	net/imap/IMAPStore.hpp \
	net/imap/IMAPSStore.hpp \
	net/imap/IMAPFolder.hpp \
	net/imap/IMAPMessage.hpp \
	net/imap/IMAPTag.hpp \
	net/imap/IMAPUtils.hpp \
	net/imap/IMAPParser.hpp \
	net/maildir/maildirServiceInfos.hpp \
	net/maildir/maildirStore.hpp \
	net/maildir/maildirFolder.hpp \
	net/maildir/maildirMessage.hpp \
	net/maildir/maildirUtils.hpp \
	net/sendmail/sendmailServiceInfos.hpp \
	net/sendmail/sendmailTransport.hpp \
	platforms/windows/windowsFile.hpp \
	platforms/windows/windowsHandler.hpp \
	platforms/windows/windowsSocket.hpp \
	platforms/posix/posixChildProcess.hpp \
	platforms/posix/posixFile.hpp \
	platforms/posix/posixHandler.hpp \
	platforms/posix/posixSocket.hpp \
	config.hpp