File indexing completed on 2025-08-05 08:13:11
0001 AUTOMAKE_OPTIONS = foreign
0002
0003 lib_LTLIBRARIES = \
0004 libbeambackgroundfilterandqa.la
0005
0006 AM_LDFLAGS = \
0007 -L$(libdir) \
0008 -L$(OFFLINE_MAIN)/lib \
0009 -L$(OFFLINE_MAIN)/lib64
0010
0011 AM_CPPFLAGS = \
0012 -I$(includedir) \
0013 -I$(OFFLINE_MAIN)/include \
0014 -I$(ROOTSYS)/include
0015
0016 pkginclude_HEADERS = \
0017 BeamBackgroundFilterAndQA.h \
0018 BeamBackgroundFilterAndQADefs.h \
0019 BaseBeamBackgroundFilter.h \
0020 NullFilter.h \
0021 StreakSidebandFilter.h \
0022 TestPHFlags.h
0023
0024 if ! MAKEROOT6
0025 ROOT5_DICTS = \
0026 BeamBackgroundFilterAndQA_Dict.cc
0027 endif
0028
0029 libbeambackgroundfilterandqa_la_SOURCES = \
0030 $(ROOT5_DICTS) \
0031 BeamBackgroundFilterAndQA.cc \
0032 NullFilter.cc \
0033 StreakSidebandFilter.cc \
0034 TestPHFlags.cc
0035
0036 libbeambackgroundfilterandqa_la_LDFLAGS = \
0037 -L$(libdir) \
0038 -L$(OFFLINE_MAIN)/lib \
0039 -lcalo_io \
0040 -lfun4all \
0041 -lg4detectors_io \
0042 -lpdbcalBase \
0043 -lphg4hit \
0044 -lphparameter \
0045 -lg4dst \
0046 -lg4eval \
0047 -lqautils \
0048 `fastjet-config --libs`
0049
0050
0051
0052
0053
0054 noinst_PROGRAMS = \
0055 testexternals
0056
0057 testexternals_SOURCES = testexternals.C
0058 testexternals_LDADD = libbeambackgroundfilterandqa.la
0059
0060 testexternals.C:
0061 echo "//*** this is a generated file. Do not commit, do not edit" > $@
0062 echo "int main()" >> $@
0063 echo "{" >> $@
0064 echo " return 0;" >> $@
0065 echo "}" >> $@
0066
0067
0068 %_Dict.cc: %.h %LinkDef.h
0069 rootcint -f $@ @CINTDEFS@ -c $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0070
0071 clean-local:
0072 rm -f *Dict* $(BUILT_SOURCES) *.pcm