File indexing completed on 2025-08-05 08:13:28
0001 AUTOMAKE_OPTIONS = foreign
0002
0003 lib_LTLIBRARIES = \
0004 libmultidetectormultiplicity.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 MultiDetectorMultiplicity.h
0017
0018 if ! MAKEROOT6
0019 ROOT5_DICTS = \
0020 MultiDetectorMultiplicity_Dict.cc
0021 endif
0022
0023 libmultidetectormultiplicity_la_SOURCES = \
0024 $(ROOT5_DICTS) \
0025 MultiDetectorMultiplicity.cc
0026
0027 libmultidetectormultiplicity_la_LDFLAGS = \
0028 -L$(libdir) \
0029 -L$(OFFLINE_MAIN)/lib \
0030 -lcalo_io \
0031 -lfun4all \
0032 -lg4detectors_io \
0033 -lphg4hit \
0034 -lg4dst \
0035 -lg4eval \
0036 `fastjet-config --libs`
0037
0038
0039
0040
0041
0042 noinst_PROGRAMS = \
0043 testexternals
0044
0045 testexternals_SOURCES = testexternals.C
0046 testexternals_LDADD = libmultidetectormultiplicity.la
0047
0048 testexternals.C:
0049 echo "//*** this is a generated file. Do not commit, do not edit" > $@
0050 echo "int main()" >> $@
0051 echo "{" >> $@
0052 echo " return 0;" >> $@
0053 echo "}" >> $@
0054
0055
0056 %_Dict.cc: %.h %LinkDef.h
0057 rootcint -f $@ @CINTDEFS@ -c $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0058
0059 clean-local:
0060 rm -f *Dict* $(BUILT_SOURCES) *.pcm