You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
psblas3/Make.inc.in

61 lines
1.1 KiB
PHTML

# This is Make.inc file generated automatically by the PSBLAS configure script.
# It should be ready to use, included by Makefile.
# If it gives problems, consider editing it.
# These lines are quite portable.
.mod=@MODEXT@
.fh=.fh
.SUFFIXES: .f90 $(.mod) .F90 .F
# The following ones are the variables used by the PSBLAS make scripts.
F90=@F90@
FC=@FC@
CC=@CC@
#F77=@F77@
F90COPT=@F90COPT@
FCOPT=@FCOPT@
CCOPT=@CCOPT@
FMFLAG=@FMFLAG@
FIFLAG=@FIFLAG@
# These three should be always set!
MPF90=@MPF90@
MPF77=@MPF77@
MPCC=@MPCC@
F90LINK=$(MPF90)
FLINK=$(MPF77)
LIBS=@LIBS@
# BLAS, BLACS and METIS libraries.
BLAS=@BLAS_LIBS@
BLACS=@BLACS_LIBS@
METIS_LIB=@METIS_LIBS@
LAPACK=@LAPACK_LIBS@
PSBFDEFINES=@FDEFINES@
PSBCDEFINES=@CDEFINES@
AR=@AR@
RANLIB=@RANLIB@
CFLAGS=@CFLAGS@
FFLAGS=@FFLAGS@
INSTALL=@INSTALL@
INSTALL_DATA=@INSTALL_DATA@
INSTALL_DIR=@INSTALL_DIR@
INSTALL_LIBDIR=$(INSTALL_DIR)/lib
INSTALL_INCLUDEDIR=$(INSTALL_DIR)/include
LIBDIR=@LIBDIR@
BASELIBNAME=@BASELIBNAME@
PRECLIBNAME=@PRECLIBNAME@
METHDLIBNAME=@METHDLIBNAME@
UTILLIBNAME=@UTILLIBNAME@
@PSBLASRULES@