makefile

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

TXT
33
字号
# Makefile for building a WindML application## modification history# --------------------# 01f,21nov00,gav  Multiple source file build.# 01e,17oct00,jlb  Removed UGL_APP_NAME# 01d,16oct00,jlb  Remove ugl archive builds from examples (SPR 35102)# 01c,28sep00,jlb  Moved rules.windml to h/ugl/make# 01b,27sep00,gav  Make demo target default.# 01a,31jul00,jlb  created## This Makefile generates two objects, the application without any# UGL components linked with the application and another object with# the required components linked with the application#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	= wexbitmap.oinclude $(TGT_DIR)/h/ugl/make/rules.windml

⌨️ 快捷键说明

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