lib = 386lib
cc = run386 \hc386\bin\hcd386p
cflags = -off Floating_point
asm = 386asm
aflags = -tc

otolib.lib : delay.obj fchan.obj hisin.obj interrpt.obj phase.obj smix.obj strns.obj szoom.obj trem.obj vchan.obj vibra.obj otolib.h otolib.lbc
	$(lib) @otolib.lbc

delay.obj : delay.asm otolib.h
	$(asm) $*.asm $(aflags)

fchan.obj : fchan.asm otolib.h
	$(asm) $*.asm $(aflags)

hisin.obj : hisin.asm otolib.h
	$(asm) $*.asm $(aflags)

interrpt.obj : interrpt.asm otolib.h
	$(asm) $*.asm $(aflags)

phase.obj : phase.asm otolib.h
	$(asm) $*.asm $(aflags)

smix.obj : smix.asm otolib.h
	$(asm) $*.asm $(aflags)

strns.obj : strns.asm otolib.h
	$(asm) $*.asm $(aflags)

szoom.obj : szoom.asm otolib.h
	$(asm) $*.asm $(aflags)

trem.obj : trem.asm otolib.h
	$(asm) $*.asm $(aflags)

vchan.obj : vchan.asm otolib.h
	$(asm) $*.asm $(aflags)

vibra.obj : vibra.asm otolib.h
	$(asm) $*.asm $(aflags)

