bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Generating prerequisites automatically - for C++20 modules


From: ljh
Subject: Generating prerequisites automatically - for C++20 modules
Date: Tue, 16 Aug 2022 23:02:47 +0800

Hello list,

Can make provide an option to support C++20 modules, similar to the -MMD -MP option for generating .d files for header files inclusion. So we don't have to list the dependencies manually

  main.o: x.o y.o z.o
  x.o: y.o z.o
  
Thanks


reply via email to

[Prev in Thread] Current Thread [Next in Thread]