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.4 by buchmann, Tue Aug 16 11:51:36 2011 UTC vs.
Revision 1.7 by buchmann, Thu Sep 1 11:48:28 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++ 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` -fPIC -shared -I$ROOFITSYS/include
3 >        g++ EfficiencyWorkerScript.C -o EfficiencyWorkerScript.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -fPIC -shared -I$ROOFITSYS/include
4  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines