poco/Util/samples/SampleApp/Makefile
2008-01-28 17:30:40 +00:00

18 lines
300 B
Makefile

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