cc = run386 \hc386\bin\hcd386p
cflags = -off Floating_point
link = run386 \hc386\bin\tlinkp

himerec.exg : himerec.obj wrcsub.obj fft.obj ircabou.obj ircdsk.obj ircerr.obj ircinf.obj ircrec.obj wavhime.lnk   wavhime.exp
	$(link) @himerec.lnk

himerec.obj : himerec.c
	$(cc) $*.c $(cflags)

wrcsub.obj : wrcsub.c himerec.h otolib.h
	$(cc) $*.c $(cflags)

fft.obj : fft.c fft.h
	$(cc) $*.c $(cflags)

ircabou.obj : ircabou.c
	$(cc) $*.c $(cflags)

ircdsk.obj : ircdsk.c
	$(cc) $*.c $(cflags)

ircerr.obj : ircerr.c
	$(cc) $*.c $(cflags)

ircrec.obj : ircrec.c
	$(cc) $*.c $(cflags)

ircinf.obj : ircinf.c
	$(cc) $*.c $(cflags)

