Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | volk: removed old generator python code | Josh Blum | 2012-04-19 | 1 | -13/+0 |
| | |||||
* | volk: fix #466 deprecated string use, from Pinkava | Josh Blum | 2011-11-30 | 1 | -2/+1 |
| | |||||
* | volk: reorganization of generation sources and generated files | Josh Blum | 2011-04-26 | 1 | -0/+14 |
All generation sources have been moved to the gen/ subdirectory. Bootstrap and volk_register.py generate the files into to gen/ subdirectory in an effort to cleanly separate the static/generated parts of the build tree. Define top_gendir in Makefile.common, all generated sources listed in Makefile.ams are prefixed with $(top_gendir) to differentiate them from static in-tree sources. |