110 lines
2.5 KiB
Plaintext
110 lines
2.5 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1993 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
David N. Cutler (davec) 12-Apr-1993
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=ntos
|
|
MINORCOMP=hal
|
|
|
|
TARGETNAME=haltimbr
|
|
TARGETPATH=\nt\public\sdk\lib
|
|
|
|
ALPHA_WARNING_LEVEL=-W3 -WX
|
|
C_DEFINES=-DEV5 -DTAGGED_NVRAM
|
|
|
|
NT_UP=1
|
|
|
|
!IF $(ALPHA)
|
|
|
|
TARGETTYPE=HAL
|
|
|
|
!ELSE
|
|
|
|
TARGETTYPE=DRIVER
|
|
|
|
!ENDIF
|
|
|
|
INCLUDES=..\alpha;..\..\inc;..\..\ke;..\..\io;..\..\fw\alpha;..\..\fastfat;..\halalpha
|
|
|
|
SOURCES=
|
|
|
|
ALPHA_SOURCES=hal.rc \
|
|
bushnd.c \
|
|
drivesup.c \
|
|
alpha\28f008sa.c \
|
|
alpha\29f040.c \
|
|
alpha\adjust.c \
|
|
alpha\allstart.c \
|
|
alpha\bios.c \
|
|
alpha\cache.c \
|
|
alpha\cia.c \
|
|
alpha\ciaaddr.c \
|
|
alpha\ciaerr.c \
|
|
alpha\ciaio.s \
|
|
alpha\ciamapio.c \
|
|
alpha\devintr.s \
|
|
alpha\ev5cache.c \
|
|
alpha\ev5int.c \
|
|
alpha\ev5mchk.c \
|
|
alpha\ev5mem.s \
|
|
alpha\ev5ints.s \
|
|
alpha\ev5prof.c \
|
|
alpha\fwreturn.c \
|
|
alpha\haldebug.c \
|
|
alpha\halpal.s \
|
|
alpha\haltsup.s \
|
|
alpha\info.s \
|
|
alpha\idle.s \
|
|
alpha\inithal.c \
|
|
alpha\intsup.s \
|
|
alpha\ioproc.c \
|
|
alpha\iousage.c \
|
|
alpha\memory.c \
|
|
alpha\nvenv.c \
|
|
alpha\nvram.c \
|
|
alpha\pcrtc.c \
|
|
alpha\pcserial.c \
|
|
alpha\pcspeakr.c \
|
|
alpha\perfcntr.c \
|
|
alpha\vga.c \
|
|
alpha\ebsgdma.c \
|
|
alpha\eisasup.c \
|
|
alpha\pcibus.c \
|
|
alpha\pcisup.c \
|
|
alpha\busdata.c \
|
|
alpha\eb164err.c \
|
|
alpha\ebinitnt.c \
|
|
alpha\ebintsup.c \
|
|
alpha\ebsysint.c \
|
|
alpha\flash8k.c \
|
|
alpha\flashdrv.c \
|
|
alpha\pcisio.c
|
|
|
|
DLLDEF=obj\*\hal.def
|
|
|
|
!IF $(ALPHA)
|
|
|
|
NTTARGETFILES=$(TARGETPATH)\alpha\hal.lib \
|
|
$(TARGETPATH)\alpha\hal.dll
|
|
|
|
!ENDIF
|