Cleanup unneeded parts of Stepmake
Individual changes:
1. Remove line break from STEPMAKE_TEMPLATES
It's easier to analyze when all values are in a single line.
A list of needed one can be obtained by the following:
$ git grep "STEPMAKE_TEMPLATES.=" | sed "s/.=\W(.)/\1/" | \
tr ' ' '\n' | sort -u | grep -v "\\$"
However we cannot simply delete all others because some are referenced
elsewhere, so it's a manual process of checking the candidates.
All source code is C++ by now, move the used rules to c++-*.make.
OUT_SO_MODULES and OUT_PYC_MODULES don't exist anymore.
This is very old and I don't think this file is used. Also get rid
of FLOWER_VERSION and FULL_FLOWER_VERSION which aren't used either.
The implicit rules are only used if no other rule can be found. We
define all needed rules ourselves, so they should not harm.
Diff:
Passes make, make test-baseline and a full make doc.
Patch on countdown for Jan 14th
Patch counted down - please push
Pushed to staging as