
coana:	coanawav
	cintsys -- coanawav

xref:	
	cintsys -c c b coanawav xref >rawxref
	cintsys -c sortxref rawxref to xrefcoanawav
	rm rawxref

xnoterecog:	noterecog.b
	cintsys -c c b noterecog xref >rawxref
	cintsys -c sortxref rawxref to xnoterecog
	rm rawxref

coanawav:	coanawav.b
	cintsys -c c b coanawav

run:	recogs
	cintsys -- recogs Horn.ff.A4.wav

bb:	recogs
	cintsys -- recogs data1.wav

g:	recogs
	cintsys -- recogs gliss.wav

gliss:	genw
	cintsys -- genw to gliss.wav

recogs:	recogs.b
	cintsys -c c b recogs

micrec:	micrec.b
	cintsys -c c b micrec

genw:	genw.b
	cintsys -c c b genw

clean:
	rm -rf *~
