summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halpinna/sources
blob: 25af904f5197f7d7074b414a6096168203bd53ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
!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=halpinna
TARGETPATH=$(BASEDIR)\public\sdk\lib

ALPHA_WARNING_LEVEL=-W3 -WX
C_DEFINES=-DEV5 -DEISA_PLATFORM -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\allstart.c \
              alpha\adjust.c   \
              alpha\bios.c     \
              alpha\cache.c    \
              alpha\cia.c      \
              alpha\ciaaddr.c  \
              alpha\ciaerr.c   \
              alpha\ciaio.s    \
              alpha\devintr.s  \
              alpha\ebsgdma.c  \
              alpha\eisasup.c  \
              alpha\ev5cache.c \
              alpha\ev5int.c   \
              alpha\ev5ints.s  \
              alpha\ev5mchk.c  \
              alpha\ev5mem.s   \
              alpha\ev5prof.c  \
              alpha\fwreturn.c \
              alpha\haldebug.c \
              alpha\halpal.s   \
              alpha\haltsup.s  \
              alpha\idle.s     \
              alpha\info.c     \
              alpha\inithal.c  \
              alpha\intsup.s   \
              alpha\iousage.c  \
              alpha\ioproc.c   \
              alpha\memory.c   \
              alpha\nvenv.c    \
              alpha\nvram.c    \
              alpha\pcrtc.c    \
              alpha\pcserial.c \
              alpha\pcspeakr.c \
              alpha\perfcntr.c \
              alpha\pinnaerr.c \
              alpha\vga.c      \
              alpha\busdata.c  \
              alpha\mkinitnt.c \
              alpha\mkintsup.c \
              alpha\mkmapio.c  \
              alpha\mksysint.c \
              alpha\cmos8k.c   \
              alpha\pcisup.c   \
              alpha\pciir.c    \
              alpha\pciesc.c   \
              alpha\pcibus.c

DLLDEF=obj\*\hal.def

!IF $(ALPHA)

NTTARGETFILES=$(TARGETPATH)\alpha\hal.lib \
              $(TARGETPATH)\alpha\hal.dll

!ENDIF