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 2671 for vendors/AGRIF/current/LIB/Makefile.lex – NEMO

Ignore:
Timestamp:
2011-03-08T15:08:49+01:00 (13 years ago)
Author:
rblod
Message:

Load working_directory into vendors/AGRIF/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendors/AGRIF/current/LIB/Makefile.lex

    r1901 r2671  
    11# Compilation: 
    2 CC    = cc -O -g 
     2CC    = cc -O -g -Wall 
    33LEX      = flex 
    44 
    55# option de flex et pas de lex 
    66LEXFLAGS=-i 
    7 YACC = byacc -t -v 
     7YACC = byacc -t -v -g 
     8YACC = bison -t -v -g 
    89 
    910 
     
    3839convert.tab.c : convert.y decl.h 
    3940   $(YACC) convert.y 
    40    mv -f y.tab.c convert.tab.c 
     41#  mv -f y.tab.c convert.tab.c 
    4142fortran.tab.c : fortran.y decl.h 
    4243   $(YACC) -p fortran fortran.y 
    43    mv -f y.tab.c fortran.tab.c 
     44#  mv -f y.tab.c fortran.tab.c 
     45#  mv -f y.output fortran.output 
     46#  mv -f y.dot fortran.dot 
    4447convert.yy.c : convert.lex 
    4548   $(LEX) $(LEXFLAGS) -oconvert.yy.c convert.lex 
Note: See TracChangeset for help on using the changeset viewer.