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.

85 lines
2.2 KiB

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. NT_UP=0
  5. !include $(PROJECT_ROOT)\hals\hals.inc
  6. MAJORCOMP=ntos
  7. MINORCOMP=hal
  8. TARGETNAME=halsp
  9. TARGETPATH=obj
  10. !IF $(386)
  11. TARGETTYPE=HAL
  12. !ELSE
  13. TARGETTYPE=DRIVER
  14. !ENDIF
  15. INCLUDES=$(INCLUDES);..;..\inc;$(HALKIT_INC_PATH)
  16. LINKER_FLAGS=$(LINKER_FLAGS) -merge:PAGECONST=PAGE -merge:INITCONST=INIT
  17. C_DEFINES=$(C_DEFINES) -DHAL_SP
  18. SOURCES=
  19. i386_SOURCES=hal.rc \
  20. ..\bushnd.c \
  21. ..\chiphacks.c \
  22. ..\drivesup.c \
  23. ..\rangesup.c \
  24. i386\ixbusdat.c \
  25. i386\ixcmos.asm \
  26. i386\ixdat.c \
  27. i386\ixenvirv.c \
  28. i386\ixfirm.c \
  29. i386\ixhwsup.c \
  30. i386\ixidle.asm \
  31. i386\ixinfo.c \
  32. i386\ixisabus.c \
  33. i386\ixisasup.c \
  34. i386\ixmca.c \
  35. i386\ixmcaa.asm \
  36. i386\ixmovnti.asm \
  37. i386\ixnmi.c \
  38. i386\ixphwsup.c \
  39. i386\ixpnpdrv.c \
  40. i386\ixpcibus.c \
  41. i386\ixpciint.c \
  42. i386\ixpcibrd.c \
  43. i386\ixpcisup.c \
  44. i386\ixqspin.c \
  45. i386\ixstall.asm \
  46. i386\ixthunk.c \
  47. i386\ixreboot.c \
  48. i386\ixusage.c \
  49. i386\mpprocst.c \
  50. i386\pmpcisup.c \
  51. i386\xxbiosa.asm \
  52. i386\xxbiosc.c \
  53. i386\xxdisp.c \
  54. i386\xxhal.c \
  55. i386\xxioacc.asm \
  56. i386\xxmemory.c \
  57. i386\xxstubs.c \
  58. i386\xxtime.c \
  59. i386\spacer.c \
  60. i386\spclock.asm \
  61. i386\spbeep.asm \
  62. i386\spipi.asm \
  63. i386\spirql.asm \
  64. i386\spsysbus.c \
  65. i386\spsysint.asm \
  66. i386\spprofil.asm \
  67. i386\spreboot.asm \
  68. i386\spspin.asm \
  69. i386\spsproc.c \
  70. i386\spsproca.asm \
  71. i386\spswint.asm
  72. DLLDEF=$(O)\hal.def