makefile

来自「A NTP client is a program which user can」· 代码 · 共 27 行

TXT
27
字号
# Under Solaris, you need to #    CFLAGS += -xO2 -Xc#    LDLIBS += -lnsl -lsocket# Some versions of Linux may need#    CFLAGS += -D_GNU_SOURCE# To cross-compileCC = arm-linux-gcc# To check for lint# -Wundef not recognized by gcc-2.7.2.3CFLAGS += -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow \ -Waggregate-return -Wnested-externs -Winline -Wwrite-strings \ -Wstrict-prototypesCFLAGS += -Oall: ntpclienttest: ntpclient	./ntpclient -d -r <test.datntpclient: ntpclient.o phaselock.oadjtimex: adjtimex.oclean:	rm -f ntpclient adjtimex *.o

⌨️ 快捷键说明

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