File indexing completed on 2025-08-06 08:14:00
0001 AUTOMAKE_OPTIONS = foreign
0002
0003 AM_CPPFLAGS = \
0004 -I$(includedir) \
0005 -I$(OFFLINE_MAIN)/include \
0006 -isystem`root-config --incdir`
0007
0008
0009
0010 AM_LDFLAGS = \
0011 -L$(libdir) \
0012 -L$(OFFLINE_MAIN)/lib
0013
0014 lib_LTLIBRARIES = \
0015 libinttread.la
0016
0017 ROOTDICTS = \
0018 InttEvent_Dict.cc
0019
0020 pcmdir = $(libdir)
0021
0022 nobase_dist_pcm_DATA = \
0023 InttEvent_Dict_rdict.pcm
0024
0025 pkginclude_HEADERS = \
0026 InttRawData.h \
0027 InttDummyData.h \
0028 InttOfflineDummyData.h \
0029 InttAna.h \
0030 InttHotMap.h \
0031 InttEvent.h
0032
0033 libinttread_la_SOURCES = \
0034 $(ROOTDICTS) \
0035 InttRawData.cc \
0036 InttDummyData.cc \
0037 InttOfflineDummyData.cc \
0038 InttAna.cc \
0039 InttHotMap.cc \
0040 InttEvent.cc
0041
0042 libinttread_la_LDFLAGS = \
0043 -L$(libdir) \
0044 -L$(OFFLINE_MAIN)/lib \
0045 -lcalo_io \
0046 -lfun4all \
0047 -lg4detectors_io \
0048 -lphg4hit \
0049 -lg4dst \
0050 -lg4eval \
0051 -lintt
0052
0053
0054
0055
0056
0057 BUILT_SOURCES = testexternals.cc
0058
0059 noinst_PROGRAMS = \
0060 testexternals
0061
0062 testexternals_SOURCES = testexternals.cc
0063 testexternals_LDADD = libinttread.la
0064
0065 testexternals.cc:
0066 echo "//*** this is a generated file. Do not commit, do not edit" > $@
0067 echo "int main()" >> $@
0068 echo "{" >> $@
0069 echo " return 0;" >> $@
0070 echo "}" >> $@
0071
0072 %_Dict.cc: %.h %LinkDef.h
0073 rootcling -f $@ -c $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0074
0075
0076 %_Dict_rdict.pcm: %_Dict.cc ;
0077
0078 clean-local:
0079 rm -f *Dict* $(BUILT_SOURCES) *.pcm