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

Comparing UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/Efficiency/Makefile (file contents):
Revision 1.3 by buchmann, Tue Aug 16 11:32:06 2011 UTC vs.
Revision 1.9 by buchmann, Tue Sep 6 12:20:06 2011 UTC

# Line 1 | Line 1
1   all:
2 <        g++ produce_plots.C -o produce_plots.exec  `root-config --glibs --cflags` -lTreePlayer -std=gnu++0x -lpthread
3 <        g++ Efficiency.C -o Efficiency.exec  `root-config --glibs --cflags` -lTreePlayer -std=gnu++0x -lpthread
4 <        g++ EfficiencyWorkerScript.C -o EfficiencyWorkerScript.exec  `root-config --glibs --cflags` -lTreePlayer -std=gnu++0x -lpthread
2 >        g++ produce_plots.C -o produce_plots.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -lFoam -lTreePlayer
3 >        g++ EfficiencyWorkerScript.C -o EfficiencyWorkerScript.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -lFoam -lTreePlayer
4  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines