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

📄 makefile

📁 vxworks源码源码解读是学习vxworks的最佳途径
💻
字号:
# Makefile - makefile for target/src/fs## modification history# --------------------# 01d,26oct99,jkf  added -category to DOC_OPTS# 01c,08oct99,jkf  added a kludge to get these into the T2 component#                  documentation directory "dosfs2".  This change should be#                  be removed for T3, since dosfs2 will no longer be a#                  component release.# 01b,15oct98,lrn  moved rawFsLib to this directory# 01a,05jul98,lrn  derived from target/src/usr## DESCRIPTION# This file contains the makefile rules for building the vx library##*/TGT_DIR=$(WIND_BASE)/targetDOC_FILES=		\    cbioLib.c		\    dcacheCbio.c	\    dosFsFmtLib.c	\    dosFsLib.c		\    dpartCbio.c		\    tarLib.c		\    rawFsLib.cLIBNAME=lib$(CPU)$(TOOL)vx.aLIBDIRNAME=obj$(CPU)$(TOOL)vxOBJS=	\    cbioLib.o	\    dcacheCbio.o	\    dosChkLib.o		\    dosDirOldLib.o	\    dosFsFat.o		\    dosFsFmtLib.o	\    dosFsLib.o		\    dosVDirLib.o	\    dpartCbio.o		\    print64Lib.o	\    tarLib.o		\    rawFsLib.oinclude $(TGT_DIR)/h/make/rules.library# to change the DOC_DIR, its definition has to be placed after the include,# because a default value for DOC_DIR is set in the defs.default fileDOC_DIR         = $(DOCS_ROOT)/vxworks/ref/dosfs2DOC_CHAPTER     = Dosfs2_librariesDOC_OPTS	= $(DOC_OPTS_MAN) -category DOSFS2

⌨️ 快捷键说明

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