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

BUNDLE_TOOL = bundle

include $(POCO_BASE)/build/rules/global

objects = WebPage

target         = com.appinf.osp.samples.webpage
target_version = 1
target_libs    = PocoOSP PocoUtil PocoXML PocoFoundation

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

include $(POCO_BASE)/build/rules/dylib
