?? makef.osl
字號:
#
# MODULE: MICO/ Diversity Reference Driver for OSLink Toolset - ROM Image
#
# FILE : makef.osl
#
# NAME : Lehu - ST Application Lab
#
# PURPOSE:
# Build the Cab0297 library for OSLink
#
include ..\makef.inc
AFLAGS=
all: library
headers:
$(CP) *.h $(INSTALLDIR)\libs
library : $(LIBDIR)/fetunerf.lof
$(LIBDIR)/fetunerf.lof: fetunerf.lof
$(CP) fetunerf.lof $(INSTALLDIR)\libs
fetunerf.lof: fetunerf.$(LIBRESP) qam0297.tof driv0297.tof reg0297.tof tun0297.tof makef.osl
$(AR) -f fetunerf.$(LIBRESP) $(AFLAGS) -o fetunerf.lof
qam0297.tof: qam0297.c reg0297.h tun0297.h driv0297.h \
$(INSTALLDIR)\libs\develop.h \
$(INSTALLDIR)\libs\st5500.h $(INSTALLDIR)\libs\55refcfg.h
$(CC) $(CFLAGS) qam0297.c -o qam0297.tof
driv0297.tof: driv0297.c driv0297.h compil.h def.h \
$(INSTALLDIR)\libs\develop.h \
$(INSTALLDIR)\libs\st5500.h $(INSTALLDIR)\libs\55refcfg.h
$(CC) $(CFLAGS) driv0297.c -o driv0297.tof
reg0297.tof: reg0297.c reg0297.h compil.h def.h \
$(INSTALLDIR)\libs\develop.h \
$(INSTALLDIR)\libs\st5500.h $(INSTALLDIR)\libs\55refcfg.h
$(CC) $(CFLAGS) reg0297.c -o reg0297.tof
tun0297.tof: tun0297.c tun0297.h compil.h def.h \
$(INSTALLDIR)\libs\develop.h \
$(INSTALLDIR)\libs\st5500.h $(INSTALLDIR)\libs\55refcfg.h
$(CC) $(CFLAGS) tun0297.c -o tun0297.tof
clean:
@$(RM) *.tof
@$(RM) *.lof
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -