Makefile 366 B

1234567891011121314151617
  1. #
  2. # Makefile
  3. #
  4. # Makefile for Poco Redis
  5. #
  6. include $(POCO_BASE)/build/rules/global
  7. INCLUDE += -I $(POCO_BASE)/Redis/include/Poco/Redis
  8. objects = AsyncReader Array Client Command Error Exception RedisStream RedisEventArgs Type
  9. target = PocoRedis
  10. target_version = $(LIBVERSION)
  11. target_libs = PocoFoundation PocoNet
  12. include $(POCO_BASE)/build/rules/lib