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@ |
LDFLAGS = @ROOT_LDFLAGS@ -llog4cpp |
4 |
SUBDIRS = forroutines physics |
SUBDIRS = forroutines physics |
5 |
|
|
6 |
bin_PROGRAMS = techmodelreader |
bin_PROGRAMS = techmodelreader |
28 |
libyodatechmodel_la_LIBADD = \ |
libyodatechmodel_la_LIBADD = \ |
29 |
@top_srcdir@/event/libyoda.la \ |
@top_srcdir@/event/libyoda.la \ |
30 |
@top_srcdir@/event/physics/tracker/libtrackerevent.la \ |
@top_srcdir@/event/physics/tracker/libtrackerevent.la \ |
31 |
@top_srcdir@/event/physics/anticoinc/libanticounterevent.la \ |
@top_srcdir@/event/physics/anticounter/libanticounterevent.la \ |
32 |
@top_srcdir@/event/physics/calorimeter/libcalorimeterevent.la \ |
@top_srcdir@/event/physics/calorimeter/libcalorimeterevent.la \ |
33 |
@top_srcdir@/event/tmtc/libtmtcevent.la \ |
@top_srcdir@/event/tmtc/libtmtcevent.la \ |
34 |
@top_srcdir@/event/mcmd/libmcmdevent.la \ |
@top_srcdir@/event/mcmd/libmcmdevent.la \ |