Index: trunk/MagicSoft/Mars/mbadpixels/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mbadpixels/Makefile	(revision 3806)
+++ trunk/MagicSoft/Mars/mbadpixels/Makefile	(revision 3927)
@@ -9,13 +9,10 @@
 include ../Makefile.conf.general
 
+#------------------------------------------------------------------------------
+
 #
 # Handling name of the Root Dictionary Files
 #
 CINT  = BadPixels
-
-#
-# Library name to creatre
-#
-LIB   = mbadpixels.a
 
 #
@@ -30,7 +27,4 @@
 # MBadPixelsTreat (mpedestal): MPedPhot*
 
-
-#------------------------------------------------------------------------------
-
 .SUFFIXES: .c .cc .cxx .h .hxx .o 
 
@@ -42,11 +36,7 @@
            MMcBadPixelsSet.cc
 
-SRCS    = $(SRCFILES)
-HEADERS = $(SRCFILES:.cc=.h)
-OBJS    = $(SRCFILES:.cc=.o) 
-
 ############################################################
 
-all: $(LIB)
+all: $(OBJS)
 
 include ../Makefile.rules
@@ -55,4 +45,2 @@
 
 mrproper:	clean rmbak
-
-# @endcode
