poco/XML/samples/SAXParser/Makefile
Guenter Obiltschnig 2d4078f392 submitted 1.2.0
2006-08-29 07:10:35 +00:00

18 lines
307 B
Makefile

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