| 1234567891011121314151617 |
- #
- # Makefile
- #
- # $Id$
- #
- # Makefile for Poco JSON Benchmark
- #
- include $(POCO_BASE)/build/rules/global
- objects = Benchmark
- target = Benchmark
- target_version = 1
- target_libs = PocoJSON PocoFoundation
- include $(POCO_BASE)/build/rules/exec
|