Skip to content
Snippets Groups Projects
Jamfile 292 B
Newer Older
Jan Schulze's avatar
Jan Schulze committed
project : 
        ;

lib MinuitFit : 
        [ glob *.cc : *App.cc ]  
        $(TOP)/qft++//qft++ 
        $(TOP)/ErrLogger//ErrLogger
	: <use>$(TOP)//Minuit2 <use>$(TOP)//Geneva 
	: 
	: <library>$(TOP)//Minuit2 <library>$(TOP)//Geneva ;

exe MinuitFitApp : MinuitFitApp.cc MinuitFit : ;