makefile

来自「the vxworks system kernel souce packeg.t」· 代码 · 共 32 行

TXT
32
字号
# Makefile - makefile for vw/src/netinet## modification history# --------------------# 01f,26apr02,mil  Removed O1 workaround for PPC compiler bug for route.o.# 01e,24jan02,yvp  Temporary: reduce optimization to O1 for route.o. Workaround#                  for GNU PPC compiler bug - trashing data on stack.# 01d,14nov01,tcr  add INCLUDE_WVNET# 01c,08aug01,mem  New runtime arrangement support.# 01b,28feb97,vin  sorted and merged bsd44 to tor1_0_1# 01a,18jun96,yp   created from 01b of MakeSkel## DESCRIPTION# This file contains the makefile rules for building the vx library##*/TGT_DIR=$(WIND_BASE)/targetLIB_BASE_NAME=netOBJS=	if.o if_ether.o if_subr.o igmp.o in.o in_cksum.o in_pcb.o \	in_proto.o ip_icmp.o ip_input.o ip_mroute.o ip_output.o radix.o \	raw_cb.o raw_ip.o raw_usrreq.o route.o rtsock.o sl_compress.o \	sys_socket.o tcp_debug.o tcp_input.o tcp_output.o tcp_subr.o \	tcp_timer.o tcp_usrreq.o udp_usrreq.o uipc_dom.o uipc_mbuf.o \	uipc_sock.o uipc_sock2.o unixLib.o \EXTRA_DEFINE= -DINCLUDE_WVNETinclude $(TGT_DIR)/h/make/rules.library

⌨️ 快捷键说明

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