summaryrefslogtreecommitdiffstats
path: root/private/ntos/fw/sources
blob: 8478c16098408bbf29639150e7bdbda7b1a7cdeb (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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
!IF 0

Copyright (c) 1989  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:

    Steve Wood (stevewo) 12-Apr-1990


Revision History:

    John DeRosa [DEC]   23-June-1992


NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

MAJORCOMP=ntos
MINORCOMP=fw

TARGETNAME=fw
TARGETPATH=obj
TARGETTYPE=LIBRARY

MIPS_OPTIONS=-nodwalign

!IF $(MIPS)
INCLUDES=..\inc;..\fastfat;..\bldr;.\mips;..\nthals\halfxs\mips;..\bldr\mips;..\dd\floppy;..\rtl
!ENDIF

SOURCES=

i386_SOURCES=

MIPS_SOURCES=mips\fwio.c     \
             mips\fwload.c   \
             mips\fwprint.c  \
             mips\fwtime.c   \
             mips\fwtrap.s   \
             mips\fwentry.s  \
             mips\j4inter.s  \
             mips\j4reset.s  \
             mips\j4start.s  \
             mips\j4cache.s  \
             mips\jxboot.c   \
             mips\jxconfig.c \
             mips\jxdisp.c   \
             mips\jxenvir.c  \
             mips\jxfboot.c  \
             mips\jxhwsup.c  \
             mips\jxkbd.c    \
             mips\jxmemory.c \
             mips\jxport.c   \
             mips\jxreboot.c \
             mips\jxserial.c \
             mips\jxsysid.c  \
             mips\jxvendor.c \
             mips\jxvideo.c  \
             mips\kbdtest.c  \
             mips\memtest.s  \
             mips\rlefont.c  \
             mips\selftest.c \
             mips\stubs.c    \
             mips\sonictst.c \
             mips\x4trap.s   \
             mips\xxfonts.c  \
             mips\xxldfont.c \
             mips\xxirql.s   \
             mips\monitor.c  \
             mips\fwtime.c   \
             mips\fwsignal.c \
             mips\jzsetup.c  \
             mips\jzboot.c   \
             mips\jzcommon.c \
             mips\jzconfig.c \
             mips\jzenvir.c  \
             mips\jzether.c  \
             mips\jzgetpar.c \
             mips\jzmake.c   \
             mips\jzstubs.c  \
             mips\jztime.c   \
             mips\jazzg364.c \
             mips\jg364h.s   \
             mips\mg364h.s   \
             mips\jzvxlh.s   \
             mips\pldfont.c  \
             mips\eisafunc.c \
             mips\eisapod.c  \
             mips\eisaini.c  \
             mips\eisaintr.c \
             mips\eisamisc.c \
             mips\omf.c      \
             mips\subrout.s  \
             mips\jxbmp.c    \
             mips\bmp.c      \
             mips\jzvxl484.c \
             mips\fwusa.c    \
             mips\jzusa.c    \
             mips\eisausa.c  \
             mips\debug.c

!IF $(MIPS)
NTTARGETFILES=obj\mips\j4fw.exe               \
              obj\mips\j4sy.exe               \
              obj\mips\j4reset.exe            \
              obj\mips\jzsetup.exe            \
              obj\mips\vxlrom.exe             \
              obj\mips\vxlromh.exe            \
              obj\mips\g364rom.exe            \
              obj\mips\g364romh.exe
!ENDIF