File indexing completed on 2025-12-17 09:21:28
0001 AUTOMAKE_OPTIONS = foreign
0002
0003 AM_CPPFLAGS = \
0004 -I$(includedir) \
0005 -I$(OFFLINE_MAIN)/include \
0006 -isystem`root-config --incdir`
0007
0008 lib_LTLIBRARIES = \
0009 libg4mbd.la
0010
0011 AM_LDFLAGS = \
0012 -L$(libdir) \
0013 -L$(OFFLINE_MAIN)/lib
0014
0015 libg4mbd_la_LIBADD = \
0016 -lmbd_io \
0017 -lg4detectors \
0018 -lSubsysReco \
0019 -lglobalvertex_io
0020
0021 pkginclude_HEADERS = \
0022 MbdDigitization.h \
0023 MbdVertexFastSimReco.h
0024
0025 libg4mbd_la_SOURCES = \
0026 MbdDigitization.cc \
0027 MbdVertexFastSimReco.cc
0028
0029
0030
0031
0032 noinst_PROGRAMS = \
0033 testexternalsg4mbd
0034
0035 BUILT_SOURCES = testexternals.cc
0036
0037 testexternalsg4mbd_SOURCES = testexternals.cc
0038 testexternalsg4mbd_LDADD = libg4mbd.la
0039
0040 testexternals.cc:
0041 echo "//*** this is a generated file. Do not commit, do not edit" > $@
0042 echo "int main()" >> $@
0043 echo "{" >> $@
0044 echo " return 0;" >> $@
0045 echo "}" >> $@
0046
0047 clean-local:
0048 rm -f *Dict* $(BUILT_SOURCES) *.pcm