poco/XML/samples/PrettyPrint/Makefile
2008-01-28 17:26:21 +00:00

18 lines
298 B
Makefile

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