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.

67 lines
2.1 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. i386_SOURCES=$(_SOURCES) \
  14. ..\i386\mpipia.asm \
  15. ..\i386\abiosa.asm \
  16. ..\i386\abiosc.c \
  17. ..\i386\allproc.c \
  18. ..\i386\apcuser.c \
  19. ..\i386\biosa.asm \
  20. ..\i386\biosc.c \
  21. ..\i386\callback.c \
  22. ..\i386\callout.asm \
  23. ..\i386\clockint.asm \
  24. ..\i386\ctxswap.asm \
  25. ..\i386\cpu.asm \
  26. ..\i386\cyrix.c \
  27. ..\i386\emv86.asm \
  28. ..\i386\emxcptn.asm \
  29. ..\i386\exceptn.c \
  30. ..\i386\flush.c \
  31. ..\i386\flushtb.c \
  32. ..\i386\gdtsup.c \
  33. ..\i386\int.asm \
  34. ..\i386\intobj.c \
  35. ..\i386\intsup.asm \
  36. ..\i386\iopm.c \
  37. ..\i386\i386init.c \
  38. ..\i386\i386pcr.asm \
  39. ..\i386\instemul.asm \
  40. ..\i386\kernlini.c \
  41. ..\i386\largepag.c \
  42. ..\i386\ldtsup.c \
  43. ..\i386\ldtsup2.asm \
  44. ..\i386\newsysbg.asm \
  45. ..\i386\misc.c \
  46. ..\i386\mtrr.c \
  47. ..\i386\mtrramd.c \
  48. ..\i386\pat.c \
  49. ..\i386\procstat.asm \
  50. ..\i386\spindbg.asm \
  51. ..\i386\spinlock.asm \
  52. $(O)\sysstubs.asm \
  53. $(O)\systable.asm \
  54. ..\i386\threadbg.asm \
  55. ..\i386\thredini.c \
  56. ..\i386\timindex.asm \
  57. ..\i386\trap.asm \
  58. ..\i386\trapc.c \
  59. ..\i386\vdm.c \
  60. ..\i386\vdmint21.c \
  61. ..\i386\zero.asm
  62. NTTARGETFILE0= \
  63. $(O)\sysstubs.asm \
  64. $(O)\systable.asm