📄 rules.make
字号:
# The installation directory of the DVSDK dvsdk_1_30_00_23.DVSDK_INSTALL_DIR=/home/adam/dm355/dvsdk_1_30_00_23# For backwards compatibilityDVEVM_INSTALL_DIR=$(DVSDK_INSTALL_DIR)# Where the Codec Engine package is installed.CE_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/codec_engine_2_00# Where the XDAIS package is installed.XDAIS_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/xdais_6_00# Where the DSP Link package is installed.#LINK_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/NOT_USED# Where the CMEM (contiguous memory allocator) package is installed.CMEM_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/cmem_2_00# Where the codec servers are installedCODEC_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/dm355_codecs_1_06_01# Where the RTSC tools package is installed.XDC_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/xdc_3_00_02_11# Where Framework Components product is installedFC_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/framework_components_2_00# Where DSP/BIOS is installedBIOS_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/# The directory that points to your kernel source directory.#LINUXKERNEL_INSTALL_DIR=/opt/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti-davinciLINUXKERNEL_INSTALL_DIR=/home/adam/dm355/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti-davinci# The prefix to be added before the GNU compiler tools (optionally including# path), i.e. "arm_v5t_le-" or "/opt/bin/arm_v5t_le-".#MVTOOL_DIR=/opt/mv_pro_4.0.1/montavista/pro/devkit/arm/v5t_leMVTOOL_DIR=/home/adam/dm355/mv_pro_4.0.1/montavista/pro/devkit/arm/v5t_leMVTOOL_PREFIX=$(MVTOOL_DIR)/bin/arm_v5t_le-# Where to copy the resulting executables and data to (when executing 'make# install') in a proper file structure. This EXEC_DIR should either be visible# from the target, or you will have to copy this (whole) directory onto the# target filesystem.#EXEC_DIR=/opt/mv_pro_4.0.1/montavista/pro/devkit/arm/v5t_le/target/opt/dvsdkEXEC_DIR=/home/adam/workdir/filesys/opt/dvsdkDEV_INCLUDE=/home/adam/ambu355/includeDEV_LIB=/home/adam/ambu355/objs
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -