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 429 for trunk/UTIL – NEMO

Changeset 429 for trunk/UTIL


Ignore:
Timestamp:
2006-03-27T12:00:21+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_compil_014:RB: add dependency to agrif library

Location:
trunk/UTIL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/fait_AA_make

    r400 r429  
    523523#- 
    524524#- add dependancies with IOIPSL library (if source files contains Agrif_*) 
    525         grep -i 'use Agrif_*' ${fic} >/dev/null && ( echo "\\" ; echo " \$($AGRIF_LIB) \c") 
    526  
    527 #- 
    528 #- on ajoute la dependance avecadd dependancies with KEY_CPP (if source file inclides cp  keys) 
     525        grep -i 'use Agrif_*' ${fic} >/dev/null && ( echo "\\" ; echo " \$(AGRIF_LIB) \c") 
     526 
     527#- 
     528#- add dependancies with KEY_CPP (if source file inclides cp  keys) 
    529529   if [ ${j} != "0" ]  
    530530        then  
  • trunk/UTIL/fait_config

    r394 r429  
    126126    ln -sf ../../../*/${m_n}/scripts/BB_make AA_make ;  
    127127    ln -sf ../../../*/${m_n}/scripts/BB_make.ldef AA_make.ldef ; 
    128     ln -sf ../../../*/${m_n}/scripts/BB_make_Agrif AA_make_Agrif ; 
    129128 
    130129else 
Note: See TracChangeset for help on using the changeset viewer.