/[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.1 by kusanagi, Fri Sep 24 11:57:32 2004 UTC revision 2.2 by kusanagi, Sun Oct 17 12:28:15 2004 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     Filter.cpp                 Filter.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 52  libyoda_la_SOURCES = \ Line 53  libyoda_la_SOURCES = \
53   TrkAlarmEvent.cpp          TrkAlarmEvent.h \   TrkAlarmEvent.cpp          TrkAlarmEvent.h \
54   TrgAlarmEvent.cpp          TrgAlarmEvent.h \   TrgAlarmEvent.cpp          TrgAlarmEvent.h \
55   TofAlarmEvent.cpp          TofAlarmEvent.h \   TofAlarmEvent.cpp          TofAlarmEvent.h \
56   CRC.c                      CRC.h \   CRC.c                      CRC.h           \
57   Exception.h  LinkDef.h   Exception.h                LinkDef.h
58    
59  libyoda_la_LIBADD = \  libyoda_la_LIBADD = \
60   physics/tracker/libtrackerevent.la \   physics/tracker/libtrackerevent.la \
61     physics/S4/libs4event.la \
62   physics/anticounter/libanticounterevent.la \   physics/anticounter/libanticounterevent.la \
63   physics/calorimeter/libcalorimeterevent.la \   physics/calorimeter/libcalorimeterevent.la \
64   physics/neutronDetector/libneutronevent.la \   physics/neutronDetector/libneutronevent.la \
# Line 72  BUILT_SOURCES = EventDict.cpp EventDict. Line 74  BUILT_SOURCES = EventDict.cpp EventDict.
74    
75    
76  SUBPACKET_HEADER_FILES =    \  SUBPACKET_HEADER_FILES =    \
77   PamelaRun.h            RunInfo.h                                   \   PamelaRun.h            RunInfo.h           Filter.h                \
78   SubPacket.h            PacketType.h        SubDetector.h           \   SubPacket.h            PacketType.h        SubDetector.h           \
79   DirectoryStructure.h   Algorithm.h         AlgorithmInfo.h         \   DirectoryStructure.h   Algorithm.h         AlgorithmInfo.h         \
80   EventHeader.h          PscuHeader.h        EventCounter.h          \   EventHeader.h          PscuHeader.h        EventCounter.h          \
# Line 91  SUBPACKET_HEADER_FILES =    \ Line 93  SUBPACKET_HEADER_FILES =    \
93   CRC.h                  Exception.h         LinkDef.h   CRC.h                  Exception.h         LinkDef.h
94    
95  DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \  DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \
96    PacketType.h Algorithm.h AlgorithmInfo.h RunInfo.h    PacketType.h Algorithm.h AlgorithmInfo.h RunInfo.h Filter.h
97    
98  EventDict.cpp: ${DICT_HEADER_FILES} LinkDef.h  EventDict.cpp: ${DICT_HEADER_FILES} LinkDef.h
99          rootcint -f $@ -c ${INCLUDES} $^          rootcint -f $@ -c ${INCLUDES} $^

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

  ViewVC Help
Powered by ViewVC 1.1.23