Skip to content
Snippets Groups Projects
Commit 29760173 authored by Nicolas Koehler's avatar Nicolas Koehler Committed by Walter Lampl
Browse files

remove atlas_depends_on_subdirs from MuonCnv packages (2)

parent 83904e48
No related branches found
No related tags found
No related merge requests found
...@@ -5,26 +5,6 @@ ...@@ -5,26 +5,6 @@
# Declare the package name: # Declare the package name:
atlas_subdir( MuonMM_CnvTools ) atlas_subdir( MuonMM_CnvTools )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Event/ByteStreamData
GaudiKernel
PRIVATE
Control/AthenaBaseComps
Control/SGTools
Control/StoreGate
DetectorDescription/AtlasDetDescr
DetectorDescription/Identifier
Event/ByteStreamCnvSvcBase
MuonSpectrometer/MuonCnv/MuonCnvToolInterfaces
MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry
MuonSpectrometer/MuonDigitContainer
MuonSpectrometer/MuonIdHelpers
MuonSpectrometer/MuonRDO
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPrepRawData
MuonSpectrometer/MuonReconstruction/MuonDataPrep/MMClusterization
MuonSpectrometer/MuonCalib/NSWCalib/NSWCalibTools )
# External dependencies: # External dependencies:
find_package( tdaq-common COMPONENTS eformat_write DataWriter ) find_package( tdaq-common COMPONENTS eformat_write DataWriter )
......
...@@ -5,19 +5,6 @@ ...@@ -5,19 +5,6 @@
# Declare the package name: # Declare the package name:
atlas_subdir( MuonPrdSelector ) atlas_subdir( MuonPrdSelector )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthenaBaseComps
Control/StoreGate
DetectorDescription/Identifier
GaudiKernel
MuonSpectrometer/MuonCalib/MuonCalibIdentifier
MuonSpectrometer/MuonCalib/MuonCalibTools
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPrepRawData
PRIVATE
MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry
MuonSpectrometer/MuonIdHelpers )
atlas_add_library( MuonPrdSelectorLib atlas_add_library( MuonPrdSelectorLib
MuonPrdSelector/*.h MuonPrdSelector/*.h
INTERFACE INTERFACE
......
...@@ -5,25 +5,6 @@ ...@@ -5,25 +5,6 @@
# Declare the package name: # Declare the package name:
atlas_subdir( MuonPrepRawDataToxAOD ) atlas_subdir( MuonPrepRawDataToxAOD )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
GaudiKernel
PRIVATE
Control/AthenaBaseComps
DetectorDescription/GeoPrimitives
DetectorDescription/Identifier
Event/EventPrimitives
Event/xAOD/xAODTracking
MuonSpectrometer/MuonIdHelpers
MuonSpectrometer/MuonRDO
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPrepRawData
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonRIO_OnTrack
MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonRecToolInterfaces
MuonSpectrometer/MuonSimData
Tracking/TrkEvent/TrkEventPrimitives
Tracking/TrkTools/TrkToolInterfaces
Generators/AtlasHepMC )
# External dependencies: # External dependencies:
find_package( Eigen ) find_package( Eigen )
......
...@@ -5,21 +5,6 @@ ...@@ -5,21 +5,6 @@
# Declare the package name: # Declare the package name:
atlas_subdir( MuonRdoToPrepData ) atlas_subdir( MuonRdoToPrepData )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthenaBaseComps
GaudiKernel
MuonSpectrometer/MuonCnv/MuonCnvToolInterfaces
PRIVATE
Control/StoreGate
Control/AthViews
DetectorDescription/Identifier
Trigger/TrigSteer/ViewAlgs
Trigger/TrigEvent/TrigSteeringEvent
DetectorDescription/IRegionSelector
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPrepRawData
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonTrigCoinData)
# Component(s) in the package: # Component(s) in the package:
atlas_add_component( MuonRdoToPrepData atlas_add_component( MuonRdoToPrepData
src/*.cxx src/*.cxx
......
...@@ -5,26 +5,6 @@ ...@@ -5,26 +5,6 @@
# Declare the package name: # Declare the package name:
atlas_subdir( MuonSTGC_CnvTools ) atlas_subdir( MuonSTGC_CnvTools )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Event/ByteStreamCnvSvcBase
Event/ByteStreamData
GaudiKernel
PRIVATE
Control/AthenaBaseComps
DetectorDescription/Identifier
Event/EventPrimitives
MuonSpectrometer/MuonCablings/TGCcablingInterface
MuonSpectrometer/MuonCnv/MuonCnvToolInterfaces
MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry
MuonSpectrometer/MuonDigitContainer
MuonSpectrometer/MuonIdHelpers
MuonSpectrometer/MuonRDO
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPrepRawData
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonTrigCoinData
MuonSpectrometer/MuonReconstruction/MuonDataPrep/STgcClusterization
Tracking/TrkDetDescr/TrkSurfaces )
# External dependencies (some of these aren't currently needed, but they will once we add BS etc) # External dependencies (some of these aren't currently needed, but they will once we add BS etc)
find_package( Eigen ) find_package( Eigen )
find_package( tdaq-common COMPONENTS eformat_write DataWriter ) find_package( tdaq-common COMPONENTS eformat_write DataWriter )
......
...@@ -5,17 +5,6 @@ ...@@ -5,17 +5,6 @@
# Declare the package name: # Declare the package name:
atlas_subdir( MuonSimEventTPCnv ) atlas_subdir( MuonSimEventTPCnv )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Database/AthenaPOOL/AthenaPoolCnvSvc
GaudiKernel
Generators/GeneratorObjectsTPCnv
MuonSpectrometer/MuonSimEvent
PRIVATE
AtlasTest/TestTools
Control/StoreGate
DetectorDescription/GeoPrimitives )
# External dependencies: # External dependencies:
find_package( Eigen ) find_package( Eigen )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread ) find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
......
...@@ -5,25 +5,6 @@ ...@@ -5,25 +5,6 @@
# Declare the package name: # Declare the package name:
atlas_subdir( MuonTGC_CnvTools ) atlas_subdir( MuonTGC_CnvTools )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Event/ByteStreamCnvSvcBase
Event/ByteStreamData
GaudiKernel
PRIVATE
Control/AthenaBaseComps
DetectorDescription/Identifier
Event/EventPrimitives
MuonSpectrometer/MuonCablings/TGCcablingInterface
MuonSpectrometer/MuonCnv/MuonCnvToolInterfaces
MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry
MuonSpectrometer/MuonDigitContainer
MuonSpectrometer/MuonIdHelpers
MuonSpectrometer/MuonRDO
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPrepRawData
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonTrigCoinData
Tracking/TrkDetDescr/TrkSurfaces )
# External dependencies: # External dependencies:
find_package( Eigen ) find_package( Eigen )
find_package( tdaq-common COMPONENTS eformat_write DataWriter ) find_package( tdaq-common COMPONENTS eformat_write DataWriter )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment