Makefile 416 B

123456789101112131415161718192021
  1. #
  2. # Makefile
  3. #
  4. # $Id$
  5. #
  6. # Makefile for Poco JSON
  7. #
  8. include $(POCO_BASE)/build/rules/global
  9. INCLUDE += -I $(POCO_BASE)/JSON/include/Poco/JSON
  10. objects = Array Object Parser ParserImpl Handler \
  11. Stringifier ParseHandler PrintHandler Query \
  12. JSONException Template TemplateCache pd_json
  13. target = PocoJSON
  14. target_version = $(LIBVERSION)
  15. target_libs = PocoFoundation
  16. include $(POCO_BASE)/build/rules/lib