Makefile 405 B

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