Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# -*- Makefile -*-# contact: Andrea Pozzer MPIC (andrea.pozzer@mpic.de)# ----------------------------------------------exportSHELL = sh# hydra intel fortranF90 = ifort#debugging#F90FLAGS = -autodouble -cpp -g -debug full -traceback -O3#productionF90FLAGS = -autodouble -cpp -O3FC = $(F90)FFLAGS = $(F90FLAGS)NETCDF_ROOT = /ptmp/mpcdata/software/x86_64-suse-linux/netcdf/v3.6.3_iLIBS = -L$(NETCDF_ROOT)/lib -lnetcdfINCLUDES = -I$(NETCDF_ROOT)/includeINSTALLDIR = .# ----------------------------------------------include main.mk# ----------------------------------------------