VPATH = .;..;..\..

OBJS = bldscr.obj genscr.obj chain.obj bsver.obj sysio.obj

bldscr.exe: $(OBJS)
  -link /NOE /e $(OBJS), $*.exe, nul, llibc7+llibfor7+fpaint;

bldscr.obj: bldscr.for
  fl /c /4Nt /4I2 bldscr.for

genscr.obj: genscr.for
  fl /c /Od /4Nt /4I2 genscr.for

chain.obj: chain.pc
  fl /c /4Nt /4I2 /Tf chain.pc

bsver.obj: bsver.for
  fl /c /4Nt /4I2 bsver.for

sysio.obj: sysio.pc
  fl /c /4Nt /4I2 /Tf sysio.pc
