Changeset 329 for XIOS/trunk/bld.cfg


Ignore:
Timestamp:
03/07/12 17:32:08 (12 years ago)
Author:
ymipsl
Message:

Port to IBM POWER 6 Vargas from IDRIS

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/bld.cfg

    r327 r329  
    3737bld::tool::fpp       cpp 
    3838bld::tool::cpp       cpp 
    39 bld::tool::cppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include 
    40 bld::tool::fppflags  -std=c99 %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include 
     39bld::tool::cppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include  
     40bld::tool::fppflags  -std=c99 %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include  
    4141bld::tool::ld        %LINKER 
    4242bld::tool::ldflags   %LD_FLAGS  
    43 bld::tool::cflags    %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include 
    44 bld::tool::fflags    %FFLAGS %FBASE_INC -I/usr/include 
     43bld::tool::cflags    %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include  
     44bld::tool::fflags    %FFLAGS %FBASE_INC  
    4545bld::tool::cppkeys   %CPP_KEY 
    4646bld::tool::fppkeys   %CPP_KEY 
     47bld::tool::make   gmake 
    4748 
    4849# Pre-process code before analysing dependencies 
Note: See TracChangeset for help on using the changeset viewer.