Index: trunk/MagicSoft/Mars/manalysis/Makefile
===================================================================
--- trunk/MagicSoft/Mars/manalysis/Makefile	(revision 3892)
+++ trunk/MagicSoft/Mars/manalysis/Makefile	(revision 3927)
@@ -1,5 +1,5 @@
 ##################################################################
 #
-#   makefile
+#   subdirectory makefile
 # 
 #   for the MARS software
@@ -9,13 +9,10 @@
 include ../Makefile.conf.general
 
+#------------------------------------------------------------------------------
+
 #
 # Handling name of the Root Dictionary Files
 #
 CINT  = Analysis
-
-#
-# Library name to creatre
-#
-LIB   = manalysis.a
 
 #
@@ -28,8 +25,4 @@
            -I../mbadpixels -I../mastro -I../mpedestal
 # mcalib: MGeomApply (MCalibrationCam)
-
-#------------------------------------------------------------------------------
-
-.SUFFIXES: .c .cc .cxx .h .hxx .o 
 
 SRCFILES = MHPedestalPix.cc \
@@ -77,11 +70,7 @@
            MMcCalibrationUpdate.cc
 
-SRCS    = $(SRCFILES)
-HEADERS = $(SRCFILES:.cc=.h)
-OBJS    = $(SRCFILES:.cc=.o) 
-
 ############################################################
 
-all: $(LIB)
+all:  $(OBJS)
 
 include ../Makefile.rules
@@ -90,4 +79,2 @@
 
 mrproper:	clean rmbak
-
-# @endcode
