Makefile 407 B

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