Re: State and plans for C++20 module support?

Paul Smith <[email protected]> Mon, 24 Feb 2025 08:23:16 -0500
Newsgroups gmane.comp.sysutils.autoconf.general,gmane.comp.sysutils.automake.general
Organization GNU's Not UNIX!
Message-ID <[email protected]>
On Fri, 2025-02-21 at 18:12 -0600, Jacob Bachmeyer wrote:
> Does GNU Make not recognize rules that declare dependencies of
> makefiles?  Presumably the makefile could include a rule: 
> Makefile: CMakefile
> 	$(CMAKE) ...

You're 100% right, of course.  I clearly had not had my morning tea
when I wrote that.

(although it would be "CMakeLists.txt" :)... and it would be a list of
prerequisites since CMake files usually include other CMake files.)