ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/Limits/Makefile
Revision: 1.6
Committed: Wed Aug 31 15:16:40 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.5: +2 -2 lines
Log Message:
Updating all Makefiles to get ready for RooStats

File Contents

# User Rev Content
1 buchmann 1.1 all:
2 buchmann 1.6 g++ LimitWorkerScript.C -o LimitWorkerScript.exec -lMinuit2 -lMinuit -lRooFit -lRooFitCore `root-config --libs --cflags` -lFoam -lTreePlayer -std=gnu++0x -lpthread
3     g++ produce_limit_plots.C -o produce_limit_plots.exec -lMinuit2 -lMinuit -lRooFit -lRooFitCore `root-config --libs --cflags` -lFoam -std=gnu++0x -lpthread