# adva (alpha): # ----- # To see all warmings use -Wall -Wextra; for profiling, use -pg and then # the gprof command FORTRAN=g95 FLAGS= -O3 -Wuninitialized -fbounds-check #FLAGS= -O0 -Wuninitialized -fbounds-check -g2 -ftrace=full LIBS= all:: Output/THC_4box_with_seaice.exe Output/THC_4box_with_seaice.exe: THC_4box_with_seaice.f95 THC_4box_with_seaice.h ${FORTRAN} ${FLAGS} ${LIBS} -o Output/THC_4box_with_seaice.exe THC_4box_with_seaice.f95