feat(pyratemp): successfully generating make deps

After minor modifications to pyratemp, it certainly does the job.

What it **does NOT** do:

* multiple outputs per template/command invocation
* NICE embedding of code (like GSL can)

It will do the job nonetheless, but mako might be worth a look
This commit is contained in:
Sebastian Thiel
2015-03-01 15:08:37 +01:00
parent 179c64c5e7
commit c0bfeabbc3
7 changed files with 269 additions and 36 deletions

View File

@@ -21,7 +21,7 @@ The license of everything not explicitly under a different license are licensed
What follows is a list of other material that is licensed differently.
* **./etc/bin/pyratemp.py** is licensed under MIT, as shown in [the header][pyratemp-header] of the file.
* **./etc/bin/pyratemp.py** is licensed under MIT-like, as shown in [the header][pyratemp-header] of the file.
* **./etc/api/\*\*/*.json** are licensed under a [MIT-like google license][google-lic].