Parent Directory | Revision Log
*** empty log message ***
1 | kusanagi | 1.1 | AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
2 | INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@ | ||
3 | LDFLAGS = @ROOT_LDFLAGS@ | ||
4 | |||
5 | noinst_LTLIBRARIES = libs4event.la | ||
6 | libs4event_la_SOURCES = S4Event.cpp S4Event.h \ | ||
7 | S4EventDict.cpp S4EventDict.h LinkDef.h | ||
8 | |||
9 | BUILT_SOURCES = S4EventDict.cpp S4EventDict.h | ||
10 | |||
11 | S4EventDict.cpp: S4Event.h LinkDef.h | ||
12 | @ROOTCINT@ -f $@ -c ${INCLUDES} $^ |
ViewVC Help | |
Powered by ViewVC 1.1.23 |