summaryrefslogtreecommitdiff
path: root/src/common.mak
Commit message (Collapse)AuthorAgeFilesLines
* Fix permissions: remove spurious executable permissions.Reuben Thomas2010-08-011-0/+0
|
* Write the rest of the dist target to build a release zip.Reuben Thomas2010-08-011-2/+0
| | | | | | | Move make variable V into defaults.mak, which can be included from top-level Makefile, and used to name the zip. In release Zip, copy doc/index.txt to README.
* To be more compatible with GNU autotools, make “check” target dependReuben Thomas2010-07-311-1/+1
| | | | | | | on “all”, and make previous “build” target the new “all” target. Make the comment in top-level Makefile about where to look for user settings include defaults.mak.
* Simplify the build system, adding the test target to common.mak (andReuben Thomas2010-07-311-0/+4
| | | | | | renaming it “check” for compatibility with GNU autotools), and using a list of library names to perform the top-level build, check and clean targets, rather than hand-written targets for each library.
* Bump version to 2.5.rrt2010-07-201-1/+1
| | | | | | Fix Shmuel’s email address in index.txt. Add some very preliminary documentation for the GNU regex library.
* [API extension] All functions receiving string-type regex accept a compiled ↵shmuz2008-06-141-1/+1
| | | | regex too. If this is the case, cf and lo arguments are ignored (should be either supplied as nils or omitted).
* update version and copyright strings (prepare to release 2.3)shmuz2008-05-281-1/+1
|
* express "ld" and "-shared" via variablesshmuz2007-12-191-1/+3
|
* Make per-library INC and LIB variables work again.rrt2007-04-201-2/+2
|
* Place all common parts of the makefiles in defaults.mak (settings,rrt2007-04-201-15/+15
| | | | basically the same as old common.mak) and common.mak (rules).
* Factor out common bits of makefiles into common.mak.rrt2007-01-041-0/+20
Remove -llualib from LIB_LUA suggested non-default values, as this is gone in 5.1 in a default build.