File indexing completed on 2025-08-09 08:11:55
0001 AUTOMAKE_OPTIONS = foreign
0002
0003
0004 AM_LDFLAGS = \
0005 -L$(libdir) \
0006 -L$(OFFLINE_MAIN)/lib
0007
0008 AM_CPPFLAGS = \
0009 -I$(includedir) \
0010 -I$(OFFLINE_MAIN)/include \
0011 -isystem`root-config --incdir`
0012 ROOTDICTS = \
0013 InttEvent_Dict.cc
0014
0015
0016 pcmdir = $(libdir)
0017
0018 nobase_dist_pcm_DATA = \
0019 InttEvent_Dict_rdict.pcm
0020
0021
0022
0023
0024 pkginclude_HEADERS = \
0025 InttEvent.h
0026
0027 libintthitmap_la_SOURCES = \
0028 $(ROOTDICTS) \
0029 InttEvent.cc
0030
0031
0032
0033
0034
0035
0036
0037
0038
0039
0040
0041
0042
0043
0044
0045
0046
0047
0048 BUILT_SOURCES = testexternals.cc
0049
0050 noinst_PROGRAMS = \
0051 testexternals
0052
0053 testexternals_SOURCES = testexternals.cc
0054
0055
0056
0057
0058
0059
0060
0061
0062
0063 %_Dict.cc: %.h %LinkDef.h
0064 rootcling -f $@ -c $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0065
0066
0067 %_Dict_rdict.pcm: %_Dict.cc ;
0068
0069
0070
0071
0072 clean-local:
0073 rm -f *Dict* $(BUILT_SOURCES) *.pcm