Index: trunk/MagicSoft/Mars/mimage/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mimage/Makefile	(revision 3821)
+++ trunk/MagicSoft/Mars/mimage/Makefile	(revision 3927)
@@ -9,4 +9,6 @@
 include ../Makefile.conf.general
 
+#------------------------------------------------------------------------------
+
 #
 # Handling name of the Root Dictionary Files
@@ -15,17 +17,8 @@
 
 #
-# Library name to creatre
-#
-LIB   = mimage.a
-
-#
 #  connect the include files defined in the config.mk file
 #
 INCLUDES = -I. -I../mbase -I../mhbase -I../mgeom -I../manalysis \
 	   -I../mgui -I../mmc -I../mpointing -I../mpedestal
-
-#------------------------------------------------------------------------------
-
-.SUFFIXES: .c .cc .cxx .h .hxx .o 
 
 SRCFILES = MImgCleanStd.cc \
@@ -46,17 +39,9 @@
 	   MStereoCalc.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
