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

BUNDLE_TOOL = bundle

include $(POCO_BASE)/build/rules/global

objects = Greeter

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

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

include $(POCO_BASE)/build/rules/dylib
