Windows NT 4.0 source code leak
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.

107 lines
2.5 KiB

4 years ago
  1. !IF 0
  2. Copyright (c) 1993 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. David N. Cutler (davec) 12-Apr-1993
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=ntos
  15. MINORCOMP=hal
  16. TARGETNAME=halpinna
  17. TARGETPATH=$(BASEDIR)\public\sdk\lib
  18. ALPHA_WARNING_LEVEL=-W3 -WX
  19. C_DEFINES=-DEV5 -DEISA_PLATFORM -DTAGGED_NVRAM
  20. NT_UP=1
  21. !IF $(ALPHA)
  22. TARGETTYPE=HAL
  23. !ELSE
  24. TARGETTYPE=DRIVER
  25. !ENDIF
  26. INCLUDES=..\alpha;..\..\inc;..\..\ke;..\..\io;..\..\fw\alpha;..\..\fastfat;..\halalpha
  27. SOURCES=
  28. ALPHA_SOURCES=hal.rc \
  29. bushnd.c \
  30. drivesup.c \
  31. alpha\allstart.c \
  32. alpha\adjust.c \
  33. alpha\bios.c \
  34. alpha\cache.c \
  35. alpha\cia.c \
  36. alpha\ciaaddr.c \
  37. alpha\ciaerr.c \
  38. alpha\ciaio.s \
  39. alpha\devintr.s \
  40. alpha\ebsgdma.c \
  41. alpha\eisasup.c \
  42. alpha\ev5cache.c \
  43. alpha\ev5int.c \
  44. alpha\ev5ints.s \
  45. alpha\ev5mchk.c \
  46. alpha\ev5mem.s \
  47. alpha\ev5prof.c \
  48. alpha\fwreturn.c \
  49. alpha\haldebug.c \
  50. alpha\halpal.s \
  51. alpha\haltsup.s \
  52. alpha\idle.s \
  53. alpha\info.c \
  54. alpha\inithal.c \
  55. alpha\intsup.s \
  56. alpha\iousage.c \
  57. alpha\ioproc.c \
  58. alpha\memory.c \
  59. alpha\nvenv.c \
  60. alpha\nvram.c \
  61. alpha\pcrtc.c \
  62. alpha\pcserial.c \
  63. alpha\pcspeakr.c \
  64. alpha\perfcntr.c \
  65. alpha\pinnaerr.c \
  66. alpha\vga.c \
  67. alpha\busdata.c \
  68. alpha\mkinitnt.c \
  69. alpha\mkintsup.c \
  70. alpha\mkmapio.c \
  71. alpha\mksysint.c \
  72. alpha\cmos8k.c \
  73. alpha\pcisup.c \
  74. alpha\pciir.c \
  75. alpha\pciesc.c \
  76. alpha\pcibus.c
  77. DLLDEF=obj\*\hal.def
  78. !IF $(ALPHA)
  79. NTTARGETFILES=$(TARGETPATH)\alpha\hal.lib \
  80. $(TARGETPATH)\alpha\hal.dll
  81. !ENDIF