Sibi Siddharthan <sibisiddharthan.github@xxxxxxxxx> writes: > On a side note, why are we using SCRIPT_SH and SCRIPT_LIB separately? I think _SH are commands to be installed as executable, while _LIB are to be dot-included and installed as non-executable. There may be other differences; they (i.e. what the Makefile uses these lists for, how the elements on these lists are treated, etc.) are something you need to know before you can reimplement the logic of building and installing used by the current system in a different build system. Thanks.