Index: trunk/MagicSoft/Cosy/main/Makefile
===================================================================
--- trunk/MagicSoft/Cosy/main/Makefile	(revision 7787)
+++ trunk/MagicSoft/Cosy/main/Makefile	(revision 8809)
@@ -6,17 +6,7 @@
 #
 ##################################################################
-# @maintitle
 
-# @code
-
-#
-#  please change all system depend values in the 
-#  config.mk.${OSTYPE} file 
-#
-#
 include ../Makefile.conf.$(OSTYPE)
 include ../Makefile.conf.general
-
-# @endcode 
 
 INCLUDES = -I. -I../base -I.. -I../gui -I../catalog -I../devdrv \
@@ -24,36 +14,20 @@
            -I../mars
 
-# @code 
-
 CINT     = Main
-LIB      = main.a
 
 #------------------------------------------------------------------------------
 
-.SUFFIXES: .c .cc .cxx .h .hxx .o 
-
-SRCFILES = MBending.cc \
-           MStarguider.cc \
+SRCFILES = MStarguider.cc \
            MStargHistograms.cc \
-           MPointing.cc \
+           MSlewing.cc \
            MTracking.cc \
            MCaos.cc \
 	   MCosy.cc
 
-SRCS        = $(SRCFILES)
-HEADERS     = $(SRCFILES:.cc=.h)
-OBJS        = $(SRCFILES:.cc=.o) 
-CINTHEADERS = $(HEADERS)
-
 ############################################################
 
-all: $(LIB)
+all: $(OBJS)
 
 include ../Makefile.rules
 
-clean:	rmlib rmcint rmobjs rmcore
-
 mrproper:	clean rmbak
-
-# @endcode
-
