File indexing completed on 2025-08-05 08:18:19
0001 AUTOMAKE_OPTIONS = foreign
0002
0003 AM_CPPFLAGS = \
0004 -I$(includedir) \
0005 -isystem$(OFFLINE_MAIN)/include \
0006 -I`root-config --incdir`
0007
0008 lib_LTLIBRARIES = \
0009 libg4vertex.la
0010
0011 AM_LDFLAGS = \
0012 -L$(libdir) \
0013 -L$(OFFLINE_MAIN)/lib
0014
0015 libg4vertex_la_LIBADD = \
0016 -lg4detectors \
0017 -lfun4all \
0018 -lg4mbd_io \
0019 -lmbd_io \
0020 -ltrackbase_historic_io \
0021 -lglobalvertex_io
0022
0023 pkginclude_HEADERS = \
0024 GlobalVertexFastSimReco.h
0025
0026 libg4vertex_la_SOURCES = \
0027 GlobalVertexFastSimReco.cc
0028
0029
0030 %_Dict.cc: %.h %LinkDef.h
0031 rootcint -f $@ @CINTDEFS@ $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0032
0033
0034 %_Dict_rdict.pcm: %_Dict.cc ;
0035
0036
0037
0038
0039 noinst_PROGRAMS = \
0040 testexternals_g4vertex
0041
0042 BUILT_SOURCES = \
0043 testexternals.cc
0044
0045 testexternals_g4vertex_SOURCES = testexternals.cc
0046 testexternals_g4vertex_LDADD = libg4vertex.la
0047
0048 testexternals.cc:
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 clean-local:
0056 rm -f *Dict* $(BUILT_SOURCES) *.pcm