⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 this gives details of the network programming
💻
字号:
.c.o:	gcc -c -Wall ${CFLAGS} $<# -I/usr/ucblib/include $<#When running on Solaris, the default server code generated by rpcgen# puts the server in the background. For development we don't want this.# The follwing define disables automatic backgrounding (is that a word?)CFLAGS=-DRPC_SVC_FGLIBS= -L/usr/ucblib -lrpcsoc -lsocket -lnslall: rpctalkrpctalk: rpctalk.o rpctalk_xdr.o	gcc -g -o  rpctalk rpctalk.o rpctalk_xdr.o $(LIBS)rpctalk.o: rpctalk.c rpctalk.hrpctalk.h: rpctalk.x	rpcgen -h rpctalk.x > rpctalk.hrpctalk_xdr.c: rpctalk.x	rpcgen -c rpctalk.x > rpctalk_xdr.c

⌨️ 快捷键说明

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