1 #************************** makefile for cmd\... ***************************
9 ####################### dependencies begin here. #########################
15 all: not_file restore.com
17 #-------BUILD MAPPER ----------------
18 not_file : makefile #Always perform these steps!
24 _parse.obj : _parse.asm \
29 restore.ctl : restore.skl \
34 _msgret.obj: _msgret.asm \
42 restore.obj : restore.c rt.h rt1.h rt2.h restpars.h makefile \
43 $(hinc)\comsub.h $(hinc)\doscalls.h \
46 rtt1.obj : rtt1.c rt.h rt1.h rt2.h restpars.h makefile \
47 $(hinc)\comsub.h $(hinc)\doscalls.h \
50 rtt3.obj : rtt3.c rt.h rt1.h rt2.h restpars.h makefile \
51 $(hinc)\comsub.h $(hinc)\doscalls.h \
54 rtdo.obj : rtdo.c rt.h rt1.h rt2.h restpars.h makefile \
55 $(hinc)\comsub.h $(hinc)\doscalls.h \
58 rtdo1.obj : rtdo1.c rt.h rt1.h rt2.h restpars.h makefile \
59 $(hinc)\comsub.h $(hinc)\doscalls.h \
62 rtnew.obj : rtnew.c rt.h rt1.h rt2.h restpars.h makefile \
63 $(hinc)\comsub.h $(hinc)\doscalls.h \
66 rtnew1.obj : rtnew1.c rt.h rt1.h rt2.h restpars.h makefile \
67 $(hinc)\comsub.h $(hinc)\doscalls.h \
70 rtold.obj : rtold.c rt.h rt1.h rt2.h restpars.h makefile \
71 $(hinc)\comsub.h $(hinc)\doscalls.h \
74 rtold1.obj : rtold1.c rt.h rt1.h rt2.h restpars.h makefile \
75 $(hinc)\comsub.h $(hinc)\doscalls.h \
78 rtfile.obj : rtfile.c rt.h rt1.h rt2.h restpars.h makefile \
79 $(hinc)\comsub.h $(hinc)\doscalls.h \
82 rtfile1.obj : rtfile1.c rt.h rt1.h rt2.h restpars.h makefile \
83 $(hinc)\comsub.h $(hinc)\doscalls.h \
86 restpars.obj : restpars.c rt.h rt1.h rt2.h restpars.h makefile \
87 $(hinc)\comsub.h $(hinc)\doscalls.h \
90 restore.com: restore.obj \
107 convert restore.exe restore.com