Hi,
I have one serious question that is bothering me for a while and I could not find the solution.
I have written a general Makefile that can compile different types of files automatically, but when I use it for FORTRAN files and I have Module in my files I have to consider the order of files and this will cause my Makefile not working properly as I had to change the order by hand.
So I'm wondering if anybody knows the option that can solve this problem and all the files could be compiled without considering their orders.
Thank you very much.
Best Regards,
ya0037