# $Id: variables.in,v 1.15 2007-02-01 15:46:40 geuzaine Exp $ # # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # 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 C++ compilers CC=@CC@ CXX=@CXX@ # 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@ # All compiler flags except optimization flags FLAGS=@FLAGS@ # FLAGS+=-arch i386 -arch ppc # Compiler optimization flags OPTIM=@OPTIM@ # Gmsh subdirectories and libraries GMSH_DIRS=@GMSH_DIRS@ GMSH_LIBS=@GMSH_LIBS@ # How you create a static library on this machine AR=@AR@ RANLIB=@RANLIB@ # The extension to use for executables... EXEEXT=@EXEEXT@ # Any operation to perform on the executable after the link POSTBUILD=@POSTBUILD@ # Installation directories prefix=@prefix@ exec_prefix=@exec_prefix@ bindir=@bindir@ datadir=@datadir@ includedir=@includedir@ libdir=@libdir@ mandir=@mandir@ infodir=@infodir@