Source code of Windows XP (NT5)
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.

113 lines
5.0 KiB

  1. $(OBJDIR)\async.obj $(OBJDIR)\async.lst: ..\async.c \
  2. $(WDMROOT)\ddk\inc\usb100.h $(WDMROOT)\ddk\inc\usbdi.h \
  3. $(WDMROOT)\ddk\inc\usbioctl.h $(WDMROOT)\ddk\inc\wdm.h \
  4. ..\..\..\..\..\dev\ntddk\inc\alpharef.h \
  5. ..\..\..\..\..\dev\ntddk\inc\bugcodes.h \
  6. ..\..\..\..\..\dev\ntddk\inc\ntdef.h \
  7. ..\..\..\..\..\dev\ntddk\inc\ntiologc.h \
  8. ..\..\..\..\..\dev\ntddk\inc\ntstatus.h \
  9. ..\..\..\..\..\dev\tools\c32\inc\alphaops.h \
  10. ..\..\..\..\..\dev\tools\c32\inc\ctype.h \
  11. ..\..\..\..\..\dev\tools\c32\inc\excpt.h \
  12. ..\..\..\..\..\dev\tools\c32\inc\POPPACK.H \
  13. ..\..\..\..\..\dev\tools\c32\inc\PSHPACK1.H \
  14. ..\..\..\..\..\dev\tools\c32\inc\pshpack4.h \
  15. ..\..\..\..\..\dev\tools\c32\inc\stdarg.h \
  16. ..\..\..\..\..\dev\tools\c32\inc\string.h ..\..\..\inc\hcdi.h \
  17. ..\..\..\inc\usbdlibi.h ..\dbg.h ..\openhci.h
  18. .PRECIOUS: $(OBJDIR)\async.lst
  19. $(OBJDIR)\dbg.obj $(OBJDIR)\dbg.lst: ..\dbg.c $(WDMROOT)\ddk\inc\usb100.h \
  20. $(WDMROOT)\ddk\inc\usbdi.h $(WDMROOT)\ddk\inc\usbioctl.h \
  21. $(WDMROOT)\ddk\inc\wdm.h ..\..\..\..\..\dev\ntddk\inc\alpharef.h \
  22. ..\..\..\..\..\dev\ntddk\inc\bugcodes.h \
  23. ..\..\..\..\..\dev\ntddk\inc\ntdef.h \
  24. ..\..\..\..\..\dev\ntddk\inc\ntiologc.h \
  25. ..\..\..\..\..\dev\ntddk\inc\ntstatus.h \
  26. ..\..\..\..\..\dev\tools\c32\inc\alphaops.h \
  27. ..\..\..\..\..\dev\tools\c32\inc\ctype.h \
  28. ..\..\..\..\..\dev\tools\c32\inc\excpt.h \
  29. ..\..\..\..\..\dev\tools\c32\inc\POPPACK.H \
  30. ..\..\..\..\..\dev\tools\c32\inc\PSHPACK1.H \
  31. ..\..\..\..\..\dev\tools\c32\inc\pshpack4.h \
  32. ..\..\..\..\..\dev\tools\c32\inc\stdarg.h \
  33. ..\..\..\..\..\dev\tools\c32\inc\string.h ..\..\..\inc\hcdi.h \
  34. ..\..\..\inc\usbdlibi.h ..\dbg.h ..\openhci.h
  35. .PRECIOUS: $(OBJDIR)\dbg.lst
  36. $(OBJDIR)\ohciroot.obj $(OBJDIR)\ohciroot.lst: ..\ohciroot.c \
  37. $(WDMROOT)\ddk\inc\usb100.h $(WDMROOT)\ddk\inc\usbdi.h \
  38. $(WDMROOT)\ddk\inc\usbioctl.h $(WDMROOT)\ddk\inc\wdm.h \
  39. ..\..\..\..\..\dev\ntddk\inc\alpharef.h \
  40. ..\..\..\..\..\dev\ntddk\inc\bugcodes.h \
  41. ..\..\..\..\..\dev\ntddk\inc\ntdef.h \
  42. ..\..\..\..\..\dev\ntddk\inc\ntiologc.h \
  43. ..\..\..\..\..\dev\ntddk\inc\ntstatus.h \
  44. ..\..\..\..\..\dev\tools\c32\inc\alphaops.h \
  45. ..\..\..\..\..\dev\tools\c32\inc\ctype.h \
  46. ..\..\..\..\..\dev\tools\c32\inc\excpt.h \
  47. ..\..\..\..\..\dev\tools\c32\inc\POPPACK.H \
  48. ..\..\..\..\..\dev\tools\c32\inc\PSHPACK1.H \
  49. ..\..\..\..\..\dev\tools\c32\inc\pshpack4.h \
  50. ..\..\..\..\..\dev\tools\c32\inc\stdarg.h \
  51. ..\..\..\..\..\dev\tools\c32\inc\string.h ..\..\..\inc\hcdi.h \
  52. ..\..\..\inc\usbdlibi.h ..\dbg.h ..\OpenHCI.h
  53. .PRECIOUS: $(OBJDIR)\ohciroot.lst
  54. $(OBJDIR)\ohciurb.obj $(OBJDIR)\ohciurb.lst: ..\ohciurb.c \
  55. $(WDMROOT)\ddk\inc\usb100.h $(WDMROOT)\ddk\inc\usbdi.h \
  56. $(WDMROOT)\ddk\inc\usbioctl.h $(WDMROOT)\ddk\inc\wdm.h \
  57. ..\..\..\..\..\dev\ntddk\inc\alpharef.h \
  58. ..\..\..\..\..\dev\ntddk\inc\bugcodes.h \
  59. ..\..\..\..\..\dev\ntddk\inc\ntdef.h \
  60. ..\..\..\..\..\dev\ntddk\inc\ntiologc.h \
  61. ..\..\..\..\..\dev\ntddk\inc\ntstatus.h \
  62. ..\..\..\..\..\dev\tools\c32\inc\alphaops.h \
  63. ..\..\..\..\..\dev\tools\c32\inc\ctype.h \
  64. ..\..\..\..\..\dev\tools\c32\inc\excpt.h \
  65. ..\..\..\..\..\dev\tools\c32\inc\POPPACK.H \
  66. ..\..\..\..\..\dev\tools\c32\inc\PSHPACK1.H \
  67. ..\..\..\..\..\dev\tools\c32\inc\pshpack4.h \
  68. ..\..\..\..\..\dev\tools\c32\inc\stdarg.h \
  69. ..\..\..\..\..\dev\tools\c32\inc\string.h ..\..\..\inc\hcdi.h \
  70. ..\..\..\inc\usbdlibi.h ..\dbg.h ..\openhci.h
  71. .PRECIOUS: $(OBJDIR)\ohciurb.lst
  72. $(OBJDIR)\ohcixfer.obj $(OBJDIR)\ohcixfer.lst: ..\ohcixfer.c \
  73. $(WDMROOT)\ddk\inc\usb100.h $(WDMROOT)\ddk\inc\usbdi.h \
  74. $(WDMROOT)\ddk\inc\usbioctl.h $(WDMROOT)\ddk\inc\wdm.h \
  75. ..\..\..\..\..\dev\ntddk\inc\alpharef.h \
  76. ..\..\..\..\..\dev\ntddk\inc\bugcodes.h \
  77. ..\..\..\..\..\dev\ntddk\inc\ntdef.h \
  78. ..\..\..\..\..\dev\ntddk\inc\ntiologc.h \
  79. ..\..\..\..\..\dev\ntddk\inc\ntstatus.h \
  80. ..\..\..\..\..\dev\tools\c32\inc\alphaops.h \
  81. ..\..\..\..\..\dev\tools\c32\inc\ctype.h \
  82. ..\..\..\..\..\dev\tools\c32\inc\excpt.h \
  83. ..\..\..\..\..\dev\tools\c32\inc\POPPACK.H \
  84. ..\..\..\..\..\dev\tools\c32\inc\PSHPACK1.H \
  85. ..\..\..\..\..\dev\tools\c32\inc\pshpack4.h \
  86. ..\..\..\..\..\dev\tools\c32\inc\stdarg.h \
  87. ..\..\..\..\..\dev\tools\c32\inc\string.h ..\..\..\inc\hcdi.h \
  88. ..\..\..\inc\usbdlibi.h ..\dbg.h ..\openhci.h
  89. .PRECIOUS: $(OBJDIR)\ohcixfer.lst
  90. $(OBJDIR)\openhci.obj $(OBJDIR)\openhci.lst: ..\openhci.c \
  91. $(WDMROOT)\ddk\inc\usb100.h $(WDMROOT)\ddk\inc\usbdi.h \
  92. $(WDMROOT)\ddk\inc\usbioctl.h $(WDMROOT)\ddk\inc\wdm.h \
  93. ..\..\..\..\..\dev\ntddk\inc\alpharef.h \
  94. ..\..\..\..\..\dev\ntddk\inc\bugcodes.h \
  95. ..\..\..\..\..\dev\ntddk\inc\ntdef.h \
  96. ..\..\..\..\..\dev\ntddk\inc\ntiologc.h \
  97. ..\..\..\..\..\dev\ntddk\inc\ntstatus.h \
  98. ..\..\..\..\..\dev\tools\c32\inc\alphaops.h \
  99. ..\..\..\..\..\dev\tools\c32\inc\ctype.h \
  100. ..\..\..\..\..\dev\tools\c32\inc\excpt.h \
  101. ..\..\..\..\..\dev\tools\c32\inc\POPPACK.H \
  102. ..\..\..\..\..\dev\tools\c32\inc\PSHPACK1.H \
  103. ..\..\..\..\..\dev\tools\c32\inc\pshpack4.h \
  104. ..\..\..\..\..\dev\tools\c32\inc\stdarg.h \
  105. ..\..\..\..\..\dev\tools\c32\inc\string.h ..\..\..\inc\hcdi.h \
  106. ..\..\..\inc\usbdlibi.h ..\dbg.h ..\openhci.h
  107. .PRECIOUS: $(OBJDIR)\openhci.lst