Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:21:58

0001 AUTOMAKE_OPTIONS = foreign
0002 
0003 lib_LTLIBRARIES = libMvtxPrototype1.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 libMvtxPrototype1_la_LIBADD = \
0017   -lCLHEP \
0018   -lphool \
0019   -lfun4all \
0020   -lphparameter \
0021   -ltrack_io \
0022   -ltrack_util \
0023   -lmvtx
0024 
0025 pkginclude_HEADERS = \
0026   MvtxAlign.h \
0027   MvtxApplyHotDead.h \
0028   MvtxClusterizer.h \
0029   MvtxRunInfoUnpackPRDF.h \
0030   MvtxStandaloneTracking.h \
0031   MvtxUnpackPRDF.h \
0032   MvtxQAHisto.h 
0033 
0034 libMvtxPrototype1_la_SOURCES = \
0035   MvtxAlign.C \
0036   MvtxApplyHotDead.C \
0037   MvtxClusterizer.C \
0038   MvtxRunInfoUnpackPRDF.C \
0039   MvtxStandaloneTracking.C \
0040   MvtxUnpackPRDF.C \
0041   MvtxQAHisto.C
0042 
0043 ################################################
0044 # linking tests
0045 
0046 BUILT_SOURCES = testexternals.C
0047 
0048 noinst_PROGRAMS = \
0049   testexternals_tracker
0050 
0051 testexternals_tracker_SOURCES = testexternals.C
0052 testexternals_tracker_LDADD = libMvtxPrototype1.la
0053 
0054 testexternals.C:
0055         echo "//*** this is a generated file. Do not commit, do not edit" > $@
0056         echo "int main()" >> $@
0057         echo "{" >> $@
0058         echo "  return 0;" >> $@
0059         echo "}" >> $@
0060 
0061 ################################################
0062 
0063 clean-local:
0064         rm -f $(BUILT_SOURCES)