?? makefile
字號(hào):
# 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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -