Makefile中notdir使用方法
    notdir用于去掉文件的绝对路径,只保留文件名。

一、作用
剥离文件的绝对路径,只保留文件名。

二、格式
$(notdir 文件列表)

三、实例
Makefile中notdir函数使用方法
图1 源文件结构

Makefile中notdir函数使用方法
图2 notdir实例

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
猜你喜欢
  • 2021-04-05
  • 2021-05-30
  • 2021-08-15
  • 2022-12-23
  • 2022-02-10
  • 2021-06-28
  • 2022-12-23
相关资源
相似解决方案