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.

103 lines
2.4 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) 8-Apr-1993
  12. Revision Histoy:
  13. Jim Wooldridge ([email protected]) Power PC port
  14. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  15. !ENDIF
  16. MAJORCOMP=ntos
  17. MINORCOMP=hal
  18. TARGETNAME=halwood
  19. TARGETPATH=$(BASEDIR)\public\sdk\lib
  20. TARGETLIBS=..\x86new\obj\*\x86new.lib \
  21. $(BASEDIR)\public\sdk\lib\*\libc.lib
  22. !IF $(PPC)
  23. TARGETTYPE=HAL
  24. !ELSE
  25. TARGETTYPE=DRIVER
  26. !ENDIF
  27. C_DEFINES=-DIDAHO -DSAM_256 -DWOODFIELD -D_HALNVR_
  28. INCLUDES=..\halppc\ppc;$(BASEDIR)\private\ntos\nthals\x86new;$(BASEDIR)\private\ntos\inc
  29. SOURCES=
  30. PPC_SOURCES=hal.rc \
  31. bushnd.c \
  32. rangesup.c \
  33. drivesup.c \
  34. ppc\pxbeep.c \
  35. ppc\pxnatsup.c \
  36. ppc\pxsiosup.c \
  37. ppc\pxmemctl.c \
  38. ppc\pxpcisup.c \
  39. ppc\pxdisp.c \
  40. ppc\pxshadbf.s \
  41. ppc\pxs3.c \
  42. ppc\pxwd.c \
  43. ppc\pxstall.s \
  44. ppc\pxcache.s \
  45. ppc\pxclock.c \
  46. ppc\pxcalstl.c \
  47. ppc\pxclksup.s \
  48. ppc\pxflshbf.s \
  49. ppc\pxhwsup.c \
  50. ppc\pxprof.c \
  51. ppc\pxenviro.c \
  52. ppc\pxmapio.c \
  53. ppc\pxsysint.c \
  54. ppc\pxtime.c \
  55. ppc\pxreset.s \
  56. ppc\pxreturn.c \
  57. ppc\pxintsup.s \
  58. ppc\pxinithl.c \
  59. ppc\pxport.c \
  60. ppc\pxpower.s \
  61. ppc\pxirql.c \
  62. ppc\pxusage.c \
  63. ppc\pxbusdat.c \
  64. ppc\pxpcibus.c \
  65. ppc\pxpciint.c \
  66. ppc\pxisabus.c \
  67. ppc\pxidle.c \
  68. ppc\pxsysbus.c \
  69. ppc\pxproc.c \
  70. ppc\pxdat.c \
  71. ppc\fwnvr.c \
  72. ppc\pxinfo.c \
  73. ppc\pxflshio.c \
  74. ppc\pxintmod.c \
  75. ppc\pxpcibrd.c \
  76. ppc\pxintrpt.c \
  77. ppc\x86bios.c
  78. DLLDEF=obj\*\hal.def