Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:15:11

0001 AUTOMAKE_OPTIONS = foreign
0002 
0003 INCLUDES = -I$(includedir) -I$(ONLINE_MAIN)/include  -I$(ONLINE_MAIN)/include/Event  -I`root-config --incdir` 
0004 
0005 lib_LTLIBRARIES = \
0006   libgroot.la 
0007 
0008 noinst_HEADERS = \
0009   grootLinkDef.h 
0010 
0011 include_HEADERS = \
0012   groot.h \
0013   Quiver.h \
0014   ATrace.h \
0015   AZigzag.h \
0016   ABlob.h \
0017   ATrack.h \
0018   OutputVisualsTPC.h \
0019   MyFavoriteMartin.h \
0020   FillRawHist.h \
0021   FillCalHist.h \
0022   FillBlobHist.h \
0023   FillHoughHist.h \
0024   FindBlobs.h \
0025   prdfoStream.h  
0026 
0027 libgroot_la_SOURCES = \
0028   groot.C \
0029   Quiver.C \
0030   ATrace.C \
0031   AZigzag.C \
0032   ABlob.C \
0033   ATrack.C \
0034   OutputVisualsTPC.C \
0035   MyFavoriteMartin.C \
0036   FillRawHist.C \
0037   FillCalHist.C \
0038   FillBlobHist.C \
0039   FillHoughHist.C \
0040   FindBlobs.C \
0041   prdfoStream.cc \
0042   groot_Dict.C 
0043 
0044 libgroot_la_LDFLAGS =  -L$(ONLINE_MAIN)/lib -L$(OFFLINE_MAIN)/lib -L$(ROOTSYS)/lib -lpmonitor -fPIC
0045 
0046 libgroot_la_LIBADD = \
0047   -L$(libdir) \
0048   -L$(ONLINE_MAIN)/lib \
0049   -L$(OFFLINE_MAIN)/lib \
0050   -L$(ROOTSYS)/lib \
0051  -lGpad -lHist -lGraf -lGraf3d -lTree -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lRIO -lNet -lThread -lCore -lCint -lm -ldl -lSpectrum 
0052 
0053 # Rule for generating CINT dictionaries from class headers.
0054 groot_Dict.C: \
0055   groot.h \
0056   Quiver.h \
0057   ATrace.h\
0058   AZigzag.h \
0059   ABlob.h \
0060   ATrack.h \
0061   OutputVisualsTPC.h \
0062   MyFavoriteMartin.h \
0063   FillRawHist.h \
0064   FillCalHist.h \
0065   FillBlobHist.h \
0066   FillHoughHist.h \
0067   FindBlobs.h \
0068   grootLinkDef.h
0069         rootcint -f $@ -c $(DEFAULT_INCLUDES) $(INCLUDES) $^
0070 
0071 clean-local:
0072         rm -f *Dict*