/[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 2.2 by kusanagi, Sun Oct 17 12:28:15 2004 UTC revision 2.3 by kusanagi, Fri Dec 3 22:04:04 2004 UTC
# Line 72  libyoda_la_LIBADD = \ Line 72  libyoda_la_LIBADD = \
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           \
# Line 90  SUBPACKET_HEADER_FILES =    \ Line 89  SUBPACKET_HEADER_FILES =    \
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} $^

Legend:
Removed from v.2.2  
changed lines
  Added in v.2.3

  ViewVC Help
Powered by ViewVC 1.1.23