mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-12-25 14:57:20 +00:00
21 lines
496 B
Makefile
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
|