1 2 3 4 5 6 7 8
#!/bin/sh sed -E ' s/\$\(([^)]+)\)/$\1/g s/^(.*)\+=/\1=$\1 /g s/^include /</g /^</ s/Make/mk/g ' "$@"