ClickHouse/libs/libpoco/XML/samples/DOMWriter/Makefile
2016-01-07 01:53:39 +03:00

18 lines
290 B
Makefile

#
# Makefile
#
# $Id: //poco/1.4/XML/samples/DOMWriter/Makefile#1 $
#
# Makefile for Poco DOMWriter
#
include $(POCO_BASE)/build/rules/global
objects = DOMWriter
target = DOMWriter
target_version = 1
target_libs = PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec