Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 AUTOMAKE_OPTIONS = foreign
0002 
0003 AM_CPPFLAGS = \
0004   -I$(includedir) \
0005   -I$(OFFLINE_MAIN)/include \
0006   -I$(ROOTSYS)/include \
0007   -g
0008 
0009 AM_LDFLAGS = \
0010   -L$(libdir) \
0011   -L$(OFFLINE_MAIN)/lib
0012 
0013 pkginclude_HEADERS = \
0014   jetBackgroundCut.h
0015 
0016 ROOTDICTS = 
0017 
0018 pcmdir = $(libdir)
0019 nobase_dist_pcm_DATA = 
0020 
0021 lib_LTLIBRARIES = \
0022   libjetbackgroundcut_io.la \
0023   libjetbackgroundcut.la
0024 
0025 libjetbackgroundcut_io_la_SOURCES = \
0026   $(ROOTDICTS) 
0027 
0028 libjetbackgroundcut_la_SOURCES = \
0029   jetBackgroundCut.cc
0030 
0031 libjetbackgroundcut_io_la_LIBADD = \
0032   -lphool -lSubsysReco -lmbd_io -ljetbase
0033 
0034 libjetbackgroundcut_la_LIBADD = \
0035   libjetbackgroundcut_io.la \
0036   -lcalo_io \
0037   -lSubsysReco -lffaobjects -lmbd_io \
0038   -ljetbase -lglobalvertex -lphparameter
0039 #-lg4jets_io
0040 %_Dict.cc: %.h %LinkDef.h
0041         rootcint -f $@ @CINTDEFS@ $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0042 
0043 #just to get the dependency
0044 %_Dict_rdict.pcm: %_Dict.cc ;
0045 
0046 BUILT_SOURCES = testexternals.cc
0047 
0048 noinst_PROGRAMS = \
0049   testexternals_io \
0050   testexternals
0051 
0052 testexternals_io_SOURCES = testexternals.cc
0053 testexternals_io_LDADD   = libjetbackgroundcut_io.la
0054 
0055 testexternals_SOURCES = testexternals.cc
0056 testexternals_LDADD   = libjetbackgroundcut.la
0057 
0058 testexternals.cc:
0059         echo "//*** this is a generated file. Do not commit, do not edit" > $@
0060         echo "int main()" >> $@
0061         echo "{" >> $@
0062         echo "  return 0;" >> $@
0063         echo "}" >> $@
0064 
0065 clean-local:
0066         rm -f $(BUILT_SOURCES)