gpt4 book ai didi

makefile - 通过读取另一个文件的内容在 makefile 中创建变量

转载 作者:行者123 更新时间:2023-12-02 00:17:42 24 4
gpt4 key购买 nike

如何从 makefile 即时创建变量,其值将是另一个数据文件的全部内容。

最佳答案

假设 GNU make:

file := whatever.txt
variable := $(shell cat ${file})

关于makefile - 通过读取另一个文件的内容在 makefile 中创建变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6767413/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com