ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/Systematics/Makefile
(Generate patch)

Comparing UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/Systematics/Makefile (file contents):
Revision 1.2 by buchmann, Wed Aug 31 15:16:39 2011 UTC vs.
Revision 1.7 by buchmann, Wed Oct 19 10:30:54 2011 UTC

# Line 1 | Line 1
1   all:
2 <        g++ SystematicsWorkerScript.C -o SystematicsWorkerScript.exec  -lMinuit2 -lMinuit -lRooFit -lRooFitCore `root-config --libs --cflags` -lFoam -lTreePlayer -std=gnu++0x -lpthread
3 <        g++ produce_syst_plots.C -o produce_syst_plots.exec  -lMinuit2 -lMinuit -lRooFit -lRooFitCore `root-config --libs --cflags` -lFoam -std=gnu++0x -lpthread
2 >        g++ SystematicsWorkerScript.C -o SystematicsWorkerScript.exec `root-config --glibs --libs --cflags` -lFoam -lTreePlayer
3 >        g++ produce_syst_plots.C -o produce_syst_plots.exec  -lMinuit2 `root-config --glibs --libs --cflags` -lFoam -lTreePlayer
4 > SystematicsWorkerScript.exec:
5 >        g++ SystematicsWorkerScript.C -o SystematicsWorkerScript.exec `root-config --glibs --libs --cflags` -lFoam -lTreePlayer
6 > produce_syst_plots.exec:
7 >        g++ produce_syst_plots.C -o produce_syst_plots.exec `root-config --glibs --libs --cflags` -lFoam -lTreePlayer

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines