📄 makefile
字号:
# Pick up default rules and variablesinclude $(DVD_MAKE)/generic.mak# Other components this component is dependant uponIMPORTS = sti2c stpio sttbx stevt stcommonEXPORTS = sttuner.h sttuner.lib# Supported modules in the buildTUNERS = genericDEMODS = stv299 stv199# Build targetsTARGETS = sttuner.lib# Environment variablesifndef STTUNER_SIGNAL_NOISESTTUNER_SIGNAL_NOISE = 0endif# Local objects which comprise this componentOBJS = tuner.tco sttuner.tco demod.tco tnr.tco sat.tco i2c.tco# Update CFLAGS with external optionsCFLAGS := $(CFLAGS) -DSTTUNER_SIGNAL_NOISE=$(STTUNER_SIGNAL_NOISE)# Default rulesinclude $(DVD_MAKE)/defrules.makinclude sttuner.maksttuner.lib: $(OBJS) $(TUNERLIBS) $(DEMODLIBS) $(AR) $(LFLAGS) $^ -o $@install: ifdef PRODUCTION $(CP) $(EXPORTS) $(PRODUCTION) endifclean: $(LIBCLEAN) $(RM) *.tco $(RM) *.lib
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -