# # $XORP: xorp/rip/tools/Jamfile,v 1.1 2007/01/11 22:30:52 bms Exp $ # SubDir TOP rip tools ; SubIncludeOnce TOP libcomm ; SubIncludeOnce TOP libxorp ; SubIncludeOnce TOP xrl interfaces ; SubIncludeOnce TOP xrl targets ; SubIncludeOnce TOP libxipc ; SubIncludeOnce TOP rip ; SubDir TOP rip tools ; Library libriptoolscommon : common.cc ; Main show_stats : show_stats.cc ; Main show_peer_stats : show_peer_stats.cc ; LinkLibraries show_stats show_peer_stats : libriptoolscommon libripxif libripngxif libxipc libcomm libxorp ; InstallBin $(PREFIX)/rip/tools : show_peer_stats show_stats ; Main rip_announcer : rip_announcer.cc ; LinkLibraries rip_announcer : librip libcomm libxorp ; Main ripng_announcer : ripng_announcer.cc ; LinkLibraries ripng_announcer : libripng libcomm libxorp ;