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

📄 makefile

📁 LPARX is a C++ class library for for implementing portable scientific applications on distributed me
💻
字号:
## Make TOP point to the main LPARX directory and include# architecture-specific makefile to define the compiler# and other architecture-dependent items#TOP  = ../../..include $(TOP)/archREDBLK2D	= redblack5.o initData.o relax.o redblack2d.o fillPatch.oredblack2d:	$(REDBLK2D) redblack2d.h		$(C++LINK) $(C++FLAGS) -o $@ $(REDBLK2D) $(LDLIBS)clean:		$(RM) *.o core redblack2d

⌨️ 快捷键说明

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