poco/JSON/Makefile

22 lines
397 B
Makefile
Raw Normal View History

2012-04-29 20:09:55 +00:00
#
# Makefile
#
# $Id$
#
# Makefile for Poco JSON
#
include $(POCO_BASE)/build/rules/global
INCLUDE += -I $(POCO_BASE)/JSON/include/Poco/JSON
2013-03-17 12:41:15 -05:00
objects = Array Object Parser Handler Stringifier \
2013-05-27 21:17:18 -05:00
ParseHandler PrintHandler Query JSONException \
2012-04-29 20:09:55 +00:00
Template TemplateCache
target = PocoJSON
target_version = $(LIBVERSION)
target_libs = PocoFoundation
include $(POCO_BASE)/build/rules/lib