2 |
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
3 |
LDFLAGS = @ROOT_LDFLAGS@ |
LDFLAGS = @ROOT_LDFLAGS@ |
4 |
|
|
5 |
noinst_LTLIBRARIES = libtrackerevent.la |
YODA_HEADER_FILES = TrackerEvent.h |
6 |
libtrackerevent_la_SOURCES = TrackerEvent.cpp TrackerEvent.h \ |
yodaincdir = $(includedir)/yoda/event/physics/tracker |
7 |
TrackerEventDict.cpp TrackerEventDict.h LinkDef.h |
yodainc_HEADERS = ${YODA_HEADER_FILES} |
8 |
|
|
9 |
BUILT_SOURCES = TrackerEventDict.cpp TrackerEventDict.h |
YODA_SOURCES = TrackerEvent.cpp |
10 |
|
|
11 |
TrackerEventDict.cpp: TrackerEvent.h LinkDef.h |
BUILT_SOURCES = TrackerEventDict.cpp TrackerEventDict.h |
12 |
|
|
13 |
|
noinst_LTLIBRARIES = libtrackerevent.la |
14 |
|
|
15 |
|
libtrackerevent_la_SOURCES = ${YODA_HEADER_FILES} \ |
16 |
|
${YODA_SOURCES} \ |
17 |
|
${BUILT_SOURCES} \ |
18 |
|
LinkDef.h |
19 |
|
|
20 |
|
TrackerEventDict.cpp: ${YODA_HEADER_FILES} LinkDef.h |
21 |
@ROOTCINT@ -f $@ -c ${INCLUDES} $^ |
@ROOTCINT@ -f $@ -c ${INCLUDES} $^ |