ClickHouse/libs/libpoco/Foundation/samples/Timer/Makefile
2016-01-07 01:53:39 +03:00

18 lines
273 B
Makefile

#
# Makefile
#
# $Id: //poco/1.4/Foundation/samples/Timer/Makefile#1 $
#
# Makefile for Poco Timer
#
include $(POCO_BASE)/build/rules/global
objects = Timer
target = Timer
target_version = 1
target_libs = PocoFoundation
include $(POCO_BASE)/build/rules/exec