Index: trunk/MagicSoft/Mars/mtemp/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mtemp/Makefile	(revision 3916)
+++ trunk/MagicSoft/Mars/mtemp/Makefile	(revision 3927)
@@ -1,5 +1,5 @@
 ##################################################################
 #
-#   makefile
+#   subdirectory makefile
 # 
 #   for the MARS software
@@ -9,43 +9,17 @@
 include ../Makefile.conf.general
 
-#
-# Handling name of the Root Dictionary Files
-#
-CINT  = Temp
+#------------------------------------------------------------------------------
 
-#
-# Library name to creatre
-#
-LIB   = mtemp.a
+INCLUDES = -I.
 
-#
-#  connect the include files defined in the config.mk file
-#
-INCLUDES = -I. -I../mbase -I../mraw -I../manalysis -I../mmc \
-	   -I../mgui -I../mgeom -I../mdata -I../mhist -I../../slalib
+CINT     = Temp
 
-.SUFFIXES: .c .cc .cxx .h .hxx .o 
-
-SRCFILES = \
-	MObservatoryLocation.cc \
-	MVPObject.cc \
-	MVPPlotter.cc \
-	MVPTime.cc 
-
-SRCS    = $(SRCFILES)
-HEADERS = $(SRCFILES:.cc=.h)
-OBJS    = $(SRCFILES:.cc=.o) 
+SRCFILES = 
 
 ############################################################
 
-all: $(LIB)
+all: $(OBJS)
 
 include ../Makefile.rules
 
-#clean:	rmcint rmobjs rmcore rmlib
-
 mrproper:	clean rmbak
-
-# @endcode
-
-
Index: trunk/MagicSoft/Mars/mtemp/TempIncl.h
===================================================================
--- trunk/MagicSoft/Mars/mtemp/TempIncl.h	(revision 3916)
+++ trunk/MagicSoft/Mars/mtemp/TempIncl.h	(revision 3927)
@@ -1,5 +1,3 @@
 #ifndef __CINT__
 
-#include <slalib.h>
-
 #endif // __CINT__
Index: trunk/MagicSoft/Mars/mtemp/TempLinkDef.h
===================================================================
--- trunk/MagicSoft/Mars/mtemp/TempLinkDef.h	(revision 3916)
+++ trunk/MagicSoft/Mars/mtemp/TempLinkDef.h	(revision 3927)
@@ -5,6 +5,2 @@
 #pragma link off all functions;
 
-#pragma link C++ class MObservatoryLocation+;
-#pragma link C++ class MVPObject+;
-#pragma link C++ class MVPPlotter+;
-#pragma link C++ class MVPTime+;
Index: trunk/MagicSoft/Mars/mtemp/mifae/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mtemp/mifae/Makefile	(revision 3916)
+++ trunk/MagicSoft/Mars/mtemp/mifae/Makefile	(revision 3927)
@@ -23,6 +23,6 @@
 
 PROGRAMS = makeHillas psffit
-SOLIB    = ../../libmars.so
-LIB      = mifae.a
+#SOLIB    = ../../libmars.so
+#LIB      = mifae.a
 
 #------------------------------------------------------------------------------
@@ -48,5 +48,5 @@
 
 
-.SUFFIXES: .c .cc .h .o 
+#.SUFFIXES: .c .cc .h .o 
 
 SRCFILES = \
@@ -57,11 +57,11 @@
 #	MSrcRotate.cc 
 
-SRCS    = $(SRCFILES)
-HEADERS = $(SRCFILES:.cc=.h)
-OBJS    = $(SRCFILES:.cc=.o) 
+#SRCS    = $(SRCFILES)
+#HEADERS = $(SRCFILES:.cc=.h)
+#OBJS    = $(SRCFILES:.cc=.o) 
 
 ############################################################
 #all: $(LIB) $(PROGRAMS)
-all: $(LIB)
+all: $(OBJS)
 	@echo " Done. "
 	@echo " "
