/[PAMELA software]/yoda/techmodel/Makefile.am
ViewVC logotype

Diff of /yoda/techmodel/Makefile.am

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

revision 2.5.2.1 by kusanagi, Fri Mar 4 10:33:44 2005 UTC revision 4.0.6.1 by kusanagi, Sat May 28 13:05:17 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@ -I@top_srcdir@/event @ROOT_INCLUDES@  INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@ @LOG4CXX_INCLUDES@
3  LDFLAGS = @ROOT_LDFLAGS@  LDFLAGS = @ROOT_LDFLAGS@ @LOG4CXX_LDFLAGS@
4  SUBDIRS = forroutines physics  SUBDIRS = forroutines physics
5    
6  bin_PROGRAMS = techmodelreader  bin_PROGRAMS = yoda
7  techmodelreader_SOURCES = techmodelreader.cpp  yoda_SOURCES = techmodelreader.cpp
8  techmodelreader_LDADD = libyodatechmodel.la @top_srcdir@/event/libyoda.la  yoda_LDADD = libyodatechmodel.la @top_srcdir@/event/libyoda.la
9    
10  lib_LTLIBRARIES = libyodatechmodel.la  lib_LTLIBRARIES = libyodatechmodel.la
11    
# Line 35  libyodatechmodel_la_SOURCES = TechmodelP Line 35  libyodatechmodel_la_SOURCES = TechmodelP
35    
36    
37  libyodatechmodel_la_LIBADD = \  libyodatechmodel_la_LIBADD = \
38   @top_srcdir@/event/libyoda.la \   @top_srcdir@/event/libyoda.la                                  \
39   @top_srcdir@/event/physics/tracker/libtrackerevent.la \   @top_srcdir@/event/physics/tracker/libtrackerevent.la          \
40   @top_srcdir@/event/physics/anticounter/libanticounterevent.la \   @top_srcdir@/event/physics/anticounter/libanticounterevent.la  \
41   @top_srcdir@/event/physics/calorimeter/libcalorimeterevent.la \   @top_srcdir@/event/physics/calorimeter/libcalorimeterevent.la  \
42   @top_srcdir@/event/physics/neutronDetector/libneutronevent.la \   @top_srcdir@/event/physics/neutronDetector/libneutronevent.la  \
43   @top_srcdir@/event/tmtc/libtmtcevent.la \   @top_srcdir@/event/physics/tof/libtofevent.la                  \
44   @top_srcdir@/event/mcmd/libmcmdevent.la \   @top_srcdir@/event/physics/trigger/libtriggerevent.la          \
45   @top_srcdir@/event/log/liblogevent.la \   @top_srcdir@/event/tmtc/libtmtcevent.la                        \
46   @top_srcdir@/event/arrDump/libarrdumpevent.la \   @top_srcdir@/event/mcmd/libmcmdevent.la                        \
47   @top_srcdir@/event/tabDump/libtabdumpevent.la \   @top_srcdir@/event/log/liblogevent.la                          \
48   @top_srcdir@/event/varDump/libvardumpevent.la \   @top_srcdir@/event/arrDump/libarrdumpevent.la                  \
49   @top_srcdir@/event/tsbt/libtsbtevent.la \   @top_srcdir@/event/tabDump/libtabdumpevent.la                  \
50   @top_srcdir@/event/tsbb/libtsbbevent.la \   @top_srcdir@/event/varDump/libvardumpevent.la                  \
51   forroutines/libforrou.la \   @top_srcdir@/event/tsbt/libtsbtevent.la                        \
52     @top_srcdir@/event/tsbb/libtsbbevent.la                        \
53     @top_srcdir@/event/endrun/libendrunevent.la                    \
54     forroutines/libforrou.la                                       \
55   physics/libdevreaders.la   physics/libdevreaders.la
56    
57  BUILT_SOURCES = TechmodelDict.cpp TechmodelDict.h  BUILT_SOURCES = TechmodelDict.cpp TechmodelDict.h

Legend:
Removed from v.2.5.2.1  
changed lines
  Added in v.4.0.6.1

  ViewVC Help
Powered by ViewVC 1.1.23