summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add license statementsHEADmasterRichard Ipsum2019-10-061-0/+1
* Fix linker error on UbuntuRichard Ipsum2019-09-231-2/+2
* Enable compilation on OpenBSDRichard Ipsum2019-03-211-2/+2
* Update Makefile to not link the modules against the interpreterdsilvers/link-fixupDaniel Silverstone2017-07-081-2/+2
* Makefile: Add rules to build and install docsRichard Ipsum2017-05-081-1/+14
* Makefile: Declare PHONY targetsRichard Ipsum2017-04-291-2/+8
* Makefile: Fix default goalRichard Ipsum2017-04-291-2/+2
* Split find lua Make code into separate fileRichard Ipsum2017-04-271-109/+2
* Allow installation dirs to be overriddenRichard Ipsum2017-04-271-12/+18
* Rename luxio_constants.h to luxio_constants.incDaniel Silverstone2016-09-051-4/+4
* Tested on GNU/kFreeBSD. Needs some Makefile tweaks.Rob Kendrick (humdrum)2013-12-171-5/+5
* NetBSDRob Kendrick (plinth)2013-11-271-1/+2
* Include LDFLAGS when linkingluxio-4Rob Kendrick (humdrum)2013-06-181-2/+2
* Reorder link lines to cope with systems that automatically pass --no-as-neede...Rob Kendrick (trite)2013-06-091-2/+2
* The LUAxx_HAS_MODINST commands were using shell expansion syntax in Make. Fi...Daniel Silverstone2013-04-271-2/+2
* Install REPLRob Kendrick (monotony)2013-03-291-0/+4
* Add upstread lua REPLs and build them linking to luxio libraryRob Kendrick (monotony)2013-03-291-4/+11
* Makefile message tidiesRob Kendrick (monotony)2013-03-291-5/+7
* Build under Solaris 11. Had to remove -Wl,--no-as-needed from link stage; ma...Rob Kendrick (solaris)2013-03-291-2/+2
* Check if CC is meaningfull, and override if not. For Solaris.Rob Kendrick (solaris)2013-03-291-2/+7
* Add check for pkg-configRob Kendrick (monotony)2013-03-291-0/+4
* Remove use of shell test command for making decisionsRob Kendrick (NetBSD)2013-03-251-8/+36
* Now builds under OpenBSD: different pkg-config package name, and no need to l...Rob Kendrick (humdrum)2013-03-211-7/+20
* Fix from Rob Taylor <rob.taylor@codethink.co.uk> for Fedora's lacking pkgconfigRob Kendrick (octopus)2012-10-021-2/+12
* Tweak to makefile to allow setting of LDFLAGSRob Kendrick (monotony)2012-07-311-2/+2
* Import MQ stuff directly into LuxioRob Kendrick (monotony)2012-05-271-2/+2
* Support local installsDaniel Silverstone2012-05-161-4/+14
* Use -Wl,--no-as-needed otherwise modern Ubuntu linker defaults mean -lrt etc ...Daniel Silverstone2012-05-071-2/+2
* Low-level POSIX message passing binding. No mq_notify, as that's message-based.Rob Kendrick (monotony)2012-05-051-4/+4
* Tidy makefile changes from DanielRob Kendrick (humdrum)2012-05-041-6/+6
* Redid makefile for more useful install target etcDaniel Silverstone2012-05-041-28/+59
* Fix dependancies for constants headerRob Kendrick (monotony)2012-02-021-6/+4
* First steps towards also building on FreeBSDRob Kendrick (monotony)2012-01-311-9/+36
* Added fcntl.Rob Kendrick (monotony)2012-01-221-1/+1
* pipe, pipe2 and mkfifoRob Kendrick (monotony)2012-01-221-3/+3
* Change luxio_read binding to work with Lua 5.1Rob Kendrick (monotony)2012-01-221-0/+26