threadlib emancipation

+++++++++++++++++++++++

threadlib is now its own project => remove Waterrocket Fins from this
repo.
This commit is contained in:
Adrian Schlatter
2019-04-07 21:44:50 +02:00
parent 24147eb7d0
commit 9ee4be088a
11 changed files with 76 additions and 256 deletions

5
autogenerate.awk Normal file
View File

@@ -0,0 +1,5 @@
BEGIN { print "/* This script is auto-generated - do not edit"
print " :License: 3-clause BSD. See LICENSE. */"
printf "\nTHREAD_TABLE = [" }
/^G/ { print "[\"" $1 "\", [" $2 ", " $3 ", " $4 ", [[" $5 ", " $6 "], [" $7 ", " $8 "], [" $9 ", " $10 "], [" $11 ", " $12 "]]]],"}
END { print "];" }