| 2 |
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
| 3 |
LDFLAGS = @ROOT_LDFLAGS@ |
LDFLAGS = @ROOT_LDFLAGS@ |
| 4 |
|
|
| 5 |
noinst_LTLIBRARIES = libvardumpevent.la |
YODA_HEADER_FILES = VarDumpEvent.h VarDumpRecord.h |
| 6 |
|
yodaincdir = $(includedir)/yoda/event/varDump |
| 7 |
|
yodainc_HEADERS = ${YODA_HEADER_FILES} |
| 8 |
|
|
| 9 |
BUILT_SOURCES = VarDumpDict.cpp VarDumpDict.h |
YODA_SOURCES = VarDumpEvent.cpp VarDumpRecord.cpp |
| 10 |
|
|
| 11 |
DICT_HEADER_FILES = VarDumpEvent.h VarDumpRecord.h |
noinst_LTLIBRARIES = libvardumpevent.la |
| 12 |
|
|
| 13 |
SUBPACKET_HEADER_FILES = ${DICT_HEADER_FILES} |
libvardumpevent_la_SOURCES = ${YODA_HEADER_FILES} \ |
| 14 |
|
${YODA_SOURCES} |
| 15 |
|
|
|
CPP_SOURCES = VarDumpEvent.cpp VarDumpRecord.cpp |
|
|
|
|
|
libvardumpevent_la_SOURCES = \ |
|
|
${BUILT_SOURCES} \ |
|
|
${SUBPACKET_HEADER_FILES} \ |
|
|
${CPP_SOURCES} \ |
|
|
LinkDef.h |
|
|
|
|
|
VarDumpDict.cpp: ${DICT_HEADER_FILES} LinkDef.h |
|
|
rootcint -f $@ -c ${INCLUDES} $^ |
|