📄 makefile
字号:
# Makefile - makefile for vw/src/arch/doc## modification history# --------------------# 01f,21mar99,dgp Fixed SPR 24881 and 21459 by adding cacheArchLib.c# removed ../mc68k/cacheArchLib.c and ../arm/cacheArchLib.c# 01e,12mar99,p_m Fixed SPR 4711 by adding cacheR333x0Lib manuals# 01d,21apr98,hdn doc: add Pentium specific documentation.# 01b,14jul97,dgp doc: add usrAta.c# 01b,27feb97,jpd added ARM-specific documentation.# 01a,18jun96,yp created from 01r of MakeSkel## DESCRIPTION# This file contains the makefile rules for building man pages from# special documentation-only modules that are generic to all # architectures.##*/TGT_DIR=$(WIND_BASE)/targetDOC_FILES= dbgArchLib.c excArchLib.c fppArchLib.c \ intArchLib.c taskArchLib.c vxLib.c \ cacheArchLib.c \ ../i86/mmuPro32Lib.c \ ../i86/pentiumALib.s \ ../i86/pentiumLib.c \ ../i86/pentiumShow.c \ ../i960/cacheI960JxALib.s \ ../i960/cacheI960JxLib.c \ ../i960/cacheI960CxALib.s \ ../i960/cacheI960CxLib.c \ ../mc68k/math/mathALib.s ../mc68k/math/mathHardLib.c \ ../mc68k/math/mathSoftLib.c \ ../mips/cacheR33kLib.c ../mips/cacheR333x0Lib.c \ ../mips/cacheR3kALib.s ../mips/cacheR3kLib.c \ ../mips/cacheR4kLib.c \ ../sparc/cacheCy604Lib.c ../sparc/cacheMb930Lib.c \ ../sparc/cacheSun4Lib.c ../sparc/cacheMicroSparcLib.c \ ../sparc/ioMmuMicroSparcLib.c ../sparc/mmuSparcILib.c \ ../sparc/cacheTiTms390Lib.c ../sparc/mmuL64862Lib.c \ ../sparc/bALib.s \ $(TGT_DIR)/config/all/bootConfig.c \ $(TGT_DIR)/config/all/bootInit.c \ $(TGT_DIR)/config/all/usrConfig.c \ $(TGT_DIR)/config/doc/sysLib.c \ $(TGT_DIR)/src/config/usrAta.c \ $(TGT_DIR)/src/config/usrFd.c \ $(TGT_DIR)/src/config/usrIde.c \ $(TGT_DIR)/src/config/usrScsi.c \ $(TGT_DIR)/src/config/usrSmObj.c \ $(TGT_DIR)/src/drv/netif/smNetLib.c \ $(TGT_DIR)/src/drv/netif/smNetShow.cinclude $(TGT_DIR)/h/make/rules.library
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -