/[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 1.8 by kusanagi, Thu Aug 19 15:24:10 2004 UTC revision 2.4 by kusanagi, Thu Dec 9 08:47:42 2004 UTC
# Line 1  Line 1 
1  AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo  AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
2  INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@  INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@
3  LDFLAGS = @ROOT_LDFLAGS@  -llog4cpp  LDFLAGS = @ROOT_LDFLAGS@ -llog4cxx
4  SUBDIRS = log mcmd tmtc physics arrDump tabDump varDump  SUBDIRS = log mcmd tmtc physics arrDump tabDump varDump
5    
   
6  lib_LTLIBRARIES = libyoda.la  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 39  libyoda_la_SOURCES = \ Line 40  libyoda_la_SOURCES = \
40   InitTrailerEvent.cpp       InitTrailerEvent.h \   InitTrailerEvent.cpp       InitTrailerEvent.h \
41   EventTrkEvent.cpp          EventTrkEvent.h \   EventTrkEvent.cpp          EventTrkEvent.h \
42   TestTrkEvent.cpp           TestTrkEvent.h \   TestTrkEvent.cpp           TestTrkEvent.h \
43     TestTofEvent.cpp           TestTofEvent.h \
44   ForcedFECmdEvent.cpp       ForcedFECmdEvent.h \   ForcedFECmdEvent.cpp       ForcedFECmdEvent.h \
45   AcInitEvent.cpp            AcInitEvent.h \   AcInitEvent.cpp            AcInitEvent.h \
46   CalInitEvent.cpp           CalInitEvent.h \   CalInitEvent.cpp           CalInitEvent.h \
47   TrkInitEvent.cpp           TrkInitEvent.h \   TrkInitEvent.cpp           TrkInitEvent.h \
48   TofInitEvent.cpp           TofInitEvent.h \   TofInitEvent.cpp           TofInitEvent.h \
49   TrgInitEvent.cpp           TrgInitEvent.h \   TrgInitEvent.cpp           TrgInitEvent.h \
50   CRC.c                      CRC.h \   NdInitEvent.cpp            NdInitEvent.h \
51   Exception.h  LinkDef.h   S4InitEvent.cpp            S4InitEvent.h \
52     CalAlarmEvent.cpp          CalAlarmEvent.h \
53     AcAlarmEvent.cpp           AcAlarmEvent.h \
54     TrkAlarmEvent.cpp          TrkAlarmEvent.h \
55     TrgAlarmEvent.cpp          TrgAlarmEvent.h \
56     TofAlarmEvent.cpp          TofAlarmEvent.h \
57     S4AlarmEvent.cpp           S4AlarmEvent.h \
58     CRC.c                      CRC.h           \
59     Exception.h                LinkDef.h
60    
61  libyoda_la_LIBADD = \  libyoda_la_LIBADD = \
62   physics/tracker/libtrackerevent.la \   physics/tracker/libtrackerevent.la \
63     physics/S4/libs4event.la \
64   physics/anticounter/libanticounterevent.la \   physics/anticounter/libanticounterevent.la \
65   physics/calorimeter/libcalorimeterevent.la \   physics/calorimeter/libcalorimeterevent.la \
66   physics/neutronDetector/libneutronevent.la \   physics/neutronDetector/libneutronevent.la \
# Line 59  libyoda_la_LIBADD = \ Line 70  libyoda_la_LIBADD = \
70   arrDump/libarrdumpevent.la \   arrDump/libarrdumpevent.la \
71   tabDump/libtabdumpevent.la \   tabDump/libtabdumpevent.la \
72   varDump/libvardumpevent.la \   varDump/libvardumpevent.la \
73   /usr/local/lib/liblog4cpp.la   /usr/local/lib/liblog4cxx.la
74    
75  BUILT_SOURCES = EventDict.cpp EventDict.h  BUILT_SOURCES = EventDict.cpp EventDict.h
76    
   
77  SUBPACKET_HEADER_FILES =    \  SUBPACKET_HEADER_FILES =    \
78   PamelaRun.h            RunInfo.h                                   \   PamelaRun.h            RunInfo.h           Filter.h                \
79   SubPacket.h            PacketType.h        SubDetector.h           \   SubPacket.h            PacketType.h        SubDetector.h           \
80   DirectoryStructure.h   Algorithm.h         AlgorithmInfo.h         \   DirectoryStructure.h   Algorithm.h         AlgorithmInfo.h         \
81   EventHeader.h          PscuHeader.h        EventCounter.h          \   EventHeader.h          PscuHeader.h        EventCounter.h          \
# Line 76  SUBPACKET_HEADER_FILES =    \ Line 86  SUBPACKET_HEADER_FILES =    \
86   CalibAcEvent.h         RunHeaderEvent.h    RunTrailerEvent.h       \   CalibAcEvent.h         RunHeaderEvent.h    RunTrailerEvent.h       \
87   CalibHeaderEvent.h     CalibTrailerEvent.h InitHeaderEvent.h       \   CalibHeaderEvent.h     CalibTrailerEvent.h InitHeaderEvent.h       \
88   InitTrailerEvent.h     EventTrkEvent.h     TestTrkEvent.h          \   InitTrailerEvent.h     EventTrkEvent.h     TestTrkEvent.h          \
89   ForcedFECmdEvent.h     AcInitEvent.h       CalInitEvent.h          \   TestTofEvent.h         ForcedFECmdEvent.h  AcInitEvent.h           \
90   TrkInitEvent.h         TofInitEvent.h      TrgInitEvent.h          \   CalInitEvent.h         TrkInitEvent.h      TofInitEvent.h          \
91   CRC.h                  Exception.h         LinkDef.h   TrgInitEvent.h         NdInitEvent.h       S4InitEvent.h           \
92     CalAlarmEvent.h        AcAlarmEvent.h                              \
93     TrkAlarmEvent.h        TrgAlarmEvent.h     TofAlarmEvent.h         \
94     S4AlarmEvent.h                                                     \
95     Exception.h            
96    
97    yodaincdir = $(includedir)/yoda/event
98    yodainc_HEADERS= ${SUBPACKET_HEADER_FILES}
99    
100  DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \  DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \
101    PacketType.h Algorithm.h AlgorithmInfo.h RunInfo.h    CRC.h Algorithm.h AlgorithmInfo.h RunInfo.h Filter.h LinkDef.h
102    
103  EventDict.cpp: ${DICT_HEADER_FILES} LinkDef.h  EventDict.cpp: ${DICT_HEADER_FILES}
104          rootcint -f $@ -c ${INCLUDES} $^          rootcint -f $@ -c ${INCLUDES} $^

Legend:
Removed from v.1.8  
changed lines
  Added in v.2.4

  ViewVC Help
Powered by ViewVC 1.1.23