Ignore:
Timestamp:
Oct 22, 2024, 6:12:58 PM (2 months ago)
Author:
Laurent Fairhead
Message:

Some modifications needed for makelmdz after the work on the CPP keys and modules
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/create_make_gcm

    r4085 r5261  
    215215               echo dernier str2 $str2  >> $logfile
    216216            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
    218224            elif [ "$str2" = "$str1" ] ; then
    219225               echo Warn: Include $diri $trufile $fili $stri $str1 trouve 2x >> $logfile
Note: See TracChangeset for help on using the changeset viewer.