# $Id: variables.in,v 1.10 2005/07/16 07:43:31 geuzaine Exp $ # # Copyright (C) 1997-2004 P. Dular, C. Geuzaine # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, 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 General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # # Please report all bugs and problems to . # OS UNAME=@UNAME@ # The names of the C and Fortran compilers CC=@CC@ F77=@F77@ # If you need to link to dynamic libraries installed in non-standard # locations and are using the GNU linker, you may want to add # '-Wl,--rpath,/path/to/dynamic/library' to the 'LINKER' variable # below. Alternatively, you could edit the 'LD_LIBARY_PATH' # environement variable or use the 'ldconfig' program. LINKER=@LINKER@ # Compiler flags C_FLAGS=@C_FLAGS@ C_PARSER_FLAGS=@C_PARSER_FLAGS@ F77_FLAGS=@F77_FLAGS@ # GetDP subdirectories and libraries GETDP_DIRS=@GETDP_DIRS@ GETDP_LIBS=@GETDP_LIBS@ # Solver flags SOLVER=@SOLVER@ # PETSc stuff PETSC_DIR=@PETSC_DIR@ PETSC_ARCH=@PETSC_ARCH@ @PETSC_INCLUDE_MAKEFILE@ # How you create a static library on this machine AR=@AR@ RANLIB=@RANLIB@ # The extension to use for executables... EXEEXT=@EXEEXT@ # Installation directories prefix=@prefix@ exec_prefix=@exec_prefix@ bindir=@bindir@ datadir=@datadir@ includedir=@includedir@ libdir=@libdir@ mandir=@mandir@ infodir=@infodir@