poco/Util/samples/Units/Makefile
Aleksandar Fabijanic 4ab0ccaf6d Units
2008-08-14 10:04:46 +00:00

18 lines
290 B
Makefile

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