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

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / CMD / LABEL / 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: label.com
13
14 labl.ctl: labl.skl \
15 makefile \
16 $(msg)\$(COUNTRY).msg
17
18 label.obj: label.asm \
19 makefile
20
21 labelm.obj: labelm.asm \
22 labl.ctl \
23 makefile \
24 $(inc)\copyrigh.inc \
25 $(inc)\sysmsg.inc \
26 $(inc)\msgserv.asm
27
28 label.com: label.obj \
29 labelm.obj \
30 makefile \
31 label.lnk
32 link @label.lnk
33 exe2bin label.exe label.com
34 del label.exe