############################################################################ # # Program: SuperLU_MT # # Module: make.inc # # Purpose: Top-level Definitions # # Creation date: August 15, 1997 # # Modified: September 1, 1999 version 1.0 # ############################################################################ # # The machine (platform) identifier to append to the library names # PLAT = _PTHREAD # Common Libraries TMGLIB = libtmg.a SUPERLULIB = libsuperlu_mt.a BLASDEF = -DUSE_VENDOR_BLAS BLASLIB = -L/usr/local/lib -lblas MATHLIB = -lm MPLIB = -pthread # # The archiver and the flag(s) to use when building archive (library) # If you system has no ranlib, set RANLIB = echo. # ARCMD = ar ARCHFLAGS = cr RANLIB = ranlib # for Solaris 2.x CC ?= cc # # Definitions used by CPP: PREDEFS = -D$(PLAT) # CFLAGS += $(PREDEFS) NOOPTS = BLASOPTS = LOADER = cc LOADOPTS = -O FORTRAN ?= f77 FFLAGS ?= -O # # C preprocessor defs for compilation (-DNoChange, -DAdd_, or -DUpCase) # CDEFS = -DAdd_ # # The following check only works with gcc # VERBOSE = -Wunused -Wuninitialized