summaryrefslogtreecommitdiff
path: root/v4.0/src/MAPPER/MAKEFILE
diff options
context:
space:
mode:
Diffstat (limited to 'v4.0/src/MAPPER/MAKEFILE')
-rw-r--r--v4.0/src/MAPPER/MAKEFILE132
1 files changed, 132 insertions, 0 deletions
diff --git a/v4.0/src/MAPPER/MAKEFILE b/v4.0/src/MAPPER/MAKEFILE
new file mode 100644
index 0000000..f0cc850
--- /dev/null
+++ b/v4.0/src/MAPPER/MAKEFILE
@@ -0,0 +1,132 @@
1#************************** makefile for mapper ***************************
2
3msg =..\messages
4dos =..\dos
5inc =..\inc
6hinc =..\h
7
8#
9####################### dependencies begin here. #########################
10#
11
12all: mapper.lib
13
14chdir.obj: chdir.asm makefile macros.inc
15
16getver.obj: getver.asm makefile macros.inc
17
18f_first.obj: f_first.asm makefile macros.inc find.inc
19
20set_tod.obj: set_tod.asm makefile macros.inc
21
22write.obj: write.asm makefile macros.inc
23
24beep.obj: beep.asm makefile macros.inc
25
26mkdir.obj: mkdir.asm makefile macros.inc
27
28exit.obj: exit.asm makefile macros.inc
29
30delete.obj: delete.asm makefile macros.inc
31
32getcntry.obj: getcntry.asm makefile macros.inc
33
34f_close.obj: f_close.asm makefile macros.inc find.inc
35
36open.obj: open.asm makefile macros.inc
37
38read.obj: read.asm makefile macros.inc
39
40rmdir.obj: rmdir.asm makefile macros.inc
41
42qcurdir.obj: qcurdir.asm makefile macros.inc
43
44qcurdsk.obj: qcurdsk.asm makefile macros.inc
45
46qverify.obj: qverify.asm makefile macros.inc
47
48qfilemod.obj: qfilemod.asm makefile macros.inc
49
50sverify.obj: sverify.asm makefile macros.inc
51
52sfilemod.obj: sfilemod.asm makefile macros.inc
53
54lseek.obj: lseek.asm makefile macros.inc
55
56sfileinf.obj: sfileinf.asm makefile macros.inc
57
58close.obj: close.asm makefile macros.inc
59
60allocseg.obj: allocseg.asm makefile macros.inc
61
62freeseg.obj: freeseg.asm makefile macros.inc
63
64sel_disk.obj: sel_disk.asm makefile macros.inc
65
66qfsinfo.obj: qfsinfo.asm makefile macros.inc
67
68f_next.obj: f_next.asm makefile macros.inc find.inc
69
70getmsg.obj: getmsg.asm makefile macros.inc
71
72get_tod.obj: get_tod.asm makefile macros.inc
73
74charin.obj: charin.asm makefile macros.inc
75
76flushbuf.obj: flushbuf.asm makefile macros.inc
77
78devconfg.obj: devconfg.asm makefile macros.inc
79
80reallseg.obj: reallseg.asm makefile macros.inc
81
82putmsg.obj: putmsg.asm makefile macros.inc
83
84execpgm.obj: execpgm.asm makefile macros.inc
85
86qhandtyp.obj: qhandtyp.asm makefile macros.inc
87
88cwait.obj: cwait.asm makefile macros.inc
89
90kbdgstat.obj: kbdgstat.asm makefile macros.inc
91
92kbdsstat.obj: kbdsstat.asm makefile macros.inc
93
94casemap.obj: casemap.asm makefile macros.inc
95
96dbcs.obj: dbcs.asm makefile macros.inc
97
98ioctl.obj: ioctl.asm makefile macros.inc
99
100sighand.obj: sighand.asm makefile macros.inc
101
102error.obj: error.asm makefile macros.inc
103
104setint24.obj: setint24.asm makefile macros.inc
105
106qfileinf.obj: qfileinf.asm makefile macros.inc
107
108scurpos.obj: scurpos.asm makefile macros.inc
109
110scrollup.obj: scrollup.asm makefile macros.inc
111
112wchstra.obj: wchstra.asm makefile macros.inc
113
114scntry.obj: scntry.asm makefile macros.inc
115
116setfsinf.obj: setfsinf.asm makefile macros.inc
117
118gmachmod.obj: gmachmod.asm makefile macros.inc
119
120mapper.lib: makefile chdir.obj getver.obj f_first.obj set_tod.obj \
121 write.obj beep.obj mkdir.obj exit.obj delete.obj getcntry.obj \
122 f_close.obj open.obj read.obj rmdir.obj qcurdir.obj qcurdsk.obj \
123 qverify.obj qfilemod.obj sverify.obj sfilemod.obj lseek.obj \
124 sfileinf.obj close.obj allocseg.obj freeseg.obj sel_disk.obj \
125 qfsinfo.obj f_next.obj getmsg.obj get_tod.obj charin.obj \
126 flushbuf.obj devconfg.obj reallseg.obj putmsg.obj execpgm.obj \
127 qhandtyp.obj cwait.obj kbdgstat.obj kbdsstat.obj casemap.obj \
128 dbcs.obj ioctl.obj sighand.obj error.obj setint24.obj \
129 qfileinf.obj scurpos.obj scrollup.obj wchstra.obj scntry.obj \
130 setfsinf.obj gmachmod.obj
131 del mapper.lib
132 lib @mapper.lbr