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

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / CMD / MORE / MAKEFILE
1 #************************ makefile for cmd\more *************************
2
3 msg =..\..\messages
4 dos =..\..\dos
5 inc =..\..\inc
6 hinc =..\..\h
7
8 #
9 ####################### dependencies begin here. #########################
10 #
11
12 all: more.com
13
14 more.ctl: more.skl \
15 $(msg)\$(COUNTRY).msg \
16 makefile
17
18 more.obj: more.asm \
19 more.inc \
20 makefile \
21 more.ctl \
22 more.cla \
23 more.cl1 \
24 more.cl2 \
25 $(inc)\syscall.inc \
26 $(inc)\struc.inc \
27 $(inc)\msgserv.asm \
28 $(inc)\sysmsg.inc \
29 $(inc)\versiona.inc \
30 $(inc)\copyrigh.inc
31
32 more.com: more.obj \
33 more.lnk
34 link @more.lnk
35 exe2bin more.exe more.com
36 del more.exe