Select Git revision
variables.in 1.29 KiB
# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle
#
# See the LICENSE.txt file for license information. Please report all
# bugs and problems to <gmsh@geuz.org>.
# OS and host
UNAME=@UNAME@
HOSTNAME=@HOSTNAME@
# 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@
# Additional system includes
SYSINCLUDE=
# Compiler optimization flags
OPTIM=@OPTIM@
# Gmsh subdirectories
GMSH_DIRS=@GMSH_DIRS@
# Gmsh libraries
GMSH_LIBS=@GMSH_LIBS@
# How you create a static library on this machine
AR=@AR@
ARFLAGS=
RANLIB=@RANLIB@
# The symbol used in front of compiler flags
DASH=-
# The extension to use for object files, libraries and executables
OBJEXT=.o
LIBEXT=.a
EXEEXT=@EXEEXT@
# File handling commands
RM=rm -f
# Installation directories
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
datadir=@datadir@
datarootdir=@datarootdir@
includedir=@includedir@
libdir=@libdir@
mandir=@mandir@
infodir=@infodir@