⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 tuner扫描
💻
字号:
DIR_LOCAL = comps/tmgdrVdec

#***********************************************************************
# Do not change the following include
#***********************************************************************
include $(_TMROOT)/sde/environment.mk

#-----------------------------------------------------------------------
# Source environment variables
#-----------------------------------------------------------------------
C_SOURCES = \
	fbm_api.c \
	fbm_driver_api.c \
	fbm_supervisor.c \
	fbm_synchro_Vs.c \
	ipvd_dbg.c \
	mv_dec.c \
	mv_dec01.c \
	mv_dec02.c \
	mv_dec03.c \
	mv_drv.c \
	mv_inp.c \
	mv_itv.c \
	mv_spc.c

#-----------------------------------------------------------------------
# Required components
#-----------------------------------------------------------------------
REQUIRES = \
	tmosal \
	tmDvDbg \
	tmbslMgr \
	tmml \
	tmResources \
	tmgdrSync \
	tmgdrVss

#-----------------------------------------------------------------------
# Directory where the 3rdparty includes are stored
#-----------------------------------------------------------------------
DIR_INCLUDE = \
	$(PSS_ROOT)/../inc

#-----------------------------------------------------------------------
# local CFLAGS
#-----------------------------------------------------------------------
LOCAL_CFLAGS	= -DDV_DEBUG

#-----------------------------------------------------------------------
# local CPPFLAGS
#-----------------------------------------------------------------------
LOCAL_CXXFLAGS =

#-----------------------------------------------------------------------
# Used for automatic documentation.
#-----------------------------------------------------------------------
DOC_COMPNAME = tmgdrVdec
DOC_SECTIONNUMBER = 01

#***********************************************************************
# Do not change this
#***********************************************************************
all: configuration lib

#***********************************************************************
# Do not change the following include
#***********************************************************************
ifneq ($(DIR_CONFIG),_)
include $(DIR_SDE)/$(DIR_CONFIG)/makelib.mk
endif

⌨️ 快捷键说明

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