#
# Makefile
#
# $Id: //poco/1.4/UPnP/samples/LightingControls_1/Makefile#2 $
#
# Makefile for UPnP LightingControls Library
#

include $(POCO_BASE)/build/rules/global

objects = \
	Dimming \
	DimmingClientHelper \
	DimmingEventDispatcher \
	DimmingEventSubscriber \
	DimmingProxy \
	DimmingProxyFactory \
	DimmingRemoteObject \
	DimmingServerHelper \
	DimmingSkeleton \
	IDimming \
	ISwitchPower \
	SwitchPower \
	SwitchPowerClientHelper \
	SwitchPowerEventDispatcher \
	SwitchPowerEventSubscriber \
	SwitchPowerProxy \
	SwitchPowerProxyFactory \
	SwitchPowerRemoteObject \
	SwitchPowerServerHelper \
	SwitchPowerSkeleton

target         = LightingControls1
target_version = 1
target_libs    = PocoRemotingNG PocoNet PocoUPnP PocoFoundation 

include $(POCO_BASE)/build/rules/lib
