📄 makefile
字号:
# Makefile - makefile for /src/wrn/nat/natcfg## Copyright 2000-2003 Wind River Systems, Inc.## @format.tab-size 8## modification history# --------------------# 01f,25apr03,svk changed LIB_BASE_NAME to nat, removed the -Wall and -Xlint# warning flags because they are on by default# 01e,24apr03,zhu updated copyright# 01d,20sep02,vvv fixed check for compiler# 01c,18sep02,vvv updated for T2.2 archiving method# 01b,18sep02,vvv added Diab support (SPR #80460)# 01a,09mar00,rrs created from 01b of /src/netinet/makefile## DESCRIPTION# This file contains the makefile rules for building the vx library##*/TGT_DIR=$(WIND_BASE)/targetLIB_BASE_NAME= natOBJS= natcfg.oinclude $(TGT_DIR)/h/make/rules.library
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -