Makefile 250 B

1234567891011121314151617
  1. #
  2. # Makefile
  3. #
  4. # $Id$
  5. #
  6. # Makefile for Poco JSON Benchmark
  7. #
  8. include $(POCO_BASE)/build/rules/global
  9. objects = Benchmark
  10. target = Benchmark
  11. target_version = 1
  12. target_libs = PocoJSON PocoFoundation
  13. include $(POCO_BASE)/build/rules/exec