Makefile 277 B

123456789101112131415
  1. #
  2. # Makefile
  3. #
  4. # Makefile for Poco JWT
  5. #
  6. include $(POCO_BASE)/build/rules/global
  7. objects = Token Signer Serializer JWTException
  8. target = PocoJWT
  9. target_version = $(LIBVERSION)
  10. target_libs = PocoCrypto PocoJSON PocoFoundation
  11. include $(POCO_BASE)/build/rules/lib