aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* CMake-ify, rename to termkey2 for the time beingPřemysl Janouch2014-10-091-178/+0
* Add -WextraPřemysl Janouch2014-09-231-1/+1
* Try tinfo before ncursesw (partially from https://github.com/o11c/libtermkey/...Paul LeoNerd Evans2014-03-041-0/+3
* Bump VERSION to 0.17Paul LeoNerd Evans2014-01-061-3/+3
* Better abstraction of C compiler by using the $(CC) Make variablePaul LeoNerd Evans2014-01-061-8/+8
* Invoke libtool cc instead of libtool gcc, for those platforms now using clang...Paul LeoNerd Evans2014-01-051-8/+8
* Bump VERSION to 0.16Paul LeoNerd Evans2012-11-301-3/+3
* Make the generated termkey.h file readonlyPaul LeoNerd Evans2012-11-301-0/+2
* Install library using libtool install rather than libtool cp --remove-dest...Paul LeoNerd Evans2012-05-101-2/+1
* Make sure to 'make clean' includes demo-glibPaul LeoNerd Evans2012-04-251-2/+4
* Bump VERSION to 0.15Paul LeoNerd Evans2012-04-251-3/+3
* Also pass 'index' argument to man-to-html.plPaul LeoNerd Evans2012-04-121-1/+1
* Created a demo to show libtermkey in a GLib-based programPaul LeoNerd Evans2012-04-011-1/+13
* Bump VERSION to 0.14Paul LeoNerd Evans2012-03-261-3/+3
* Need to ship man/also in distribution tarballPaul LeoNerd Evans2012-03-261-1/+1
* Also pack the unit tests into the dist tarball, and allow building them in-ta...Paul LeoNerd Evans2012-03-261-13/+20
* Consistency updates to Makefile to make it more like libvterm'sPaul LeoNerd Evans2012-03-121-15/+27
* Use man/also for manpage aliasing rather than duplicating the list (incorrect...Paul LeoNerd Evans2012-03-081-7/+3
* Bump VERSION to 0.13Paul LeoNerd Evans2012-03-081-3/+3
* Optionally build against libncursesw if unibilium isn't present, before falli...Paul LeoNerd Evans2012-03-081-0/+3
* Added manpage for termkey_{get,set}_buffer_sizePaul LeoNerd Evans2012-02-131-0/+1
* Symlink manpage for termkey_new_abstractPaul LeoNerd Evans2012-01-261-0/+1
* Fix 'make dist' target for new man/ subdirPaul LeoNerd Evans2012-01-221-1/+3
* Bump VERSION to 0.12Paul LeoNerd Evans2012-01-221-3/+3
* Also mkdir MAN7DIR at install timePaul LeoNerd Evans2012-01-221-0/+1
* Ensure that 'make htmldocs' rebuilds built manpagesPaul LeoNerd Evans2012-01-211-1/+1
* Fix Makefile for manpage generation of new man/termkey.7Paul LeoNerd Evans2012-01-211-1/+1
* Initial stab at termkey(7) manpagePaul LeoNerd Evans2012-01-211-0/+4
* Use the 'also' list for aliased pagesPaul LeoNerd Evans2012-01-181-1/+1
* Fix 'htmldocs' Makefile targetPaul LeoNerd Evans2012-01-181-1/+3
* Added termkey_push_bytes(), a new API for providing input bytesPaul LeoNerd Evans2012-01-181-0/+3
* Move the growing collection of manpages into their own man/ subdirectoryPaul LeoNerd Evans2012-01-181-3/+3
* Bump VERSION to 0.11Paul LeoNerd Evans2011-11-301-3/+3
* Optionally support unibilium for reading terminfo instead of cursesPaul LeoNerd Evans2011-09-241-1/+7
* Abstract out ld flags in MakefilePaul LeoNerd Evans2011-09-231-1/+2
* Bumped VERSION to 0.10Paul LeoNerd Evans2011-09-061-3/+3
* Use $(VERSION) to set DISTDIR in Makefile, so make VERSION=... dist overrides...Paul LeoNerd Evans2011-09-051-1/+1
* Move canonicalisation flags into their own bitfield with their own accessor a...Paul LeoNerd Evans2011-08-281-0/+1
* Remember to symlink termkey_get_flags(3) manpage at install timePaul LeoNerd Evans2011-08-281-0/+1
* Link against -lcurses not -lncurses, because these two might be different on ...Paul LeoNerd Evans2011-08-251-1/+1
* Bumped VERSION to 0.9Paul LeoNerd Evans2011-08-251-4/+4
* Include a LICENSE filePaul LeoNerd Evans2011-07-011-1/+1
* Put LIBDIR and INCDIR directly in termkey.pc; don't indirect via PREFIX as it...Paul LeoNerd Evans2011-07-011-1/+1
* Bumped VERSION to 0.8Paul LeoNerd Evans2011-05-241-2/+2
* Bumped VERSION to 0.7Paul LeoNerd Evans2011-04-071-3/+3
* Created a little Test::More-like library for TAP testingPaul LeoNerd Evans2011-03-311-2/+5
* Created a unit-testing system using perl's provePaul LeoNerd Evans2011-03-311-0/+9
* Bumped VERSION_MINOR to 0.6Paul LeoNerd Evans2011-03-241-3/+3
* Supply --tag=CC to libtool to inform it we're a C library; in case it doesn't...Paul LeoNerd Evans2009-11-251-4/+4
* Bumped VERSION_MINOR to 0.4Paul LeoNerd Evans2009-11-251-1/+1