makefile.w32

来自「vxworks源码源码解读是学习vxworks的最佳途径」· W32 代码 · 共 18 行

W32
18
字号
# Makefile?.w32 - Makefile to build /host/src/tgtsvr/backend sub-directory

# The following macro definitions for PROJECTS and SUB_PROJECTS must all
# be on one line separated by one space *only*.  Be sure there are no
# spaces at EOL.

PROJECTS = backend

SUB_PROJECTS = wdbrpc wdbserial wdbportsvr netrom wdbpipe loopback

# Note exception of normal build order; projects built first!

all: projects-all sub-projects-all

clean: sub-projects-clean projects-clean

!INCLUDE $(WIND_BASE:/=\)\host\include\make\genericw32.mh

⌨️ 快捷键说明

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