poco/JSON/Makefile
2019-06-24 18:33:48 +02:00

18 lines
355 B
Makefile

#
# Makefile
#
# Makefile for Poco JSON
#
include $(POCO_BASE)/build/rules/global
objects = Array Object Parser ParserImpl Handler \
Stringifier ParseHandler PrintHandler Query \
JSONException Template TemplateCache pdjson
target = PocoJSON
target_version = $(LIBVERSION)
target_libs = PocoFoundation
include $(POCO_BASE)/build/rules/lib