makefile

来自「《SystemC片上系统设计》——高等院校教材 陈曦, 徐宁仪」· 代码 · 共 10 行

TXT
10
字号
TOPDIR=../..# This Makefile requires the definition of thes environment variables:##    TOPDIR  The directory where Makefile.rules resides.#            Usually this would be ${SCV_INSTALL}/examples.SOURCE_FILES=test.ccinclude ${TOPDIR}/Makefile.rules

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?