make.def.svr4
来自「unix环境高级编程 配套源代码 学习学习啊」· SVR4 代码 · 共 22 行
SVR4
22 行
# Common make definitions for SVR4 make.# Definitions required in all program directories to compile and link# C programs.CC=ccLDFLAGS=/home/stevens/libmisc.aLDLIBS=$(LDFLAGS)NOANSICOMPILE.c=$(CC) $(NOANSICFLAGS) $(CPPFLAGS) -cLINK.c=$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)# Common definitionsCFLAGS = CFLAGSO = -OLIB = /home/stevens/libmisc.a# Our library that almost every program needs.TEMPFILES = core core.* *.o temp.* *.out typescript*# Common temp files to delete from each directory.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?