2 |
INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@ |
INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@ |
3 |
LDFLAGS = @ROOT_LDFLAGS@ |
LDFLAGS = @ROOT_LDFLAGS@ |
4 |
|
|
5 |
noinst_LTLIBRARIES = libs4event.la |
YODA_HEADER_FILES = S4Event.h |
6 |
libs4event_la_SOURCES = S4Event.cpp S4Event.h \ |
yodaincdir = $(includedir)/yoda/physics/S4 |
7 |
S4EventDict.cpp S4EventDict.h LinkDef.h |
yodainc_HEADERS = ${YODA_HEADER_FILES} |
8 |
|
|
9 |
BUILT_SOURCES = S4EventDict.cpp S4EventDict.h |
YODA_SOURCES = S4Event.cpp |
10 |
|
|
11 |
S4EventDict.cpp: S4Event.h LinkDef.h |
noinst_LTLIBRARIES = libs4event.la |
12 |
@ROOTCINT@ -f $@ -c ${INCLUDES} $^ |
|
13 |
|
libs4event_la_SOURCES = ${YODA_HEADER_FILES} \ |
14 |
|
${YODA_SOURCES} |