makefile

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

TXT
48
字号
# Makefile - makefile for target/src/vxdcom## modification history# --------------------# 01j,22oct01,dbs  add extra-subdirs option# 01i,17oct01,dbs  improve IDL-build rules to allow for veloce hacks, remove#                  build script# 01h,28sep01,nel  Remove vxdcom_build_host file check.# 01g,28sep01,nel  Veloce Development Branch# 01f,21sep01,nel  Change rules.vxcom to defs.vxcom.# 01e,20sep01,nel  Add target/h/make/rules.vxcom.# 01d,02aug01,dbs  no need to figure out build-host# 01c,24jul01,dbs  add unix IDL compilation support# 01b,16jul01,dbs  add unix build support# 01a,13jul01,dbs  copied from vxcom makefile## DESCRIPTION# This file contains the makefile rules for building the vxdcom library##DEFS_VXCOM = $(WIND_BASE)/target/h/make/defs.vxcominclude $(DEFS_VXCOM)# Force 'idl' directory to be made firstSUBDIRS		= idl dcom rpc reactor $(VXDCOM_EXTRA_SUBDIRS)# Check for build-kind, which is either T2/T3 or Unixifeq ($(VXDCOM_BUILD_HOST),unix)LIB            	= $(HOST_LIB_DIR)/libvxdcom.soBASE_DIR	= $(VXDCOM_BASE)_VXCOM_INC_DIRS = h unixh debug com os/$(WIND_HOST_TYPE)/vxemuINC_DIRS        = h unixh $(SUBDIRS) $(addprefix ../vxcom/,$(_VXCOM_INC_DIRS))SRC_DIRS        = $(SUBDIRS)else# Building for VxWorks, so let the default SUBDIRS rule take overendifinclude h/make/rules.library.$(VXDCOM_BUILD_HOST)# Special rule for building IDL-derived files.PHONY: idlcompidlcomp:	$(MAKE) -C idl DEFS_VXCOM=$(DEFS_VXCOM) CPU=$(CPU) TOOL=$(TOOL) idlcomp

⌨️ 快捷键说明

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