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

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

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

#
#  connect the include files defined in the config.mk file
#
INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../MBase -I../mfileio
# mgui (MCamEvent), mgeom(MGeomCam)

SRCFILES = MRawRunHeader.cc \
	   MRawEvtHeader.cc \
	   MRawEvtData.cc \
	   MRawEvtPixelIter.cc \
	   MRawCrateArray.cc \
	   MRawCrateData.cc \
           MRawRead.cc \
           MRawFileWrite.cc \
           MRawFileRead.cc \
           MRawSocketRead.cc

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

all: $(OBJS)

include ../Makefile.rules

mrproper:	clean rmbak
