📄 makefile.pc
字号:
#
# make script to build FETUNER.LIB and its components for QPSK0299
# AUTHOR : THT, ST Application Lab
#
#
# Pick up default rules and variables
#
!include ..\make.inc
# I2C Repeater in use
LOCAL_CFLAGS = -DUSE_I2C_REPEATER -DUSE_PHILIPS_ZIF
# I2C Repeater disabled
#LOCAL_CFLAGS =
# Other components this component is dependant upon
EXPORTS = compil.h def.h driv0299.h i2cphysi.h reg0299.h stv299.h tun0299.h qpsk0299.h fereport.h st_tuner.h
# local objects which comprise this component
OBJS = qpsk0299.tco fereport.tco driv0299.tco i2cphysi.tco reg0299.tco tun0299.tco
default: fetuner.lib install
fetuner.lib: $(OBJS)
$(AR) $(OBJS) -o $@
headers:
# $(CP) *.h $(DVD_MAKE)
$(CP) *.h ..\..\include
install: $(EXPORTS)
!if defined(PRODUCTION)
$(CP) $(EXPORTS) $(PRODUCTION)
!endif
clean:
@$(ECHO) *** Cleaning: FETUNER ...
@$(RM) *.tco
@$(RM) *.lib
# Dependancies
qpsk0299.tco: qpsk0299.c qpsk0299.h tun0299.h driv0299.h st_tuner.h makefile.pc ..\malyconf.txt
fereport.tco: fereport.c fereport.h
driv0299.tco: driv0299.c driv0299.h tun0299.h reg0299.h st_tuner.h
i2cphysi.tco: i2cphysi.c i2cphysi.h
reg0299.tco: reg0299.c reg0299.h i2cphysi.h tun0299.h makefile.pc
tun0299.tco: tun0299.c tun0299.h i2cphysi.h st_tuner.h makefile.pc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -