Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:14:23

0001 AUTOMAKE_OPTIONS = foreign
0002 
0003 lib_LTLIBRARIES = \
0004     libtriggerclustermaker.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   TriggerClusterMaker.h \
0018   TriggerClusterMakerDefs.h
0019 
0020 if ! MAKEROOT6
0021   ROOT5_DICTS = \
0022     TriggerClusterMaker_Dict.cc
0023 endif
0024 
0025 libtriggerclustermaker_la_SOURCES = \
0026   $(ROOT5_DICTS) \
0027   TriggerClusterMaker.cc
0028 
0029 libtriggerclustermaker_la_LDFLAGS = \
0030   -L$(libdir) \
0031   -L$(OFFLINE_MAIN)/lib \
0032   -lcalo_io \
0033   -lfun4all \
0034   -lg4detectors_io \
0035   -lphg4hit \
0036   -lg4dst \
0037   -lg4eval \
0038   -lqautils \
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 = libtriggerclustermaker.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