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

Diff of /yoda/event/physics/calorimeter/Makefile.am

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

revision 2.0 by kusanagi, Tue Sep 21 20:50:29 2004 UTC revision 3.0 by kusanagi, Fri Mar 4 15:54:11 2005 UTC
# Line 1  Line 1 
1  AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo  AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
2  INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@  INCLUDES = -I@top_srcdir@  @ROOT_INCLUDES@
3  LDFLAGS = @ROOT_LDFLAGS@  LDFLAGS = @ROOT_LDFLAGS@
4    
5  noinst_LTLIBRARIES = libcalorimeterevent.la  YODA_HEADER_FILES               = CalorimeterEvent.h
6  libcalorimeterevent_la_SOURCES = CalorimeterEvent.cpp CalorimeterEvent.h  \  yodaincdir                      = $(includedir)/yoda/event/physics/calorimeter
7   CalorimeterEventDict.cpp CalorimeterEventDict.h LinkDef.h  yodainc_HEADERS                 = ${YODA_HEADER_FILES}
8    
9  BUILT_SOURCES = CalorimeterEventDict.cpp CalorimeterEventDict.h  YODA_SOURCES                    = CalorimeterEvent.cpp
10    
11  CalorimeterEventDict.cpp: CalorimeterEvent.h LinkDef.h  BUILT_SOURCES                   = CalorimeterEventDict.cpp CalorimeterEventDict.h
12    
13    noinst_LTLIBRARIES              = libcalorimeterevent.la
14    
15    libcalorimeterevent_la_SOURCES  = ${YODA_HEADER_FILES}   \
16                                      ${YODA_SOURCES}        \
17                                      ${BUILT_SOURCES}       \
18                                      LinkDef.h
19    
20    CalorimeterEventDict.cpp: ${YODA_HEADER_FILES} LinkDef.h
21          @ROOTCINT@ -f $@ -c ${INCLUDES} $^          @ROOTCINT@ -f $@ -c ${INCLUDES} $^
22    

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

  ViewVC Help
Powered by ViewVC 1.1.23