makefile
来自「Motorola synergy audio component」· 代码 · 共 37 行
TXT
37 行
## DESCRIPTION:# Main Makefile for source code subdirectory.############ Revision History ########################################## Date Author Reference# ======== ======== ================================# 2002-03-22 w13636 WSDdt03144# This Makefile is not used during the platofrm/component build.# It's used when you try to compile all or some objects # in this library.# # 00-08-29 hchuang CSGce68045# include /vobs/cdma/v4/libs/acl, and l3 path# 99-08-30 bcerveny CSGceXXXXX# Makefiles for ATSO Common Builds# - Initial creation############ Begin boilerplate (Do not modify) #######################WSD_MAKEFILE = 1include Makefile.initinclude Makefile.definesinclude Makefile.cdefines########### End boilerplate ########################################## List all library object to be built in Makefile.objectsinclude Makefile.objectsTARGETS = $(addprefix $(VOBROOT)/engine_audio/code/audio/obj.$(ARCH)/,$(OBJECTS))########### Begin boilerplate (Do not modify) ######################## Makefile.defines must be included before Makefile.rules include Makefile.rules########### End boilerplate #########################################
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?