📄 variables.in
字号:
# $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 <getdp@geuz.org>.# OSUNAME=@UNAME@# The names of the C and Fortran compilersCC=@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 flagsC_FLAGS=@C_FLAGS@C_PARSER_FLAGS=@C_PARSER_FLAGS@F77_FLAGS=@F77_FLAGS@# GetDP subdirectories and librariesGETDP_DIRS=@GETDP_DIRS@GETDP_LIBS=@GETDP_LIBS@# Solver flagsSOLVER=@SOLVER@# PETSc stuffPETSC_DIR=@PETSC_DIR@PETSC_ARCH=@PETSC_ARCH@@PETSC_INCLUDE_MAKEFILE@# How you create a static library on this machineAR=@AR@RANLIB=@RANLIB@# The extension to use for executables...EXEEXT=@EXEEXT@# Installation directoriesprefix=@prefix@exec_prefix=@exec_prefix@bindir=@bindir@datadir=@datadir@includedir=@includedir@libdir=@libdir@mandir=@mandir@infodir=@infodir@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -