Index: trunk/MagicSoft/Mars/Makefile
===================================================================
--- trunk/MagicSoft/Mars/Makefile	(revision 463)
+++ trunk/MagicSoft/Mars/Makefile	(revision 466)
@@ -24,4 +24,5 @@
 PROGRAMS = merpp readraw mars
 SOLIB    = mars.so
+CINT     = M
 
 #
@@ -58,5 +59,5 @@
 
 # Use $(CXX) -v ... for a more verbose output
-$(PROGRAMS): $(MARS_LIBB) $(PROGRAMS:=.o) $(OBJS) MCint.o 
+$(PROGRAMS): $(MARS_LIBB) $(PROGRAMS:=.o) $(OBJS) MCint.o
 	@echo " Linking $@ ..." 
 	$(CXX) $(CXXFLAGS) $@.o $(OBJS) $(MARS_LIB) MCint.o $(ROOTGLIBS) -o $@
@@ -88,18 +89,24 @@
 
 
-MCint.cc:	$(HEADERS)
-	       	@echo "Generating dictionary MCint.cc..."
-		@$(ROOTSYS)/bin/rootcint -f MCint.cc \
-                -c $(INCLUDES) $(HEADERS) LinkDef.h 
-
 include Makefile.rules
 
 clean:	rmlib rmcint rmobjs rmcore rmbin
 
-# @endcode
+mrproper:	clean rmbak
+	@rm -f macros/*~
+	@rm -rf htmldoc
+	@echo "cd mbase"
+	@cd mbase; make mrproper; cd ..
+	@echo "cd .."
+	@echo "cd mraw"
+	@cd mraw; make mrproper; cd ..
+	@echo "cd .."
+	@echo "cd mgui"
+	@cd mgui; make mrproper; cd ..
+	@echo "cd .."
+	@echo "cd mdatacheck"
+	@cd mdatacheck; make mrproper; cd ..
+	@echo "cd .."
 
 
-
-# DO NOT DELETE
-
-
+# @endcode
