reorganization of sources, moving cmt pertaining structures into HEP folder
This commit is contained in:
25
src/HEP/Detectors/Makefile.am
Normal file
25
src/HEP/Detectors/Makefile.am
Normal file
@@ -0,0 +1,25 @@
|
||||
include $(top_srcdir)/Common.am
|
||||
|
||||
library_includedir = $(includedir)/libmutom-${PACKAGE_VERSION}/Detectors
|
||||
library_include_HEADERS = DetectorChamber.h \
|
||||
ExperimentFitEvent.h \
|
||||
GeantEvent.h \
|
||||
HitMC.h \
|
||||
MuonScatter.h \
|
||||
MuonEvent.h \
|
||||
MuonError.h \
|
||||
ChamberHitEvent.h \
|
||||
Hit.h \
|
||||
LinearFit.h \
|
||||
Solid.h \
|
||||
Matter.h \
|
||||
Scene.h
|
||||
|
||||
_DETECTORS_SOURCES = \
|
||||
Solid.cpp \
|
||||
Scene.cpp
|
||||
|
||||
noinst_LTLIBRARIES = libmutomdetectors.la
|
||||
libmutomdetectors_la_SOURCES = ${_DETECTORS_SOURCES}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user