Makefile 1.8 KB

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