mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
18 lines
292 B
Makefile
18 lines
292 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/1.1.0/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
|