aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Export a gzip rather than bzip2 archivePaul LeoNerd Evans2008-11-241-2/+2
|
* Bump VERSION_MINOR to 0.1Paul LeoNerd Evans2008-11-181-1/+1
|
* Remove actual .so file on 'make clean'Paul LeoNerd Evans2008-11-181-1/+1
|
* Install to SONAME.MINOR and symlink to SONAME and basenamePaul LeoNerd Evans2008-11-181-1/+2
|
* Also added 'make dist' target to build distribution tarballPaul LeoNerd Evans2008-11-181-0/+6
|
* Split Makefile into two halves; added 'make distdir' target for building ↵Paul LeoNerd Evans2008-11-181-15/+32
| | | | distribution tarballs
* Better Makefile support for built manpages and termkey.h filePaul LeoNerd Evans2008-11-181-2/+5
|
* Store major and minor version number in Makefile; substitute #defines in ↵Paul LeoNerd Evans2008-11-161-2/+10
| | | | termkey.h at build time
* Renamed termkey_{set,get}waittime() to termkey_{set,get}_waittime() to be ↵Paul LeoNerd Evans2008-11-061-1/+1
| | | | more consistent
* Don't document the termkey_free() function as it doesn't restore termios; ↵Paul LeoNerd Evans2008-11-061-1/+1
| | | | document termkey_destroy() instead
* Include demo.c and demo-async.c in the manpages under an EXAMPLE sectionPaul LeoNerd Evans2008-11-061-1/+6
|
* Added asynchronous demo which uses poll()Paul LeoNerd Evans2008-11-061-1/+4
|
* Added manpages for (most of) the external API functionsPaul LeoNerd Evans2008-11-061-3/+18
|
* Make sure all .c->.o builds depend on all .h filesPaul LeoNerd Evans2008-11-031-2/+2
|
* Some platforms need -fPIC when compiling C code for eventual use in a shared ↵Paul LeoNerd Evans2008-11-031-1/+1
| | | | library
* Install a .pc file so that pkg-config worksPaul LeoNerd Evans2008-11-021-0/+2
|
* Added 'make install' targetPaul LeoNerd Evans2008-11-021-0/+12
|
* Adjusted Makefile to build a shared libraryPaul LeoNerd Evans2008-11-021-2/+7
|
* Respect user's CC and CFLAGSPaul LeoNerd Evans2008-10-091-5/+7
|
* Added initial attempt at a terminfo-driven driverPaul LeoNerd Evans2008-10-081-2/+2
|
* Moved CSI-related code out of termkey.c into new driver-csi.cPaul LeoNerd Evans2008-10-061-2/+2
|
* Makefile now sensitive to DEBUG=1Paul LeoNerd Evans2008-10-061-0/+4
|
* Avoid use of GLib; use fixed-size internal arrays for CSI/SS3->keycode lookupPaul LeoNerd Evans2008-02-101-3/+0
|
* Initial attemptPaul LeoNerd Evans2008-02-071-0/+17