summaryrefslogtreecommitdiff
path: root/v4.0/src/CMD/GRAPHICS/MAKEFILE
diff options
context:
space:
mode:
Diffstat (limited to 'v4.0/src/CMD/GRAPHICS/MAKEFILE')
-rw-r--r--v4.0/src/CMD/GRAPHICS/MAKEFILE64
1 files changed, 64 insertions, 0 deletions
diff --git a/v4.0/src/CMD/GRAPHICS/MAKEFILE b/v4.0/src/CMD/GRAPHICS/MAKEFILE
new file mode 100644
index 0000000..af52400
--- /dev/null
+++ b/v4.0/src/CMD/GRAPHICS/MAKEFILE
@@ -0,0 +1,64 @@
1#************************** makefile for cmd\... ***************************
2
3msg =..\..\messages
4dos =..\..\dos
5inc =..\..\inc
6hinc =..\..\h
7
8#
9####################### dependencies begin here. #########################
10#
11
12all: graphics.com
13
14
15graphics.ctl: graphics.skl $(msg)\$(COUNTRY).msg
16
17graphics.obj: graphics.asm grinst.ext makefile
18
19grinst.obj: grinst.asm grload.ext grload2.ext grctrl.ext grprint.ext \
20 grcpsd.ext grparms.ext grparse.ext grbwprt.ext grcolprt.ext \
21 grint2fh.ext grmsg.equ graphics.ctl graphics.cla graphics.cl1 \
22 graphics.clb \
23 graphics.cl2 graphics.clc \
24 $(inc)\sysmsg.inc $(inc)\struc.inc grshar.str makefile
25
26grcpsd.obj: grparse.asm makefile $(inc)\parse.asm
27
28grparse.obj: grcpsd.asm makefile
29
30grpattrn.obj: grpattrn.asm grpattrn.str makefile
31
32grbwprt.obj: grbwprt.asm grcommon.ext grctrl.str grshar.str makefile \
33 grpattrn.str $(inc)\struc.inc makefile
34
35grint2fh.obj: grint2fh.asm grload.ext grctrl.ext grprint.ext \
36 grcpsd.ext makefile
37
38grctrl.obj: grctrl.asm grint2fh.ext grbwprt.ext grcolprt.ext grshar.str \
39 grpattrn.str grpattrn.ext grctrl.str $(inc)\struc.inc \
40 makefile
41
42grcolprt.obj: grctrl.str grshar.str grpattrn.str grctrl.ext \
43 $(inc)\struc.inc grcommon.asm makefile
44
45grload.obj: grload.asm $(inc)\struc.inc grinst.ext grshar.str grparse.ext \
46 grload2.ext grload3.ext grmsg.equ makefile
47
48grload2.obj: grload2.asm $(inc)\struc.inc grinst.ext grshar.str grmsg.equ \
49 grinst.ext grload.ext grparse.ext grpattrn.str grpattrn.ext \
50 makefile
51
52grload3.obj: grload3.asm $(inc)\struc.inc grinst.ext grshar.str grmsg.equ \
53 grinst.ext grload.ext grload2.ext grparse.ext grpattrn.str \
54 grpattrn.ext makefile
55
56grparms.obj: grparms.asm grmsg.equ grshar.str grinst.ext grparse.ext \
57 $(inc)\struc.inc makefile
58
59graphics.com: graphics.obj grint2fh.obj grpattrn.obj grctrl.obj grcpsd.obj \
60 grcolprt.obj grbwprt.obj grinst.obj grparse.obj grparms.obj \
61 grload.obj grload2.obj grload3.obj graphics.lnk
62 link @graphics.lnk
63 exe2bin graphics.exe graphics.com
64 del graphics.exe