poco/Foundation/samples/Timer/Makefile
2007-02-23 14:27:57 +00:00

18 lines
274 B
Makefile

#
# Makefile
#
# $Id: //poco/Main/Foundation/samples/Timer/Makefile#5 $
#
# 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