?? 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 + -