LIBS = 
STATIC_LIBS = -L../lib -lfxdr

F90 = mpif90
F90FLAGS = -mtune=knl -mkl=parallel -O3

F90FLAGS1 = $(F90FLAGS)
LDFLAGS=$(F90FLAGS)
