#
# Makefile
#
# $Id: //poco/1.4/OSP/samples/WebInfo/Makefile#2 $
#
# Makefile for WebInfo sample
#

BUNDLE_TOOL = bundle

include $(POCO_BASE)/build/rules/global

objects = WebInfo

target         = com.appinf.osp.samples.webinfo
target_version = 1
target_libs    = PocoOSPWeb PocoOSP PocoNet PocoUtil PocoXML PocoFoundation

postbuild      = $(BUNDLE_TOOL) -n$(OSNAME) -a$(OSARCH) -o../bundles WebInfo.bndlspec

include $(POCO_BASE)/build/rules/dylib
