From d01c4c35bab40fa258e50e4d0114ac0d7a9898c6 Mon Sep 17 00:00:00 2001 From: Vratislav Chudoba Date: Fri, 5 Oct 2018 00:57:10 +0300 Subject: [PATCH] Missing includes for Makefile compatible with ROOT6 modified. Now compatible with ROOT6 --- AculData/AculData.mk | 2 +- Be/Be.mk | 2 +- Detectors/Detectors.mk | 2 +- README.md | 2 +- TELoss/TELoss.mk | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AculData/AculData.mk b/AculData/AculData.mk index 65b0bb5..d536700 100755 --- a/AculData/AculData.mk +++ b/AculData/AculData.mk @@ -2,7 +2,7 @@ # AculData input with some variables ################################################################################ -ACULDATALIBS := -lCore -lCint -lRIO -lTree -lNet -lThread -lHist -lMatrix -lMathCore -lGpad -lGraf +ACULDATALIBS := -lCore -lCling -lRIO -lTree -lNet -lThread -lHist -lMatrix -lMathCore -lGpad -lGraf # Add inputs and outputs from these tool invocations to the build variables ACULDATA_HEADERS += \ diff --git a/Be/Be.mk b/Be/Be.mk index 3e49f15..13d5f3b 100644 --- a/Be/Be.mk +++ b/Be/Be.mk @@ -2,7 +2,7 @@ # Be input with some variables ################################################################################ -BELIBS := -lCore -lCint -lRIO -lTree -lNet -lThread -lHist -lMatrix -lMathCore -lGpad -lGraf -lPhysics -lGeom #-lAculData -lDetectors -lTELoss +BELIBS := -lCore -lCling -lRIO -lTree -lNet -lThread -lHist -lMatrix -lMathCore -lGpad -lGraf -lPhysics -lGeom #-lAculData -lDetectors -lTELoss # Add inputs and outputs from these tool invocations to the build variables BE_HEADERS += \ diff --git a/Detectors/Detectors.mk b/Detectors/Detectors.mk index 9b9b1e3..34f6547 100755 --- a/Detectors/Detectors.mk +++ b/Detectors/Detectors.mk @@ -2,7 +2,7 @@ # Detectors input with some variables ################################################################################ -DETECTORSLIBS := -lCint -lCore -lMathCore +DETECTORSLIBS := -lCling -lCore -lMathCore # Add inputs and outputs from these tool invocations to the build variables DETECTORS_HEADERS += \ diff --git a/README.md b/README.md index 52a089a..ff9767b 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -There is no need to install libraries. Working with ROOT 5.32.36 . +There is no need to install libraries. Working with ROOT 5.32.36 or last ROOT 6 1) set path in makefile according to your operating system diff --git a/TELoss/TELoss.mk b/TELoss/TELoss.mk index 78b7f09..e940735 100755 --- a/TELoss/TELoss.mk +++ b/TELoss/TELoss.mk @@ -2,7 +2,7 @@ # TELoss input with some variables ################################################################################ -TELOSSLIBS := -lCore -lCint -lMathCore -lMatrix -lHist -lgfortran +TELOSSLIBS := -lCore -lCling -lMathCore -lMatrix -lHist -lgfortran # Add inputs and outputs from these tool invocations to the build variables -- 2.18.1