#
# Makefile
#
# $Id: //poco/1.4/UPnP/samples/InternetGateway_1/Makefile#2 $
#
# Makefile for UPnP InternetGateway1 Library
#

include $(POCO_BASE)/build/rules/global

objects = \
	ILANHostConfigManagement \
	ILayer3Forwarding \
	IWANCableLinkConfig \
	IWANCommonInterfaceConfig \
	IWANDSLLinkConfig \
	IWANEthernetLinkConfig \
	IWANIPConnection \
	IWANPOTSLinkConfig \
	IWANPPPConnection \
	LANHostConfigManagement \
	LANHostConfigManagementClientHelper \
	LANHostConfigManagementProxy \
	LANHostConfigManagementProxyFactory \
	LANHostConfigManagementRemoteObject \
	LANHostConfigManagementServerHelper \
	LANHostConfigManagementSkeleton \
	Layer3Forwarding \
	Layer3ForwardingClientHelper \
	Layer3ForwardingEventDispatcher \
	Layer3ForwardingEventSubscriber \
	Layer3ForwardingProxy \
	Layer3ForwardingProxyFactory \
	Layer3ForwardingRemoteObject \
	Layer3ForwardingServerHelper \
	Layer3ForwardingSkeleton \
	WANCableLinkConfig \
	WANCableLinkConfigClientHelper \
	WANCableLinkConfigEventDispatcher \
	WANCableLinkConfigEventSubscriber \
	WANCableLinkConfigProxy \
	WANCableLinkConfigProxyFactory \
	WANCableLinkConfigRemoteObject \
	WANCableLinkConfigServerHelper \
	WANCableLinkConfigSkeleton \
	WANCommonInterfaceConfig \
	WANCommonInterfaceConfigClientHelper \
	WANCommonInterfaceConfigEventDispatcher \
	WANCommonInterfaceConfigEventSubscriber \
	WANCommonInterfaceConfigProxy \
	WANCommonInterfaceConfigProxyFactory \
	WANCommonInterfaceConfigRemoteObject \
	WANCommonInterfaceConfigServerHelper \
	WANCommonInterfaceConfigSkeleton \
	WANDSLLinkConfig \
	WANDSLLinkConfigClientHelper \
	WANDSLLinkConfigEventDispatcher \
	WANDSLLinkConfigEventSubscriber \
	WANDSLLinkConfigProxy \
	WANDSLLinkConfigProxyFactory \
	WANDSLLinkConfigRemoteObject \
	WANDSLLinkConfigServerHelper \
	WANDSLLinkConfigSkeleton \
	WANEthernetLinkConfig \
	WANEthernetLinkConfigClientHelper \
	WANEthernetLinkConfigEventDispatcher \
	WANEthernetLinkConfigEventSubscriber \
	WANEthernetLinkConfigProxy \
	WANEthernetLinkConfigProxyFactory \
	WANEthernetLinkConfigRemoteObject \
	WANEthernetLinkConfigServerHelper \
	WANEthernetLinkConfigSkeleton \
	WANIPConnection \
	WANIPConnectionClientHelper \
	WANIPConnectionEventDispatcher \
	WANIPConnectionEventSubscriber \
	WANIPConnectionProxy \
	WANIPConnectionProxyFactory \
	WANIPConnectionRemoteObject \
	WANIPConnectionServerHelper \
	WANIPConnectionSkeleton \
	WANPOTSLinkConfig \
	WANPOTSLinkConfigClientHelper \
	WANPOTSLinkConfigProxy \
	WANPOTSLinkConfigProxyFactory \
	WANPOTSLinkConfigRemoteObject \
	WANPOTSLinkConfigServerHelper \
	WANPOTSLinkConfigSkeleton \
	WANPPPConnection \
	WANPPPConnectionClientHelper \
	WANPPPConnectionEventDispatcher \
	WANPPPConnectionEventSubscriber \
	WANPPPConnectionProxy \
	WANPPPConnectionProxyFactory \
	WANPPPConnectionRemoteObject \
	WANPPPConnectionServerHelper \
	WANPPPConnectionSkeleton
	
target         = InternetGateway1
target_version = 1
target_libs    = PocoRemotingNG PocoNet PocoUPnP PocoFoundation 

include $(POCO_BASE)/build/rules/lib
