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

Changeset 127 for trunk/UTIL


Ignore:
Timestamp:
2004-06-30T14:32:30+02:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE079 : fait_AA_make has been updated to be able to create the oce directory under lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/fait_AA_make

    r91 r127  
    2121# 
    2222# Target 
    23 all:     \$(EXEC_BIN) 
     23all:     diroce \$(EXEC_BIN) 
    2424      @cp SRC_FILE_LIST.temp SRC_FILE_LIST 
    2525      @echo OPA model is OK 
     
    2929      @echo OPA model \(.o .mod libraries and executables are removed\) 
    3030# dependancies 
     31diroce: 
     32      @if [ ! -d ../../../lib/oce ] ; then mkdir ../../../lib/oce ; fi 
     33 
    3134\$(EXEC_BIN) : libioipsl key keyverif src_file_list \$(MODEL_LIB) \$(IOIPSL_LIB) model.o 
    3235      \$(F_L) \$(L_X) -o \$(EXEC_BIN) model.o \$(SXMODEL_LIB) \$(OASISMPI2_LIB) \$(IOIPSL_LIB) \$(NCDF_LIB) \$(LIBMPI) \$(LIBMP) 
Note: See TracChangeset for help on using the changeset viewer.