makefile
来自「嵌入式开发工具」· 代码 · 共 35 行
TXT
35 行
# Makefile for Zinc.## target 'applibs' will build the application libraries# (linkable .a and downloadable .o)TGT_DIR=$(WIND_BASE)/targetexport BUILD_FROM_ROOT = yesSUBDIRS= common generic vxWorksinclude $(TGT_DIR)/h/zinc/make/rules.zinczincClean: make CPU=$(CPU) zincrclean zincApplibs: make CPU=$(CPU) ADDED_C++FLAGS+=$(FLAGS) EXTRA_DEFINE+=$(NEW_DEFINES) applibsconfigtoolWarning: @echo !!!!NOTE!!!! @echo !!!!NOTE!!!! @echo !!!!NOTE!!!! When building your project make sure ZINC_CONFIG_TOOL is defined. @echo !!!!NOTE!!!! It can be defined before including zaf.hpp or on the command line. @echo !!!!NOTE!!!! Example: make CPU=PPC603 ADDED_C++FLAGS=-DZINC_CONFIG_TOOL @echo !!!!NOTE!!!! @echo !!!!NOTE!!!!configtoolApplibsClean: zincClean zincApplibs configtoolWarningconfigtoolApplibs: zincApplibs configtoolWarning
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?