poco/JSON/Makefile
2012-04-29 20:09:55 +00:00

22 lines
387 B
Makefile

#
# Makefile
#
# $Id$
#
# Makefile for Poco JSON
#
include $(POCO_BASE)/build/rules/global
INCLUDE += -I $(POCO_BASE)/JSON/include/Poco/JSON
objects = Array Object Parser Handler \
Stringifier DefaultHandler Query JSONException \
Template TemplateCache
target = PocoJSON
target_version = $(LIBVERSION)
target_libs = PocoFoundation
include $(POCO_BASE)/build/rules/lib