Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-12-18 09:15:15

0001 AUTOMAKE_OPTIONS = foreign
0002 
0003 AM_CPPFLAGS = \
0004   -I$(includedir) \
0005   -isystem$(OFFLINE_MAIN)/include \
0006   -isystem$(ROOTSYS)/include
0007 
0008 AM_LDFLAGS = \
0009   -L$(libdir) \
0010   -L$(OFFLINE_MAIN)/lib \
0011   -L$(OFFLINE_MAIN)/lib64 \
0012   -lcalo_io \
0013   -lcalotrigger_io \ 
0014   -lcentrality_io \
0015   -lCLHEP \
0016   -lglobalvertex \
0017   -lglobalvertex_io \
0018   -lffarawmodules \
0019   -lg4dst \
0020   -lg4eval
0021 
0022 pkginclude_HEADERS = \
0023   StreakEventsIdentifier.h
0024 
0025 lib_LTLIBRARIES = \
0026   libStreakEventsIdentifier.la
0027 
0028 libStreakEventsIdentifier_la_SOURCES = \
0029   StreakEventsIdentifier.cc
0030 
0031 libStreakEventsIdentifier_la_LIBADD = \
0032   -lphool \
0033   -lmbd_io \
0034   -lsph_onnx \
0035   -lSubsysReco
0036 
0037 
0038 BUILT_SOURCES = testexternals.cc
0039 
0040 noinst_PROGRAMS = \
0041   testexternals
0042 
0043 testexternals_SOURCES = testexternals.cc
0044 testexternals_LDADD   = libStreakEventsIdentifier.la
0045 
0046 testexternals.cc:
0047         echo "//*** this is a generated file. Do not commit, do not edit" > $@
0048         echo "int main()" >> $@
0049         echo "{" >> $@
0050         echo "  return 0;" >> $@
0051         echo "}" >> $@
0052 
0053 clean-local:
0054         rm -f $(BUILT_SOURCES)