Index: trunk/MagicSoft/Mars/mmontecarlo/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mmontecarlo/Makefile	(revision 3331)
+++ trunk/MagicSoft/Mars/mmontecarlo/Makefile	(revision 3927)
@@ -9,13 +9,10 @@
 include ../Makefile.conf.general
 
+#------------------------------------------------------------------------------
+
 #
 # Handling name of the Root Dictionary Files
 #
 CINT  = MonteCarlo
-
-#
-# Library name to creatre
-#
-LIB   = mmontecarlo.a
 
 #
@@ -26,8 +23,4 @@
            -I../mfilter -I../mdata -I../mfbase
 
-#------------------------------------------------------------------------------
-
-.SUFFIXES: .c .cc .cxx .h .hxx .o 
-
 SRCFILES = MMcCollectionAreaCalc.cc \
 	   MMcThresholdCalc.cc \
@@ -37,18 +30,9 @@
 	   MMcWeightEnergySpecCalc.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
-
