📄 makefile
字号:
# Makefile - makefile for target/src/arch/mips/math## modification history# --------------------# 01d,14jan97,kkk added little endian support.# 01c,17dec96,kkk fixed OBJS, use $(CPU) instead of <CPU>.# 01b,16dec96,kkk split up the object modules for the different CPUs.# 01a,12jul96,yp created from 01c of MakeSkel## DESCRIPTION# This file contains the makefile rules for building the vx library##*/TGT_DIR=$(WIND_BASE)/targetLIBNAME=lib$(CPU)$(TOOL)vx.aLIBDIRNAME=obj$(CPU)$(TOOL)vxOBJ_HW = mathHardLib.o mathHardALib.oOBJ_SW = mathSoftLib.oOBJ_R3000gnu = $(OBJ_HW) fpSoft.o fpIntr.oOBJ_R3000gnule = $(OBJ_HW) fpSoft.o fpIntr.oOBJ_R4000gnu = $(OBJ_HW) fpSoft.o fpIntr.oOBJ_R4000gnule = $(OBJ_HW) fpSoft.o fpIntr.oOBJ_R4650gnu = $(OBJ_HW) fpSoft.o fpIntr.oOBJ_R3000sfgnu = $(OBJ_SW) fpSoft.o fpIntr.oOBJ_R4000sfgnu = $(OBJ_SW) fpSoft.o fpIntr.oOBJS=$(OBJ_$(CPU)$(TOOL))include $(TGT_DIR)/h/make/rules.library
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -