File indexing completed on 2026-04-03 08:08:52
0001 AUTOMAKE_OPTIONS = foreign
0002
0003 lib_LTLIBRARIES = \
0004 libtriggerbitselection.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 -isystem$(ROOTSYS)/include \
0015 -isystem$(OPT_SPHENIX)/include
0016
0017 pkginclude_HEADERS = \
0018 DstPhotonSelection.h \
0019 DstMBDSelection.h \
0020 DstPhotonMBDSelection.h
0021
0022 pcmdir = $(libdir)
0023 nobase_dist_pcm_DATA =
0024
0025 libtriggerbitselection_la_SOURCES = \
0026 $(ROOTDICTS) \
0027 DstPhotonSelection.cc \
0028 DstMBDSelection.cc \
0029 DstPhotonMBDSelection.cc
0030
0031 libtriggerbitselection_la_LIBADD = \
0032 -lphool \
0033 -lSubsysReco \
0034 -lffarawobjects \
0035 -lfun4all \
0036 -luspin \
0037 -lodbc++
0038
0039
0040 %_Dict.cc: %.h %LinkDef.h
0041 rootcint -f $@ @CINTDEFS@ $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0042
0043
0044 %_Dict_rdict.pcm: %_Dict.cc ;
0045
0046
0047
0048
0049 noinst_PROGRAMS = \
0050 testexternals
0051
0052 testexternals_SOURCES = testexternals.C
0053 testexternals_LDADD = libtriggerbitselection.la
0054
0055 testexternals.C:
0056 echo "//*** this is a generated file. Do not commit, do not edit" > $@
0057 echo "int main()" >> $@
0058 echo "{" >> $@
0059 echo " return 0;" >> $@
0060 echo "}" >> $@
0061
0062
0063 %_Dict.cc: %.h %LinkDef.h
0064 rootcint -f $@ @CINTDEFS@ -c $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0065
0066 clean-local:
0067 rm -f $(BUILT_SOURCES)