##################################################################
#
#   makefile
# 
#   for the MARS software
#
##################################################################
include ../Makefile.conf.$(OSTYPE)
include ../Makefile.conf.general

#------------------------------------------------------------------------------

#
# Handling name of the Root Dictionary Files
#
CINT  = Flux

#
#  connect the include files defined in the config.mk file
#
INCLUDES = -I. -I../mbase -I../mhbase -I../mraw -I../manalysis      \
	   -I../mgui -I../mgeom -I../mdata -I../mfilter -I../mimage \
           -I../mmain -I../mmc -I../mreflector -I../mpointing       \
           -I../mastro -I../mpedestal -I../msignal -I../mbadpixels

SRCFILES = MAlphaFitter.cc \
	   MHAlpha.cc \
	   MHEffectiveOnTime.cc \
           MHFalseSource.cc

############################################################

all: $(OBJS)

include ../Makefile.rules

mrproper:	clean rmbak
