Changeset 6039 for LMDZ6/trunk/create_make_gcm
- Timestamp:
- Jan 21, 2026, 1:57:42 AM (4 days ago)
- File:
-
- 1 edited
-
LMDZ6/trunk/create_make_gcm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/create_make_gcm
r5528 r6039 181 181 for trufile in $listlib ; do 182 182 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 186 187 str1='$(LIBO)/lib'$topdiri'.a('$fili'.o) : $(LIBF)/'$trufile 187 188 [ "$fili" = "$diri/chem.subs" ] && str1=$str1' $(LIBF)/'$diri/chem.mods.F
Note: See TracChangeset
for help on using the changeset viewer.
