?? make.def.44
字號:
# Common make definitions for GNU make under 386BSD.# Definitions required in all program directories to compile and link# C programs using gcc. We also have to get rid of Sun's "-target" options,# as gcc doesn't grok it.CC=gccCOMPILE.c=$(CC) $(CFLAGS) $(CPPFLAGS) -cNOANSICOMPILE.c=$(CC) $(NOANSICFLAGS) $(CPPFLAGS) -cLINK.c=$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)LDLIBS=/home/stevens/libmisc.a# Common definitionsCFLAGS = -ansi -WallCFLAGSO = -ansi -Wall -O# We don't normally use -O with gcc on the sparc.LIB = /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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -