?? makefile
字號:
DVD_MAKE_VERSION := 2ifdef IN_OBJECT_DIR# Pick up default rules and variablesinclude $(DVD_MAKE)/generic.mak# Other components this component is dependent uponIMPORTS := statapi stboot stcommon stevt sttbx stuart stpioTARGETS := atapitest.lku # Use Toolbox Print for test harness outputCFLAGS += -DSTTBX_PRINT -DSTTBX_REPORT # Options based on platformifeq ($(DVD_FRONTEND),5514) IMPORTS := $(IMPORTS) stcfgendif# Build optionsifdef SOAK_TEST CFLAGS += -DSOAK_TESTendif ifdef ATAPI_BMDMA CFLAGS += -DATAPI_BMDMAendif ifdef ATAPI_GPDMA CFLAGS += -DATAPI_GPDMA IMPORTS += stgpdmaendififdef RW_INFO CFLAGS += -DRW_INFOendif ifdef ATAPI_MEMTEST CFLAGS += -DATAPI_MEMTESTendififdef ATAPI_LBA48TEST CFLAGS += -DATAPI_LBA48TESTendififdef STATAPI_OLD_FPGA CFLAGS += -DSTATAPI_OLD_FPGAendififdef HDDI_5514_CUT_2 CFLAGS += -DHDDI_5514_CUT_2endififdef HDDI_5514_CUT_3 CFLAGS += -DHDDI_5514_CUT_3endifinclude $(DVD_MAKE)/defrules.makstfpga.lib: stfpga.tco $(BUILD_LIBRARY)# Executablesatapitest_INIT := board_initatapitest_LKFLAGS := -fpatapitest.lku: atapitest.tco stfpga.lib $(IMPORT_LIBS) $(LINK_EXECUTABLE) clean: @ $(RM) *.tco @ $(RM) *.dbg @ $(RM) *.lku @ $(RM) *.map @ $(RM) *.libelseinclude $(DVD_MAKE)/builddir.makendif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -