poco/Net/Makefile

38 lines
1.6 KiB
Makefile
Raw Normal View History

2006-07-11 18:33:40 +02:00
#
# Makefile
#
2006-08-29 09:10:35 +02:00
# $Id: //poco/1.2/Net/Makefile#1 $
2006-07-11 18:33:40 +02:00
#
# Makefile for Poco Net
#
include $(POCO_BASE)/build/rules/global
2006-08-29 09:10:35 +02:00
SHAREDOPT_CXX += -DNet_EXPORTS
2006-07-11 18:33:40 +02:00
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 \
HTTPFixedLengthStream HTTPServerRequest MultipartWriter StreamSocketImpl \
HTTPHeaderStream HTTPServerResponse NameValueCollection TCPServer \
HTTPMessage HTTPServerSession NetException TCPServerConnection HTTPBufferAllocator \
2006-08-29 09:10:35 +02:00
HTTPRequest HTTPSession HTTPSessionInstantiator HTTPSessionFactory NetworkInterface TCPServerConnectionFactory \
2006-07-11 18:33:40 +02:00
HTTPRequestHandler HTTPStream HTTPIOStream ServerSocket TCPServerDispatcher \
HTTPRequestHandlerFactory HTTPStreamFactory ServerSocketImpl TCPServerParams \
QuotedPrintableEncoder QuotedPrintableDecoder StringPartSource \
FTPClientSession FTPStreamFactory PartHandler PartSource NullPartHandler \
SocketReactor SocketNotifier SocketNotification \
2006-08-29 09:10:35 +02:00
MailRecipient MailMessage MailStream SMTPClientSession POP3ClientSession \
RawSocket RawSocketImpl ICMPClient ICMPEventArgs ICMPPacket ICMPPacketImpl \
ICMPSocket ICMPSocketImpl ICMPv4PacketImpl
2006-07-11 18:33:40 +02:00
target = PocoNet
2006-08-29 09:10:35 +02:00
target_version = $(LIBVERSION)
2006-07-11 18:33:40 +02:00
target_libs = PocoFoundation
include $(POCO_BASE)/build/rules/lib