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.
Compound of 従属 (じゅうぞく, 'dependency') and コンパイル ('compile'), a direct calque from English computing terminology.