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

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / CMD / FASTOPEN / 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: fastopen.exe
13
14 fastopen.ctl: fastopen.skl makefile $(msg)\$(COUNTRY).msg
15
16 fastopen.obj: fastopen.asm $(inc)\fastopen.inc \
17 makefile
18
19 fastseek.obj: fastseek.asm $(inc)\fastopen.inc \
20 makefile
21
22 fastinit.obj: fastinit.asm $(inc)\dossym.inc $(inc)\fastopen.inc \
23 makefile
24
25 fastp.obj: fastp.asm \
26 makefile \
27 $(inc)\psdata.inc \
28 $(inc)\parse.asm
29
30 fastsm.obj: fastsm.asm \
31 makefile \
32 $(inc)\versiona.inc \
33 $(inc)\copyrigh.inc \
34 $(inc)\sysmsg.inc \
35 $(inc)\msgserv.asm \
36 fastopen.ctl \
37 fastopen.cl1 \
38 fastopen.cl2 \
39 fastopen.cla \
40
41 fastopen.exe: fastopen.obj \
42 fastopen.lnk \
43 fastseek.obj \
44 fastinit.obj \
45 fastp.obj \
46 fastsm.obj
47 link @fastopen.lnk