]> wirehaze git hosting - MS-DOS.git/blob - v4.0/src/CMD/MODE/MAKEFILE

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / CMD / MODE / MAKEFILE
1 #************************** makefile for cmd\... ***************************
2
3 msg =..\..\messages
4 dos =..\..\dos
5 inc =..\..\inc
6 hinc =..\..\h
7
8 #
9 ####################### dependencies begin here. #########################
10 #
11
12 all: mode.com
13
14 mode.ctl: mode.skl \
15 makefile \
16 $(msg)\$(COUNTRY).msg
17
18
19 main.obj: main.asm \
20 makefile \
21 $(inc)\copyrigh.inc \
22 $(inc)\versiona.inc \
23 $(inc)\struc.inc \
24 $(inc)\sysmsg.inc \
25 $(inc)\msgserv.asm \
26 mode.ctl \
27 mode.cl1 \
28 mode.cl2 \
29 mode.cla \
30 mode.clb
31
32 scrntab.obj: scrntab.asm \
33 makefile
34
35 modescrn.obj: modescrn.asm \
36 makefile \
37 $(inc)\struc.inc
38
39 rescode.obj: rescode.asm \
40 makefile \
41 $(inc)\struc.inc
42
43 modecom.obj: modecom.asm \
44 makefile \
45 $(inc)\struc.inc \
46 modequat.inc \
47 common.stc
48
49 modeprin.obj: modeprin.asm \
50 makefile \
51 $(inc)\struc.inc
52
53 modevid.obj: modevid.asm \
54 makefile \
55 $(inc)\struc.inc
56
57 modeecho.obj: modeecho.asm \
58 makefile \
59 common.stc \
60 $(inc)\struc.inc
61
62 modeleng.obj: modeleng.asm \
63 modequat.inc \
64 makefile \
65 $(inc)\struc.inc
66
67 modemes.obj: modemes.asm \
68 makefile \
69 $(inc)\msgserv.asm \
70 modesubs.inc \
71 modedefs.inc \
72 modequat.inc \
73 common.stc
74
75 display.obj: display.asm \
76 makefile \
77 common.stc
78
79 typamat.obj: typamat.asm \
80 makefile \
81 $(inc)\struc.inc \
82 modequat.inc
83
84 invoke.obj: invoke.asm \
85 makefile \
86 $(inc)\struc.inc \
87 modequat.inc \
88 common.stc
89
90 modepars.obj: modepars.asm \
91 makefile \
92 $(inc)\struc.inc \
93 $(inc)\psdata.inc \
94 modequat.inc \
95 common.stc
96
97
98 parshell.obj: parshell.asm \
99 makefile \
100 $(inc)\parse.asm
101
102
103 modecp.obj: modecp.asm \
104 makefile \
105 modecpro.inc \
106 modecpeq.inc \
107 modecpms.inc \
108 $(inc)\struc.inc
109
110 mode.com: main.obj \
111 makefile \
112 scrntab.obj \
113 modescrn.obj \
114 rescode.obj \
115 modecom.obj \
116 modeprin.obj \
117 modevid.obj \
118 modeleng.obj \
119 modeecho.obj \
120 modecp.obj \
121 display.obj \
122 typamat.obj \
123 invoke.obj \
124 parshell.obj \
125 modepars.obj \
126 modemes.obj \
127 mode.lnk
128 link @mode.lnk
129 exe2bin mode.exe mode.com
130 del mode.exe