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 3431 for branches – NEMO

Changeset 3431 for branches


Ignore:
Timestamp:
2012-07-09T15:56:27+02:00 (12 years ago)
Author:
rblod
Message:

restore bld.cfg on dev_r3406_LOCEAN4_XIOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM/EXTERNAL/XIOS/bld.cfg

    r3428 r3431  
    33cfg::version                        1.0 
    44 
     5inc $COMPIL_DIR/arch_nemo.fcm 
     6inc $COMPIL_DIR/cpp.fcm 
    57 
    68# ------------------------------------------------------------------------------ 
    79# Build information 
    810# ------------------------------------------------------------------------------ 
    9  
    10 inc arch.fcm 
    11 inc config.fcm 
    12  
    13 %CFLAGS           %BASE_CFLAGS %COMPIL_CFLAGS 
    14 %FFLAGS           %BASE_FFLAGS %COMPIL_FFLAGS 
    15 %LD_FLAGS         %ARCH_LD %BASE_LD 
    16  
    1711 
    1812dest::root   $PWD 
     
    3327bld::exe_dep 
    3428 
    35 bld::tool::cc        %CCOMPILER 
    36 bld::tool::fc        %FCOMPILER 
     29bld::tool::cc        %CC 
     30bld::tool::fc        %FC 
    3731bld::tool::fpp       cpp 
    3832bld::tool::cpp       cpp 
    39 bld::tool::cppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include  
    40 bld::tool::fppflags  -std=c99 %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include  
    41 bld::tool::ld        %LINKER 
    42 bld::tool::ldflags   %LD_FLAGS  
    43 bld::tool::cflags    %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include  
    44 bld::tool::fflags    %FFLAGS %FBASE_INC  
    45 bld::tool::cppkeys   %CPP_KEY 
    46 bld::tool::fppkeys   %CPP_KEY 
    47 bld::tool::make   gmake 
     33bld::tool::cppflags  %XIO_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include  
     34bld::tool::fppflags  -std=c99 %XIO_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include  
     35bld::tool::ld        %XIO_LD 
     36bld::tool::ldflags   %XIO_LDFLAGS %XIO_LDINC 
     37bld::tool::cflags    %XIO_CFLAGS %XIO_CINC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include  
     38bld::tool::fflags    %XIO_FFLAGS   
     39bld::tool::make   %MK 
    4840 
    4941# Pre-process code before analysing dependencies 
Note: See TracChangeset for help on using the changeset viewer.