Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:17:53

0001 AUTOMAKE_OPTIONS = foreign
0002 
0003 AM_CPPFLAGS = \
0004   -I$(includedir) \
0005   -isystem$(OFFLINE_MAIN)/include
0006 
0007 lib_LTLIBRARIES = \
0008    libg4dst.la
0009 
0010 # alphabetical order please, otherwise this list will be a mess
0011 libg4dst_la_LDFLAGS = \
0012   -L$(libdir) \
0013   -L$(OFFLINE_MAIN)/lib \
0014   -lcalo_io \
0015   -lcalotrigger_io \
0016   -lcentrality_io \
0017   -ldecayfinder_io \
0018   -lepd_io \
0019   -leventplaneinfo_io \
0020   -lffaobjects \
0021   -lffarawobjects \
0022   -lg4detectors_io \
0023   -lg4eval_io \
0024   -lg4intt_io \
0025   -lg4mbd_io \
0026   -lg4tracking_io \
0027   -lglobalvertex_io \
0028   -lintt_io \
0029   -ljetbackground_io \
0030   -ljetbase_io \
0031   -lkfparticle_sphenix_io \
0032   -lmbd_io \
0033   -lmicromegas_io \
0034   -lmvtx_io \
0035   -lparticleflow_io \
0036   -lphfield_io \
0037   -lphg4hit \
0038   -lphgeom_io \
0039   -lphhepmc_io \
0040   -ltpc_io \
0041   -ltpccalib_io \
0042   -ltrack_io \
0043   -ltrackbase_historic_io \
0044   -lzdcinfo_io
0045 
0046 libg4dst_la_SOURCES = \
0047    g4dst.cc
0048 
0049 g4dst.cc:
0050         echo "//*** this is a generated empty file. Do not commit, do not edit" > $@
0051 
0052 ################################################
0053 # linking tests
0054 
0055 noinst_PROGRAMS = testexternals
0056 
0057 BUILT_SOURCES = \
0058   testexternals.cc \
0059   g4dst.cc
0060 
0061 testexternals_SOURCES = \
0062   testexternals.cc
0063 
0064 testexternals_LDADD = \
0065   libg4dst.la
0066 
0067 testexternals.cc:
0068         echo "//*** this is a generated file. Do not commit, do not edit" > $@
0069         echo "int main()" >> $@
0070         echo "{" >> $@
0071         echo "  return 0;" >> $@
0072         echo "}" >> $@
0073 
0074 clean-local:
0075         rm -f *Dict* $(BUILT_SOURCES)