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

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

INCLUDES = -I. -I../mbase -I../mhbase

CINT     = Data

SRCFILES = MData.cc \
	   MDataArray.cc \
           MDataElement.cc \
	   MDataMember.cc \
	   MDataValue.cc \
	   MDataList.cc \
	   MDataChain.cc \
           MDataFormula.cc

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

all: $(OBJS)

include ../Makefile.rules

mrproper:	clean rmbak

