Ignore:
Timestamp:
01/21/16 21:58:51 (8 years ago)
Author:
roche
Message:

Little tweaks for getting libgrisli without main program. Backported gfortran makefile changes into ifort makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim/SOURCES/Makefile.grisli-gfortran.inc

    r36 r40  
    4545        climat-forcage-insolation_mod.o climat_GrIce2sea_years_mod.o \ 
    4646        climat-perturb_mod-0.4.o \ 
    47         ablation_mod.o no_ablation_mod.o\ 
     47        ablation_mod.o no_ablation_mod.o \ 
    4848        climat_coupl_atm_mod.o 
    4949 
     
    147147        vtoutput-0.2.o  courbures.o 
    148148 
    149 #       vtoutput-0.2.o steps_time_loop.o courbures.o  
     149#       vtoutput-0.2.o steps_time_loop.o courbures.o 
    150150 
    151151 
     
    216216        lect-anteis_mod.o \ 
    217217        bmelt-ant-regions_mod.o \ 
     218        bmelt-ant-regions-oce_mod.o \ 
    218219        fake-routines-ant_mod.o module_choix-antar40-0.4.o \ 
    219220        track_ant40_mod.o 
     
    517518 
    518519bmelt-ant-regions_mod.o : Ant40_files/bmelt-ant-regions_mod.f90 
    519         $(FT)  Ant40_files/bmelt-ant-regions_mod.f90 
     520        $(FT) Ant40_files/bmelt-ant-regions_mod.f90 
     521 
     522bmelt-ant-regions-oce_mod.o : Ant40_files/bmelt-ant-regions-oce_mod.f90 
     523        $(FT) Ant40_files/bmelt-ant-regions-oce_mod.f90 
    520524 
    521525bmelt-nor-regions_mod.o : Heminord_files/bmelt-nor-regions_mod.f90 
     
    10611065main3D-0.4-40km.o : main3D-0.4-40km.f90 #module3d.mod iso_declar.mod 
    10621066        $(F_NETCDF) main3D-0.4-40km.f90 
     1067 
     1068main_dummy.o : main_dummy.f90 
     1069        $(F_NETCDF) main_dummy.f90 
    10631070 
    10641071masque-0.2.o : masque-0.2.F#module3d.mod 
     
    16301637        $(diagnoshelf) \ 
    16311638        $(Liste_Netcdf) \ 
    1632         $(routines_communes) steps_time_loop.o \ 
     1639        $(routines_communes) main_dummy.o steps_time_loop.o \ 
    16331640        $(routine_elliptiques) \ 
    16341641        $(Liste_BLAS) 
     
    16431650        $(diagnoshelf) \ 
    16441651        $(Liste_Netcdf) \ 
    1645         $(routines_communes) steps_time_loop.o \ 
     1652        $(routines_communes) main_dummy.o steps_time_loop.o \ 
    16461653        $(routine_elliptiques) $(NCDF_LIB) $(Liste_BLAS) 
    16471654 
Note: See TracChangeset for help on using the changeset viewer.