poco/JSON/Makefile
2018-01-31 18:32:15 -06:00

20 lines
406 B
Makefile

#
# Makefile
#
# Makefile for Poco JSON
#
include $(POCO_BASE)/build/rules/global
INCLUDE += -I $(POCO_BASE)/JSON/include/Poco/JSON
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