summaryrefslogtreecommitdiff
path: root/ragel/host-go/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* forked off ragel, keeping libfsm and rlhc in colm repositoryAdrian Thurston2020-03-081-34/+0
| | | | | Split off ragel, leaving behind libfsm and the rlhc code. Intend to use both of those components in colm.
* colm: modified calling convention for colm wrapperAdrian Thurston2020-01-091-7/+6
| | | | | | | | Changed the calling convention for colm-wrap (formerly colm-pack) so that we can substitute the colm program, once packing is implemented there. Makes the new wrapper args compatible with the existing args for the colm binary. refs #85
* using a wrapper script to achieve one output per runAdrian Thurston2020-01-021-4/+10
| | | | | | | Using a wrapper around colm that tars up output files into a pack. The same wrapper can be used to extract the output files one at a time. Using -p to specify the pack file name. Using the wrapper in the building of colm and ragel. refs #85
* fixes for running the test suite out of a "make dist" tarballAdrian Thurston2019-11-241-1/+1
| | | | | Currently disabled the test dirs that are not automake based because they do not work with make dist.
* improved dependency specification in building colm progsAdrian Thurston2019-10-161-1/+1
|
* removed the building vars COLM_, they don't changeAdrian Thurston2019-09-121-4/+4
| | | | Just specifying these directly in the Makefile.am files.
* some tweaks to colm vars for building other projects in treeAdrian Thurston2019-09-111-5/+5
|
* build ragel programsAdrian Thurston2019-09-081-1/+1
|
* moved /ragel-repos/src to /ragelAdrian Thurston2019-09-081-0/+29
This will be what we build after building colm.