ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/Plotting/Makefile
Revision: 1.14
Committed: Wed Apr 18 12:03:17 2012 UTC (13 years ago) by fronga
Branch: MAIN
CVS Tags: cbaf_4_98ifb_paper, beforeFR20120418, HEAD
Changes since 1.13: +5 -3 lines
Log Message:
Small improvements

File Contents

# User Rev Content
1 buchmann 1.1 all:
2 buchmann 1.12 g++ Selective_Plot_Generator.C -o Selective_Plot_Generator.exec `root-config --glibs --libs --cflags` -lFoam -lTreePlayer
3     g++ various_studies.C -o various_studies.exec `root-config --glibs --libs --cflags` -lFoam -lTreePlayer
4 buchmann 1.11
5 buchmann 1.13 various_studies.exec:
6 buchmann 1.12 g++ various_studies.C -o various_studies.exec `root-config --glibs --libs --cflags` -lFoam -lTreePlayer
7 buchmann 1.11
8 fronga 1.14 Selective_Plot_Generator.exec: Selective_Plot_Generator.C
9 buchmann 1.13 g++ Selective_Plot_Generator.C -o Selective_Plot_Generator.exec `root-config --glibs --libs --cflags` -lFoam -lTreePlayer
10 fronga 1.14
11 buchmann 1.3 clean:
12 fronga 1.14 $(RM) Create_All_Plots.exec
13     $(RM) Selective_Plot_Generator.exec
14     $(RM) various_studies.exec