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.
私の configure.ac では、ユーザーが指定できます--enable-monitor。サブディレクトリには、ビルドする特定の数のターゲットを含む Makefile.in があります。ユーザーが指定した場合にのみ使用できるようにしたい--enable-monitor
--enable-monitor
別の言い方をすれば、 が で実行されているmake monitor場合にのみ、ユーザーが実行できるようにしたいと考えています。./configure--enable-monitor
make monitor
./configure
どうやってやるの?