【发布时间】:2013-01-11 06:44:52
【问题描述】:
我有一个文件 Makefile.am 我用来生成一个 Makefile。在生成的 Makefile 中,我想要类似的内容:
ifndef SOURCECODEPATH
SOURCECODEPATH := /home/root/source_code_path
endif
看起来很简单,有谁知道我该怎么做?
【问题讨论】:
标签: makefile conditional environment-variables autotools automake