18 lines
298 B
Makefile
Raw Normal View History

2006-10-23 16:12:32 +00:00
#
# Makefile
#
2008-01-28 17:26:21 +00:00
# $Id: //poco/svn/XML/samples/PrettyPrint/Makefile#1 $
2006-10-23 16:12:32 +00:00
#
# 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