72 |
|
|
73 |
BUILT_SOURCES = EventDict.cpp EventDict.h |
BUILT_SOURCES = EventDict.cpp EventDict.h |
74 |
|
|
|
|
|
75 |
SUBPACKET_HEADER_FILES = \ |
SUBPACKET_HEADER_FILES = \ |
76 |
PamelaRun.h RunInfo.h Filter.h \ |
PamelaRun.h RunInfo.h Filter.h \ |
77 |
SubPacket.h PacketType.h SubDetector.h \ |
SubPacket.h PacketType.h SubDetector.h \ |
89 |
TrgInitEvent.h NdInitEvent.h \ |
TrgInitEvent.h NdInitEvent.h \ |
90 |
CalAlarmEvent.h AcAlarmEvent.h \ |
CalAlarmEvent.h AcAlarmEvent.h \ |
91 |
TrkAlarmEvent.h TrgAlarmEvent.h TofAlarmEvent.h \ |
TrkAlarmEvent.h TrgAlarmEvent.h TofAlarmEvent.h \ |
92 |
CRC.h Exception.h LinkDef.h |
Exception.h |
93 |
|
|
94 |
|
yodaincdir = $(includedir)/yoda/event |
95 |
|
yodainc_HEADERS= ${SUBPACKET_HEADER_FILES} |
96 |
|
|
97 |
DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \ |
DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \ |
98 |
PacketType.h Algorithm.h AlgorithmInfo.h RunInfo.h Filter.h |
CRC.h Algorithm.h AlgorithmInfo.h RunInfo.h Filter.h LinkDef.h |
99 |
|
|
100 |
EventDict.cpp: ${DICT_HEADER_FILES} LinkDef.h |
EventDict.cpp: ${DICT_HEADER_FILES} |
101 |
rootcint -f $@ -c ${INCLUDES} $^ |
rootcint -f $@ -c ${INCLUDES} $^ |