|
1 | | -# |
2 | | -# Makefile |
3 | | -# |
4 | | -# $Id: //poco/1.2/Net/Makefile#1 $ |
5 | | -# |
6 | | -# Makefile for Poco Net |
7 | | -# |
8 | | - |
9 | | -include $(POCO_BASE)/build/rules/global |
10 | | - |
11 | | -SHAREDOPT_CXX += -DNet_EXPORTS |
12 | | - |
13 | | -objects = \ |
14 | | - DNS HTTPResponse HostEntry Socket \ |
15 | | - DatagramSocket HTTPServer IPAddress SocketAddress \ |
16 | | - HTTPBasicCredentials HTTPCookie HTMLForm MediaType DialogSocket \ |
17 | | - DatagramSocketImpl FilePartSource HTTPServerConnection MessageHeader \ |
18 | | - HTTPChunkedStream HTTPServerConnectionFactory MulticastSocket SocketStream \ |
19 | | - HTTPClientSession HTTPServerParams MultipartReader StreamSocket SocketImpl \ |
20 | | - HTTPFixedLengthStream HTTPServerRequest MultipartWriter StreamSocketImpl \ |
21 | | - HTTPHeaderStream HTTPServerResponse NameValueCollection TCPServer \ |
22 | | - HTTPMessage HTTPServerSession NetException TCPServerConnection HTTPBufferAllocator \ |
23 | | - HTTPRequest HTTPSession HTTPSessionInstantiator HTTPSessionFactory NetworkInterface TCPServerConnectionFactory \ |
24 | | - HTTPRequestHandler HTTPStream HTTPIOStream ServerSocket TCPServerDispatcher \ |
25 | | - HTTPRequestHandlerFactory HTTPStreamFactory ServerSocketImpl TCPServerParams \ |
26 | | - QuotedPrintableEncoder QuotedPrintableDecoder StringPartSource \ |
27 | | - FTPClientSession FTPStreamFactory PartHandler PartSource NullPartHandler \ |
28 | | - SocketReactor SocketNotifier SocketNotification \ |
29 | | - MailRecipient MailMessage MailStream SMTPClientSession POP3ClientSession \ |
30 | | - RawSocket RawSocketImpl ICMPClient ICMPEventArgs ICMPPacket ICMPPacketImpl \ |
31 | | - ICMPSocket ICMPSocketImpl ICMPv4PacketImpl |
32 | | - |
33 | | -target = PocoNet |
34 | | -target_version = $(LIBVERSION) |
35 | | -target_libs = PocoFoundation |
36 | | - |
37 | | -include $(POCO_BASE)/build/rules/lib |
| 1 | +# |
| 2 | +# Makefile |
| 3 | +# |
| 4 | +# $Id: //poco/1.2/Net/Makefile#1 $ |
| 5 | +# |
| 6 | +# Makefile for Poco Net |
| 7 | +# |
| 8 | + |
| 9 | +include $(POCO_BASE)/build/rules/global |
| 10 | + |
| 11 | +SHAREDOPT_CXX += -DNet_EXPORTS |
| 12 | + |
| 13 | +objects = \ |
| 14 | + DNS HTTPResponse HostEntry Socket \ |
| 15 | + DatagramSocket HTTPServer IPAddress SocketAddress \ |
| 16 | + HTTPBasicCredentials HTTPCookie HTMLForm MediaType DialogSocket \ |
| 17 | + DatagramSocketImpl FilePartSource HTTPServerConnection MessageHeader \ |
| 18 | + HTTPChunkedStream HTTPServerConnectionFactory MulticastSocket SocketStream \ |
| 19 | + HTTPClientSession HTTPServerParams MultipartReader StreamSocket SocketImpl \ |
| 20 | + HTTPFixedLengthStream HTTPServerRequest MultipartWriter StreamSocketImpl \ |
| 21 | + HTTPHeaderStream HTTPServerResponse NameValueCollection TCPServer \ |
| 22 | + HTTPMessage HTTPServerSession NetException TCPServerConnection HTTPBufferAllocator \ |
| 23 | + HTTPRequest HTTPSession HTTPSessionInstantiator HTTPSessionFactory NetworkInterface TCPServerConnectionFactory \ |
| 24 | + HTTPRequestHandler HTTPStream HTTPIOStream ServerSocket TCPServerDispatcher \ |
| 25 | + HTTPRequestHandlerFactory HTTPStreamFactory ServerSocketImpl TCPServerParams \ |
| 26 | + QuotedPrintableEncoder QuotedPrintableDecoder StringPartSource \ |
| 27 | + FTPClientSession FTPStreamFactory PartHandler PartSource NullPartHandler \ |
| 28 | + SocketReactor SocketNotifier SocketNotification \ |
| 29 | + MailRecipient MailMessage MailStream SMTPClientSession POP3ClientSession \ |
| 30 | + RawSocket RawSocketImpl ICMPClient ICMPEventArgs ICMPPacket ICMPPacketImpl \ |
| 31 | + ICMPSocket ICMPSocketImpl ICMPv4PacketImpl |
| 32 | + |
| 33 | +target = PocoNet |
| 34 | +target_version = $(LIBVERSION) |
| 35 | +target_libs = PocoFoundation |
| 36 | + |
| 37 | +include $(POCO_BASE)/build/rules/lib |
0 commit comments