makefile

来自「IXP425的BSP代码」· 代码 · 共 37 行

TXT
37
字号
# Makefile - for datagram demo.## modification history# --------------------# 01b,13nov95,p_m  adapted to Tornado.# 01a,12feb93,jcf  written.## DESCRIPTION# This file contains the makefile rules for building the host and target# side of the VxWorks demo dg.## SUBSTITUTION# The following constant will be substitued:#    CPU              cpu/architecture#    TOOL             tool chain used for build#    WIND_HOST_TYPE   host type; controls building of host-specific tools#*/CPU		= MC68020TOOL		= gnuinclude $(WIND_BASE)/target/h/make/defs.bspinclude $(WIND_BASE)/target/h/make/make.$(CPU)$(TOOL)include $(WIND_BASE)/target/h/make/defs.$(WIND_HOST_TYPE)default		: $(DEMO_DIR)$(DEMO_DIR)	: .neverbuilt		$(CC) $(CFLAGS) -c dgTest.c		$(CP) dgTest.o $@exe		:.neverbuilt	:

⌨️ 快捷键说明

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