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 |
noinst_LTLIBRARIES = libtrackerevent.la |
12 |
@ROOTCINT@ -f $@ -c ${INCLUDES} $^ |
|
13 |
|
libtrackerevent_la_SOURCES = ${YODA_HEADER_FILES} \ |
14 |
|
${YODA_SOURCES} |