📄 makefile
字号:
## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -