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

Contents of /yoda/techmodel/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Tue Jul 6 12:37:28 2004 UTC (20 years, 5 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +1 -1 lines
*** empty log message ***

1 AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
2 INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@
3 LDFLAGS = @ROOT_LDFLAGS@
4 SUBDIRS = forroutines physics
5
6 bin_PROGRAMS = techmodelreader
7 techmodelreader_SOURCES = techmodelreader.cpp
8 techmodelreader_LDADD = libyodatechmodel.la @top_srcdir@/event/libyoda.la -llog4cpp
9
10 lib_LTLIBRARIES = libyodatechmodel.la
11
12 #LinkDef.h MUST be the last one of the list!!!!!
13 libyodatechmodel_la_SOURCES = TechmodelPamelaRun.cpp TechmodelPamelaRun.h \
14 TechmodelAlgorithm.cpp TechmodelAlgorithm.h \
15 EventReader.cpp EventReader.h ReaderAlgorithms.h \
16 \
17 VarDumpReader.cpp ArrDumpReader.cpp TabDumpReader.cpp \
18 TmtcReader.cpp McmdReader.cpp LogReader.cpp \
19 CalibCalReader.cpp CalibTrk1Reader.cpp CalibTrk2Reader.cpp \
20 CalibTrdReader.cpp CalibTofReader.cpp CalibS4Reader.cpp \
21 RunHeaderReader.cpp RunTrailerReader.cpp ForcedPktReader.cpp \
22 PhysicsReader.cpp \
23 TechmodelDict.cpp TechmodelDict.h \
24 LinkDef.h
25
26
27 libyodatechmodel_la_LIBADD = \
28 @top_srcdir@/event/libyoda.la \
29 @top_srcdir@/event/physics/tracker/libtrackerevent.la \
30 @top_srcdir@/event/physics/anticoinc/libanticoincevent.la \
31 @top_srcdir@/event/physics/calorimeter/libcalorimeterevent.la \
32 @top_srcdir@/event/tmtc/libtmtcevent.la \
33 @top_srcdir@/event/mcmd/libmcmdevent.la \
34 @top_srcdir@/event/log/liblogevent.la \
35 forroutines/libforrou.la \
36 physics/libdevreaders.la
37
38 BUILT_SOURCES = TechmodelDict.cpp TechmodelDict.h
39
40 TechmodelDict.cpp: TechmodelAlgorithm.h EventReader.h LinkDef.h
41 rootcint -f $@ -c ${INCLUDES} $^

  ViewVC Help
Powered by ViewVC 1.1.23