【编译工具基础】理解CONCERTO MAKEFILE 系统

前言

 

内部变量

SYS_SHARED_LIBS - dynamic libraries for which no dependencies are generated (which implies that they are outside the build system).(没有为其生成依赖关系的动态库(这意味着它们位于构建系统之外))
SYS_STATIC_LIBS - static libraries for which no dependencies are generated (which implies that they are outside the build system). (没有为其生成依赖关系的动态库(这意味着它们位于构建系统之外))
SHARED_LIBS - dynamic libraries for which dependencies are generated (which implies that they are intside the build system).(生成依赖项的动态库(这意味着它们位于构建系统内部))
STATIC_LIBS - static libraries for which dependencies are generated (which implies that they are inside the build system).(生成依赖项的静态库(这意味着它们位于构建系统内部))
IDIRS - include directories (头文件的路径)
LDIRS - library link path (链接库的路径)

 

 

 

 

参考

1. concerto makefile 系统 – Fredy' s Blog

2. Concerto 自述_潇潇独行侠的博客-CSDN博客

3. Understanding concerto makefile system ‒ Processor SDK RTOS J721E

 

posted on 2023-05-23 18:30  鹅要长大  阅读(114)  评论(0编辑  收藏  举报

导航