jasonlarkin / p3dfft

Automatically exported from code.google.com/p/p3dfft
GNU General Public License v3.0
0 stars 0 forks source link

makefile dependencies #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please add dependencies in makefile for build so that it recompiles
module.F90 if one of the included files is modified. 

Original issue reported on code.google.com by dmitry...@gmail.com on 3 Jun 2010 at 1:12

GoogleCodeExporter commented 9 years ago

Original comment by dmitry...@gmail.com on 21 Jun 2010 at 9:50

GoogleCodeExporter commented 9 years ago
Added dependencies for module.F90, however it doesn't seem to be recompiling 
when the sources change. Will look into this some more.

Original comment by d4p...@ucsd.edu on 23 Jun 2010 at 4:47

GoogleCodeExporter commented 9 years ago
My mistake. I used the .F90 extension instead of .o. module.F90 should 
recompile now if the dependencies change.

Original comment by d4p...@ucsd.edu on 23 Jun 2010 at 12:36