mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-18 04:10:33 +01:00
18 lines
250 B
Makefile
18 lines
250 B
Makefile
#
|
|
# 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
|