Ignore:
Timestamp:
Jan 21, 2026, 1:57:42 AM (4 days ago)
Author:
fhourdin
Message:

makelmdz (without fcm) refresh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/create_make_gcm

    r5528 r6039  
    181181      for trufile in $listlib ; do
    182182         fili=`echo $trufile | awk -F/ ' { print $NF } ' | cut -d. -f1`
    183          F90=0 ; egrep -i '^ *use ' $trufile > /dev/null 2>&1 && F90=1
    184                  egrep -i '^ *module ' $trufile > /dev/null 2>&1 && F90=1
    185                  egrep -i '#include*.inc ' $trufile > /dev/null 2>&1 && F90=1
     183         # egrep -i '^[^!]*use ' cherche toutes les lignes avec un use sans ! avant
     184         F90=0 ; egrep -i '^[^!]*use ' $trufile > /dev/null 2>&1 && F90=1
     185                 egrep -i '^[^!]*module ' $trufile > /dev/null 2>&1 && F90=1
     186                 egrep -i '^[^!]*#include*.inc ' $trufile > /dev/null 2>&1 && F90=1
    186187         str1='$(LIBO)/lib'$topdiri'.a('$fili'.o) : $(LIBF)/'$trufile
    187188         [ "$fili" = "$diri/chem.subs" ] && str1=$str1' $(LIBF)/'$diri/chem.mods.F
Note: See TracChangeset for help on using the changeset viewer.