poco/Util/samples/SampleServer/Makefile
Guenter Obiltschnig 551c728faf sources for 1.3
2006-11-17 16:31:29 +00:00

18 lines
312 B
Makefile

#
# Makefile
#
# $Id: //poco/1.3/Util/samples/SampleServer/Makefile#1 $
#
# Makefile for Poco SampleServer
#
include $(POCO_BASE)/build/rules/global
objects = SampleServer
target = SampleServer
target_version = 1
target_libs = PocoUtil PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec