?? makefile
字號:
# Makefile - makefile for bsp/src/drv## modification history# --------------------# 01e,09nov01,jmp specified subdirs to build for simulators only.# 01d,12oct01,tam added repackaging support# 01c,04jun98,dat removed unnecessary EXTRA_INCLUDE, removed bspVersion.o# 01b,06jan98,cym Changed -I to $(OPTION_INCLUDE_DIR) to decouple from GNU# 01a,18jun96,yp created from 01f of MakeSkel## DESCRIPTION# This file contains the makefile rules for building the vx library##*/TGT_DIR=$(WIND_BASE)/targetLIB_BASE_NAME=drvOBJS=## define SUBDIRS for simulators only, to avoid building everything#ifneq ($(subst SIM,,$(CPU)),$(CPU))SUBDIRS=end netif vxfusion wdbendifinclude $(TGT_DIR)/h/make/rules.library
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -