Jamfile #2

  • //
  • guest/
  • sam_stafford/
  • rollback/
  • Jamfile
  • View
  • Commits
  • Open Download .zip Download (360 B)
# 
# See ../Jamrules for notes on what variables need to be set.
#

SubDir BIN ;
SubDir TOP rollback ;

IncludeP4API ;

Main rollback : main.cpp ;

SetLibName ROLLBACKLIB : librollback ;

LinkLibraries rollback : 
	$(ROLLBACKLIB)
	$(CLIENTLIB)
	$(RPCLIB) 
	$(SUPPORTLIB)
	;

Library $(ROLLBACKLIB) :
	RBFile.cpp
	RBFilter.cpp
	RBUserFiles.cpp
	RollBack.cpp
	;
# Change User Description Committed
#2 6304 Sam Stafford Add a Jamrules check for the P4APIDIR variable and wrap the P4API
includes in a rule so that they're optional.
#1 6303 Sam Stafford Jamming Rollback.