mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-12-24 22:37:21 +00:00
18 lines
299 B
Makefile
18 lines
299 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/Main/XML/samples/PrettyPrint/Makefile#6 $
|
|
#
|
|
# Makefile for Poco PrettyPrint
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = PrettyPrint
|
|
|
|
target = PrettyPrint
|
|
target_version = 1
|
|
target_libs = PocoXML PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|