Ignore:
Timestamp:
Jan 10, 2020, 5:48:45 PM (5 years ago)
Author:
dubos
Message:

simple_physics : minor fixes for parsing by XCodeML F_Front

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/simple_physics/phyparam/Makefile

    r4226 r4227  
    11# known to compile with gfortran version 7, ifort version 17, pgfortran version 18
    22# Examples
    3 # clear ; make clean ;
    4 # F90=ifort FFLAGS=-fast make
    5 # F90=gfortran F90FLAGS=-ffree-line-length-none make
    6 # F90=pgfortran F90FLAGS="-fast -Minfo=loop" make
     3# F90=ifort FFLAGS=-fast make clean all
     4# F90=gfortran F90FLAGS=-ffree-line-length-none make clean all
     5# F90=pgfortran F90FLAGS="-fast -Minfo=loop" make clean all
    76
    87# if XCodeML F_Front is installed, set FFRONT=F_Front to parse code into XML
    98FFRONT ?= true
     9
     10F90 ?= gfortran
     11F90FLAGS ?= -ffree-line-length-none
    1012
    1113VPATH = obj
     
    2022clean :
    2123        rm -f obj/* include/* lib/* xml/*
    22         rmdir obj include lib xml
    2324
    2425%.so : $(OBJECTS)
Note: See TracChangeset for help on using the changeset viewer.