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@ @LOG4CXX_INCLUDES@ |
3 |
LDFLAGS = @ROOT_LDFLAGS@ |
LDFLAGS = @ROOT_LDFLAGS@ @LOG4CXX_LDFLAGS@ |
4 |
SUBDIRS = forroutines physics |
SUBDIRS = forroutines physics |
5 |
|
|
6 |
bin_PROGRAMS = techmodelreader |
bin_PROGRAMS = yoda |
7 |
techmodelreader_SOURCES = techmodelreader.cpp |
yoda_SOURCES = techmodelreader.cpp |
8 |
techmodelreader_LDADD = libyodatechmodel.la @top_srcdir@/event/libyoda.la |
yoda_LDADD = libyodatechmodel.la @top_srcdir@/event/libyoda.la |
9 |
|
|
10 |
lib_LTLIBRARIES = libyodatechmodel.la |
lib_LTLIBRARIES = libyodatechmodel.la |
11 |
|
|
35 |
|
|
36 |
|
|
37 |
libyodatechmodel_la_LIBADD = \ |
libyodatechmodel_la_LIBADD = \ |
38 |
@top_srcdir@/event/libyoda.la \ |
@top_srcdir@/event/libyoda.la \ |
39 |
@top_srcdir@/event/physics/tracker/libtrackerevent.la \ |
@top_srcdir@/event/physics/tracker/libtrackerevent.la \ |
40 |
@top_srcdir@/event/physics/anticounter/libanticounterevent.la \ |
@top_srcdir@/event/physics/anticounter/libanticounterevent.la \ |
41 |
@top_srcdir@/event/physics/calorimeter/libcalorimeterevent.la \ |
@top_srcdir@/event/physics/calorimeter/libcalorimeterevent.la \ |
42 |
@top_srcdir@/event/physics/neutronDetector/libneutronevent.la \ |
@top_srcdir@/event/physics/neutronDetector/libneutronevent.la \ |
43 |
@top_srcdir@/event/tmtc/libtmtcevent.la \ |
@top_srcdir@/event/physics/tof/libtofevent.la \ |
44 |
@top_srcdir@/event/mcmd/libmcmdevent.la \ |
@top_srcdir@/event/physics/trigger/libtriggerevent.la \ |
45 |
@top_srcdir@/event/log/liblogevent.la \ |
@top_srcdir@/event/tmtc/libtmtcevent.la \ |
46 |
@top_srcdir@/event/arrDump/libarrdumpevent.la \ |
@top_srcdir@/event/mcmd/libmcmdevent.la \ |
47 |
@top_srcdir@/event/tabDump/libtabdumpevent.la \ |
@top_srcdir@/event/log/liblogevent.la \ |
48 |
@top_srcdir@/event/varDump/libvardumpevent.la \ |
@top_srcdir@/event/arrDump/libarrdumpevent.la \ |
49 |
@top_srcdir@/event/tsbt/libtsbtevent.la \ |
@top_srcdir@/event/tabDump/libtabdumpevent.la \ |
50 |
@top_srcdir@/event/tsbb/libtsbbevent.la \ |
@top_srcdir@/event/varDump/libvardumpevent.la \ |
51 |
forroutines/libforrou.la \ |
@top_srcdir@/event/tsbt/libtsbtevent.la \ |
52 |
|
@top_srcdir@/event/tsbb/libtsbbevent.la \ |
53 |
|
@top_srcdir@/event/endrun/libendrunevent.la \ |
54 |
|
forroutines/libforrou.la \ |
55 |
physics/libdevreaders.la |
physics/libdevreaders.la |
56 |
|
|
57 |
BUILT_SOURCES = TechmodelDict.cpp TechmodelDict.h |
BUILT_SOURCES = TechmodelDict.cpp TechmodelDict.h |