How to make a Fortran Makefiles with object files (.o) and a share library (.so)?

Advertisements I am totally new to the world of Makefiles. I tried to follow some tutorials to make my own makefile. In the examples that I found there was no treatment for a case including object files (.o) and shared libraries (.so). So, I tried to inspire but it seems that there is something missing… Read More How to make a Fortran Makefiles with object files (.o) and a share library (.so)?