Can anyone help me with this please:
I am using CLAPACK.
I want to modify the extension of the source files from *.c to another extension to be compatible with my compiler.
If I do that I have to modify the Makefile as well to accommodate the changes, yet the make file in the SRC folder performs linking of the already created object files!
Does anyone know where is the compilation phase mentioned or where should I modify to reflect these modifications?
I am expecting MD5.txt yet I don't know what to change?
Thanks

