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

📄 makefile

📁 vxworks源码源码解读是学习vxworks的最佳途径
💻
字号:
# Makefile - makefile for vw/src/netwrs## modification history# --------------------# 01t,26oct99,jkf  Added DOC_OPTS for dosfs2# 01s,08oct99,jkf  added a kludge to get new nfs server docs into the the#                  the DOSFSII for T2 component documentation directory#                  "dosfs2".  This change should be be removed for T3,#                  since dosfs2 will no longer be a component release.#                  (plus I should have not needed to do this, but I had#                  no other way of getting the new NFS server docs into#                  The proper HTML list under dosfs2 directory.# 01r,21sep99,jkf  added nfsHash.c (no doc) for the DOS2 NFS server# 01q,21oct98,n_s  removed mbufLib.c, mbufSockLib.c, and bsdSockLib.c#                  from DOC_FILES# 01p,06oct97,spm  added man pages for DHCP server and relay agent# 01o,25sep97,gnn  changed ipEtherProto.* to ipProto.*# 01n,27aug97,spm  removed dhcpcCommonLib.c from DOC_FILES (no user routines)# 01m,26aug97,spm  renamed dhcpShow to dhcpcShow# 01l,12aug97,gnn  changes necessitated by MUX/END update.# 01k,11aug97,vin  added netBufLib.o# 01j,15jul97,spm  added files for SNTP client and server# 01i,02jul97,vin  added routeSockLib.o# 01h,28apr97,gnn  removed the now defunct nullProto.o# 01g,17apr97,vin  added ipFilterLib.o# 01f,17apr97,vin  added mCastRouteLib.o, igmpShow.o icmpShow.o tcpShow.o#		   and udpShow.o# 01e,14apr97,spm  renamed dhcpShowLib.c to dhcpShow.c for tech pubs tools# 01d,07apr97,spm  added files for DHCP server and relay agent# 01c,07apr97,gnn  removed endTestProto.o to a new location in drv/end/test# 01b,28feb97,vin  sorted and merged bsd44 to tor1_0_1# 01a,18jun96,yp   created from 01i of MakeSkel## DESCRIPTION# This file contains the makefile rules for building the vx library##*/TGT_DIR=$(WIND_BASE)/target# This is the DOC_FILES that should be ignored for T3.# This was only to get the nfs server into the T2 DOSFSII docs build.# DO NOT APPLY this change to T3...#DOC_FILES=	arpLib.c bootpLib.c \#                dhcpcShow.c dhcpcLib.c dhcpcBootLib.c dhcpsLib.c dhcprLib.c \#                etherLib.c ftpLib.c ftpdLib.c hostLib.c \#		ifLib.c inetLib.c  mountLib.c netDrv.c netLib.c \#		netShow.c nfsdLib.c nfsDrv.c \#		nfsLib.c proxyArpLib.c proxyLib.c remLib.c rlogLib.c \#		routeLib.c rpcLib.c sockLib.c sntpcLib.c sntpsLib.c \#                telnetLib.c tftpLib.c tftpdLib.c \#		m2Lib.c m2SysLib.c m2IfLib.c m2IpLib.c m2IcmpLib.c m2UdpLib.c \#		m2TcpLib.c zbufLib.c zbufSockLib.c \#		pingLib.c \#		etherMultiLib.c muxLib.c ipProto.c igmpShow.c icmpShow.c \#		tcpShow.c udpShow.c ipFilterLib.c netBufLib.cDOC_FILES=	 nfsdLib.c mountLib.c## Replace above when merging to T3LIBNAME=lib$(CPU)$(TOOL)vx.aLIBDIRNAME=obj$(CPU)$(TOOL)vxOBJS=	arpLib.o bootpLib.o ipProto.o bsdSockLib.o \        dhcpcShow.o dhcpcBootLib.o dhcpcCommonLib.o dhcpcLib.o \        dhcprLib.o dhcpsLib.o \        etherLib.o etherMultiLib.o ftpLib.o ftpdLib.o \        hostLib.o icmpLib.o ifLib.o igmpLib.o inetLib.o ipLib.o m2IcmpLib.o \	m2IfLib.o m2IpLib.o m2Lib.o m2SysLib.o m2TcpLib.o m2UdpLib.o \	mbufLib.o mbufSockLib.o mountLib.o muxLib.o netDrv.o netLib.o \	netShow.o nfsDrv.o nfsLib.o nfsdLib.o nfsHash.o pingLib.o \        proxyArpLib.o proxyLib.o remLib.o rlogLib.o routeLib.o rpcLib.o \   	sockLib.o sntpcLib.o sntpsLib.o tcpLib.o telnetLib.o tftpLib.o \	tftpdLib.o udpLib.o xdr_bool_t.o xdr_nfs.o xdr_nfsserv.o zbufLib.o \	zbufSockLib.o mCastRouteLib.o igmpShow.o icmpShow.o tcpShow.o \	udpShow.o ipFilterLib.o routeSockLib.o netBufLib.oinclude $(TGT_DIR)/h/make/rules.library#jkf - kludge#to change the DOC_DIR, its definition has to be placed after the include,#because a default value for DOC_DIR is set in the defs.default file#THIS SHOULD BE REMOVED FOR T3.DOC_DIR         = $(DOCS_ROOT)/vxworks/ref/dosfs2DOC_CHAPTER     = Dosfs2_librariesDOC_OPTS        = $(DOC_OPTS_MAN) -category DOSFS2

⌨️ 快捷键说明

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