<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello, <br>
<br>
I've write a grass script
(<a class="moz-txt-link-freetext" href="https://svn.osgeo.org/grass/grass-addons/raster/r.inund.fluv/">https://svn.osgeo.org/grass/grass-addons/raster/r.inund.fluv/</a>) In my
grass script I use four implemented fortran codes.<br>
Now this script is in Add_ons repository, but there isn't a Makefile.
I've written an install.sh  script.<br>
<br>
With Markus, we think that is good to make some changes to the MAKE
system and to allow the compilation of Fortan codes.<br>
<br>
probably  is like the compilation of C codes <br>
 We wrote some lines in install.sh script (see below),  but we're sure
that this can be written more elegant in make syntax. <br>
<br>
<i>            #compile the fortran codes with GNUFORTRAN <br>
            #gfortran -O1 -o trova_alveo.exe trova_alveo.f90 <br>
            #gfortran -O1 -o pulizia_inondazione.exe
pulizia_inondazione.f90<br>
            #gfortran -O1 -o reticolo2d.exe reticolo2d.f90<br>
            #gfortran -O1 -o correzione_reticolo.exe
correzione_reticolo.f90<br>
           <br>
            # put the .exe files in the chosen directory and change the
219-222 rows of the script</i><br>
 <br>
<br>
Anyone may help me?<br>
<br>
Thanks in advanced<br>
<br>
Roberto<br>
<br>
 
</body>
</html>