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

Diff of /yoda/event/arrDump/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.0 by kusanagi, Tue Sep 21 20:50:04 2004 UTC revision 2.1 by kusanagi, Fri Dec 3 22:04:10 2004 UTC
# Line 2  AUTOMAKE_OPTIONS = foreign no-dependenci Line 2  AUTOMAKE_OPTIONS = foreign no-dependenci
2  INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@  INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@
3  LDFLAGS = @ROOT_LDFLAGS@  LDFLAGS = @ROOT_LDFLAGS@
4    
5  noinst_LTLIBRARIES = libarrdumpevent.la  YODA_HEADER_FILES           = ArrDumpEvent.h ArrDumpRecord.h
6    yodaincdir                  = $(includedir)/yoda/event/arrDump
7    yodainc_HEADERS             = ${YODA_HEADER_FILES}
8    
9  BUILT_SOURCES = ArrDumpDict.cpp ArrDumpDict.h  YODA_SOURCES                = ArrDumpEvent.cpp ArrDumpRecord.cpp
10    
11  DICT_HEADER_FILES = ArrDumpEvent.h ArrDumpRecord.h  BUILT_SOURCES               = ArrDumpDict.cpp ArrDumpDict.h
12    
13  SUBPACKET_HEADER_FILES = ${DICT_HEADER_FILES}  noinst_LTLIBRARIES          = libarrdumpevent.la
14    
15  CPP_SOURCES = ArrDumpEvent.cpp ArrDumpRecord.cpp  libarrdumpevent_la_SOURCES  =   ${YODA_HEADER_FILES}   \
16                                    ${YODA_SOURCES}        \
17                                    ${BUILT_SOURCES}       \
18                                    LinkDef.h
19    
20  libarrdumpevent_la_SOURCES =  \  ArrDumpDict.cpp: ${YODA_HEADER_FILES} LinkDef.h
21   ${BUILT_SOURCES} \          @ROOTCINT@ -f $@ -c ${INCLUDES} $^
  ${SUBPACKET_HEADER_FILES} \  
  ${CPP_SOURCES} \  
  LinkDef.h  
22    
 ArrDumpDict.cpp: ${DICT_HEADER_FILES} LinkDef.h  
         rootcint -f $@ -c ${INCLUDES} $^  

Legend:
Removed from v.2.0  
changed lines
  Added in v.2.1

  ViewVC Help
Powered by ViewVC 1.1.23