Files
wlan-cloud-lib-poco/Shell/Makefile
Aleksandar Fabijanic d712530c7d added Poco::Shell
2013-04-23 20:06:03 -05:00

21 lines
496 B
Makefile

#
# Makefile
#
# $Id: //poco/1.4/Shell/Makefile#1 $
#
# Makefile for Poco Shell Library
#
include $(POCO_BASE)/build/rules/global
objects = AbstractCommand Command CommandFactory CommandProcessor \
HelpCommand HelpCommandFactory LoginCommand LoginCommandFactory \
QuitCommand QuitCommandFactory ResponseStream \
Session Connection ConnectionFactory
target = PocoShell
target_version = 2
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/lib