3 |
LDFLAGS = @ROOT_LDFLAGS@ |
LDFLAGS = @ROOT_LDFLAGS@ |
4 |
|
|
5 |
YODA_HEADER_FILES = TabDumpEvent.h TabDumpRecord.h |
YODA_HEADER_FILES = TabDumpEvent.h TabDumpRecord.h |
6 |
yodaincdir = $(includedir)/yoda/event/tabDump |
yodaincdir = $(includedir)/yoda/tabDump |
7 |
yodainc_HEADERS = ${YODA_HEADER_FILES} |
yodainc_HEADERS = ${YODA_HEADER_FILES} |
8 |
|
|
9 |
YODA_SOURCES = TabDumpEvent.cpp TabDumpRecord.cpp |
YODA_SOURCES = TabDumpEvent.cpp TabDumpRecord.cpp |
10 |
|
|
|
BUILT_SOURCES = TabDumpDict.cpp TabDumpDict.h |
|
|
|
|
11 |
noinst_LTLIBRARIES = libtabdumpevent.la |
noinst_LTLIBRARIES = libtabdumpevent.la |
12 |
|
|
13 |
libtabdumpevent_la_SOURCES = ${YODA_HEADER_FILES} \ |
libtabdumpevent_la_SOURCES = ${YODA_HEADER_FILES} \ |
14 |
${YODA_SOURCES} \ |
${YODA_SOURCES} |
|
${BUILT_SOURCES} \ |
|
|
LinkDef.h |
|
|
|
|
|
TabDumpDict.cpp: ${YODA_HEADER_FILES} LinkDef.h |
|
|
@ROOTCINT@ -f $@ -c ${INCLUDES} $^ |
|
15 |
|
|