I'm trying to generate an executable for a computational physics program. I had to edit a few .h files to customize the process (install directory, compilers, etc.), and then I do make to run the makefile. It compiles all the files (some .c, some .f) and generates objects (.o), which I'm...