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

Annotation of /yoda/event/tabDump/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6.1 - (hide 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 kusanagi 1.1 AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
2     INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@
3 kusanagi 1.2 LDFLAGS = @ROOT_LDFLAGS@
4 kusanagi 1.1
5 kusanagi 2.1 YODA_HEADER_FILES = TabDumpEvent.h TabDumpRecord.h
6     yodaincdir = $(includedir)/yoda/event/tabDump
7     yodainc_HEADERS = ${YODA_HEADER_FILES}
8 kusanagi 1.1
9 kusanagi 2.1 YODA_SOURCES = TabDumpEvent.cpp TabDumpRecord.cpp
10 kusanagi 1.1
11 kusanagi 2.1 noinst_LTLIBRARIES = libtabdumpevent.la
12 kusanagi 1.1
13 kusanagi 2.1 libtabdumpevent_la_SOURCES = ${YODA_HEADER_FILES} \
14 kusanagi 6.1 ${YODA_SOURCES}
15 kusanagi 1.1

  ViewVC Help
Powered by ViewVC 1.1.23