aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libreadline/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove libreadline from the source tree, all consumers but gdbBaptiste Daroussin2018-02-061-5/+0
| | | | | | | | | | | | | has been switched to libedit long ago, libreadline was built as an internallib for a while and kept only for gdbtui which was broken using libreadline. Since gdb has been mostly deorbitted in all arches, gdbtui was only installed on arm and sparc64, given it has been removed, gdb has been switched to use libedit, no consumers are left for libreadline. Thus this removal Notes: svn path=/head/; revision=328928
* The GNU readline library is now an INTERNALLIB - that is, it isBaptiste Daroussin2014-07-091-1/+1
| | | | | | | | | | | | | statically linked into consumers (GDB and variants) in the base system, and the shared library is no longer installed. That also allows ports to be able to use a modern version of readline PR: 162948 Reviewed by: emaste Notes: svn path=/head/; revision=268461
* Move the header installation down into `readline' which is the subsystemDavid E. O'Brien2000-01-291-12/+1
| | | | | | | the headers are part of. Notes: svn path=/head/; revision=56804
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Try to get /usr/include/readline back into the snapshots.David E. O'Brien1999-08-251-2/+2
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=50332
* upgrade to 4.0Andrey A. Chernov1999-05-281-26/+6
| | | | Notes: svn path=/head/; revision=47569
* Upgrade to 2.2Andrey A. Chernov1998-04-281-3/+3
| | | | Notes: svn path=/head/; revision=35492
* Upgrade to 2.1Andrey A. Chernov1997-06-071-3/+5
| | | | Notes: svn path=/head/; revision=26501
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Patch up the readline info building. This one is a bit of a problemPeter Wemm1997-01-121-2/+2
| | | | | | | | | since the source name is not the same as the texinfo name so we have to use SRCS=. This means we can't build two info sets in the same directory so I've split it. Notes: svn path=/head/; revision=21595
* Disconnect the doc subdir until somebody fixes this. I don't see how thisPeter Wemm1997-01-121-2/+2
| | | | | | | could possibly have worked during the testing before the last commit. :-( Notes: svn path=/head/; revision=21584
* Use contrib version nowAndrey A. Chernov1997-01-051-11/+19
| | | | Notes: svn path=/head/; revision=21342
* Add HAVE_STRING_HAndrey A. Chernov1996-08-301-2/+2
| | | | | | | Use -DHAVE_XXX=1 form to be visually consistent with config.h defines Notes: svn path=/head/; revision=17951
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-8/+7
| | | | | | | Add -DHAVE_UNISTD_H -DHAVE_STDLIB_H to get these files Notes: svn path=/head/; revision=17937
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-2/+2
| | | | | | | | | | 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. Notes: svn path=/head/; revision=9970
* Bump major numberAndrey A. Chernov1995-05-081-1/+3
| | | | Notes: svn path=/head/; revision=8350
* Remove dir creating, done by mtreeAndrey A. Chernov1995-02-151-7/+2
| | | | | | | Add missing file name for cmp Notes: svn path=/head/; revision=6467
* Add doc to SUBDIRAndrey A. Chernov1995-01-161-1/+3
| | | | Notes: svn path=/head/; revision=5660
* Upgrade to version 2.0Andrey A. Chernov1994-12-061-6/+5
| | | | Notes: svn path=/head/; revision=4998
* Fix beforeinstall compareAndrey A. Chernov1994-11-011-3/+3
| | | | | | | Submitted by: jc@cleat.irbs.com Notes: svn path=/head/; revision=4052
* Don't reinstall includes when not necessaryPaul Traina1994-11-011-3/+6
| | | | Notes: svn path=/head/; revision=4042
* Add LDADD+= -ltermcapAndrey A. Chernov1994-10-121-1/+2
| | | | Notes: svn path=/head/; revision=3527
* Change includes in proper way, i.e.Andrey A. Chernov1994-06-121-2/+2
| | | | | | | | "readline.h" --> <readline/readline.h> Remove -I./readline from Makefile (again!) Notes: svn path=/head/; revision=1710
* Put back -I${.CURDIR}/readline in Makefile.Paul Richards1994-06-111-2/+2
| | | | | | | | | The sources are just broken and given that an extra -I flag is going to be needed it may as well be as above to guarantee that the library will build. Notes: svn path=/head/; revision=1707
* Remove -I./readline, unneded with make includesAndrey A. Chernov1994-06-101-2/+2
| | | | Notes: svn path=/head/; revision=1698
* Remove explicit specification of SHLIB major and minor nos.Geoff Rehmet1994-05-271-3/+1
| | | | Notes: svn path=/head/; revision=1583
* Make local changes more portable.Andrey A. Chernov1994-05-141-3/+2
| | | | Notes: svn path=/head/; revision=1493
* Upgrade to readline 2.0 from bash1.14.1Andrey A. Chernov1994-05-131-3/+4
| | | | Notes: svn path=/head/; revision=1492
* Add PAREN_MATCHING to CFLAGSAndrey A. Chernov1994-05-111-2/+3
| | | | Notes: svn path=/head/; revision=1484
* Add HAVE_VARARGS_H to CFLAGSAndrey A. Chernov1994-05-111-3/+3
| | | | | | | | Add VISIBLE_STATS to CFLAGS, fix complete.c for successful compilation with VISIBLE_STATS Notes: svn path=/head/; revision=1482
* Add VI_MODE to CFLAGSAndrey A. Chernov1994-05-111-2/+2
| | | | Notes: svn path=/head/; revision=1480
* Merged with new readline 2.0 from bashAndrey A. Chernov1994-05-091-3/+5
| | | | Notes: svn path=/head/; revision=1473
* Merge with much improved version from gdb4.11Andrey A. Chernov1994-05-091-2/+4
| | | | Notes: svn path=/head/; revision=1472
* Install history.h to /usr/include/readline too, gdb4 include itAndrey A. Chernov1994-05-091-2/+2
| | | | Notes: svn path=/head/; revision=1471
* Port readline lib into gnu system tree.Andrey A. Chernov1994-05-091-0/+22
Really we don't need copy of this library into each program (gdb f.e.) P.S. it is much cleaner port than /usr/ports version and based on /usr/ports version. /usr/ports version will be removed. Notes: svn path=/vendor/misc-GNU/dist3/; revision=1466