Changeset 5261 for LMDZ6/trunk
- Timestamp:
- Oct 22, 2024, 6:12:58 PM (2 months ago)
- Location:
- LMDZ6/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/create_make_gcm
r4085 r5261 215 215 echo dernier str2 $str2 >> $logfile 216 216 if [ "$str2" = "" ] ; then 217 echo Warn: Include $diri $trufile $fili $stri pas trouve >> $logfile 217 if [ "$stri" = "YOMCST" ] ; then 218 str2='$(LIBO)/libphylmd.a(yomcst_mod_h.o)' 219 echo $str1 \\ 220 str1=$str2 221 else 222 echo Warn: Include $diri $trufile $fili $stri pas trouve >> $logfile 223 fi 218 224 elif [ "$str2" = "$str1" ] ; then 219 225 echo Warn: Include $diri $trufile $fili $stri $str1 trouve 2x >> $logfile -
LMDZ6/trunk/makelmdz
r5259 r5261 500 500 501 501 src_dirs="$src_dirs phy${physique}/Dust" 502 INCLUDE="${INCLUDE} -I\$(LIBF)/phy${physique}/Dust" 502 503 if [[ "$dust" == "true" ]]; then 503 504 CPP_KEY="$CPP_KEY CPP_Dust"
Note: See TracChangeset
for help on using the changeset viewer.