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
SUBDIRS = a . b c
我想在 a/ 中调用 Makefile 并传递一个目标,并且只在 a/ 中调用 Makefile(不是 .、b/ 或 c/)。
有没有办法做到这一点,以防即使不使用 SUBDIRS 为 a/ ?