Commit d01c4c35 authored by Vratislav Chudoba's avatar Vratislav Chudoba

Missing includes for Makefile compatible with ROOT6 modified. Now compatible with ROOT6

parent a05f531c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# AculData input with some variables # 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 # Add inputs and outputs from these tool invocations to the build variables
ACULDATA_HEADERS += \ ACULDATA_HEADERS += \
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Be input with some variables # 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 # Add inputs and outputs from these tool invocations to the build variables
BE_HEADERS += \ BE_HEADERS += \
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Detectors input with some variables # 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 # Add inputs and outputs from these tool invocations to the build variables
DETECTORS_HEADERS += \ DETECTORS_HEADERS += \
......
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 1) set path in makefile according to your operating system
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# TELoss input with some variables # 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 # Add inputs and outputs from these tool invocations to the build variables
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment