makefile
来自「vxworks下ppp的实现源码」· 代码 · 共 30 行
TXT
30 行
# 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 + =
减小字号Ctrl + -
显示快捷键?