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

📄 makefile

📁 vxworks操作系统的源代码 供研究学习
💻
字号:
# Makefile - makefile for extracting objects from libimplfp.a## modification history# --------------------# 01d,14nov01,sn   fixed comment# 01c,13nov01,tam  moved archive into new directory hierarchy# 01b,13nov01,sn  (implicitly) use exclude list from defs.exclude# 01a,24oct01,sn   wrote## DESCRIPTION# This file contains the definitions needed for extracting objects# from libimplfp.a (C intrinsics).TGT_DIR          = $(WIND_BASE)/targetTOOL             = diabLIB_BASE_NAME	= dccLIB_COMMON	= trueDIABLIBRARY      = libimpfp.aCONFIGLETTE_NAME = diab_intrinsics_impfpinclude $(TGT_DIR)/src/tool/diab/rules.diab

⌨️ 快捷键说明

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