poco/XML/samples/PrettyPrint/Makefile

18 lines
315 B
Makefile
Raw Normal View History

#
# Makefile
#
# $Id: //poco/1.4/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