1 |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
2 |
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
3 |
LDFLAGS = @ROOT_LDFLAGS@ -llog4cpp |
LDFLAGS = @ROOT_LDFLAGS@ -llog4cxx |
4 |
SUBDIRS = log mcmd tmtc physics arrDump tabDump varDump |
SUBDIRS = log mcmd tmtc physics arrDump tabDump varDump |
5 |
|
|
|
|
|
6 |
lib_LTLIBRARIES = libyoda.la |
lib_LTLIBRARIES = libyoda.la |
7 |
|
|
8 |
libyoda_la_SOURCES = \ |
libyoda_la_SOURCES = \ |
9 |
NullAlgorithm.cpp \ |
NullAlgorithm.cpp \ |
10 |
PamelaRun.cpp PamelaRun.h \ |
PamelaRun.cpp PamelaRun.h \ |
39 |
InitTrailerEvent.cpp InitTrailerEvent.h \ |
InitTrailerEvent.cpp InitTrailerEvent.h \ |
40 |
EventTrkEvent.cpp EventTrkEvent.h \ |
EventTrkEvent.cpp EventTrkEvent.h \ |
41 |
TestTrkEvent.cpp TestTrkEvent.h \ |
TestTrkEvent.cpp TestTrkEvent.h \ |
42 |
|
TestTofEvent.cpp TestTofEvent.h \ |
43 |
ForcedFECmdEvent.cpp ForcedFECmdEvent.h \ |
ForcedFECmdEvent.cpp ForcedFECmdEvent.h \ |
44 |
AcInitEvent.cpp AcInitEvent.h \ |
AcInitEvent.cpp AcInitEvent.h \ |
45 |
CalInitEvent.cpp CalInitEvent.h \ |
CalInitEvent.cpp CalInitEvent.h \ |
46 |
TrkInitEvent.cpp TrkInitEvent.h \ |
TrkInitEvent.cpp TrkInitEvent.h \ |
47 |
TofInitEvent.cpp TofInitEvent.h \ |
TofInitEvent.cpp TofInitEvent.h \ |
48 |
TrgInitEvent.cpp TrgInitEvent.h \ |
TrgInitEvent.cpp TrgInitEvent.h \ |
49 |
|
CalAlarmEvent.cpp CalAlarmEvent.h \ |
50 |
|
AcAlarmEvent.cpp AcAlarmEvent.h \ |
51 |
|
TrkAlarmEvent.cpp TrkAlarmEvent.h \ |
52 |
|
TrgAlarmEvent.cpp TrgAlarmEvent.h \ |
53 |
|
TofAlarmEvent.cpp TofAlarmEvent.h \ |
54 |
CRC.c CRC.h \ |
CRC.c CRC.h \ |
55 |
Exception.h LinkDef.h |
Exception.h LinkDef.h |
56 |
|
|
65 |
arrDump/libarrdumpevent.la \ |
arrDump/libarrdumpevent.la \ |
66 |
tabDump/libtabdumpevent.la \ |
tabDump/libtabdumpevent.la \ |
67 |
varDump/libvardumpevent.la \ |
varDump/libvardumpevent.la \ |
68 |
/usr/local/lib/liblog4cpp.la |
/usr/local/lib/liblog4cxx.la |
69 |
|
|
70 |
BUILT_SOURCES = EventDict.cpp EventDict.h |
BUILT_SOURCES = EventDict.cpp EventDict.h |
71 |
|
|
82 |
CalibAcEvent.h RunHeaderEvent.h RunTrailerEvent.h \ |
CalibAcEvent.h RunHeaderEvent.h RunTrailerEvent.h \ |
83 |
CalibHeaderEvent.h CalibTrailerEvent.h InitHeaderEvent.h \ |
CalibHeaderEvent.h CalibTrailerEvent.h InitHeaderEvent.h \ |
84 |
InitTrailerEvent.h EventTrkEvent.h TestTrkEvent.h \ |
InitTrailerEvent.h EventTrkEvent.h TestTrkEvent.h \ |
85 |
ForcedFECmdEvent.h AcInitEvent.h CalInitEvent.h \ |
TestTofEvent.h ForcedFECmdEvent.h AcInitEvent.h \ |
86 |
TrkInitEvent.h TofInitEvent.h TrgInitEvent.h \ |
CalInitEvent.h TrkInitEvent.h TofInitEvent.h \ |
87 |
|
TrgInitEvent.h CalAlarmEvent.h AcAlarmEvent.h \ |
88 |
|
TrkAlarmEvent.h TrgAlarmEvent.h TofAlarmEvent.h \ |
89 |
CRC.h Exception.h LinkDef.h |
CRC.h Exception.h LinkDef.h |
90 |
|
|
91 |
DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \ |
DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \ |