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

BUNDLE_TOOL = bundle

include $(POCO_BASE)/build/rules/global

objects = Preferences

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

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

include $(POCO_BASE)/build/rules/dylib
