1 #************************** makefile for cmd\backup ***************************
3 cflags = -AS -Od -Zp $(extcsw)
12 ####################### dependencies begin here. #########################
22 _parse.obj: _parse.asm \
27 backup.ctl: backup.skl \
30 _msgret.obj: _msgret.asm \
38 backup.obj: backup.c backpars.h backup.h makefile \
41 backup.com: backup.obj _parse.obj _msgret.obj \
42 $(map)\mapper.lib $(inc)\comsubs.lib
43 link /NOE backup + _parse + _msgret,,,$(map)\mapper + $(inc)\comsubs;
44 convert backup.exe backup.com