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.
autotools を使用して大規模なプロジェクトを構築しています。AC_CONFIG_SUBDIRS と SUBDIRS を使用して、マスター プロジェクトにサブプロジェクトを構成およびビルドさせることができます。別のビルド ディレクトリにサブプロジェクトをビルドすることで、オブジェクト ファイルをソースから分離することもできます。私が理解できないのは、両方を行う方法です-つまり、マスタープロジェクトにサブプロジェクトを別のディレクトリに構築させることです。