New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2201 for branches/DEV_r1924_nocs_latphys/NVTK/fait_AA_make – NEMO

Ignore:
Timestamp:
2010-10-11T15:13:35+02:00 (14 years ago)
Author:
acc
Message:

NEMO branch DEV_r1924_nocs_latphys. Merge in trunk chaanges from r1924 to r2200

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1924_nocs_latphys/NVTK/fait_AA_make

    r1791 r2201  
    417417   for inc in `sed -n 's/^[   ]*[iI][nN][cC][lL][uU][dD][eE][  ]*\(['\''"]\)\([^'\''"]*\)\1.*/\2/p' $fic | sort -u` 
    418418   do 
     419        if [ "${inc}" != "mpif.h" ] 
     420        then 
    419421       dep="$dep\n$inc" 
     422        fi 
    420423   done 
    421424 
     
    429432   for inc in `sed -n 's/^#[  ]*[iI][nN][cC][lL][uU][dD][eE][  ]*\(['\''"]\)\([^'\''"]*\)\1.*/\2/p' $fic | sort -u` 
    430433   do 
    431        j=1 
     434            if [ "${inc}" != "mpif.h" ] 
     435            then 
     436            j=1 
    432437       dep="$dep\n$inc" 
    433438      for inc2 in `sed -n 's/^#[    ]*[iI][nN][cC][lL][uU][dD][eE][  ]*\(['\''"]\)\([^'\''"]*\)\1.*/\2/p' $inc | sort -u` 
     
    437442          for inc3 in `sed -n 's/^#[   ]*[iI][nN][cC][lL][uU][dD][eE][  ]*\(['\''"]\)\([^'\''"]*\)\1.*/\2/p' $inc2 | sort -u` 
    438443          do 
     444 
    439445         dep="$dep\n$inc3" 
    440446          done 
    441447      done 
     448            fi 
    442449   done 
    443450 
Note: See TracChangeset for help on using the changeset viewer.