📄 makefile
字号:
# Makefile - makefile for bsp/src/drv/hdisk## modification history# --------------------# 01k,15aug05,kkz Updating doc values# 01j,29apr05,kkz Updating for new doc directory# 01i,27may04,dgp change output dir and TOC structure (DOC_CHAPTER & DOC_DIR)# 01h,17feb04,pch remove PPC32 hack, no longer needed# 01g,31jan03,pch Add PPC32 support# 01f,12mar02,dat SPR 72518 Drivers docs in separate directory# 01e,15jan02,jkf SPR#72617, removing 01d kludge.# 01d,12oct01,tam added repackaging support# 01c,21jun00,rsh upgrade to dosFs 2.0# 01d,26oct99,jkf DOC_OPTS = $(DOC_OPTS_MAN) -category DOSFS2# 01c,08oct99,jkf added a kludge to get this 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,01jun98,dat fixed EXTRA_INCLUDE to use TGT_DIR# 01a,18jun96,yp created from 01c of MakeSkel## DESCRIPTION# This file contains the makefile rules for building the vx library##*/TGT_DIR=$(WIND_BASE)/targetDOC_FILES= ataDrv.c ataShow.cLIB_BASE_NAME=drvEXTRA_INCLUDE=-I$(TGT_DIR)/h/OBJS= ideDrv.o ataDrv.o ataShow.oinclude $(TGT_DIR)/h/make/rules.libraryCC_OPTIM=$(CC_OPTIM_DRIVER)include $(TGT_DIR)/h/make/defs.drivers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -