summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Honor CC and CFLAGS environment variablesVictor Westerhuis2021-12-041-0/+2
| | | | This makes it easier to use a cross-compiler, for example.
* lift all source code into src/ dirinto-srcAdrian Thurston2020-10-181-1/+1
|
* moved source files into commit repositoryAdrian Thurston2020-03-141-1/+1
|
* moved ragel/ to libfsm/Adrian Thurston2020-03-141-2/+1
|
* forked off ragel, keeping libfsm and rlhc in colm repositoryAdrian Thurston2020-03-081-1/+1
| | | | | Split off ragel, leaving behind libfsm and the rlhc code. Intend to use both of those components in colm.
* 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.
* use configure to find the test suite compilers and interpretersAdrian Thurston2019-09-101-2/+1
|
* build ragel programsAdrian Thurston2019-09-081-1/+1
|
* moved the original colm src dir to /colmAdrian Thurston2019-09-081-2/+2
|
* updated Copyright yearsAdrian Thurston2018-03-041-1/+1
|
* reduced libtoolize verbosityPeter Reijnders2017-01-231-0/+1
|
* added autoconf and automake code for building asciidoc manualAdrian Thurston2016-12-191-1/+1
|
* migrated from GPLv2 to MIT licenseAdrian Thurston2016-12-131-17/+18
|
* revert "removed GPL license file and stripped GPL headers"Adrian Thurston2015-01-231-0/+17
| | | | | | | | | | This reverts commit f04d3ede7dbb6d3edd6a9865ebf88c5e6d82f18e. Conflicts: src/codegen.cc src/ctinput.cc src/exports.cc src/fsmcodegen.cc
* removed the test directory from the distAdrian Thurston2014-11-181-1/+1
| | | | | No longer distributing test suites. They will eventually contain fragments of proprietary code.
* moved test to the SUBDIRS so make check from root worksAdrian Thurston2014-11-061-2/+2
|
* removed GPL license file and stripped GPL headersAdrian Thurston2014-10-221-17/+0
|
* renamed colm dir to srcAdrian Thurston2013-06-081-1/+1
| | | | | | Renamed 'colm' dir to 'src'. To allow colm to work out of the installed location or the source tree, while the installed includes reference <colm/include.h>, a symlink to '..' is placed at src/include/colm.
* removed the commented-out pre-automake makefile rulesAdrian Thurston2013-05-111-68/+0
|
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-1/+1
| | | | | | | | | | | Colm includes a library component with headers installed to a private dir inside include: $prefix/include/colm. We need our headers to reference each other using this colm prefix. This needs to be true for compiling our source and also for compiling external programs. It is conventient to have all the source in a directory called colm and then to use -I <source-root> when building colm. We use $prefix/include when building external programs. This reverts commit 247904a84430b8c9151fa6afb68f01b60afb92c9.
* moved 'colm' dir to 'src'Adrian Thurston2012-07-011-1/+1
|
* Copyright notice updating.Adrian Thurston2012-01-181-1/+1
|
* Automake files in the tests directory now used only for adding files to theAdrian Thurston2011-07-311-1/+1
| | | | | dist. The makefiles that run the tests are now called runtests.mk. Now have the test suite in the dist. refs #294.
* Fixes for the dists. refs #284.Adrian Thurston2011-05-111-4/+3
|
* Started converting build to automake. refs #284.Adrian Thurston2011-05-111-0/+95