Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.4 KiB

  1. #
  2. # To gather queued lock statistics, define QLOCK_STAT_GATHER in
  3. # the environment.
  4. #
  5. !ifdef QLOCK_STAT_GATHER
  6. !ifdef NT_UP
  7. !if !$(NT_UP)
  8. C_DEFINES=$(C_DEFINES) -DQLOCK_STAT_GATHER
  9. ASM_DEFINES=$(ASM_DEFINES) -DQLOCK_STAT_GATHER
  10. !endif
  11. !endif
  12. !endif
  13. 386_OPTIMIZATION=/Oxt /Ob2
  14. i386_SOURCES=kex86.c \
  15. ..\i386\mpipia.asm \
  16. ..\i386\abiosa.asm \
  17. ..\i386\biosa.asm \
  18. ..\i386\callout.asm \
  19. ..\i386\clockint.asm \
  20. ..\i386\ctxswap.asm \
  21. ..\i386\cpu.asm \
  22. ..\i386\emv86.asm \
  23. ..\i386\emxcptn.asm \
  24. ..\i386\int.asm \
  25. ..\i386\intsup.asm \
  26. ..\i386\i386pcr.asm \
  27. ..\i386\instemul.asm \
  28. ..\i386\ldtsup2.asm \
  29. ..\i386\newsysbg.asm \
  30. ..\i386\procstat.asm \
  31. ..\i386\spindbg.asm \
  32. ..\i386\spinlock.asm \
  33. $(O)\sysstubs.asm \
  34. $(O)\systable.asm \
  35. ..\i386\threadbg.asm \
  36. ..\i386\timindex.asm \
  37. ..\i386\trap.asm \
  38. ..\i386\zero.asm \
  39. ..\i386\cyrix.c \
  40. ..\i386\kernlini.c \
  41. ..\i386\mtrr.c \
  42. ..\i386\mtrramd.c \
  43. ..\bugcheck.c
  44. NTTARGETFILE0= \
  45. $(O)\sysstubs.asm \
  46. $(O)\systable.asm