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 1200 for trunk/AGRIF/LIB/Makefile.lex – NEMO

Ignore:
Timestamp:
2008-09-24T15:05:20+02:00 (16 years ago)
Author:
rblod
Message:

Adapt Agrif to the new SBC and correct several bugs for agrif (restart writing and reading), see ticket #133
Note : this fix does not work yet on NEC computerq (sxf90/360)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AGRIF/LIB/Makefile.lex

    r663 r1200  
    1515       DiversListe.o UtilAgrif.o WorkWithAllocatelist.o \ 
    1616       UtilCharacter.o UtilListe.o UtilFile.o \ 
    17        WorkWithlistofmodulebysubroutine.o WorkWithlistmoduleinfile.o 
     17       WorkWithlistofmodulebysubroutine.o WorkWithlistmoduleinfile.o \ 
     18       WorkWithlistofcoupled.o 
    1819 
    1920.SUFFIXES: 
     
    3435   rm -f fortran.c 
    3536   cat fortran.tab.c  fortran.yy.c > fortran.c 
    36    rm -f fortran.yy.c fortran.tab.c 
     37#rm -f fortran.yy.c fortran.tab.c 
    3738convert.tab.c : convert.y decl.h 
    3839   $(YACC) convert.y 
     
    6667WorkWithlistofmodulebysubroutine.o : WorkWithlistofmodulebysubroutine.c decl.h 
    6768WorkWithlistmoduleinfile.o : WorkWithlistmoduleinfile.c decl.h 
     69WorkWithlistofcoupled.o : WorkWithlistofcoupled.c decl.h 
    6870clean :  
    6971   /bin/rm -f *.o y.tab.c main.c lex.yy.c fortran.c \ 
Note: See TracChangeset for help on using the changeset viewer.