defs.mk 827 B

123456789101112131415161718192021
  1. # This file was generated by configure. Edits will disappear if you rerun
  2. # configure. If you find that you need to edit this file to make things
  3. # work, let the course staff know and we'll try to fix the configure script.
  4. #
  5. # The purpose of this file is to hold all the makefile definitions
  6. # needed to adjust the OS/161 build process to any particular
  7. # environment. If I've done it right, all you need to do is rerun the
  8. # configure script and make clean if you start working on a different
  9. # host OS. If I've done it mostly right, you may need to edit this
  10. # file but you still hopefully won't need to edit any of the
  11. # makefiles.
  12. #
  13. # The things that can be set here are documented in mk/os161.config.mk.
  14. #
  15. OSTREE=/u3/tsdedhar/cs350-os161/root
  16. PLATFORM=sys161
  17. MACHINE=mips
  18. COMPAT_CFLAGS=
  19. COMPAT_TARGETS=
  20. TOOLPREFIX=cs350-