To update the C sources from the fortran sources stored in this directory
(for example after changing settings in the SIZES file), just do the following:

	f2c *.f
	mv *.c ../src
	cp c_src_bak/*.c .
