makefile
来自「linux dvb的文件」· 代码 · 共 36 行
TXT
36 行
# Makefile for Linux DVB API Version 2 test programsCC = gccCFLAGS = -g -O1 -W -Wall -I../../includeTARGETS = \ diseqc \ set22k \ sendburst \ setvoltage \ setpid \ video \ test_sections \ test_sec_ne \ test_pes \ test_tt \ test_av \ test_stillimage# test_av_play# test \# test_audio \# test_dmx \# test_dvr \# test_front \# test_switch \# test_video \all: $(TARGETS)test_sections test_sec_ne test_pes test_tt: hex_dump.oclean: rm -f $(TARGETS) *.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?