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

BUNDLE_TOOL = bundle

include $(POCO_BASE)/build/rules/global

objects = EchoCommand

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

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

include $(POCO_BASE)/build/rules/dylib
