################################################################## # # makefile # # for the MARS software # ################################################################## include ../Makefile.conf.general include ../Makefile.conf.$(OSTYPE) #------------------------------------------------------------------------------ # # Handling name of the Root Dictionary Files # CINT = Debug # # connect the include files defined in the config.mk file # INCLUDES = -I. -I../mbase -I../mgeom -I../msim -I../msignal -I../mcorsika \ -I../mmc -I../mgui -I../mcalib -I../mraw -I../mfileio -I../melectronics \ -I../mtrigger -I../mpedestal -I../msimreflector # mgui - MCameraDC SRCFILES = MDebugOut.cc ############################################################ all: $(OBJS) include ../Makefile.rules mrproper: clean rmbak