Makefile 399 B

12345678910111213141516171819
  1. #
  2. # Makefile
  3. #
  4. # $Id: //poco/Main/Net/samples/HTTPTimeServer/Makefile#1 $
  5. #
  6. # Makefile for Poco HTTPSTimeServer
  7. #
  8. include $(POCO_BASE)/build/rules/global
  9. SYSLIBS += -lssl -lcrypto
  10. objects = HTTPSTimeServer
  11. target = HTTPSTimeServer
  12. target_version = 1
  13. target_libs = PocoNetSSL PocoCrypto PocoNet PocoUtil PocoXML PocoFoundation
  14. include $(POCO_BASE)/build/rules/exec