Makefile 297 B

1234567891011121314151617181920
  1. #
  2. # Makefile
  3. #
  4. # Makefile for Poco PrettyPrint
  5. #
  6. include $(POCO_BASE)/build/rules/global
  7. objects = PrettyPrint
  8. target = PrettyPrint
  9. target_version = 1
  10. target_libs = PocoXML PocoFoundation
  11. include $(POCO_BASE)/build/rules/exec
  12. ifdef POCO_UNBUNDLED
  13. SYSLIBS += -lexpat
  14. endif