summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add TRE targets and add TRE and GNU targets to global targets.Reuben Thomas2010-07-301-4/+15
|
* Fix clean_gnu and test_gnu to use the right env var (thanks, Shmuel!).rrt2010-07-201-2/+2
|
* Add a new regex engine: GNU regex.rrt2010-07-191-2/+13
| | | | | | | | | This checkin contains simply a first rough cut of the new code, which passes the existing tests (but rewritten for Emacs syntax, in emacs_sets.lua). Documentation and complete code to expose the unique features of GNU regex is yet to come.
* force-reload the tested library; makefile reverted;shmuz2008-08-011-3/+3
|
* Unset LUA_INIT before running tests to avoid problemsniklas2008-07-311-3/+3
|
* Changes related to Oniguruma addition and directory layout change.shmuz2008-07-301-8/+27
|
* add -d../src to testing commands, for testing the freshly built libraries ↵shmuz2007-12-271-2/+2
| | | | rather than the installed ones
* separate PCRE and POSIX targetsshmuz2007-12-191-8/+13
|
* *** empty log message ***shmuz2007-06-101-1/+1
|
* "make all" now runs tests; add "make build" just to build.rrt2007-04-221-1/+3
|
* a little fixshmuz2007-04-201-1/+1
|
* Add build system support for TRE on POSIX systems.rrt2007-04-191-1/+3
|
* Simplify test targetrrt2007-01-041-2/+1
|
* Add top-level test target.rrt2007-01-041-0/+7
| | | | | Make targets in this file .PHONY (needed for test, harmless good practice for the others).
* Add some documentation, simplify the all target, and add a clean target.rrt2007-01-041-4/+8
|
* Bare-bones top-level makefile.rrt2007-01-031-0/+7