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 10088 for vendors/AGRIF/CMEMS_2020/LIB/Makefile – NEMO

Ignore:
Timestamp:
2018-09-05T15:35:32+02:00 (6 years ago)
Author:
rblod
Message:

update conv

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendors/AGRIF/CMEMS_2020/LIB/Makefile

    r5656 r10088  
    1818   @echo =================================================== 
    1919   @echo 
    20  
     20# Modif Laurent Debreu car Version de bison trop ancienne => Eviter l'appel a Bison 
    2121#main.c: convert.y convert.lex 
    2222#  @echo =================================================== 
     
    2424#  @echo =================================================== 
    2525#  $(MAKE) -f Makefile.lex main.c 
    26  
     26# 
    2727#fortran.c: fortran.y fortran.lex 
    2828#  @echo =================================================== 
     
    3232 
    3333conv: $(OBJS) 
    34    $(CC) $(CFLAGS) -g $(OBJS) -o ../$@ 
     34   $(CC) $(CFLAGS) $(OBJS) -o ./$@ 
    3535 
    3636%.o: %.c 
    37    $(CC) $(CFLAGS) -g -c $< -o $@ 
     37   $(CC) $(CFLAGS) -c $< -o $@ 
    3838 
    3939main.o : main.c 
     
    6262 
    6363clean: 
    64 #  $(MAKE) -f Makefile.lex clean 
     64   $(MAKE) -f Makefile.lex clean 
    6565   $(RM) *.o conv 
    6666    
     67clean-all: clean 
     68   $(MAKE) -f Makefile.lex clean-all 
Note: See TracChangeset for help on using the changeset viewer.