diff --git a/AculData/AculData.mk b/AculData/AculData.mk index 65b0bb5c7885c74196ec8516af8016ea2ed90591..d536700e87f840f17dff02c96dec71144d1bcf2a 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 3e49f152d066803ce292e37fd58c5416c60b79b2..13d5f3b3fa61f6177e5467f90f7b497391e37861 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 9b9b1e353f5f0cedd5e594c0764165655eb52f00..34f65475efe713f3694fc9696a751f8cac34e1c6 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 52a089a5bdc7c62639a05b8d30f8e8837b342678..ff9767b4fa2db702da8efbba3c1a7b5da4d473df 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 78b7f097cfda348f182ff59d47c742bb5d8fa5db..e9407353b1770b30c2d284e0bb4778f2c27b58ac 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