1 |
|
all: |
2 |
< |
g++ SystematicsWorkerScript.C -o SystematicsWorkerScript.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -fPIC -g -D_GNU_SOURCE -O2 -shared -I$ROOFITSYS/include |
3 |
< |
g++ produce_syst_plots.C -o produce_syst_plots.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -fPIC -g -D_GNU_SOURCE -O2 -shared -I$ROOFITSYS/include |
2 |
> |
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 |