⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 vxworks官方下载的demo源代码
💻
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -