Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:13:29

0001 AUTOMAKE_OPTIONS = foreign
0002 
0003 lib_LTLIBRARIES = libanamvtxtestbeam2019.la
0004 
0005 AM_CPPFLAGS = \
0006   -I$(includedir) \
0007   -I$(OFFLINE_MAIN)/include  \
0008   -I$(ROOTSYS)/include \
0009   -I$(OPT_SPHENIX)/include
0010 
0011 AM_LDFLAGS = \
0012   -L$(libdir) \
0013   -L$(ROOTSYS)/lib \
0014   -L$(OFFLINE_MAIN)/lib
0015 
0016 libanamvtxtestbeam2019_la_LIBADD = \
0017   -lCLHEP \
0018   -lphool \
0019   -lfun4all \
0020   -lphparameter \
0021         -ltrack_io \
0022         -ltrackbase_historic_io \
0023   -lmvtx \
0024   -lmvtxprototype2
0025 
0026 if ! MAKEROOT6
0027 ROOT5_DICTS = \
0028   AnaMvtxTestBeam2019_Dict.C
0029 endif
0030 
0031 pkginclude_HEADERS = \
0032   AnaMvtxTestBeam2019.h
0033 
0034 libanamvtxtestbeam2019_la_SOURCES = \
0035         $(ROOT5_DICTS) \
0036   AnaMvtxTestBeam2019.cc
0037 
0038 # Rule for generating table CINT dictionaries.
0039 %_Dict.C: %.h %LinkDef.h
0040         rootcint -f $@ @CINTDEFS@  -c $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0041 
0042 ################################################
0043 # linking tests
0044 
0045 BUILT_SOURCES = testexternals.C
0046 
0047 noinst_PROGRAMS = \
0048   testexternals_tracker
0049 
0050 testexternals_tracker_SOURCES = testexternals.C
0051 testexternals_tracker_LDADD = libanamvtxtestbeam2019.la
0052 
0053 testexternals.C:
0054         echo "//*** this is a generated file. Do not commit, do not edit" > $@
0055         echo "int main()" >> $@
0056         echo "{" >> $@
0057         echo "  return 0;" >> $@
0058         echo "}" >> $@
0059 
0060 ################################################
0061 
0062 clean-local:
0063         rm -f *Dict* *.pcm