Makefile 526 B

123456789101112131415161718192021222324252627282930
  1. ################################################################################
  2. #
  3. # Copyright (c) 2012 Minoca Corp. All Rights Reserved
  4. #
  5. # Binary Name:
  6. #
  7. # Debug
  8. #
  9. # Abstract:
  10. #
  11. # This module builds the debugger application.
  12. #
  13. # Author:
  14. #
  15. # Evan Green 26-Jul-2012
  16. #
  17. # Environment:
  18. #
  19. # Debug Client
  20. #
  21. ################################################################################
  22. DIRS = client \
  23. dbgext \
  24. kexts
  25. include $(SRCROOT)/os/minoca.mk
  26. kexts: dbgext