ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/Systematics/Makefile
Revision: 1.7
Committed: Wed Oct 19 10:30:54 2011 UTC (13 years, 6 months ago) by buchmann
Branch: MAIN
CVS Tags: Honeypot, cbaf_2p1ifb
Changes since 1.6: +6 -2 lines
Log Message:
ability to compile only worker script

File Contents

# User Rev Content
1 buchmann 1.1 all:
2 buchmann 1.7 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