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.inc

    r39 r40  
    146146        vtoutput-0.2.o  courbures.o 
    147147 
    148 #       vtoutput-0.2.o steps_time_loop.o courbures.o  
     148#       vtoutput-0.2.o steps_time_loop.o courbures.o 
    149149 
    150150 
     
    10641064main3D-0.4-40km.o : main3D-0.4-40km.f90 #module3d.mod iso_declar.mod 
    10651065        $(F_NETCDF) main3D-0.4-40km.f90 
     1066 
     1067main_dummy.o : main_dummy.f90 
     1068        $(F_NETCDF) main_dummy.f90 
    10661069 
    10671070masque-0.2.o : masque-0.2.F#module3d.mod 
     
    14651468 
    14661469endif 
    1467  
    14681470# routines netcdf 
    14691471 
     
    16361638        $(diagnoshelf) \ 
    16371639        $(Liste_Netcdf) \ 
    1638         $(routines_communes) steps_time_loop.o \ 
     1640        $(routines_communes) main_dummy.o steps_time_loop.o \ 
    16391641        $(routine_elliptiques) \ 
    16401642        $(Liste_BLAS) 
     
    16491651        $(diagnoshelf) \ 
    16501652        $(Liste_Netcdf) \ 
    1651         $(routines_communes) steps_time_loop.o \ 
     1653        $(routines_communes) main_dummy.o steps_time_loop.o \ 
    16521654        $(routine_elliptiques) $(NCDF_LIB)  $(MKL_LIB) $(Liste_BLAS) 
    16531655 
     
    18181820 
    18191821clean   : 
    1820         rm -f *.o *.mod *~  */*~ BLAS/*.o 
     1822        rm -f *.o *.mod *~  */*~ BLAS/*.o LAPACK/*.o libgrisli.a 
    18211823 
    18221824 
Note: See TracChangeset for help on using the changeset viewer.