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

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

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

revision 1.1 by kusanagi, Sun Oct 17 12:28:29 2004 UTC revision 4.4 by kusanagi, Sat May 28 10:44:14 2005 UTC
# Line 2  AUTOMAKE_OPTIONS = foreign no-dependenci Line 2  AUTOMAKE_OPTIONS = foreign no-dependenci
2  INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@  INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@
3  LDFLAGS = @ROOT_LDFLAGS@  LDFLAGS = @ROOT_LDFLAGS@
4    
5  noinst_LTLIBRARIES = libs4event.la  YODA_HEADER_FILES       = S4Event.h
6  libs4event_la_SOURCES = S4Event.cpp S4Event.h  \  yodaincdir              = $(includedir)/yoda/event/physics/S4
7   S4EventDict.cpp S4EventDict.h LinkDef.h  yodainc_HEADERS         = ${YODA_HEADER_FILES}
8    
9  BUILT_SOURCES = S4EventDict.cpp S4EventDict.h  YODA_SOURCES            = S4Event.cpp
10    
11  S4EventDict.cpp: S4Event.h LinkDef.h  BUILT_SOURCES           = S4EventDict.cpp S4EventDict.h
12    
13    noinst_LTLIBRARIES      = libs4event.la
14    
15    libs4event_la_SOURCES   = ${YODA_HEADER_FILES}   \
16                              ${YODA_SOURCES}        \
17                              ${BUILT_SOURCES}       \
18                              LinkDef.h
19    
20    S4EventDict.cpp: ${YODA_HEADER_FILES} LinkDef.h
21          @ROOTCINT@ -f $@ -c ${INCLUDES} $^          @ROOTCINT@ -f $@ -c ${INCLUDES} $^

Legend:
Removed from v.1.1  
changed lines
  Added in v.4.4

  ViewVC Help
Powered by ViewVC 1.1.23