
################################################################################
# 
#   MAKERULES for INSAFF
#
#   2015
#
# For Matlab hemisphere plots, the directory ${INSAFFHOME}/Matlab/ must be added
# to your Matlab path
#
################################################################################

# Standard fortran complier
FC = gfortran  
F77 = g77
# Flags for compiling
FFLAGS = -fbounds-check -ffixed-line-length-none 

# Library and directory
LIBDIR=../Lib
BINDIR=../bin
LIB=modseis

MAKE = make

# Suffixes for making .f90 files
.SUFFIXES : .o .f90 .F .F90
