Skip to content
Snippets Groups Projects
Commit 7afa05be authored by Dave Gaskell's avatar Dave Gaskell
Browse files

Update use ROOTSYS instead of hardwired path

parent e83f9753
Branches
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ endif ...@@ -27,7 +27,7 @@ endif
CXX=g++ CXX=g++
CXXFLAGS0 = -O3 -std=c++11 CXXFLAGS0 = -O3 -std=c++11
CXXFLAGS=$(CXXFLAGS0) $(DROOT) CXXFLAGS=$(CXXFLAGS0) $(DROOT)
ROOTDIR=/apps/root/PRO/root ROOTDIR=$(ROOTSYS)
DMYROOT= -DMYROOT DMYROOT= -DMYROOT
ROOTLIBS := $(shell /apps/root/PRO/bin/root-config --prefix=$(ROOTDIR) --libs) ROOTLIBS := $(shell /apps/root/PRO/bin/root-config --prefix=$(ROOTDIR) --libs)
ROOTINCLUDE := -I $(shell /apps/root/PRO/bin/root-config --prefix=$(ROOTDIR) --incdir) ROOTINCLUDE := -I $(shell /apps/root/PRO/bin/root-config --prefix=$(ROOTDIR) --incdir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment