Makefile 576 B

123456789101112131415161718192021222324252627282930313233
  1. ################################################################################
  2. #
  3. # Copyright (c) 2012 Minoca Corp. All Rights Reserved
  4. #
  5. # Binary Name:
  6. #
  7. # Runtime Library
  8. #
  9. # Abstract:
  10. #
  11. # This library builds the Runtime library used in the kernel and user
  12. # mode.
  13. #
  14. # Author:
  15. #
  16. # Evan Green 26-Jul-2012
  17. #
  18. # Environment:
  19. #
  20. # Any
  21. #
  22. ################################################################################
  23. DIRS = base \
  24. kmode \
  25. rtlc \
  26. TESTDIRS = testrtl
  27. include $(SRCROOT)/os/minoca.mk
  28. testrtl: base