Changeset 76


Ignore:
Timestamp:
06/26/07 14:07:17 (17 years ago)
Author:
mmaipsl
Message:

MM: correct ORCHIDEE compilation for all ORCHIDEE versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/trunk/IPSLCM4_v2/AA_make

    r45 r76  
    3333        if [ -s ./.resol ] ; then gmake `cat .resol` ; else gmake ORCA2xLMD9671 ; fi 
    3434 
    35 ORCA4xLMD7245 : libioipsl oasis3 libparameters libstomate libsechiba lmdz7245 orca4 
     35ORCA4xLMD7245 : libioipsl oasis3 liborchidee lmdz7245 orca4 
    3636        echo "ORCA4xLMD7245" >.resol 
    3737        echo "$(LIB_MPI)" >.libmpi 
    3838 
    39 ORCA2xLMD7245 : libioipsl oasis3 libparameters libstomate libsechiba lmdz7245 orca2 
     39ORCA2xLMD7245 : libioipsl oasis3 liborchidee lmdz7245 orca2 
    4040        echo "ORCA2xLMD7245" >.resol 
    4141        echo "$(LIB_MPI)" >.libmpi 
    4242 
    43 ORCA2xLMD9671 : libioipsl oasis3 libparameters libstomate libsechiba lmdz9671 orca2 
     43ORCA2xLMD9671 : libioipsl oasis3 liborchidee lmdz9671 orca2 
    4444        echo "ORCA2xLMD9671" >.resol 
    4545        echo "$(LIB_MPI)" >.libmpi 
    4646 
    47 ORCA2xLMD14496 : libioipsl oasis3 libparameters libstomate libsechiba lmdz14496 orca2 
     47ORCA2xLMD14496 : libioipsl oasis3 liborchidee lmdz14496 orca2 
    4848        echo "ORCA2xLMD14496" >.resol 
    4949        echo "$(LIB_MPI)" >.libmpi 
    5050 
    51 ORCA2xLMD144142 : libioipsl oasis3 libparameters libstomate libsechiba lmdz144142 orca2 
     51ORCA2xLMD144142 : libioipsl oasis3 liborchidee lmdz144142 orca2 
    5252        echo "ORCA2xLMD144142" >.resol 
    5353        echo "$(LIB_MPI)" >.libmpi 
     
    6262        (cd $(PRISM_DIR) ; ./util/compile/frames/Create_COMP_libs.frm  - - "${PRISM_NAME}" "${LIB_MPI_BIS}" ; ./util/compile/frames/Create_COMP_models.frm oasis3 "${LIB_MPI_BIS}" - - "${PRISM_NAME}" "" "" ; ) 
    6363 
    64 libparameters : 
    65         (cd ../../modeles/ORCHIDEE/src_parameters ; $(M_K) -f Makefile) 
    66  
    67 libsechiba : 
    68         (cd ../../modeles/ORCHIDEE/src_sechiba ; $(M_K) -f Makefile) 
    69  
    70 libstomate : 
    71         (cd ../../modeles/ORCHIDEE/src_stomate ; $(M_K) -f Makefile) 
    72  
    73 precsechiba : 
    74         (cd ../../modeles/ORCHIDEE/src_parameters ; $(M_K) -f Makefile checkprec) 
     64liborchidee : 
     65        (cd ../../modeles/ORCHIDEE/ ; $(M_K) -f Makefile) 
    7566 
    7667config : libioipsl 
    7768        (cd ../../modeles/IOIPSL/src; $(M_K) -f Makefile config) 
    78         (cd ../../modeles/ORCHIDEE/src_parameters; $(M_K) -f Makefile config) 
    79         (cd ../../modeles/ORCHIDEE/src_sechiba; $(M_K) -f Makefile config) 
    80         (cd ../../modeles/ORCHIDEE/src_stomate; $(M_K) -f Makefile config) 
     69        (cd ../../modeles/ORCHIDEE/; $(M_K) -f Makefile config) 
    8170        $(BINDIR)/Fparser -main -name ORCHIDEE_OL $(MODS1) 
    8271        $(SCPDIR)/build_tkmenus 
Note: See TracChangeset for help on using the changeset viewer.