Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# SLEPc - Scalable Library for Eigenvalue Problem Computations# Copyright (c) 2002-2011, Universitat Politecnica de Valencia, Spain## This file is part of SLEPc.## SLEPc is free software: you can redistribute it and/or modify it under the# terms of version 3 of the GNU Lesser General Public License as published by# the Free Software Foundation.## SLEPc is distributed in the hope that it will be useful, but WITHOUT ANY# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for# more details.## You should have received a copy of the GNU Lesser General Public License# along with SLEPc. If not, see <http://www.gnu.org/licenses/>.# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#include ${PETSC_DIR}/conf/variablesinclude ${SLEPC_DIR}/${PETSC_ARCH}/conf/slepcvariablesSLEPC_LIB_DIR = ${SLEPC_DIR}/${PETSC_ARCH}/libSLEPC_INCLUDE = -I${SLEPC_DIR} -I${SLEPC_DIR}/${PETSC_ARCH}/include -I${SLEPC_DIR}/includeCC_INCLUDES = ${PETSC_INCLUDE} ${SLEPC_INCLUDE}FC_INCLUDES = ${PETSC_INCLUDE} ${SLEPC_INCLUDE}SLEPC_EXTERNAL_LIB = ${ARPACK_LIB} ${BLZPACK_LIB} ${PLANSO_LIB} ${TRLAN_LIB} ${PRIMME_LIB} ${BLOPEX_LIB}OTHERSHAREDLIBS = ${SLEPC_EXTERNAL_LIB}INSTALL_LIB_DIR = ${SLEPC_LIB_DIR}CCPPFLAGS = ${PETSC_CCPPFLAGS} ${SLEPC_INCLUDE}FCPPFLAGS = ${PETSC_FCPPFLAGS} ${SLEPC_INCLUDE}SLEPC_LIB = ${CC_LINKER_SLFLAG}${SLEPC_LIB_DIR} -L${SLEPC_LIB_DIR} -lslepc ${SLEPC_EXTERNAL_LIB} ${PETSC_KSP_LIB}# no longer requiredSLEPC_FORTRAN_LIB =SHLIBS = libslepcLIBNAME = ${INSTALL_LIB_DIR}/${LIBBASE}.${AR_LIB_SUFFIX}