
REEP    = $(IEEVAL)/scripts/reep
UTFFILT = $(IEEVAL)/scripts/utf_filt	
CTM2UTF = $(IEEVAL)/scripts/ctm2utf.pl
DTD     = $(IEEVAL)/refdata/utf.dtd 

test: 
	$(REEP) \
		--ref ref.utf \
		--hyp hyp.utf \
		--outdir . \
		--nocleanup

xclean clean:
	$(RM)   *~ \
		*.[0-9] \
		*.[0-9][0-9] \
		*.[0-9][0-9][0-9] \
		*.[0-9][0-9][0-9][0-9] \
		*.[0-9][0-9][0-9][0-9][0-9] \
		sclitesgml.*.tald \
		foo.hyp

