Index: trunk/MagicSoft/Mars/mhvstime/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mhvstime/Makefile	(revision 3395)
+++ trunk/MagicSoft/Mars/mhvstime/Makefile	(revision 3927)
@@ -9,13 +9,10 @@
 include ../Makefile.conf.general
 
+#------------------------------------------------------------------------------
+
 #
 # Handling name of the Root Dictionary Files
 #
 CINT  = HVsTime
-
-#
-# Library name to creatre
-#
-LIB   = mhvstime.a
 
 #
@@ -28,26 +25,13 @@
 # mraw  (MRawEvtHeader)
 
-#------------------------------------------------------------------------------
-
-.SUFFIXES: .c .cc .cxx .h .hxx .o 
-
 SRCFILES = MHVsTime.cc \
            MHPixVsTime.cc \
            MHSectorVsTime.cc
-           
-
-SRCS    = $(SRCFILES)
-HEADERS = $(SRCFILES:.cc=.h)
-OBJS    = $(SRCFILES:.cc=.o) 
 
 ############################################################
 
-all: $(LIB)
+all: $(OBJS)
 
 include ../Makefile.rules
 
-#clean:	rmcint rmobjs rmcore rmlib
-
 mrproper:	clean rmbak
-
-# @endcode
