1 |
mocchiut |
1.1 |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
2 |
|
|
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ @LOG4CXX_INCLUDES@ |
3 |
|
|
LDFLAGS = @ROOT_LDFLAGS@ @LOG4CXX_LDFLAGS@ |
4 |
|
|
SUBDIRS = log mcmd tmtc physics arrDump tabDump varDump tsbt tsbb endrun |
5 |
|
|
|
6 |
|
|
lib_LTLIBRARIES = libyoda.la |
7 |
|
|
|
8 |
|
|
libyoda_la_SOURCES = \ |
9 |
|
|
NullAlgorithm.cpp \ |
10 |
|
|
yodaversion.cpp yodaversion.h \ |
11 |
|
|
PamelaRun.cpp PamelaRun.h \ |
12 |
|
|
RunInfoYoda.cpp RunInfoYoda.h \ |
13 |
|
|
EventDict.cpp EventDict.h \ |
14 |
|
|
SubPacket.cpp SubPacket.h \ |
15 |
|
|
PacketType.cpp PacketType.h \ |
16 |
|
|
SubDetector.cpp SubDetector.h \ |
17 |
|
|
DirectoryStructure.c DirectoryStructure.h \ |
18 |
|
|
Algorithm.cpp Algorithm.h \ |
19 |
|
|
AlgorithmInfo.cpp AlgorithmInfo.h \ |
20 |
|
|
EventHeader.cpp EventHeader.h \ |
21 |
|
|
PscuHeader.cpp PscuHeader.h \ |
22 |
|
|
EventCounter.cpp EventCounter.h \ |
23 |
|
|
PscuEvent.cpp PscuEvent.h \ |
24 |
|
|
CalibCalPulse1Event.cpp CalibCalPulse1Event.h \ |
25 |
|
|
CalibCalPulse2Event.cpp CalibCalPulse2Event.h \ |
26 |
|
|
CalibTrkBothEvent.cpp CalibTrkBothEvent.h \ |
27 |
|
|
CalibTrk1Event.cpp CalibTrk1Event.h \ |
28 |
|
|
CalibTrk2Event.cpp CalibTrk2Event.h \ |
29 |
|
|
CalibTofEvent.cpp CalibTofEvent.h \ |
30 |
|
|
CalibS4Event.cpp CalibS4Event.h \ |
31 |
|
|
CalibCalPedEvent.cpp CalibCalPedEvent.h \ |
32 |
|
|
Calib1_Ac1Event.cpp Calib1_Ac1Event.h \ |
33 |
|
|
Calib1_Ac2Event.cpp Calib1_Ac2Event.h \ |
34 |
|
|
Calib2_Ac1Event.cpp Calib2_Ac1Event.h \ |
35 |
|
|
Calib2_Ac2Event.cpp Calib2_Ac2Event.h \ |
36 |
|
|
CalibCalEvent.cpp CalibCalEvent.h \ |
37 |
|
|
RunHeaderEvent.cpp RunHeaderEvent.h \ |
38 |
|
|
RunTrailerEvent.cpp RunTrailerEvent.h \ |
39 |
|
|
CalibHeaderEvent.cpp CalibHeaderEvent.h \ |
40 |
|
|
CalibTrailerEvent.cpp CalibTrailerEvent.h \ |
41 |
|
|
InitHeaderEvent.cpp InitHeaderEvent.h \ |
42 |
|
|
InitTrailerEvent.cpp InitTrailerEvent.h \ |
43 |
|
|
EventTrkEvent.cpp EventTrkEvent.h \ |
44 |
|
|
ForcedFECmdEvent.cpp ForcedFECmdEvent.h \ |
45 |
|
|
Ac1InitEvent.cpp Ac1InitEvent.h \ |
46 |
|
|
CalInitEvent.cpp CalInitEvent.h \ |
47 |
|
|
TrkInitEvent.cpp TrkInitEvent.h \ |
48 |
|
|
TofInitEvent.cpp TofInitEvent.h \ |
49 |
|
|
TrgInitEvent.cpp TrgInitEvent.h \ |
50 |
|
|
NdInitEvent.cpp NdInitEvent.h \ |
51 |
|
|
S4InitEvent.cpp S4InitEvent.h \ |
52 |
|
|
Ac2InitEvent.cpp Ac2InitEvent.h \ |
53 |
|
|
CalAlarmEvent.cpp CalAlarmEvent.h \ |
54 |
|
|
Ac1AlarmEvent.cpp Ac1AlarmEvent.h \ |
55 |
|
|
TrkAlarmEvent.cpp TrkAlarmEvent.h \ |
56 |
|
|
TrgAlarmEvent.cpp TrgAlarmEvent.h \ |
57 |
|
|
TofAlarmEvent.cpp TofAlarmEvent.h \ |
58 |
|
|
S4AlarmEvent.cpp S4AlarmEvent.h \ |
59 |
|
|
Ac2AlarmEvent.cpp Ac2AlarmEvent.h \ |
60 |
|
|
CRC.c CRC.h \ |
61 |
|
|
Exception.h LinkDef.h |
62 |
|
|
|
63 |
|
|
libyoda_la_LIBADD = \ |
64 |
|
|
physics/tracker/libtrackerevent.la \ |
65 |
|
|
physics/S4/libs4event.la \ |
66 |
|
|
physics/anticounter/libanticounterevent.la \ |
67 |
|
|
physics/calorimeter/libcalorimeterevent.la \ |
68 |
|
|
physics/neutronDetector/libneutronevent.la \ |
69 |
|
|
physics/tof/libtofevent.la \ |
70 |
|
|
physics/trigger/libtriggerevent.la \ |
71 |
|
|
tmtc/libtmtcevent.la \ |
72 |
|
|
mcmd/libmcmdevent.la \ |
73 |
|
|
log/liblogevent.la \ |
74 |
|
|
arrDump/libarrdumpevent.la \ |
75 |
|
|
tabDump/libtabdumpevent.la \ |
76 |
|
|
varDump/libvardumpevent.la \ |
77 |
|
|
tsbt/libtsbtevent.la \ |
78 |
|
|
tsbb/libtsbbevent.la \ |
79 |
|
|
endrun/libendrunevent.la \ |
80 |
|
|
@LOG4CXX_LIBRARY@/liblog4cxx.la |
81 |
|
|
|
82 |
|
|
BUILT_SOURCES = EventDict.cpp EventDict.h |
83 |
|
|
|
84 |
|
|
SUBPACKET_HEADER_FILES = \ |
85 |
|
|
PamelaRun.h yodaversion.h RunInfoYoda.h \ |
86 |
|
|
SubPacket.h PacketType.h SubDetector.h \ |
87 |
|
|
DirectoryStructure.h Algorithm.h AlgorithmInfo.h \ |
88 |
|
|
EventHeader.h PscuHeader.h EventCounter.h \ |
89 |
|
|
endrun/PhysEndRunEvent.h endrun/CaloEndRun.h endrun/TBEndRun.h \ |
90 |
|
|
log/LogEvent.h log/LogRecord.h \ |
91 |
|
|
varDump/VarDumpEvent.h varDump/VarDumpRecord.h \ |
92 |
|
|
arrDump/ArrDumpEvent.h arrDump/ArrDumpRecord.h \ |
93 |
|
|
tabDump/TabDumpEvent.h tabDump/TabDumpRecord.h \ |
94 |
|
|
tmtc/TmtcEvent.h tmtc/TmtcRecord.h \ |
95 |
|
|
mcmd/McmdEvent.h mcmd/McmdRecord.h \ |
96 |
|
|
physics/neutronDetector/NeutronEvent.h physics/neutronDetector/NeutronRecord.h \ |
97 |
|
|
physics/anticounter/AnticounterEvent.h \ |
98 |
|
|
physics/calorimeter/CalorimeterEvent.h \ |
99 |
|
|
physics/S4/S4Event.h \ |
100 |
|
|
physics/tof/TofEvent.h \ |
101 |
|
|
physics/tracker/TrackerEvent.h \ |
102 |
|
|
physics/trigger/TriggerEvent.h \ |
103 |
|
|
tsbt/TsbTEvent.h tsbt/TsbTRecord.h \ |
104 |
|
|
tsbb/TsbBEvent.h tsbb/TsbBRecord.h \ |
105 |
|
|
PscuEvent.h \ |
106 |
|
|
CalibCalPulse1Event.h \ |
107 |
|
|
CalibCalPulse2Event.h \ |
108 |
|
|
CalibTrkBothEvent.h \ |
109 |
|
|
CalibTrk1Event.h \ |
110 |
|
|
CalibTrk2Event.h \ |
111 |
|
|
CalibTofEvent.h \ |
112 |
|
|
CalibS4Event.h \ |
113 |
|
|
CalibCalPedEvent.h \ |
114 |
|
|
Calib1_Ac1Event.h \ |
115 |
|
|
Calib2_Ac1Event.h \ |
116 |
|
|
Calib1_Ac2Event.h \ |
117 |
|
|
Calib2_Ac2Event.h \ |
118 |
|
|
CalibCalEvent.h \ |
119 |
|
|
RunHeaderEvent.h \ |
120 |
|
|
RunTrailerEvent.h \ |
121 |
|
|
CalibHeaderEvent.h \ |
122 |
|
|
CalibTrailerEvent.h \ |
123 |
|
|
InitHeaderEvent.h \ |
124 |
|
|
InitTrailerEvent.h \ |
125 |
|
|
EventTrkEvent.h \ |
126 |
|
|
ForcedFECmdEvent.h \ |
127 |
|
|
Ac1InitEvent.h \ |
128 |
|
|
CalInitEvent.h \ |
129 |
|
|
TrkInitEvent.h \ |
130 |
|
|
TofInitEvent.h \ |
131 |
|
|
TrgInitEvent.h \ |
132 |
|
|
NdInitEvent.h \ |
133 |
|
|
S4InitEvent.h \ |
134 |
|
|
Ac2InitEvent.h \ |
135 |
|
|
CalAlarmEvent.h \ |
136 |
|
|
Ac1AlarmEvent.h \ |
137 |
|
|
TrkAlarmEvent.h \ |
138 |
|
|
TrgAlarmEvent.h \ |
139 |
|
|
TofAlarmEvent.h \ |
140 |
|
|
S4AlarmEvent.h \ |
141 |
|
|
Ac2AlarmEvent.h \ |
142 |
|
|
CRC.h \ |
143 |
|
|
Exception.h |
144 |
|
|
|
145 |
|
|
yodaincdir = $(includedir)/yoda/ |
146 |
|
|
yodainc_HEADERS= ${SUBPACKET_HEADER_FILES} |
147 |
|
|
|
148 |
|
|
DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \ |
149 |
|
|
CRC.h Algorithm.h AlgorithmInfo.h RunInfoYoda.h LinkDef.h |
150 |
|
|
|
151 |
|
|
EventDict.cpp: ${DICT_HEADER_FILES} |
152 |
|
|
@ROOTCINT@ -f $@ -c ${INCLUDES} $^ |
153 |
|
|
|