/usr/include/trilinos/Makefile.export.FEI is in libtrilinos-dev 10.4.0.dfsg-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | ##############################################################################
#
# Make variables for use by Trilinos/FEI clients.
#
# Do not edit: This file was generated automatically by CMake.
#
##############################################################################
## ---------------------------------------------------------------------------
## Compilers used by Trilinos/FEI build
## ---------------------------------------------------------------------------
FEI_CXX_COMPILER=/usr/bin/mpic++
FEI_C_COMPILER=/usr/bin/mpicc
FEI_FORTRAN_COMPILER=/usr/bin/mpif77
## ---------------------------------------------------------------------------
## Compiler flags used by Trilinos/FEI build
## ---------------------------------------------------------------------------
## Set compiler flags, including those determined by build type
FEI_CXX_FLAGS= -g -fPIC -O2 -g -O0
FEI_C_FLAGS= -g -fPIC -O2 -g -O0
FEI_FORTRAN_FLAGS= -g
## Extra link flags (e.g., specification of fortran libraries)
FEI_EXTRA_LD_FLAGS=
## This is the command-line entry used for setting rpaths. In a build
## with static libraries it will be empty.
FEI_SHARED_LIB_RPATH_COMMAND=-Wl,-rpath,/usr/lib
FEI_BUILD_SHARED_LIBS=ON
FEI_LINKER=/usr/bin/ld
FEI_AR=/usr/bin/ar
## ---------------------------------------------------------------------------
## Set library specifications and paths
## ---------------------------------------------------------------------------
## List of package include dirs
FEI_INCLUDE_DIRS= -I/usr/include/trilinos
## List of package library paths
FEI_LIBRARY_DIRS= -L/usr/lib
## List of package libraries
FEI_LIBRARIES= -ltrilinos_fei_test_utils -ltrilinos_fei_trilinos -ltrilinos_fei_base -ltrilinos_ml -ltrilinos_ifpack -ltrilinos_amesos -ltrilinos_galeri -ltrilinos_aztecoo -ltrilinos_isorropia -ltrilinos_epetraext -ltrilinos_tpetrainout -ltrilinos_tpetra -ltrilinos_triutils -ltrilinos_zoltan -ltrilinos_epetra -ltrilinos_kokkoslinalg -ltrilinos_kokkosnodeapi -ltrilinos_kokkos -ltrilinos_tpi -ltrilinos_teuchos
## Specification of directories for TPL headers
FEI_TPL_INCLUDE_DIRS=
## Specification of directories for TPL libraries
FEI_TPL_LIBRARY_DIRS=
## List of required TPLs
FEI_TPL_LIBRARIES= /usr/lib/liblapack.so /usr/lib/libblas.so
## ---------------------------------------------------------------------------
## MPI specific variables
## These variables are provided to make it easier to get the mpi libraries
## and includes on systems that do not use the mpi wrappers for compiling
## ---------------------------------------------------------------------------
FEI_MPI_LIBRARIES=
FEI_MPI_LIBRARY_DIRS=
FEI_MPI_INCLUDE_DIRS=
FEI_MPI_EXEC=MPI_EXEC-NOTFOUND
FEI_MPI_EXEC_MAX_NUMPROCS=
FEI_MPI_EXEC_NUMPROCS_FLAG=
## ---------------------------------------------------------------------------
## Set useful general variables
## ---------------------------------------------------------------------------
## The packages enabled for this project
FEI_PACKAGE_LIST= FEI ML Ifpack Amesos Galeri AztecOO Isorropia EpetraExt Tpetra Triutils Zoltan Epetra Kokkos ThreadPool Teuchos
## The TPLs enabled for this project
FEI_TPL_LIST= LAPACK BLAS MPI
## ---------------------------------------------------------------------------
## Deprecated variables
## These variables from the autotools version of Makefile.export.<package>
## have been deprecated. To help avoid confusion with projects that haven't
## migrated to the new version of the variable names when the don't compile.
## This will put an obvious statement in the link line that these Trilinos
## Makefile variables are no longer used. Without this there would be a link
## error with no obvious reason as to why other than the lack of Trilinos libs
## which would be confusing since the link line in the Makefile would have
## stated to put them on the line.
## ---------------------------------------------------------------------------
FEI_LIBS="The Trilinos variable FEI_LIBS has been deprecated. Please see the documentation on the Makefile.export capability for instructions on how to transition to the new system."
FEI_INCLUDES="The Trilinos variable FEI_INCLUDES has been deprecated. Please see the documentation on the Makefile.export capability for instructions on how to transition to the new system."
|