summaryrefslogtreecommitdiffstats
path: root/vtysh/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* * configure.ac, vtysh/Makefile.am: Only vtysh needs to be linkedhasso2005-08-251-1/+1
| | | | against libreadline and friends.
* * Makefile.am: Remove rebuild4 target, it's not used any more by buildhasso2005-04-071-15/+14
| | | | procedure. Define vtysh_cmd_FILES. Use EXTRA_DIST.
* Big vtysh cleanup. See changelogs for details.hasso2004-10-031-4/+4
|
* 2004-09-13 Paul Jakma <paul@dishone.st>paul2004-09-131-1/+1
| | | | | | * Makefile.am: remove zebra/irdp.c from list - dead. * extract.pl.in: Substitute in the autoconf srcdir/builddir paths for includes to cpp.
* 2004-09-13 Paul Jakma <paul@dishone.st>bgp_rserver_beforepaul2004-09-131-1/+1
| | | | | | | * Makefile.am: extract.pl isnt in srcdir, it's always in the builddir. * extract.pl.in: match on end of filenames, filename could contain various preamble due to out of tree builds.
* remove zebra/irdp.c because it is no longer in the source tree.gdt2004-08-311-1/+1
|
* Vtysh cleanup part 2. No any functional changes yet except VTYSH_INTERFACE.hasso2004-08-261-7/+12
|
* (somewhat unrelated cleanups, but all are very minor)gdt2004-07-231-1/+1
| | | | | | | | | | | | | | | 2004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com> * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir -lfoo", to avoid linking against installed libraries from a previous version. * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared library version number to be 0.0 * configure.ac: remove spurious , so extract.pl is chmod'd +x. * HACKING: explain shared library versioning rules
* Add libtool support.libtool-aftergdt2004-06-301-1/+1
| | | | | | | | | | | | | | | | libzebra and libospfapiclient are now built shared, and linked shared with the daemons. This reduces the memory needed when running multiple daemons; each daemon is at least 150k smaller. Static libraries are still built, and libtool should use them on platforms which don't have shared libaries. As with autoconf, the user of a distribution does not need libtool; one just needs that to build from CVS. libospf.a is still a non-shared library, and still installed, not because that makese sense, but because I don't understand why it is the way it is now. Note that the tree was tagged 'libtool-before' just before this commit.
* Make vtysh work on NetBSD, and minor cleanups:gdt2004-06-301-0/+1
| | | | | | | | | | | | | | if --enable-vtysh, look for perl, and substitute into vtysh/extract.pl, rather than assuming perl is in /usr/bin Look for tputs in libtermcap and libcurses, in addition to previously-searched locations. Follow GNU readlines search order. Clean up --enable-vtysh definition in configure.ac. Add vtysh/vtysh_cmds.c to CLEANFILES. This is important if extract.pl fails, so that 'make clean && make' will regenerate vtysh_cmds.c rhather than using the old zero-length file.
* *** empty log message ***hasso2003-12-231-4/+4
|
* Add support for --enable-exampledir to specify where to place examplegdt2003-12-031-2/+3
| | | | | | | | files, defaulting to sysconfdir (matching previous behavior). This is needed to support (cleanly) NetBSD pkgsrc, which requires that example config files go in $(prefix)/share/examples/pkgname, rather than in $(prefix)/etc/pkgname.
* 2003-10-24 waldi@debian.orgpaul2003-10-241-10/+10
| | | | | | * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it depended against source files without specification, i.e. it used ../zebra instead of $(top_srcdir)/zebra.
* 2003-10-22 Paul Jakma <paul@dishone.st>paul2003-10-221-1/+2
| | | | | | * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its configure dependent. (still need to find a way to make building of it dependent on configure options or include all commands.)
* 2003-07-12 Paul Jakma <paul@dishone.st>paul2003-07-121-3/+7
| | | | | * vtysh/Makefile.am: explicitely list the files required for vtysh_cmd.c to be generated, to minimise spurious rebuilds.
* 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-1/+1
| | | | * Merge of zebra privileges
* Revert my http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch patch. Usedhasso2003-05-241-2/+2
| | | | | same idea as in lib/distribute.c to allow extract.pl to pick up commands for vtysh.
* Hasso Tepperpaul2003-04-191-2/+2
| | | | | | http://hasso.linux.ee/zebra/ht-distribute-18042003.patch Allows to extract.pl to pickup "distribute-list ..." commands for vtysh (ripngd and ripd).
* Remove vtysh_cmd.c from the repository.paul2003-04-091-0/+2
| | | | Add dependency on rebuild target for vtysh_cmd.c to Makefile.am
* Initial revisionpaul2002-12-131-0/+22