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

📄 makefile

📁 VxWorks BSP框架源代码包含头文件和驱动
💻
字号:
# Makefile - makefile for src/wrn/util## modification history# --------------------# 01j,14jan03,rae  Merged from velocecp branch# 01i,19oct01,tam  added support for new archive directory hierarchy# 01h,14nov00,rae  remove igmpPortLib, cleanup# 01g,20jul00,rae  removed PRE_INCLUDE# 01f,16may00,rae  added  -DVIRTUAL_STACK# 01e,22mar00,sj   removed debug flag -g# 01d,10mar00,rae  add WRN/include# 01c,10mar00,rae  add include to include path# 01b,17feb00,adb  avlLib.o# 01a,07jan00,sj   created ## DESCRIPTION# This file contains the makefile rules for building the wrn utilities.##*/TGT_DIR=$(WIND_BASE)/targetDOC_FILES=LIB_BASE_NAME   = netOBJS=   avlLib.o ifneq ($(subst diab,,$(TOOL)), $(TOOL))CFLAGS_avlLib.o= -Xrelax-alias=0x3elseCFLAGS_avlLib.o= -fno-strict-aliasingendifinclude $(TGT_DIR)/h/make/rules.library

⌨️ 快捷键说明

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