poco/Util/samples/SampleServer/Makefile

18 lines
331 B
Makefile
Raw Normal View History

2006-07-11 18:33:40 +02:00
#
# Makefile
#
# $Id: //poco/1.1.0/Util/samples/SampleServer/Makefile#1 $
#
# Makefile for Poco SampleServer
#
include $(POCO_BASE)/build/rules/global
objects = SampleServer
target = SampleServer
target_version = 1
target_libs = PocoFoundation PocoXML PocoUtil
include $(POCO_BASE)/build/rules/exec