makefile

来自「2410/vxworks/tornado下的基本实验包括 serial,ramd」· 代码 · 共 22 行

TXT
22
字号
# Makefile for building a WindML Windowing Tutorials## modification history# --------------------# 01a,06nov01,msr  created#TGT_DIR=$(WIND_BASE)/targetBLD_TYPE=UGL_DEMOC_SOURCE =	$(wildcard *.c)OBJS=		$(C_SOURCE:.c=.o)## Name of the object file containing all objects linked together, not defined# if the program contains a single source fileUGL_APP_NAME = winDemoinclude $(TGT_DIR)/h/ugl/make/rules.windml

⌨️ 快捷键说明

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