all : math_bc.lib math_wc.lib .asm.obj: masm2obj $* math_bc.obj : math_com.asm math_bc.asm ftoa.asm math_wc.obj : math_com.asm math_wc.asm ftoa.asm math_bc.lib : math_bc.obj if exist math_bc.lib del math_bc.lib lib math_bc +math_bc,nul math_wc.lib : math_wc.obj if exist math_wc.lib del math_wc.lib lib math_wc +math_wc,nul