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 5596 for branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/EXTERNAL/AGRIF/LIB/Makefile – NEMO

Ignore:
Timestamp:
2015-07-14T11:36:15+02:00 (9 years ago)
Author:
timgraham
Message:

Changes to allow compilation of conv using fcm build. C compiler and flags are now set in the arch file instead of being hard coded in Fprep_agrif.sh
All arch files have been modifies with best guess at the correct C compiler and flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/EXTERNAL/AGRIF/LIB/Makefile

    r4779 r5596  
    1919   @echo 
    2020 
    21 main.c: convert.y convert.lex 
    22    @echo =================================================== 
    23    @echo   Rebuilding main.c ... 
    24    @echo =================================================== 
    25    $(MAKE) -f Makefile.lex main.c 
     21#main.c: convert.y convert.lex 
     22#  @echo =================================================== 
     23#  @echo   Rebuilding main.c ... 
     24#  @echo =================================================== 
     25#  $(MAKE) -f Makefile.lex main.c 
    2626 
    27 fortran.c: fortran.y fortran.lex 
    28    @echo =================================================== 
    29    @echo   Rebuilding fortran.c ... 
    30    @echo =================================================== 
    31    $(MAKE) -f Makefile.lex fortran.c 
     27#fortran.c: fortran.y fortran.lex 
     28#  @echo =================================================== 
     29#  @echo   Rebuilding fortran.c ... 
     30#  @echo =================================================== 
     31#  $(MAKE) -f Makefile.lex fortran.c 
    3232 
    3333conv: $(OBJS) 
     
    6262 
    6363clean: 
    64    $(MAKE) -f Makefile.lex clean 
     64#  $(MAKE) -f Makefile.lex clean 
    6565   $(RM) *.o conv 
    6666    
    67 clean-all: clean 
    68    $(MAKE) -f Makefile.lex clean-all 
Note: See TracChangeset for help on using the changeset viewer.