?? makefile
字號:
# A long time ago, far, far away, under Solaris, you needed to# CFLAGS += -xO2 -Xc# LDLIBS += -lnsl -lsocket# To cross-compile CC = arm-softfloat-linux-gnu-gcc# To check for lint# -Wundef not recognized by gcc-2.7.2.3CFLAGS += -std=c99 -W -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow \ -Waggregate-return -Wnested-externs -Winline -Wwrite-strings -Wstrict-prototypesCFLAGS += -O2# CFLAGS += -DPRECISION_SIOCGSTAMPCFLAGS += -DENABLE_DEBUGCFLAGS += -DENABLE_REPLAY# CFLAGS += -DUSE_OBSOLETE_GETTIMEOFDAYLDFLAGS += -lrtall: ntpclienttest: ntpclient ./ntpclient -d -r <test.datntpclient: ntpclient.o phaselock.ontpclient.o phaselock.o: ntpclient.hadjtimex: adjtimex.oclean: rm -f ntpclient adjtimex *.o
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -