[Xorp-cvs] XORP cvs commit: xorp/bgp xorp/bgp/harness xorp/fea xorp/libfeaclient xorp/libproto xorp/libxipc xorp/libxorp xorp/mibs xorp/rib xorp/rip xorp/rtrmgr xorp/xrl/tests

Bruce Simpson bms@icir.org
Fri, 29 Jul 2005 17:52:40 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms@xorpc.icir.org	2005-07-29 17:52:40 UTC

XORP CVS repository


Modified files:
	bgp           Makefile.am 
	bgp/harness   Makefile.am 
	fea           Makefile.am 
	libfeaclient  Makefile.am 
	libproto      Makefile.am 
	libxipc       Makefile.am 
	libxorp       Makefile.am 
	mibs          Makefile.am 
	rib           Makefile.am 
	rip           Makefile.am 
	rtrmgr        Makefile.am 
	xrl/tests     Makefile.am 

Log message:
	Diff reduction: Bring in the fixes for the Auto-makefiles which allow
	the regression tests for XORP to be built and run on Windows.
	
	This includes the following:
	 - Add EXEEXT where appropriate to ensure the correct binaries
	   are built.
	 - Sort tests where needed.
	 - Introduce explicit dependency rules where necessary to deal with
	   situations where Automake can't quite figure out that an .EXE needs
	   to be built.
	
	This does NOT include:
	 - changes to primaries which reference files which are currently only
	   present in XORP/Win32.
	 - regeneration of the Makefile.in template files (to follow).
	
	Obtained from:  XORP/Win32

Revision  Changes                                Path
1.38      +12 -13;  commitid: 26b142ea6cc67ea6;  xorp/bgp/Makefile.am
1.17      +14 -14;  commitid: 26b142ea6cc67ea6;  xorp/bgp/harness/Makefile.am
1.59      +11 -11;  commitid: 26b142ea6cc67ea6;  xorp/fea/Makefile.am
1.9       +6 -5;  commitid: 26b142ea6cc67ea6;    xorp/libfeaclient/Makefile.am
1.12      +5 -5;  commitid: 26b142ea6cc67ea6;    xorp/libproto/Makefile.am
1.43      +15 -14;  commitid: 26b142ea6cc67ea6;  xorp/libxipc/Makefile.am
1.37      +32 -30;  commitid: 26b142ea6cc67ea6;  xorp/libxorp/Makefile.am
1.34      +3 -3;  commitid: 26b142ea6cc67ea6;    xorp/mibs/Makefile.am
1.39      +12 -10;  commitid: 26b142ea6cc67ea6;  xorp/rib/Makefile.am
1.35      +13 -17;  commitid: 26b142ea6cc67ea6;  xorp/rip/Makefile.am
1.56      +9 -9;  commitid: 26b142ea6cc67ea6;    xorp/rtrmgr/Makefile.am
1.9       +4 -4;  commitid: 26b142ea6cc67ea6;    xorp/xrl/tests/Makefile.am