poco/JSON/Makefile

20 lines
406 B
Makefile
Raw Normal View History

2012-04-29 22:09:55 +02:00
#
# Makefile
#
# Makefile for Poco JSON
#
include $(POCO_BASE)/build/rules/global
INCLUDE += -I $(POCO_BASE)/JSON/include/Poco/JSON
2017-09-25 23:28:26 +02:00
objects = Array Object Parser ParserImpl Handler \
Stringifier ParseHandler PrintHandler Query \
JSONException Template TemplateCache pdjson
2012-04-29 22:09:55 +02:00
target = PocoJSON
target_version = $(LIBVERSION)
target_libs = PocoFoundation
include $(POCO_BASE)/build/rules/lib