1 |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
2 |
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
3 |
LDFLAGS = @ROOT_LDFLAGS@ |
LDFLAGS = @ROOT_LDFLAGS@ |
4 |
|
|
5 |
noinst_LTLIBRARIES = libcalorimeterevent.la |
YODA_HEADER_FILES = CalorimeterEvent.h |
6 |
libcalorimeterevent_la_SOURCES = CalorimeterEvent.cpp CalorimeterEvent.h \ |
yodaincdir = $(includedir)/yoda/physics/calorimeter |
7 |
CalorimeterEventDict.cpp CalorimeterEventDict.h LinkDef.h |
yodainc_HEADERS = ${YODA_HEADER_FILES} |
8 |
|
|
9 |
BUILT_SOURCES = CalorimeterEventDict.cpp CalorimeterEventDict.h |
YODA_SOURCES = CalorimeterEvent.cpp |
10 |
|
|
11 |
CalorimeterEventDict.cpp: CalorimeterEvent.h LinkDef.h |
noinst_LTLIBRARIES = libcalorimeterevent.la |
12 |
@ROOTCINT@ -f $@ -c ${INCLUDES} $^ |
|
13 |
|
libcalorimeterevent_la_SOURCES = ${YODA_HEADER_FILES} \ |
14 |
|
${YODA_SOURCES} |