poco/JSON/samples/Benchmark/Makefile

18 lines
250 B
Makefile
Raw Normal View History

2012-09-30 05:41:22 +02:00
#
# 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