makefile

来自「the vxworks system kernel souce packeg.t」· 代码 · 共 26 行

TXT
26
字号
# Makefile - makefile for extracting objects from libimpl.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 libimpl.a (C intrinsics)TGT_DIR          = $(WIND_BASE)/targetTOOL             = diabLIB_BASE_NAME	= dccLIB_COMMON	= trueDIABLIBRARY      = libimpl.aCONFIGLETTE_NAME = diab_intrinsics_implinclude $(TGT_DIR)/src/tool/diab/rules.diab

⌨️ 快捷键说明

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