Makefile 639 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ################################################################################
  2. #
  3. # Copyright (c) 2015 Minoca Corp. All Rights Reserved
  4. #
  5. # Binary Name:
  6. #
  7. # Crypto Library
  8. #
  9. # Abstract:
  10. #
  11. # This library contains the Cryptographic Library functions used
  12. # throughout Minoca OS.
  13. #
  14. # Author:
  15. #
  16. # Evan Green 13-Jan-2015
  17. #
  18. # Environment:
  19. #
  20. # Any
  21. #
  22. ################################################################################
  23. BINARY = crypto.a
  24. BINARYTYPE = library
  25. include $(SRCDIR)/sources
  26. DIRS = build \
  27. ssl
  28. TESTDIRS = testcryp
  29. include $(SRCROOT)/os/minoca.mk
  30. testcryp: build ssl