# $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=Darwin # The names of the C and Fortran compilers CC=cc F77=gfortran42 # 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=gcc # Compiler flags C_FLAGS=-fno-common -DHAVE_BLAS_LAPACK -DHAVE_ARPACK -DHAVE_GSL C_PARSER_FLAGS=-fno-common -DHAVE_BLAS_LAPACK -DHAVE_ARPACK -DHAVE_GSL F77_FLAGS=-O # GetDP subdirectories and libraries GETDP_DIRS=Main Parser Post Function Integration GeoData DofData Numeric DataStr FMM Sparskit Arpack GETDP_LIBS=-Llib -lMain -lParser -lPost -lFunction -lIntegration -lGeoData -lDofData -lNumeric -lSparskit -lDataStr -lFMM -lArpack -llapack -lblas -lg2c -lgsl -lgslcblas -lm # Solver flags SOLVER=-DHAVE_SPARSKIT -DHAVE_ILU_FLOAT # PETSc stuff PETSC_DIR= PETSC_ARCH= # How you create a static library on this machine AR=/usr/bin/ar ruvs RANLIB=ranlib # The extension to use for executables... EXEEXT= # Installation directories prefix= exec_prefix=${prefix} bindir=${exec_prefix}/bin datadir=${prefix}/share includedir=${prefix}/include libdir=${exec_prefix}/lib mandir=${prefix}/man infodir=${prefix}/info