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

BUNDLE_TOOL = bundle

include $(POCO_BASE)/build/rules/global

objects = WebIndex

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

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

include $(POCO_BASE)/build/rules/dylib
