emu.obj: emu.h emu.c
	qcl /c emu.c

port.obj: port.h port.c
	qcl /c port.c

fatport.obj: port.h port.c
	qcl /AC /c /Fofatport.obj port.c

term.exe: term.c emu.h emu.obj port.h port.obj
	qcl term.c emu.obj port.obj graphics.lib

termplay.exe: termplay.c emu.h emu.obj
	qcl termplay.c emu.obj graphics.lib

masterm.exe: port.h masterm.c
	qcl masterm.c

session.exe: session.c port.h port.obj
	qcl session.c port.obj

rcvfax.exe: rcvfax.c port.h port.obj
	qcl rcvfax.c port.obj

faxmanip.exe: faxmanip.c
	qcl faxmanip.c graphics.lib

rfxtopcx.exe: rfxtopcx.c
	qcl /AC rfxtopcx.c

oldrtop.exe: oldrtop.c
	qcl oldrtop.c

asctosfx.exe: asctosfx.c
	qcl asctosfx.c

sfxtorfx.exe: sfxtorfx.c
	qcl sfxtorfx.c

sndfax.exe: sndfax.c port.obj
	qcl sndfax.c port.obj

messin.exe: messin.c port.h port.obj
	qcl messin.c port.obj

messout.exe: messout.c port.h port.obj
	qcl messout.c port.obj

comscrpt.obj: comscrpt.c comscrpt.h
	qcl /AC /c comscrpt.c

csparse.obj: csparse.c comscrpt.h
	qcl /AC /c csparse.c

comscrpt.exe: port.h fatport.obj comscrpt.obj csparse.obj
	qcl /AC comscrpt.obj fatport.obj csparse.obj

scrchk.exe: scrchk.c comscrpt.h csparse.obj
	qcl /AC scrchk.c csparse.obj

ccodes.exe: ccodes.c
	qcl ccodes.c graphics.lib

emued.exe: emu.h emu.obj emued.c
	qcl emued.c emu.obj graphics.lib

xmodems.exe: port.h port.obj xmodems.c
	qcl xmodems.c port.obj

xmodemr.exe: port.h port.obj xmodemr.c
	qcl xmodemr.c port.obj

xmcrcs.exe: port.h port.obj xmcrcs.c
	qcl xmcrcs.c port.obj

xmcrc1ks.exe: port.h port.obj xmcrc1ks.c
	qcl xmcrc1ks.c port.obj

xmcrc16s.exe: port.h port.obj xmcrc16s.c
	qcl xmcrc16s.c port.obj

xmcrcr.exe: port.h port.obj xmcrcr.c
	qcl xmcrcr.c port.obj

asciis.exe: port.h port.obj asciis.c
	qcl asciis.c port.obj

viewpcx.exe: viewpcx.c
	qcl /AC viewpcx.c graphics.lib

bjfaxpcx.exe: bjfaxpcx.c
	qcl bjfaxpcx.c

voicetx.exe: voicetx.c port.obj
	qcl voicetx.c port.obj

voicerx.exe: voicerx.c port.obj
	qcl voicerx.c port.obj

ramrec.exe: ramrec.c fatport.obj
	qcl /AC ramrec.c fatport.obj

vcemanip.exe: vcemanip.c
	qcl vcemanip.c graphics.lib

vbrowse.exe: vbrowse.c port.obj
	qcl vbrowse.c port.obj
