Index: /trunk/MagicSoft/Mars/mtemp/mmpi/Makefile
===================================================================
--- /trunk/MagicSoft/Mars/mtemp/mmpi/Makefile	(revision 4832)
+++ /trunk/MagicSoft/Mars/mtemp/mmpi/Makefile	(revision 4832)
@@ -0,0 +1,51 @@
+##################################################################
+#
+#   subdirectory makefile
+# 
+#   for the MARS software
+#
+##################################################################
+include ../../Makefile.conf.$(OSTYPE)
+include ../../Makefile.conf.general
+
+#------------------------------------------------------------------------------
+
+CINT     = Mpi
+
+#------------------------------------------------------------------------------
+
+INCLUDES = -I. \
+	   -I../../mbase \
+	   -I../../mfbase \
+	   -I../../mjobs \
+	   -I../../mpedestal \
+	   -I../../mbadpixels \
+	   -I../../mfileio \
+           -I../../mraw \
+           -I../../manalysis \
+	   -I../../mgui \
+	   -I../../mgeom \
+	   -I../../msignal \
+	   -I../../mcalib \
+	   -I../../mfilter \
+	   -I../../mhbase \
+	   -I../../mimage \
+	   -I../../mpointing \
+	   -I../../mcamera \
+	   -I../../mstarcam \
+	   -I../../mhist \
+	   -I../../mmc \
+	   -I../../mreport \
+	   -I../../mastro \
+	   -I../../mdata 
+
+SRCFILES = MSkyPlot.cc
+
+############################################################
+
+all: $(OBJS)
+
+include ../../Makefile.rules
+
+clean:	rmcint rmobjs rmcore rmlib
+mrproper:	clean rmbak
Index: /trunk/MagicSoft/Mars/mtemp/mmpi/MpiIncl.h
===================================================================
--- /trunk/MagicSoft/Mars/mtemp/mmpi/MpiIncl.h	(revision 4832)
+++ /trunk/MagicSoft/Mars/mtemp/mmpi/MpiIncl.h	(revision 4832)
@@ -0,0 +1,3 @@
+#ifndef __CINT__
+
+#endif // __CINT__
