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

📄 makefile

📁 VXWORKS源代码
💻
字号:
# Makefile - makefile for vw/src/arch/ppc/math/motorolaLib## modification history# --------------------# 01b,12oct01,tam  added support for new packaging scheme# 01a,07dec96,tpr  written.## DESCRIPTION# This file contains the makefile rules for building the vxWorks architecture# dependant library.## NOTE# The binaries without sources have to be added to the src-arch ressource file#*/TGT_DIR=$(WIND_BASE)/targetLIB_BASE_NAME	= archOBJ_PPC403 	= OBJ_PPC550 	= OBJ_PPC555 	= $(OBJ_PPC603) OBJ_PPC509 	= $(OBJ_PPC603) OBJ_PPC601 	=OBJ_PPC603 	= $(LIBDIR)/atan.o $(LIBDIR)/pow.o $(LIBDIR)/sqrt.o \		  $(LIBDIR)/trig.oOBJ_PPC604 	= $(OBJ_PPC603)OBJ_PPC860   	=OBJS            = $(OBJ_$(CPU))include $(TGT_DIR)/h/make/rules.library$(TGT_DIR)/lib/$(LIBNAME) : $(OBJS)$(LIBDIR)/atan.o:	$(RM) $(subst /,$(DIRCHAR),$@)	$(CP) atan.o $(subst /,$(DIRCHAR),$@)$(LIBDIR)/pow.o:	$(RM) $(subst /,$(DIRCHAR),$@)	$(CP) pow.o $(subst /,$(DIRCHAR),$@)$(LIBDIR)/sqrt.o:	$(RM) $(subst /,$(DIRCHAR),$@)	$(CP) sqrt.o $(subst /,$(DIRCHAR),$@)$(LIBDIR)/trig.o:	$(RM) $(subst /,$(DIRCHAR),$@)	$(CP) trig.o $(subst /,$(DIRCHAR),$@)

⌨️ 快捷键说明

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