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

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

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

revision 2.0 by kusanagi, Tue Sep 21 20:50:24 2004 UTC revision 6.1 by kusanagi, Wed Mar 8 08:17:06 2006 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 = libanticounterevent.la  YODA_HEADER_FILES               = AnticounterEvent.h
6  libanticounterevent_la_SOURCES = AnticounterEvent.cpp AnticounterEvent.h  \  yodaincdir                      = $(includedir)/yoda/event/physics/anticounter
7   AnticounterEventDict.cpp AnticounterEventDict.h LinkDef.h  yodainc_HEADERS                 = ${YODA_HEADER_FILES}
8    
9  BUILT_SOURCES = AnticounterEventDict.cpp AnticounterEventDict.h  YODA_SOURCES                    = AnticounterEvent.cpp
10    
11  AnticounterEventDict.cpp: AnticounterEvent.h LinkDef.h  noinst_LTLIBRARIES              = libanticounterevent.la
12          @ROOTCINT@ -f $@ -c ${INCLUDES} $^  
13    libanticounterevent_la_SOURCES  = ${YODA_HEADER_FILES}   \
14                                      ${YODA_SOURCES}

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

  ViewVC Help
Powered by ViewVC 1.1.23