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

📄 makefile

📁 vxworks源码源码解读是学习vxworks的最佳途径
💻
字号:
# Makefile - makefile for target/src/arch/ppc/math/usSoftwareLib/## modification history# --------------------# 01b,19aug98,tpr   added PowerPC EC 603 support.# 01a,20nov96,tpr   created from 01a of target/src/arch/mc69k/math/Makefile## DESCRIPTION# This file contains the makefile rules for building the software emulation# of the floating point library for PowePC.##*/TGT_DIR=$(WIND_BASE)/targetDOC_FILES	=LIBNAME=lib$(CPU)$(TOOL)vx.aLIBDIRNAME=obj$(CPU)$(TOOL)vxOBJ_USS		= arc32.o ceil32.o dp32.o dpcmp.o exp32.o floor32.o fp32.o \		  fparc32.o fpceil32.o fpcmp.o fpexp32.o fpfloo32.o 	   \		  fphyp32.o fplog32.o fpmod32.o fppow32.o fpsqrt32.o	   \		  fptrig32.o func32.o hyp32.o log32.o mod32.o pow32.o 	   \		  sqrt32.o trig32.oOBJ_GCC		= gccMathLib.oOBJ_PPC403 	= $(OBJ_USS) $(OBJ_GCC)OBJ_PPCEC603 	= $(OBJ_PPC403)OBJ_PPC860 	= $(OBJ_PPC403)OBJS=$(OBJ_$(CPU))include $(TGT_DIR)/h/make/rules.librarySUBDIRS=

⌨️ 快捷键说明

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