summaryrefslogtreecommitdiff
path: root/v4.0/src/CMD/MORE/MAKEFILE
diff options
context:
space:
mode:
Diffstat (limited to 'v4.0/src/CMD/MORE/MAKEFILE')
-rw-r--r--v4.0/src/CMD/MORE/MAKEFILE36
1 files changed, 36 insertions, 0 deletions
diff --git a/v4.0/src/CMD/MORE/MAKEFILE b/v4.0/src/CMD/MORE/MAKEFILE
new file mode 100644
index 0000000..9121b53
--- /dev/null
+++ b/v4.0/src/CMD/MORE/MAKEFILE
@@ -0,0 +1,36 @@
1#************************ makefile for cmd\more *************************
2
3msg =..\..\messages
4dos =..\..\dos
5inc =..\..\inc
6hinc =..\..\h
7
8#
9####################### dependencies begin here. #########################
10#
11
12all: more.com
13
14more.ctl: more.skl \
15 $(msg)\$(COUNTRY).msg \
16 makefile
17
18more.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
32more.com: more.obj \
33 more.lnk
34 link @more.lnk
35 exe2bin more.exe more.com
36 del more.exe