Index: trunk/MagicSoft/Cosy/catalog/Makefile
===================================================================
--- trunk/MagicSoft/Cosy/catalog/Makefile	(revision 8376)
+++ trunk/MagicSoft/Cosy/catalog/Makefile	(revision 8809)
@@ -6,28 +6,13 @@
 #
 ##################################################################
-# @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.. -I../base -I../slalib -I../mars
 
-# @code 
-
 CINT = Catalog
-LIB  = catalog.a
 
 #------------------------------------------------------------------------------
-
-.SUFFIXES: .c .cc .cxx .h .hxx .o 
 
 SRCFILES = Slalib.cc \
@@ -36,19 +21,9 @@
 	   StarCatalog.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
-
