"Sibi Siddharthan via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: Sibi Siddharthan <sibisiddharthan.github@xxxxxxxxx> > > The CMake script parses the Makefile for: > SCRIPT_SH > SCRIPT_PERL > TEST_BUILTINS_OBJS > LIB_OBJS > BUILTIN_OBJS > XDIFF_OBJS > VCSSVN_OBJS > > By doing this we avoid duplication of text between the Makefile and > the CMake script. Thanks, this makes perfect sense, but it probably should have been done from the very beginning, without copying the huge list manually in the step [01/11]. How robust is the "parser"? Do we need to leave an instruction to Makefile writers to conform to certain style to help CMake users as an additional comment in the Makefile, or is any reasonable textual drift still accepted?