File indexing completed on 2025-08-05 08:15:16
0001 AUTOMAKE_OPTIONS = foreign
0002
0003 AM_CPPFLAGS = -I$(includedir) -I$(OFFLINE_MAIN)/include -I$(ROOTSYS)/include
0004
0005 lib_LTLIBRARIES = libFastTrackingEval.la
0006
0007 AM_LDFLAGS = \
0008 -L$(libdir) \
0009 -L$(OFFLINE_MAIN)/lib
0010
0011 libFastTrackingEval_la_LIBADD = \
0012 -lg4detectors \
0013 -lphg4hit \
0014 -lg4eval \
0015 -lphool
0016
0017 if ! MAKEROOT6
0018 ROOT5_DICTS = \
0019 FastTrackingEval_Dict.cc
0020 endif
0021
0022 libFastTrackingEval_la_SOURCES = \
0023 $(ROOT5_DICTS) \
0024 FastTrackingEval.cc
0025
0026 pkginclude_HEADERS = \
0027 FastTrackingEval.h
0028
0029 BUILT_SOURCES = \
0030 testexternals.cc
0031
0032 testexternals_SOURCES = \
0033 testexternals.cc
0034
0035 noinst_PROGRAMS = \
0036 testexternals
0037
0038 testexternals_LDADD = \
0039 libFastTrackingEval.la
0040
0041 testexternals.cc:
0042 echo "//*** this is a generated file. Do not commit, do not edit" > $@
0043 echo "int main()" >> $@
0044 echo "{" >> $@
0045 echo " return 0;" >> $@
0046 echo "}" >> $@
0047
0048 %_Dict.cc: %.h %LinkDef.h
0049 rootcint -f $@ @CINTDEFS@ -c $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0050
0051
0052 %_Dict_rdict.pcm: %_Dict.cc ;
0053
0054 clean-local:
0055 rm -f *Dict* $(BUILT_SOURCES) *.pcm