Makefile 1.8 KB

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