7 |
|
|
8 |
libyoda_la_SOURCES = \ |
libyoda_la_SOURCES = \ |
9 |
NullAlgorithm.cpp \ |
NullAlgorithm.cpp \ |
10 |
|
Filter.cpp Filter.h \ |
11 |
PamelaRun.cpp PamelaRun.h \ |
PamelaRun.cpp PamelaRun.h \ |
12 |
RunInfo.cpp RunInfo.h \ |
RunInfo.cpp RunInfo.h \ |
13 |
EventDict.cpp EventDict.h \ |
EventDict.cpp EventDict.h \ |
48 |
TofInitEvent.cpp TofInitEvent.h \ |
TofInitEvent.cpp TofInitEvent.h \ |
49 |
TrgInitEvent.cpp TrgInitEvent.h \ |
TrgInitEvent.cpp TrgInitEvent.h \ |
50 |
NdInitEvent.cpp NdInitEvent.h \ |
NdInitEvent.cpp NdInitEvent.h \ |
51 |
|
S4InitEvent.cpp S4InitEvent.h \ |
52 |
CalAlarmEvent.cpp CalAlarmEvent.h \ |
CalAlarmEvent.cpp CalAlarmEvent.h \ |
53 |
AcAlarmEvent.cpp AcAlarmEvent.h \ |
AcAlarmEvent.cpp AcAlarmEvent.h \ |
54 |
TrkAlarmEvent.cpp TrkAlarmEvent.h \ |
TrkAlarmEvent.cpp TrkAlarmEvent.h \ |
55 |
TrgAlarmEvent.cpp TrgAlarmEvent.h \ |
TrgAlarmEvent.cpp TrgAlarmEvent.h \ |
56 |
TofAlarmEvent.cpp TofAlarmEvent.h \ |
TofAlarmEvent.cpp TofAlarmEvent.h \ |
57 |
CRC.c CRC.h \ |
S4AlarmEvent.cpp S4AlarmEvent.h \ |
58 |
Exception.h LinkDef.h |
CRC.c CRC.h \ |
59 |
|
Exception.h LinkDef.h |
60 |
|
|
61 |
libyoda_la_LIBADD = \ |
libyoda_la_LIBADD = \ |
62 |
physics/tracker/libtrackerevent.la \ |
physics/tracker/libtrackerevent.la \ |
63 |
|
physics/S4/libs4event.la \ |
64 |
physics/anticounter/libanticounterevent.la \ |
physics/anticounter/libanticounterevent.la \ |
65 |
physics/calorimeter/libcalorimeterevent.la \ |
physics/calorimeter/libcalorimeterevent.la \ |
66 |
physics/neutronDetector/libneutronevent.la \ |
physics/neutronDetector/libneutronevent.la \ |
74 |
|
|
75 |
BUILT_SOURCES = EventDict.cpp EventDict.h |
BUILT_SOURCES = EventDict.cpp EventDict.h |
76 |
|
|
|
|
|
77 |
SUBPACKET_HEADER_FILES = \ |
SUBPACKET_HEADER_FILES = \ |
78 |
PamelaRun.h RunInfo.h \ |
PamelaRun.h RunInfo.h Filter.h \ |
79 |
SubPacket.h PacketType.h SubDetector.h \ |
SubPacket.h PacketType.h SubDetector.h \ |
80 |
DirectoryStructure.h Algorithm.h AlgorithmInfo.h \ |
DirectoryStructure.h Algorithm.h AlgorithmInfo.h \ |
81 |
EventHeader.h PscuHeader.h EventCounter.h \ |
EventHeader.h PscuHeader.h EventCounter.h \ |
88 |
InitTrailerEvent.h EventTrkEvent.h TestTrkEvent.h \ |
InitTrailerEvent.h EventTrkEvent.h TestTrkEvent.h \ |
89 |
TestTofEvent.h ForcedFECmdEvent.h AcInitEvent.h \ |
TestTofEvent.h ForcedFECmdEvent.h AcInitEvent.h \ |
90 |
CalInitEvent.h TrkInitEvent.h TofInitEvent.h \ |
CalInitEvent.h TrkInitEvent.h TofInitEvent.h \ |
91 |
TrgInitEvent.h NdInitEvent.h \ |
TrgInitEvent.h NdInitEvent.h S4InitEvent.h \ |
92 |
CalAlarmEvent.h AcAlarmEvent.h \ |
CalAlarmEvent.h AcAlarmEvent.h \ |
93 |
TrkAlarmEvent.h TrgAlarmEvent.h TofAlarmEvent.h \ |
TrkAlarmEvent.h TrgAlarmEvent.h TofAlarmEvent.h \ |
94 |
CRC.h Exception.h LinkDef.h |
S4AlarmEvent.h \ |
95 |
|
Exception.h |
96 |
|
|
97 |
|
yodaincdir = $(includedir)/yoda/event |
98 |
|
yodainc_HEADERS= ${SUBPACKET_HEADER_FILES} |
99 |
|
|
100 |
DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \ |
DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \ |
101 |
PacketType.h Algorithm.h AlgorithmInfo.h RunInfo.h |
CRC.h Algorithm.h AlgorithmInfo.h RunInfo.h Filter.h LinkDef.h |
102 |
|
|
103 |
EventDict.cpp: ${DICT_HEADER_FILES} LinkDef.h |
EventDict.cpp: ${DICT_HEADER_FILES} |
104 |
rootcint -f $@ -c ${INCLUDES} $^ |
rootcint -f $@ -c ${INCLUDES} $^ |