#======================================================================
#
#  -- FXDR  library (f90 version 1.0) --
#     Daresbury Laboratory
#     August 15, 1997
#
#======================================================================
#
# Intel DEFS for fxdr library.
#
#  Makefile requires GNU make at least version 3.62 to handle conditionals
#

SHELL	= /bin/sh
SRC		:= ./

# Intel Compiler settings
AR		= ar rcs
RANLIB		= echo
F90 		= ifort
F90OPTS		= 
CC 		= icc
COPTS		= 
FOPTS          	=
LIBS		= 
