Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Makefile.am 中的 EXTRA_SCRIPTS 变量是什么?它记录在哪里?
从自动制作手册:
对于每个主节点,都有一个附加变量,通过在主节点名称前加上“EXTRA_”来命名。此变量用于列出可能构建或未构建的对象,具体取决于 configure 的决定。这个变量是必需的,因为 Automake 必须静态知道可以构建的对象的整个列表,以便生成适用于所有情况的 Makefile.in。
这里SCRIPTS描述了主要的。
SCRIPTS
简而言之,EXTRA_SCRIPTS变量列出了可能使用或不使用的脚本(即不需要从源代码构建的可执行文件),具体取决于配置。
EXTRA_SCRIPTS
I am currently trying to play a list of .wav file using the VLC plugin and the html object tag in the following manner :
$.each(rdata['results'],function(key,data) { newRow += '<div class