Skip to content
Snippets Groups Projects
Select Git revision
  • 76a6474efd36b4de623a44cf7ffff9bb9fc5a4d5
  • master default
  • cgnsUnstructured
  • partitioning
  • poppler
  • HighOrderBLCurving
  • gmsh_3_0_4
  • gmsh_3_0_3
  • gmsh_3_0_2
  • gmsh_3_0_1
  • gmsh_3_0_0
  • gmsh_2_16_0
  • gmsh_2_15_0
  • gmsh_2_14_1
  • gmsh_2_14_0
  • gmsh_2_13_2
  • gmsh_2_13_1
  • gmsh_2_12_0
  • gmsh_2_11_0
  • gmsh_2_10_1
  • gmsh_2_10_0
  • gmsh_2_9_3
  • gmsh_2_9_2
  • gmsh_2_9_1
  • gmsh_2_9_0
  • gmsh_2_8_6
26 results

variables.in

Blame
  • Forked from gmsh / gmsh
    Source project has a limited visibility.
    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@