/[PAMELA software]/yoda/event/Makefile.am
ViewVC logotype

Diff of /yoda/event/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6.7 by mocchiut, Thu Sep 21 13:10:05 2006 UTC revision 6.9 by mocchiut, Mon Oct 16 16:02:12 2006 UTC
# Line 7  lib_LTLIBRARIES = libyoda.la Line 7  lib_LTLIBRARIES = libyoda.la
7    
8  libyoda_la_SOURCES =                                \  libyoda_la_SOURCES =                                \
9   NullAlgorithm.cpp                                  \   NullAlgorithm.cpp                                  \
10     yodaversion.cpp            yodaversion.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             \
# Line 81  libyoda_la_LIBADD =                     Line 82  libyoda_la_LIBADD =                    
82  BUILT_SOURCES = EventDict.cpp EventDict.h  BUILT_SOURCES = EventDict.cpp EventDict.h
83    
84  SUBPACKET_HEADER_FILES =                                            \  SUBPACKET_HEADER_FILES =                                            \
85   PamelaRun.h            RunInfo.h                           \   PamelaRun.h            yodaversion.h RunInfo.h                           \
86   SubPacket.h            PacketType.h        SubDetector.h           \   SubPacket.h            PacketType.h        SubDetector.h           \
87   DirectoryStructure.h   Algorithm.h         AlgorithmInfo.h         \   DirectoryStructure.h   Algorithm.h         AlgorithmInfo.h         \
88   EventHeader.h          PscuHeader.h        EventCounter.h          \   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            \   PscuEvent.h            \
106   CalibCalPulse1Event.h  \   CalibCalPulse1Event.h  \
107   CalibCalPulse2Event.h  \   CalibCalPulse2Event.h  \
# Line 123  SUBPACKET_HEADER_FILES =                 Line 140  SUBPACKET_HEADER_FILES =                
140   S4AlarmEvent.h         \   S4AlarmEvent.h         \
141   Ac2AlarmEvent.h        \   Ac2AlarmEvent.h        \
142   CRC.h \   CRC.h \
  HB_HKBuffer_INFN.h \  
  LinkDef.h \  
143   Exception.h               Exception.h            
144    
145  yodaincdir = $(includedir)/yoda/  yodaincdir = $(includedir)/yoda/
# Line 135  DICT_HEADER_FILES = ${SUBPACKET_HEADER_F Line 150  DICT_HEADER_FILES = ${SUBPACKET_HEADER_F
150    
151  EventDict.cpp: ${DICT_HEADER_FILES}  EventDict.cpp: ${DICT_HEADER_FILES}
152          @ROOTCINT@ -f $@ -c ${INCLUDES} $^          @ROOTCINT@ -f $@ -c ${INCLUDES} $^
153    

Legend:
Removed from v.6.7  
changed lines
  Added in v.6.9

  ViewVC Help
Powered by ViewVC 1.1.23