################################################################## # # subdirectory makefile # # for the MARS software # ################################################################## include ../Makefile.conf.$(OSTYPE) include ../Makefile.conf.general #------------------------------------------------------------------------------ # # Handling name of the Root Dictionary Files # CINT = Analysis # # connect the include files defined in the config.mk file # INCLUDES = -I. -I../mbase -I../mmc -I../mraw -I../mgeom -I../mfilter \ -I../mdata -I../mhbase -I../mhist -I../mgui -I../mimage \ -I../mhistmc -I../mfileio -I../mmain -I../mcalib \ -I../msignal -I../mpointing -I../mtools -I../mfbase \ -I../mbadpixels -I../mastro -I../mpedestal -I../mtemp/mucm/classes # mcalib: MGeomApply (MCalibrationCam) SRCFILES = MGeomApply.cc \ MCameraData.cc \ MEnergyEst.cc \ MEnergyEstimate.cc \ MEnergyEstParam.cc \ MEnergyEstParamDanielMkn421.cc \ MHadronness.cc \ MMatrixLoop.cc \ MCompProbCalc.cc \ MMultiDimDistCalc.cc \ MCerPhotPix.cc \ MCerPhotEvt.cc \ MCerPhotAnal.cc \ MCerPhotAnal2.cc \ MCerPhotCalc.cc \ MEventRate.cc \ MEventRateCalc.cc \ MSigmabar.cc \ MSigmabarParam.cc \ MSigmabarCalc.cc \ MParameters.cc \ MMcTriggerLvl2.cc \ MMcTriggerLvl2Calc.cc \ MSupercuts.cc \ MSupercutsCalc.cc \ MFindSupercuts.cc \ MMinuitInterface.cc \ MFiltercutsCalc.cc \ MPad.cc \ MMcCalibrationUpdate.cc \ MMakePadHistograms.cc ############################################################ all: $(OBJS) include ../Makefile.rules clean: rmcint rmobjs rmcore rmlib mrproper: clean rmbak