⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 linux-intel32-debug.mk

📁 Delaunay三角形的网格剖分程序
💻 MK
字号:
#Linux, IA32  Mesa OpenGLSHELL=/bin/shMESA=Mesa#x###########################################################################cc=gccccinc= ccopt= -O0 -g   -Dfortran_ -fpic###########################################################################cxx=g++cxxinc=cxxopt=-g############################################################################fc=g77ffopt=-g  -i4  -fno-second-underscore -fpic#this is necessary to find the proper lg2c...#as lf2c unfortunately contains main() and call MAIN_()...GCC_LIBDIR=-L/usr/lib/gcc-lib/i486-linux/egcs-2.91.66############################################################################## Make variables uses by pdelib make system:#arch_libs=$(fortlibs) $(grlibs) -ldlarch_ldflags=-L/usr/X11/lib arch_shldflags=-shared --whole-archive -call_sharedarch_cflags=$(options) $(ccinc) $(ccopt)arch_cxxflags=$(options) $(cxxinc) $(cxxopt)arch_fflags=$(ffopt)arch_grlibs=-L/usr/X11R6/lib -l$(MESA)GL -l$(MESA)GLU -lXext  -lX11  -lmarch_termcap=-lncursesarch_blas=arch_lapack=arch_fortlibs=$(GCC_LIBDIR) -lg2carch_ranlib=truearch_cxx=$(cxx)arch_cc=$(cc)arch_fc=$(fc)arch_makeflags=--no-print-directory############################################################################# COMPILER/LIBRARY SYSDEPS#---------------------------------------------------------------------------# -DNOPROTO  : no protoyping# -DNOSTDARG : no /usr/include/stdarg.h# -DNOACPP   : no ansi cpp (token pasting)#  (these options can be combined)#---------------------------------------------------------------------------# -DBSD_TIMER   : use rusage()# -DPOSIX_TIMER : use times()# -DANSI_TIMER  : use clock() (default)#  (these options cannot be combined)#---------------------------------------------------------------------------# How the fortran compiler generates external names to be called from C:# -DFORTRAN   : CALL FOO(BAR) -> FOO(bar);# -DFORTRAN_  : CALL FOO(BAR) -> FOO_(bar);# -Dfortran   : CALL FOO(BAR) -> foo(bar);# -Dfortran_  : CALL FOO(BAR) -> foo_(bar); (default)#  (these options cannot be combined)#---------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -