?? makefile,v
字號:
head 1.1;branch ;access ;symbols ;locks ;comment @# @;1.1date 94.01.17.14.59.27; author rstevens; state Exp;branches ;next ;desc@@1.1log@08Dec93 version for tcpipi@text@# Change the following as required:CC = gccCFLAGS = -ansi -Wall -Dsun -D__STDC__=0# My flags for gcc/solaris 2.3: -ansi -Wall -Dsun -D__STDC__=0# Add in -DGCC_STRUCT_PROBLEM for gcc versions 1.x under SunOS 4.x# Add in -D__STDC__=0 for gcc under Solaris 2 (for Sun's screwy headers)# Add in -D_BSD=44 for AIX 3.2.2 (see <sys/socket.h>)# Add in -D_SOCKADDR_LEN for DEC OSF/1 (see <sys/socket.h>)# Following line for SVR4, Solaris 2.xLIBS = /usr/ucblib/libucb.a -lsocket -lnsl# Following line for 4.4BSD, BSD/386, SunOS 4.x, AIX 3.2.2, OSF/1#LIBS =PROGS = sockOBJS = buffers.o cliopen.o crlf.o error.o loop.o main.o \ servopen.o sockopts.o sourcesink.o strerror.o \ tellwait.o writen.o# Can delete strerror.o on systems that already support it (4.4BSD)all: ${PROGS}${OBJS}: sock.hsock: ${OBJS} ${CC} ${CCFLAGS} -o $@@ ${OBJS} ${LIBS}clean: rm -f ${PROGS} core core.* *.o temp.* *.out typescript*@
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -