Revision: | 1.7 |
Committed: | Thu Sep 1 10:18:01 2011 UTC (13 years, 8 months ago) by buchmann |
Branch: | MAIN |
Changes since 1.6: | +2 -2 lines |
Log Message: | Updated makefile to take into account the ROOFITSYS include; this is required to get roostat_cl95 to work and REQUIRES ROOT v5.30 |
# | User | Rev | Content |
---|---|---|---|
1 | buchmann | 1.1 | all: |
2 | buchmann | 1.7 | g++ LimitWorkerScript.C -o LimitWorkerScript.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -fPIC -g -D_GNU_SOURCE -O2 -shared -I$ROOFITSYS/include |
3 | g++ produce_limit_plots.C -o produce_limit_plots.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -fPIC -g -D_GNU_SOURCE -O2 -shared -I$ROOFITSYS/include |