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

📄 makefile

📁 OpenFVM-v1.1 open source cfd code
💻
字号:
# Modify the "-O" optimization option for best performance (-O3 on Linux):CC = gcc# Debug: -g Performance: O2CFLAGS = -O2AR = ar crRANLIB = ranliball: liblaspack.aLASPACK = eigenval.o errhandl.o factor.o itersolv.o matrix.o \	  operats.o precond.o qmatrix.o rtc.o vector.o$(LASPACK): laspack.h makefileliblaspack.a: $(LASPACK)	@echo ""	@echo "***** Building LASPACK *****"	@echo ""	$(AR) liblaspack.a $(LASPACK)	$(RANLIB) liblaspack.arm:	rm -f *.ormlib:	rm -f *.a

⌨️ 快捷键说明

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