#!/usr/bin/sh
# getfem-config.  Generated from getfem-config.in by configure.

#  Copyright (C) 1999-2020 Yves Renard
#
#  This file is a part of GetFEM++
#
#  GetFEM++  is  free software;  you  can  redistribute  it  and/or modify it
#  under  the  terms  of the  GNU  Lesser General Public License as published
#  by  the  Free Software Foundation;  either version 3 of the License,  or
#  (at your option) any later version along with the GCC Runtime Library
#  Exception either version 3.1 or (at your option) any later version.
#  This program  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 and GCC Runtime Library Exception for more details.
#  You  should  have received a copy of the GNU Lesser General Public License
#  along  with  this program;  if not, write to the Free Software Foundation,
#  Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA.








prefix="/usr"
exec_prefix="/usr"
includedir="/usr/include"
libdir="/usr/lib64"
bindir="/usr/bin"
datadir="/usr/share"
mandir="/usr/share/man"
sysconfdir="/etc"
sharedstatedir="/var/lib"
srcdir="/home/iurt/rpmbuild/BUILD/getfem++-5.4.2-build/getfem-4ed33482ba6f2a6e98083a8d0b0ad8860b587f4e"
builddir="/home/iurt/rpmbuild/BUILD/getfem++-5.4.2-build/getfem-4ed33482ba6f2a6e98083a8d0b0ad8860b587f4e"
build_CXXFLAGS="-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -O3 -fmessage-length=0 -fvisibility-inlines-hidden -ftemplate-depth-100 -std=c++14 -fPIC -Wall -W -Wextra -Wshadow -Wno-unknown-pragmas -Wno-variadic-macros -Wno-unused-but-set-variable -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long"
build_LDFLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"
CXX="g++"

LDFLAGS="-L$libdir -lgetfem -lqhull_r -lsuperlu -ldl -llapack  -lblas"
STATICLDFLAGS="$libdir/libgetfem.a -lqhull_r -lsuperlu -ldl -llapack  -lblas"
LALDFLAGS="$libdir/libgetfem.la -lqhull_r -lsuperlu -ldl -llapack  -lblas"
SRC_LDFLAGS="$builddir/src/.libs/libgetfem.so -lqhull_r -lsuperlu -ldl -llapack  -lblas"
SRC_LALDFLAGS="$builddir/src/libgetfem.la -lqhull_r -lsuperlu -ldl -llapack  -lblas"
SRC_STATICLDFLAGS="$builddir/src/.libs/libgetfem.a -lqhull_r -lsuperlu -ldl -llapack  -lblas"

CFLAGS=" -I/usr/local/include    -I$includedir"
SRC_CFLAGS="-I$srcdir/src -I$builddir/src  -I/usr/local/include   "

build="iurt-07/02/25,13:14:27"
configure_args=" '--host=aarch64-mageia-linux-gnu' '--build=aarch64-mageia-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-metis' '--enable-python' '--disable-dependency-tracking' '--disable-static' '--disable-scilab' '--disable-mumps' '--enable-shared' '--with-matlab-toolbox-dir=/usr/share/getfem_toolbox' 'build_alias=aarch64-mageia-linux-gnu' 'host_alias=aarch64-mageia-linux-gnu' 'CXX=g++' 'CXXFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' 'LDFLAGS=-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' 'CC=gcc' 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing' 'FCFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection ' 'LT_SYS_LIBRARY_PATH=/usr/lib64:'"
from_source=0
usage()
{
	cat <<EOF
Usage: getfem-config [OPTIONS]
Options:
        [--src]
	[--prefix]
	[--exec-prefix]
	[--version]
	[--libs-la]
	[--libs]
	[--cflags]
	[--cxx]
	[--build-flags]
	[--build-libs]
	[--configure-args]
EOF
	exit $1
}

while test $# -gt 0; do
  case "$1" in
  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  *) optarg= ;;
  esac

  case $1 in
    --src)
      from_source=1
      ;;
    --prefix)
      echo $prefix
      ;;
    --exec-prefix)
      echo $exec_prefix
      ;;
    --version)
      echo 5.4.2
      ;;
    --cflags)
      if test $from_source -eq 0; then
        echo $CFLAGS
      else
        echo $SRC_CFLAGS
      fi;
      ;;
    --libs-la)
      if test $from_source -eq 0; then
        echo $LALDFLAGS
      else
        echo $SRC_LALDFLAGS
      fi;
      ;;
    --libs)
      if test $from_source -eq 0; then
        echo $LDFLAGS
      else
        echo $SRC_LDFLAGS
      fi;
      ;;
    --static-libs)
      if test $from_source -eq 0; then
        echo $STATICLDFLAGS
      else
        echo $SRC_STATICLDFLAGS
      fi;
      ;;
    --build)
      echo $build
      ;;
    --build-flags)
      echo $build_CXXFLAGS
      ;;
    --build-libs)
      echo $build_LDFLAGS
      ;;
    --cxx)
      echo $CXX
      ;;
    --configure-args)
      echo $configure_args
      ;;
    *)
      usage 1 1>&2
      ;;
  esac
  shift
done

