ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/Limits/Makefile
Revision: 1.19
Committed: Thu Jan 19 14:35:37 2012 UTC (13 years, 3 months ago) by buchmann
Branch: MAIN
CVS Tags: cbaf_4_98ifb_paper, cbaf_4p7ifb, HEAD
Changes since 1.18: +1 -1 lines
Log Message:
Removed unnecessary link

File Contents

# Content
1 all:
2 g++ LimitWorkerScript.C -o LimitWorkerScript.exec `root-config --glibs --libs --cflags` -lTreePlayer
3 g++ TimedLimitCapsule.C -o TimedLimitCapsule.exec `root-config --glibs --cflags` -lTreePlayer -lMinuit2 -lRooFit -lRooFitCore -lFoam -lMinuit
4 g++ PlotScanResults.C -o PlotScanResults.exec `root-config --glibs --cflags` -lTreePlayer
5 TimedLimitCapsule.exec:
6 g++ TimedLimitCapsule.C -o TimedLimitCapsule.exec `root-config --glibs --cflags` -lTreePlayer -lMinuit2 -lRooFit -lRooFitCore -lFoam -lMinuit