Index: trunk/MagicSoft/Mars/mtemp/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mtemp/Makefile	(revision 2800)
+++ 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
-
-
