################################################################## # # subdirectory makefile # # for the MARS software # ################################################################## include ../../Makefile.conf.$(OSTYPE) include ../../Makefile.conf.general #------------------------------------------------------------------------------ CINT = Mpi #------------------------------------------------------------------------------ INCLUDES = -I. \ -I../../mbase \ -I../../mfbase \ -I../../mjobs \ -I../../mpedestal \ -I../../mbadpixels \ -I../../mfileio \ -I../../mraw \ -I../../manalysis \ -I../../mgui \ -I../../mgeom \ -I../../msignal \ -I../../mcalib \ -I../../mfilter \ -I../../mhbase \ -I../../mimage \ -I../../mpointing \ -I../../mcamera \ -I../../mstarcam \ -I../../mhist \ -I../../mmc \ -I../../mreport \ -I../../mastro \ -I../../mdata SRCFILES = MSkyPlot.cc \ MPointingPosCalcWA.cc ############################################################ all: $(OBJS) include ../../Makefile.rules clean: rmcint rmobjs rmcore rmlib mrproper: clean rmbak