orig_dir=../C
diff_args=-ub

all:

clean:

check-%: %
	-cvs diff $(diff_args) -r$(shell grep ^$< reference | awk '{ print $$2 }') $(orig_dir)/$<
