noun
dependent compilation; separate compilation
Computing term for compiling a program in parts, where compilation of one part depends on another. Often contrasted with independent compilation.
従属コンパイルでは、変更されたファイルだけを再コンパイルする。
In dependent compilation, only the changed files are recompiled.
このビルドシステムは従属コンパイルをサポートしている。
This build system supports dependent compilation.