1 #************************** makefile for mapper ***************************
9 ####################### dependencies begin here. #########################
14 chdir.obj: chdir.asm makefile macros.inc
16 getver.obj: getver.asm makefile macros.inc
18 f_first.obj: f_first.asm makefile macros.inc find.inc
20 set_tod.obj: set_tod.asm makefile macros.inc
22 write.obj: write.asm makefile macros.inc
24 beep.obj: beep.asm makefile macros.inc
26 mkdir.obj: mkdir.asm makefile macros.inc
28 exit.obj: exit.asm makefile macros.inc
30 delete.obj: delete.asm makefile macros.inc
32 getcntry.obj: getcntry.asm makefile macros.inc
34 f_close.obj: f_close.asm makefile macros.inc find.inc
36 open.obj: open.asm makefile macros.inc
38 read.obj: read.asm makefile macros.inc
40 rmdir.obj: rmdir.asm makefile macros.inc
42 qcurdir.obj: qcurdir.asm makefile macros.inc
44 qcurdsk.obj: qcurdsk.asm makefile macros.inc
46 qverify.obj: qverify.asm makefile macros.inc
48 qfilemod.obj: qfilemod.asm makefile macros.inc
50 sverify.obj: sverify.asm makefile macros.inc
52 sfilemod.obj: sfilemod.asm makefile macros.inc
54 lseek.obj: lseek.asm makefile macros.inc
56 sfileinf.obj: sfileinf.asm makefile macros.inc
58 close.obj: close.asm makefile macros.inc
60 allocseg.obj: allocseg.asm makefile macros.inc
62 freeseg.obj: freeseg.asm makefile macros.inc
64 sel_disk.obj: sel_disk.asm makefile macros.inc
66 qfsinfo.obj: qfsinfo.asm makefile macros.inc
68 f_next.obj: f_next.asm makefile macros.inc find.inc
70 getmsg.obj: getmsg.asm makefile macros.inc
72 get_tod.obj: get_tod.asm makefile macros.inc
74 charin.obj: charin.asm makefile macros.inc
76 flushbuf.obj: flushbuf.asm makefile macros.inc
78 devconfg.obj: devconfg.asm makefile macros.inc
80 reallseg.obj: reallseg.asm makefile macros.inc
82 putmsg.obj: putmsg.asm makefile macros.inc
84 execpgm.obj: execpgm.asm makefile macros.inc
86 qhandtyp.obj: qhandtyp.asm makefile macros.inc
88 cwait.obj: cwait.asm makefile macros.inc
90 kbdgstat.obj: kbdgstat.asm makefile macros.inc
92 kbdsstat.obj: kbdsstat.asm makefile macros.inc
94 casemap.obj: casemap.asm makefile macros.inc
96 dbcs.obj: dbcs.asm makefile macros.inc
98 ioctl.obj: ioctl.asm makefile macros.inc
100 sighand.obj: sighand.asm makefile macros.inc
102 error.obj: error.asm makefile macros.inc
104 setint24.obj: setint24.asm makefile macros.inc
106 qfileinf.obj: qfileinf.asm makefile macros.inc
108 scurpos.obj: scurpos.asm makefile macros.inc
110 scrollup.obj: scrollup.asm makefile macros.inc
112 wchstra.obj: wchstra.asm makefile macros.inc
114 scntry.obj: scntry.asm makefile macros.inc
116 setfsinf.obj: setfsinf.asm makefile macros.inc
118 gmachmod.obj: gmachmod.asm makefile macros.inc
120 mapper.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