poco/XML/samples/DOMParser/Makefile

18 lines
290 B
Makefile
Raw Normal View History

2006-10-23 18:12:32 +02:00
#
# Makefile
#
2008-01-28 18:26:21 +01:00
# $Id: //poco/svn/XML/samples/DOMParser/Makefile#1 $
2006-10-23 18:12:32 +02:00
#
# Makefile for Poco DOMParser
#
include $(POCO_BASE)/build/rules/global
objects = DOMParser
target = DOMParser
target_version = 1
target_libs = PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec