-
Notifications
You must be signed in to change notification settings - Fork 0
/
make.inc.template
executable file
·58 lines (51 loc) · 1.37 KB
/
make.inc.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
############################################################################
#
# 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 machine (platform) identifier to append to the library names
#
PLAT = SUPERLU_PLATFORM
#
# The name of the libraries to be created/linked to
#
SuperLUroot = SUPERLU_ROOT
SUPERLULIB = SUPERLU_LIB
TMGLIB = SUPERLU_TMGLIB
BLASDEF = SUPERLU_BLASDEF
BLASLIB = SUPERLU_BLASLIB
LIBS = $(SUPERLULIB) $(BLASLIB)
#
# The archiver and the flag(s) to use when building archive (library)
# If your system has no ranlib, set RANLIB = echo.
#
ARCH = SUPERLU_ARCH
ARCHFLAGS = SUPERLU_ARCHFLAGS
RANLIB = SUPERLU_RANLIB
CC = SUPERLU_CC
CFLAGS = SUPERLU_CFLAGS
NOOPTS = SUPERLU_NOOPTS
FORTRAN = SUPERLU_FORTRAN
FFLAGS = SUPERLU_FFLAGS
LOADER = SUPERLU_LOADER
LOADOPTS = SUPERLU_LOADOPTS
#
# C preprocessor defs for compilation for the Fortran interface
# (-DNoChange, -DAdd_, -DAdd__, or -DUpCase)
#
CDEFS = SUPERLU_CDEFS
#
# The directory in which Matlab is installed
#
MATLAB = SUPERLU_MATLAB