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

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

INCLUDES = -I. -I../mfileio -I../mfbase -I../mastro
# mfileio:  MRead  (MEvtLoop)
# mfbase:   MF     (MContinue)
# mastro:   MAstro (MTime)

CINT = Base

SRCFILES = MLogo.cc \
           MArgs.cc \
           MString.cc \
           MMath.cc \
           MEnv.cc \
	   MLog.cc \
           MLogManip.cc \
           MLogPlugin.cc \
           MLogHtml.cc \
           MParContainer.cc \
	   MParList.cc \
	   MInputStreamID.cc \
           MTask.cc \
           MTaskEnv.cc \
           MTaskInteractive.cc \
	   MTaskList.cc \
           MFilter.cc \
           MEvtLoop.cc \
           MProgressBar.cc \
           MSearch.cc \
           MGMenu.cc \
           MGMap.cc \
           MIter.cc \
           MDirIter.cc \
           MRunIter.cc \
           MReadSocket.cc \
           MGGroupFrame.cc \
           MGList.cc \
           MGTask.cc \
           MStatusArray.cc \
           MStatusDisplay.cc \
           MParameters.cc \
	   MArray.cc \
	   MArrayB.cc \
	   MArrayS.cc \
	   MArrayD.cc \
	   MArrayF.cc \
	   MArrayI.cc \
           MTime.cc \
           MClone.cc \
           MContinue.cc \
           MPrint.cc

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

all: $(OBJS)

include ../Makefile.rules

mrproper:	clean rmbak
