【问题标题】:Difference between assignment operators in automakeautomake中赋值运算符之间的区别
【发布时间】:2010-11-05 09:16:30
【问题描述】:

automake 中有 2 种赋值变体。 = 和 := 它们之间有区别吗?

【问题讨论】:

    标签: automake assignment-operator


    【解决方案1】:

    不止这两个,它们来自 makefile,而不是专门的 automake。

    Makefile variable assignment

    【讨论】:

    • 请注意,如果您使用:= 赋值并将-Wall 传递给AM_INIT_AUTOMAKE,则会收到以下错误:Makefile.am:12: `:='-style assignments are not portable
    猜你喜欢
    • 1970-01-01
    • 2014-10-26
    • 2017-12-25
    • 1970-01-01
    • 2012-02-22
    • 2015-07-10
    • 2012-03-04
    • 1970-01-01
    • 2013-05-12
    相关资源
    最近更新 更多