sorry, just realized that this needs support from the compiler. 




Jack
ljh....@qq.com




---原始邮件---

发件人:ljh"

发送时间:"8/16/2022, 11:02:48 PM"

收件人:"bug-make"

主题:Generating prerequisites automatically - for C++20 modules

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