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

BUNDLE_TOOL = bundle

include $(POCO_BASE)/build/rules/global

objects = Extensible

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

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

include $(POCO_BASE)/build/rules/dylib
