/[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.5 by kusanagi, Tue May 30 19:10:02 2006 UTC revision 6.8 by mocchiut, Thu Sep 21 15:28:34 2006 UTC
# Line 32  libyoda_la_SOURCES =                     Line 32  libyoda_la_SOURCES =                    
32   Calib1_Ac2Event.cpp        Calib1_Ac2Event.h       \   Calib1_Ac2Event.cpp        Calib1_Ac2Event.h       \
33   Calib2_Ac1Event.cpp        Calib2_Ac1Event.h       \   Calib2_Ac1Event.cpp        Calib2_Ac1Event.h       \
34   Calib2_Ac2Event.cpp        Calib2_Ac2Event.h       \   Calib2_Ac2Event.cpp        Calib2_Ac2Event.h       \
35     CalibCalEvent.cpp          CalibCalEvent.h         \
36   RunHeaderEvent.cpp         RunHeaderEvent.h        \   RunHeaderEvent.cpp         RunHeaderEvent.h        \
37   RunTrailerEvent.cpp        RunTrailerEvent.h       \   RunTrailerEvent.cpp        RunTrailerEvent.h       \
38   CalibHeaderEvent.cpp       CalibHeaderEvent.h      \   CalibHeaderEvent.cpp       CalibHeaderEvent.h      \
# Line 84  SUBPACKET_HEADER_FILES =                 Line 85  SUBPACKET_HEADER_FILES =                
85   SubPacket.h            PacketType.h        SubDetector.h           \   SubPacket.h            PacketType.h        SubDetector.h           \
86   DirectoryStructure.h   Algorithm.h         AlgorithmInfo.h         \   DirectoryStructure.h   Algorithm.h         AlgorithmInfo.h         \
87   EventHeader.h          PscuHeader.h        EventCounter.h          \   EventHeader.h          PscuHeader.h        EventCounter.h          \
  PscuEvent.h            \  
88   endrun/PhysEndRunEvent.h endrun/CaloEndRun.h endrun/TBEndRun.h \   endrun/PhysEndRunEvent.h endrun/CaloEndRun.h endrun/TBEndRun.h \
89     log/LogEvent.h         log/LogRecord.h                         \
90     varDump/VarDumpEvent.h varDump/VarDumpRecord.h \
91     arrDump/ArrDumpEvent.h arrDump/ArrDumpRecord.h \
92     tabDump/TabDumpEvent.h tabDump/TabDumpRecord.h \
93     tmtc/TmtcEvent.h       tmtc/TmtcRecord.h       \
94     mcmd/McmdEvent.h       mcmd/McmdRecord.h       \
95     physics/neutronDetector/NeutronEvent.h physics/neutronDetector/NeutronRecord.h \
96     physics/anticounter/AnticounterEvent.h                         \
97     physics/calorimeter/CalorimeterEvent.h                         \
98     physics/S4/S4Event.h                                           \
99     physics/tof/TofEvent.h                                         \
100     physics/tracker/TrackerEvent.h                                 \
101     physics/trigger/TriggerEvent.h \
102     tsbt/TsbTEvent.h       tsbt/TsbTRecord.h       \
103     tsbb/TsbBEvent.h       tsbb/TsbBRecord.h       \
104     PscuEvent.h            \
105   CalibCalPulse1Event.h  \   CalibCalPulse1Event.h  \
106   CalibCalPulse2Event.h  \   CalibCalPulse2Event.h  \
107   CalibTrkBothEvent.h    \   CalibTrkBothEvent.h    \
# Line 106  SUBPACKET_HEADER_FILES =                 Line 122  SUBPACKET_HEADER_FILES =                
122   InitHeaderEvent.h      \   InitHeaderEvent.h      \
123   InitTrailerEvent.h     \   InitTrailerEvent.h     \
124   EventTrkEvent.h        \   EventTrkEvent.h        \
  log/LogEvent.h         log/LogRecord.h                         \  
  varDump/VarDumpEvent.h varDump/VarDumpRecord.h \  
  arrDump/ArrDumpEvent.h arrDump/ArrDumpRecord.h \  
  tabDump/TabDumpEvent.h tabDump/TabDumpRecord.h \  
  tmtc/TmtcEvent.h       tmtc/TmtcRecord.h       \  
  mcmd/McmdEvent.h       mcmd/McmdRecord.h       \  
125   ForcedFECmdEvent.h     \   ForcedFECmdEvent.h     \
126   Ac1InitEvent.h         \   Ac1InitEvent.h         \
127   CalInitEvent.h         \   CalInitEvent.h         \
# Line 128  SUBPACKET_HEADER_FILES =                 Line 138  SUBPACKET_HEADER_FILES =                
138   TofAlarmEvent.h        \   TofAlarmEvent.h        \
139   S4AlarmEvent.h         \   S4AlarmEvent.h         \
140   Ac2AlarmEvent.h        \   Ac2AlarmEvent.h        \
141   tsbt/TsbTEvent.h       tsbt/TsbTRecord.h       \   CRC.h \
142   tsbb/TsbBEvent.h       tsbb/TsbBRecord.h       \   Exception.h            
  Exception.h            \  
  physics/neutronDetector/NeutronEvent.h physics/neutronDetector/NeutronRecord.h \  
  physics/anticounter/AnticounterEvent.h                         \  
  physics/calorimeter/CalorimeterEvent.h                         \  
  physics/S4/S4Event.h                                           \  
  physics/tof/TofEvent.h                                         \  
  physics/tracker/TrackerEvent.h                                 \  
  physics/trigger/TriggerEvent.h  
143    
144  yodaincdir = $(includedir)/yoda/event  yodaincdir = $(includedir)/yoda/
145  yodainc_HEADERS= ${SUBPACKET_HEADER_FILES}  yodainc_HEADERS= ${SUBPACKET_HEADER_FILES}
146    
147  DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \  DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \
# Line 147  DICT_HEADER_FILES = ${SUBPACKET_HEADER_F Line 149  DICT_HEADER_FILES = ${SUBPACKET_HEADER_F
149    
150  EventDict.cpp: ${DICT_HEADER_FILES}  EventDict.cpp: ${DICT_HEADER_FILES}
151          @ROOTCINT@ -f $@ -c ${INCLUDES} $^          @ROOTCINT@ -f $@ -c ${INCLUDES} $^
152    

Legend:
Removed from v.6.5  
changed lines
  Added in v.6.8

  ViewVC Help
Powered by ViewVC 1.1.23