/[PAMELA software]/yoda/event/tabDump/Makefile.am
ViewVC logotype

Annotation of /yoda/event/tabDump/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Tue Sep 21 20:24:05 2004 UTC (20 years, 2 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +1 -1 lines
Commit toward log4cxx plus new packets types

1 kusanagi 1.1 AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
2     INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@
3 kusanagi 1.2 LDFLAGS = @ROOT_LDFLAGS@
4 kusanagi 1.1
5     noinst_LTLIBRARIES = libtabdumpevent.la
6    
7     BUILT_SOURCES = TabDumpDict.cpp TabDumpDict.h
8    
9     DICT_HEADER_FILES = TabDumpEvent.h TabDumpRecord.h
10    
11     SUBPACKET_HEADER_FILES = ${DICT_HEADER_FILES}
12    
13     CPP_SOURCES = TabDumpEvent.cpp TabDumpRecord.cpp
14    
15     libtabdumpevent_la_SOURCES = \
16     ${BUILT_SOURCES} \
17     ${SUBPACKET_HEADER_FILES} \
18     ${CPP_SOURCES} \
19     LinkDef.h
20    
21     TabDumpDict.cpp: ${DICT_HEADER_FILES} LinkDef.h
22     rootcint -f $@ -c ${INCLUDES} $^

  ViewVC Help
Powered by ViewVC 1.1.23