Parent Directory
|
Revision Log
|
Patch
| revision 4.0 by kusanagi, Sun Mar 6 04:33:01 2005 UTC | revision 6.1 by kusanagi, Wed Mar 8 08:17:06 2006 UTC | |
|---|---|---|
| # | Line 8 yodainc_HEADERS = ${YODA_HEA | Line 8 yodainc_HEADERS = ${YODA_HEA |
| 8 | ||
| 9 | YODA_SOURCES = ArrDumpEvent.cpp ArrDumpRecord.cpp | YODA_SOURCES = ArrDumpEvent.cpp ArrDumpRecord.cpp |
| 10 | ||
| BUILT_SOURCES = ArrDumpDict.cpp ArrDumpDict.h | ||
| 11 | noinst_LTLIBRARIES = libarrdumpevent.la | noinst_LTLIBRARIES = libarrdumpevent.la |
| 12 | ||
| 13 | libarrdumpevent_la_SOURCES = ${YODA_HEADER_FILES} \ | libarrdumpevent_la_SOURCES = ${YODA_HEADER_FILES} \ |
| 14 | ${YODA_SOURCES} \ | ${YODA_SOURCES} |
| ${BUILT_SOURCES} \ | ||
| LinkDef.h | ||
| ArrDumpDict.cpp: ${YODA_HEADER_FILES} LinkDef.h | ||
| @ROOTCINT@ -f $@ -c ${INCLUDES} $^ | ||
| 15 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |