#
# Makefile
#
# $Id: //poco/1.2/Net/samples/Ping/Makefile#2 $
#
# Makefile for Poco ping
#

include $(POCO_BASE)/build/rules/global

objects = Ping

target         = Ping
target_version = 1
target_libs    = PocoUtil PocoNet PocoXML PocoFoundation

include $(POCO_BASE)/build/rules/exec


syntax highlighted by Code2HTML, v. 0.9.1