File indexing completed on 2025-08-05 08:14:32
0001 AUTOMAKE_OPTIONS = foreign
0002
0003 AM_CPPFLAGS = \
0004 -I$(includedir) \
0005 -isystem$(OFFLINE_MAIN)/include \
0006 -isystem`root-config --incdir` \
0007 -isystem$(OPT_SPHENIX)/include
0008
0009 lib_LTLIBRARIES = \
0010 libpileuprejection.la
0011
0012 AM_LDFLAGS = \
0013 -L$(libdir) \
0014 -L$(OFFLINE_MAIN)/lib
0015
0016 libpileuprejection_la_LIBADD = \
0017 -lmbd_io \
0018 -lffamodules \
0019 -lSubsysReco \
0020 -lphool
0021
0022 pkginclude_HEADERS = \
0023 PileupRejector.h
0024
0025 libpileuprejection_la_SOURCES = \
0026 PileupRejector.cc
0027
0028
0029
0030 BUILT_SOURCES = testexternals.cc
0031
0032 noinst_PROGRAMS = \
0033 testexternals_pileuprejection
0034
0035 testexternals_pileuprejection_SOURCES = testexternals.cc
0036 testexternals_pileuprejection_LDADD = libpileuprejection.la
0037
0038 testexternals.cc:
0039 echo "//*** this is a generated file. Do not commit, do not edit" > $@
0040 echo "int main()" >> $@
0041 echo "{" >> $@
0042 echo " return 0;" >> $@
0043 echo "}" >> $@
0044
0045 clean-local:
0046 rm -f *Dict* $(BUILT_SOURCES) *.pcm