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
|