genericunixmakefile
来自「LastWave」· 代码 · 共 17 行
TXT
17 行
## Generic Unix makefile for a package## Get the machine dependent variablesinclude ../../Makefiles/MakeDefs.$(ARCH)## NOTE: FileList is the only makefile to change from a package to another!## Get the package name, the list of object files, the path of the include files and the dependencies include ./FileList# Get the machine dependent implicit rulesinclude ../../Makefiles/MakeRules.$(ARCH)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?