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

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