makefile

来自「Equator 公司BSP-15 DSP开发平台所有驱动程序源码」· 代码 · 共 34 行

TXT
34
字号
###### Copyright (c) 2002 Equator Technologies, Inc.##################################################################################  DESCRIPTION:###    Makefile for test application for Digital RGB output###    through the Display Refresh Controller driver.###  #########################################################################TOP := ../../..TOP_APPS := ../..# Name and type of the target for this MakefileAPP_TARGET      := vidcapaud# Object files that compose the targetOBJS            := vidcapaud $(TOP_APPS)/vidcap/vidcap $(TOP_APPS)/audtest/audtest# Libraries that the target usesLIBS            := mediadrv dsinclude $(TOP)/common.mk

⌨️ 快捷键说明

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