Makefile 402 B

123456789101112131415161718192021
  1. #
  2. # Makefile
  3. #
  4. # $Id: //poco/1.4/Net/samples/HTTPFormServer/Makefile#1 $
  5. #
  6. # Makefile for Poco HTTPFormServer
  7. #
  8. include $(POCO_BASE)/build/rules/global
  9. objects = HTTPFormServer
  10. target = HTTPFormServer
  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