build-project MinimizerInterface ;

project : 
        ;

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

exe ToyFitApp : ToyFitApp.cc FitIF : ;