makefile

来自「LPARX is a C++ class library for for imp」· 代码 · 共 17 行

TXT
17
字号
## 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.oredblack2d:	$(REDBLK2D) redblack2d.h		$(C++LINK) $(C++FLAGS) -o $@ $(REDBLK2D) $(LDLIBS)clean:		$(RM) *.o core redblack2d

⌨️ 快捷键说明

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