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

Contents of /yoda/event/endrun/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6.1 - (show annotations) (download)
Wed Mar 8 08:17:06 2006 UTC (18 years, 8 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA6_2/01, YODA6_2/00, YODA6_3/06, YODA6_1/00, YODA6_3/04, YODA6_3/05, YODA6_3/07, YODA6_3/00, YODA6_3/01, YODA6_3/02, YODA6_3/03, YODA6_3/08
Changes since 6.0: +1 -8 lines
Modified the code structure to have only two LinkDef.h:
event/LinkDef.h
techmodel/LinkDef.h
Consequently the Makefiles have been modified. This reduce update reduce the number of dictionary files created by the "rootcint" program.

1 AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
2 INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@
3 LDFLAGS = @ROOT_LDFLAGS@
4
5 YODA_HEADER_FILES = PhysEndRunEvent.h CaloEndRun.h TBEndRun.h
6 yodaincdir = $(includedir)/yoda/event/endrun
7 yodainc_HEADERS = ${YODA_HEADER_FILES}
8
9 YODA_SOURCES = PhysEndRunEvent.cpp CaloEndRun.cpp TBEndRun.cpp
10
11 noinst_LTLIBRARIES = libendrunevent.la
12
13 libendrunevent_la_SOURCES = ${YODA_HEADER_FILES} \
14 ${YODA_SOURCES}

  ViewVC Help
Powered by ViewVC 1.1.23