File indexing completed on 2025-08-03 08:13:39
0001 AUTOMAKE_OPTIONS = foreign
0002
0003 AM_CPPFLAGS = \
0004 -I$(includedir) \
0005 -I$(OFFLINE_MAIN)/include \
0006 -isystem$(ROOTSYS)/include
0007
0008 AM_LDFLAGS = \
0009 -L$(libdir) \
0010 -L$(OFFLINE_MAIN)/lib \
0011 -L$(OFFLINE_MAIN)/lib64
0012
0013 pkginclude_HEADERS = \
0014 INTTvtxZLinkDef.h \
0015 INTTvtxZF4AObj.h \
0016 InttZVertexFinderTrapezoidal.h
0017
0018 lib_LTLIBRARIES = \
0019 libInttZVertexFinderTrapezoidal.la
0020
0021 libInttZVertexFinderTrapezoidal_la_SOURCES = \
0022 INTTvtxZF4AObjDict.cc \
0023 INTTvtxZF4AObj.cc \
0024 InttZVertexFinderTrapezoidal.cc
0025
0026 libInttZVertexFinderTrapezoidal_la_LIBADD = \
0027 -lphool \
0028 -lSubsysReco \
0029 -ltrackbase_historic_io \
0030 -ltrack_io
0031
0032 libInttZVertexFinderTrapezoidal_la_LDFLAGS = \
0033 -L$(libdir) \
0034 -L$(OFFLINE_MAIN)/lib \
0035 -I$(ROOTSYS)/include \
0036 -lfun4all \
0037 -lg4eval
0038
0039 pcmdir = $(libdir)
0040 nobase_dist_pcm_DATA = \
0041 INTTvtxZF4AObjDict_rdict.pcm
0042
0043 BUILT_SOURCES = testexternals.cc
0044
0045 noinst_PROGRAMS = \
0046 testexternals
0047
0048 testexternals_SOURCES = testexternals.cc
0049 testexternals_LDADD = libInttZVertexFinderTrapezoidal.la
0050
0051 testexternals.cc:
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 clean-local:
0059 rm -f $(BUILT_SOURCES)