INCLUDES = $(ROOTCFLAGS) INCLUDES += -I$(top_srcdir)/base INCLUDES += -I$(top_srcdir)/parbase INCLUDES += -I$(top_srcdir)/geobase INCLUDES += -I$(top_srcdir)/field INCLUDES += -I$(top_srcdir)/sts INCLUDES += -I$(top_srcdir)/L1 INCLUDES += -I$(top_srcdir)/KF INCLUDES += -I$(top_srcdir)/KF/Interface INCLUDES += -I$(top_srcdir)/global INCLUDES += -I$(top_srcdir)/CbmD0TrackSelection INCLUDES += -I$(top_srcdir)/CbmD0Candidates INCLUDES += -I$(top_srcdir)/CbmD0CandidatesSE lib_LTLIBRARIES = libCbmD0CandidatesSE.la libCbmD0CandidatesSE_la_LDFLAGS = -version-info 0:0:0 libCbmD0CandidatesSE_la_LIBADD = -L$(ROOTLIBDIR) $(ROOTLIBS) -L$(top_srcdir)/base/ sources = CbmD0CandidatesSE.cxx CbmMapsFileManager.cxx CbmD0Candidate.cxx include_HEADERS = $(patsubst %.cxx,%.h,$(sources)) noinst_HEADERS = CbmD0CandidatesSELinkDef.h libCbmD0CandidatesSE_la_SOURCES =$(sources) CbmD0CandidatesSEDict.cxx CLEANFILES = CbmD0CandidatesSEDict.cxx CbmD0CandidatesSEDict.h *~ libCbmD0CandidatesSE.la CbmD0CandidatesSEDict.cxx: $(include_HEADERS) CbmD0CandidatesSELinkDef.h $(ROOTCINT) -f $@ -c -DHAVE_CONFIG_H $(INCLUDES) $^