Skip to content
Snippets Groups Projects
Unverified Commit 94f4f94d authored by Dave Gaskell's avatar Dave Gaskell Committed by GitHub
Browse files

Merge pull request #36 from gaskelld/master

Update use ROOTSYS instead of hardwired path
parents e83f9753 7afa05be
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