8 |
|
|
9 |
YODA_SOURCES = CalorimeterEvent.cpp |
YODA_SOURCES = CalorimeterEvent.cpp |
10 |
|
|
|
BUILT_SOURCES = CalorimeterEventDict.cpp CalorimeterEventDict.h |
|
|
|
|
11 |
noinst_LTLIBRARIES = libcalorimeterevent.la |
noinst_LTLIBRARIES = libcalorimeterevent.la |
12 |
|
|
13 |
libcalorimeterevent_la_SOURCES = ${YODA_HEADER_FILES} \ |
libcalorimeterevent_la_SOURCES = ${YODA_HEADER_FILES} \ |
14 |
${YODA_SOURCES} \ |
${YODA_SOURCES} |
|
${BUILT_SOURCES} \ |
|
|
LinkDef.h |
|
|
|
|
|
CalorimeterEventDict.cpp: ${YODA_HEADER_FILES} LinkDef.h |
|
|
@ROOTCINT@ -f $@ -c ${INCLUDES} $^ |
|
|
|
|