2006-10-23 16:25:09 +00:00
|
|
|
#
|
|
|
|
# Makefile
|
|
|
|
#
|
2008-01-28 17:34:07 +00:00
|
|
|
# $Id: //poco/svn/Net/Makefile#2 $
|
2006-10-23 16:25:09 +00:00
|
|
|
#
|
|
|
|
# Makefile for Poco Net
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
|
|
|
|
SHAREDOPT_CXX += -DNet_EXPORTS
|
|
|
|
|
|
|
|
objects = \
|
|
|
|
DNS HTTPResponse HostEntry Socket \
|
|
|
|
DatagramSocket HTTPServer IPAddress SocketAddress \
|
|
|
|
HTTPBasicCredentials HTTPCookie HTMLForm MediaType DialogSocket \
|
|
|
|
DatagramSocketImpl FilePartSource HTTPServerConnection MessageHeader \
|
|
|
|
HTTPChunkedStream HTTPServerConnectionFactory MulticastSocket SocketStream \
|
|
|
|
HTTPClientSession HTTPServerParams MultipartReader StreamSocket SocketImpl \
|
2007-04-18 16:25:02 +00:00
|
|
|
HTTPFixedLengthStream HTTPServerRequest HTTPServerRequestImpl MultipartWriter StreamSocketImpl \
|
|
|
|
HTTPHeaderStream HTTPServerResponse HTTPServerResponseImpl NameValueCollection TCPServer \
|
2006-10-23 16:25:09 +00:00
|
|
|
HTTPMessage HTTPServerSession NetException TCPServerConnection HTTPBufferAllocator \
|
2012-02-04 17:03:09 +00:00
|
|
|
HTTPCredentials HTTPDigestCredentials HTTPAuthenticationParams TCPServerConnectionFactory \
|
|
|
|
HTTPRequest HTTPSession HTTPSessionInstantiator HTTPSessionFactory NetworkInterface \
|
2006-10-23 16:25:09 +00:00
|
|
|
HTTPRequestHandler HTTPStream HTTPIOStream ServerSocket TCPServerDispatcher \
|
|
|
|
HTTPRequestHandlerFactory HTTPStreamFactory ServerSocketImpl TCPServerParams \
|
|
|
|
QuotedPrintableEncoder QuotedPrintableDecoder StringPartSource \
|
|
|
|
FTPClientSession FTPStreamFactory PartHandler PartSource NullPartHandler \
|
2007-04-18 16:25:02 +00:00
|
|
|
SocketReactor SocketNotifier SocketNotification AbstractHTTPRequestHandler \
|
2006-10-23 16:25:09 +00:00
|
|
|
MailRecipient MailMessage MailStream SMTPClientSession POP3ClientSession \
|
|
|
|
RawSocket RawSocketImpl ICMPClient ICMPEventArgs ICMPPacket ICMPPacketImpl \
|
2006-11-17 16:38:28 +00:00
|
|
|
ICMPSocket ICMPSocketImpl ICMPv4PacketImpl \
|
2012-02-04 17:03:09 +00:00
|
|
|
RemoteSyslogChannel RemoteSyslogListener SMTPChannel \
|
|
|
|
WebSocket WebSocketImpl
|
2006-10-23 16:25:09 +00:00
|
|
|
|
|
|
|
target = PocoNet
|
|
|
|
target_version = $(LIBVERSION)
|
|
|
|
target_libs = PocoFoundation
|
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|