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

Diff of /yoda/techmodel/Makefile.am

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

revision 1.7 by kusanagi, Thu Aug 19 15:24:46 2004 UTC revision 2.3 by kusanagi, Fri Dec 3 22:08:00 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@ -I@top_srcdir@/event @ROOT_INCLUDES@  INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@
3  LDFLAGS = @ROOT_LDFLAGS@ -llog4cpp  LDFLAGS = @ROOT_LDFLAGS@
4  SUBDIRS = forroutines physics  SUBDIRS = forroutines physics
5    
6  bin_PROGRAMS = techmodelreader  bin_PROGRAMS = techmodelreader
7  techmodelreader_SOURCES = techmodelreader.cpp  techmodelreader_SOURCES = techmodelreader.cpp
8  techmodelreader_LDADD = libyodatechmodel.la @top_srcdir@/event/libyoda.la -llog4cpp  techmodelreader_LDADD = libyodatechmodel.la @top_srcdir@/event/libyoda.la
9    
10  lib_LTLIBRARIES = libyodatechmodel.la  lib_LTLIBRARIES = libyodatechmodel.la
11    
12  #LinkDef.h MUST be the last one of the list!!!!!  #LinkDef.h MUST be the last one of the list!!!!!
13  libyodatechmodel_la_SOURCES = TechmodelPamelaRun.cpp  TechmodelPamelaRun.h      \  libyodatechmodel_la_SOURCES = TechmodelPamelaRun.cpp  TechmodelPamelaRun.h      \
14   TechmodelAlgorithm.cpp TechmodelAlgorithm.h                                    \   TechmodelAlgorithm.cpp TechmodelAlgorithm.h                \
15   EventReader.cpp        EventReader.h               ReaderAlgorithms.h          \   EventReader.cpp        EventReader.h               ReaderAlgorithms.h          \
16   PhysEndRunReader.cpp   CalibCalPulse1Reader.cpp    CalibCalPulse2Reader.cpp    \   PhysEndRunReader.cpp   CalibCalPulse1Reader.cpp    CalibCalPulse2Reader.cpp    \
17   PhysicsReader.cpp      CalibTrkBothReader.cpp      CalibTrk1Reader.cpp         \   PhysicsReader.cpp      CalibTrkBothReader.cpp      CalibTrk1Reader.cpp         \
# Line 20  libyodatechmodel_la_SOURCES = TechmodelP Line 20  libyodatechmodel_la_SOURCES = TechmodelP
20   CalibAcReader.cpp      RunHeaderReader.cpp         RunTrailerReader.cpp        \   CalibAcReader.cpp      RunHeaderReader.cpp         RunTrailerReader.cpp        \
21   CalibHeaderReader.cpp  CalibTrailerReader.cpp      InitHeaderReader.cpp        \   CalibHeaderReader.cpp  CalibTrailerReader.cpp      InitHeaderReader.cpp        \
22   InitTrailerReader.cpp  EventTrkReader.cpp          TestTrkReader.cpp           \   InitTrailerReader.cpp  EventTrkReader.cpp          TestTrkReader.cpp           \
23   LogReader.cpp          VarDumpReader.cpp           ArrDumpReader.cpp           \   TestTofReader.cpp      LogReader.cpp               VarDumpReader.cpp           \
24   TabDumpReader.cpp      TmtcReader.cpp              McmdReader.cpp              \   ArrDumpReader.cpp      TabDumpReader.cpp           TmtcReader.cpp              \
25   ForcedFECmdReader.cpp  AcInitReader.cpp            CalInitReader.cpp           \   McmdReader.cpp         ForcedFECmdReader.cpp       AcInitReader.cpp            \
26   TrkInitReader.cpp      TofInitReader.cpp           TrgInitReader.cpp           \   CalInitReader.cpp      TrkInitReader.cpp           TofInitReader.cpp           \
27     TrgInitReader.cpp      NdInitReader.cpp                                        \
28     CalAlarmReader.cpp     AcAlarmReader.cpp                                       \
29     TrkAlarmReader.cpp     TrgAlarmReader.cpp          TofAlarmReader.cpp          \
30     TechmodelFilter.cpp    TechmodelFilter.h           \
31   TechmodelDict.cpp      TechmodelDict.h             LinkDef.h   TechmodelDict.cpp      TechmodelDict.h             LinkDef.h
32    
33    
# Line 44  libyodatechmodel_la_LIBADD = \ Line 48  libyodatechmodel_la_LIBADD = \
48    
49  BUILT_SOURCES = TechmodelDict.cpp TechmodelDict.h  BUILT_SOURCES = TechmodelDict.cpp TechmodelDict.h
50    
51  TechmodelDict.cpp: TechmodelAlgorithm.h EventReader.h  LinkDef.h  TechmodelDict.cpp: TechmodelAlgorithm.h EventReader.h  TechmodelFilter.h LinkDef.h
52          rootcint -f $@ -c ${INCLUDES} $^          rootcint -f $@ -c ${INCLUDES} $^

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

  ViewVC Help
Powered by ViewVC 1.1.23