Parent Directory | Revision Log
Major release
1 | kusanagi | 1.1 | AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
2 | INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ | ||
3 | LDFLAGS = @ROOT_LDFLAGS@ | ||
4 | |||
5 | noinst_LTLIBRARIES = libcalorimeterevent.la | ||
6 | libcalorimeterevent_la_SOURCES = CalorimeterEvent.cpp CalorimeterEvent.h \ | ||
7 | CalorimeterEventDict.cpp CalorimeterEventDict.h LinkDef.h | ||
8 | |||
9 | BUILT_SOURCES = CalorimeterEventDict.cpp CalorimeterEventDict.h | ||
10 | |||
11 | CalorimeterEventDict.cpp: CalorimeterEvent.h LinkDef.h | ||
12 | @ROOTCINT@ -f $@ -c ${INCLUDES} $^ |
ViewVC Help | |
Powered by ViewVC 1.1.23 |