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

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

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

masterm.exe: masterm.c
	qcl masterm.c

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

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

scrchk.exe: scrchk.c
	qcl scrchk.c

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

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

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