--- yoda/techmodel/Makefile.am 2004/08/19 15:24:46 1.7 +++ yoda/techmodel/Makefile.am 2004/09/24 11:57:49 2.1 @@ -1,17 +1,17 @@ AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@ -LDFLAGS = @ROOT_LDFLAGS@ -llog4cpp +LDFLAGS = @ROOT_LDFLAGS@ SUBDIRS = forroutines physics bin_PROGRAMS = techmodelreader techmodelreader_SOURCES = techmodelreader.cpp -techmodelreader_LDADD = libyodatechmodel.la @top_srcdir@/event/libyoda.la -llog4cpp +techmodelreader_LDADD = libyodatechmodel.la @top_srcdir@/event/libyoda.la lib_LTLIBRARIES = libyodatechmodel.la #LinkDef.h MUST be the last one of the list!!!!! libyodatechmodel_la_SOURCES = TechmodelPamelaRun.cpp TechmodelPamelaRun.h \ - TechmodelAlgorithm.cpp TechmodelAlgorithm.h \ + TechmodelAlgorithm.cpp TechmodelAlgorithm.h \ EventReader.cpp EventReader.h ReaderAlgorithms.h \ PhysEndRunReader.cpp CalibCalPulse1Reader.cpp CalibCalPulse2Reader.cpp \ PhysicsReader.cpp CalibTrkBothReader.cpp CalibTrk1Reader.cpp \ @@ -20,10 +20,13 @@ CalibAcReader.cpp RunHeaderReader.cpp RunTrailerReader.cpp \ CalibHeaderReader.cpp CalibTrailerReader.cpp InitHeaderReader.cpp \ InitTrailerReader.cpp EventTrkReader.cpp TestTrkReader.cpp \ - LogReader.cpp VarDumpReader.cpp ArrDumpReader.cpp \ - TabDumpReader.cpp TmtcReader.cpp McmdReader.cpp \ - ForcedFECmdReader.cpp AcInitReader.cpp CalInitReader.cpp \ - TrkInitReader.cpp TofInitReader.cpp TrgInitReader.cpp \ + TestTofReader.cpp LogReader.cpp VarDumpReader.cpp \ + ArrDumpReader.cpp TabDumpReader.cpp TmtcReader.cpp \ + McmdReader.cpp ForcedFECmdReader.cpp AcInitReader.cpp \ + CalInitReader.cpp TrkInitReader.cpp TofInitReader.cpp \ + TrgInitReader.cpp NdInitReader.cpp \ + CalAlarmReader.cpp AcAlarmReader.cpp \ + TrkAlarmReader.cpp TrgAlarmReader.cpp TofAlarmReader.cpp \ TechmodelDict.cpp TechmodelDict.h LinkDef.h