#
# Makefile
#
# $Id: //poco/1.4/FastInfoset/samples/XML2FIS/Makefile#1 $
#
# Makefile for Poco XML2FIS sample
#

include $(POCO_BASE)/build/rules/global

objects = XML2FIS

target         = xml2fis
target_version = 1
target_libs    = PocoFastInfoset PocoUtil PocoXML PocoFoundation

include $(POCO_BASE)/build/rules/exec
