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@ @LOG4CXX_INCLUDES@ |
3 |
LDFLAGS = @ROOT_LDFLAGS@ -llog4cxx |
LDFLAGS = @ROOT_LDFLAGS@ @LOG4CXX_LDFLAGS@ |
4 |
SUBDIRS = log mcmd tmtc physics arrDump tabDump varDump endrun tsbt tsbb |
SUBDIRS = log mcmd tmtc physics arrDump tabDump varDump tsbt tsbb endrun |
5 |
|
|
6 |
lib_LTLIBRARIES = libyoda.la |
lib_LTLIBRARIES = libyoda.la |
7 |
|
|
75 |
arrDump/libarrdumpevent.la \ |
arrDump/libarrdumpevent.la \ |
76 |
tabDump/libtabdumpevent.la \ |
tabDump/libtabdumpevent.la \ |
77 |
varDump/libvardumpevent.la \ |
varDump/libvardumpevent.la \ |
|
endrun/libendrunevent.la \ |
|
78 |
tsbt/libtsbtevent.la \ |
tsbt/libtsbtevent.la \ |
79 |
tsbb/libtsbbevent.la \ |
tsbb/libtsbbevent.la \ |
80 |
/usr/local/lib/liblog4cxx.la |
endrun/libendrunevent.la \ |
81 |
|
@LOG4CXX_LIBRARY@/liblog4cxx.la |
82 |
|
|
83 |
BUILT_SOURCES = EventDict.cpp EventDict.h |
BUILT_SOURCES = EventDict.cpp EventDict.h |
84 |
|
|