Makefile 394 B

123456789101112131415161718192021
  1. #
  2. # Makefile
  3. #
  4. # $Id: //poco/1.4/Net/samples/HTTPLoadTest/Makefile#1 $
  5. #
  6. # Makefile for Poco HTTPLoadTest
  7. #
  8. include $(POCO_BASE)/build/rules/global
  9. objects = HTTPLoadTest
  10. target = HTTPLoadTest
  11. target_version = 1
  12. target_libs = PocoUtil PocoJSON PocoNet PocoXML PocoFoundation
  13. include $(POCO_BASE)/build/rules/exec
  14. ifdef POCO_UNBUNDLED
  15. SYSLIBS += -lz -lpcre -lexpat
  16. endif