summaryrefslogtreecommitdiffstats
path: root/lib/libtermcap/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* oops, install termcap.h from ${.CURDIR}, not the obj dir.peter1996-08-301-2/+2
| | | | Pointed out by: asami
* cmp -s || install -c ==> install -Cpeter1996-08-301-2/+1
|
* Another round of man page cleanups.mpp1996-02-121-1/+1
| | | | Down to only about 100 items left to cleanup! :-)
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-1/+1
| | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
* Do a little trick which covers 99% cases: initialize ospeedache1995-08-051-2/+2
| | | | | | | variable directly in tgetent by stderr or stdout output speed. It helps hide in non-standard __set_ospeed function and remove it from other sources (coming soon). Do prototype cleanup too.
* Add non-standard function: _set_ospeed(speed)ache1995-08-041-2/+2
| | | | | | | | | Basically all termios+termcap pgms needs it. It set ospeed variable using nearest-matched stty speeds, which helps termcap pgms works with non-fixed termios speeds and not duplicate ospeed switch into every pgm. Also it isn't standard function, its source code is too big to include it in whole to every termcap+termios pgm.
* Bump minor numberache1995-05-031-0/+2
|
* Add termcap.h & tparmache1994-12-041-2/+8
|
* Ooops, change back the LIBDIR macro to the SHLIBDIR macro for the sharedats1994-11-191-2/+2
| | | | libs as told by Bruce. Now it works.
* Makefile:ats1994-11-181-2/+2
| | | | | | | | | | Change the reference for the libtermcap libtermlib link from SHLIBDIR to LIBDIR. SHLIBDIR is undefined in the standard case. termcap.c: Initialize a local variable to zero. Otherwise an erroneous free call can happen and clobber the calling program. Seen with vi and gdb. If you have TERMCAP set with a terminal entry and set TERM with something like huhu, vi and gdb core dumps.
* Remove ${DESTDIR} from link-macros. Already applied behind the scenes.phk1994-11-181-4/+4
|
* Install shared libraries in ${SHLIBDIR} instead of in ${LIBDIR}.bde1994-11-141-4/+4
| | | | Add missing ${DESTDIR}'s.
* Forget to change = to += in previous commitache1994-11-081-1/+1
|
* Add missing link for shared libtermlibache1994-11-081-0/+4
|
* Correct the man page extent.jkh1994-08-081-1/+1
| | | | Submitted by: jkh
* Do not create link for *lib_p.a if you are not installing profiled libraries.rgrimes1994-05-271-2/+4
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+13
OpenPOWER on IntegriCloud