Makefile 349 B

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