############################################################################
#
# Program: SuperLU
#
# Module: make.inc
#
# Purpose: Top-level Definitions
#
# Creation date: October 2, 1995
#
# Modified: February 4, 1997 Version 1.0
# November 15, 1997 Version 1.1
# September 1, 1999 Version 2.0
#
############################################################################
#
#
# The name of the libraries to be created/linked to
#
TMGLIB = libtmglib.a
SUPERLULIB = libsuperlu_3.0.a
BLASLIB = ../libblas.a
#
# The archiver and the flag(s) to use when building archive (library)
# If your system has no ranlib, set RANLIB = echo.
#
ARCMD = ar
ARCHFLAGS = cr
RANLIB = ranlib
CC = cc
CFLAGS = -fno-common
FORTRAN = gfortran42
FFLAGS = -O
LOADER = cc
LOADOPTS =
#
# C preprocessor defs for compilation (-DNoChange, -DAdd_, or -DUpCase)
#
CDEFS = -DAdd_
#
# The directory in which Matlab is installed
#
MATLAB = /usr/sww/pkg/matlab
syntax highlighted by Code2HTML, v. 0.9.1