INCLUDES = $(ROOTCFLAGS) INCLUDES += -I$(top_srcdir)/geobase INCLUDES += -I$(top_srcdir)/parbase INCLUDES += -I$(top_srcdir)/field INCLUDES += -I$(top_srcdir)/base INCLUDES += -I$(top_srcdir)/mcstack lib_LTLIBRARIES = libDrcProp.la libDrcProp_la_LDFLAGS = -version-info 0:0:0 libDrcProp_la_LIBADD = -L$(ROOTLIBDIR) $(ROOTLIBS) include_HEADERS = DrcOptDev.h \ DrcOptDevManager.h \ DrcOptDevSys.h \ DrcOptMatAbs.h \ DrcOptMatLithotecQ0.h \ DrcOptMatNLAK33A.h \ DrcOptMatLLF1.h \ DrcOptMatVacuum.h \ DrcOptMirror.h \ DrcOptPixel.h \ DrcOptReflAbs.h \ DrcOptReflSilver.h \ DrcOptReflSurf.h \ DrcOptReflPerfect.h \ DrcOptVol.h \ DrcPhoton.h \ DrcSurfAbs.h \ DrcSurfCyl.h \ DrcSurfQuadFlatDiff.h \ DrcSurfPolyFlat.h \ DrcSurfPolySphere.h \ DrcSurfPolyPara.h \ DrcSurfPolyAsphere.h \ DrcUtil.h noinst_HEADERS = DrcPropLinkDef.h libDrcProp_la_SOURCES = DrcOptDev.cxx \ DrcOptDevManager.cxx \ DrcOptDevSys.cxx \ DrcOptMatAbs.cxx \ DrcOptMatLithotecQ0.cxx \ DrcOptMatNLAK33A.cxx \ DrcOptMatLLF1.cxx \ DrcOptMatVacuum.cxx \ DrcOptMirror.cxx \ DrcOptPixel.cxx \ DrcOptReflSilver.cxx \ DrcOptReflSurf.cxx \ DrcOptReflPerfect.cxx \ DrcOptVol.cxx DrcPhoton.cxx \ DrcSurfAbs.cxx DrcSurfCyl.cxx \ DrcSurfQuadFlatDiff.cxx \ DrcSurfPolyFlat.cxx \ DrcSurfPolySphere.cxx \ DrcSurfPolyPara.cxx \ DrcSurfPolyAsphere.cxx \ DrcUtil.cxx CLEANFILES = DrcPropDict.cxx DrcPropDict.h *~ libDrcProp.la DrcPropDict.cxx: $(include_HEADERS) DrcPropLinkDef.h $(ROOTCINT) -f $@ -c -DHAVE_CONFIG_H $(INCLUDES) $^