【发布时间】:2013-04-16 18:17:10
【问题描述】:
我的 configure.ac 允许用户指定 --enable-monitor。在一个子目录中,我有一个 Makefile.in,其中包含一定数量的要构建的目标。我希望其中一些仅在用户指定--enable-monitor时才可用
换句话说,我希望用户只能在./configure 与--enable-monitor 一起运行时才能运行make monitor。
我该怎么做?
【问题讨论】:
标签: makefile configure autotools