#
# Makefile
#
# $Id: //poco/1.3/OSP/samples/BundleContainer/Makefile#4 $
#
# Makefile for Poco BundleContainer
#

include $(POCO_BASE)/build/rules/global

objects = BundleContainer

target         = BundleContainer
target_version = 1
target_libs    = PocoFoundation PocoXML PocoUtil PocoOSP

include $(POCO_BASE)/build/rules/exec
