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/event/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 |
BUILT_SOURCES = S4EventDict.cpp S4EventDict.h |
12 |
|
|
13 |
|
noinst_LTLIBRARIES = libs4event.la |
14 |
|
|
15 |
|
libs4event_la_SOURCES = ${YODA_HEADER_FILES} \ |
16 |
|
${YODA_SOURCES} \ |
17 |
|
${BUILT_SOURCES} \ |
18 |
|
LinkDef.h |
19 |
|
|
20 |
|
S4EventDict.cpp: ${YODA_HEADER_FILES} LinkDef.h |
21 |
@ROOTCINT@ -f $@ -c ${INCLUDES} $^ |
@ROOTCINT@ -f $@ -c ${INCLUDES} $^ |