Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:11:02

0001 AUTOMAKE_OPTIONS = foreign
0002 
0003 lib_LTLIBRARIES = \
0004     libstrackmatchercomparator.la
0005 
0006 AM_LDFLAGS = \
0007   -L$(libdir) \
0008   -L$(OFFLINE_MAIN)/lib
0009 
0010 AM_CPPFLAGS = \
0011   -I$(includedir) \
0012   -I$(OFFLINE_MAIN)/include \
0013   -I$(ROOTSYS)/include
0014 
0015 pkginclude_HEADERS = \
0016   STrackMatcherComparator.h \
0017   STrackMatcherComparatorConfig.h \
0018   STrackMatcherComparatorHistDef.h \
0019   STrackMatcherComparatorHistContent.h
0020 
0021 if ! MAKEROOT6
0022   ROOT5_DICTS = \
0023     STrackMatcherComparator_Dict.cc
0024 endif
0025 
0026 libstrackmatchercomparator_la_SOURCES = \
0027   $(ROOT5_DICTS) \
0028   STrackMatcherComparator.cc
0029 
0030 libstrackmatchercomparator_la_LDFLAGS = \
0031   -L$(libdir) \
0032   -L$(OFFLINE_MAIN)/lib \
0033   -lcalo_io \
0034   -lfun4all \
0035   -lg4detectors_io \
0036   -lphg4hit \
0037   -lg4dst \
0038   -lg4eval \
0039   `fastjet-config --libs`
0040 
0041 
0042 ################################################
0043 # linking tests
0044 
0045 noinst_PROGRAMS = \
0046   testexternals
0047 
0048 testexternals_SOURCES = testexternals.C
0049 testexternals_LDADD = libstrackmatchercomparator.la
0050 
0051 testexternals.C:
0052         echo "//*** this is a generated file. Do not commit, do not edit" > $@
0053         echo "int main()" >> $@
0054         echo "{" >> $@
0055         echo "  return 0;" >> $@
0056         echo "}" >> $@
0057 
0058 # Rule for generating table CINT dictionaries.
0059 %_Dict.cc: %.h %LinkDef.h
0060         rootcint -f $@ @CINTDEFS@ -c $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0061 
0062 clean-local:
0063         rm -f *Dict* $(BUILT_SOURCES) *.pcm