Index: /trunk/MagicSoft/Cosy/Changelog
===================================================================
--- /trunk/MagicSoft/Cosy/Changelog	(revision 1800)
+++ /trunk/MagicSoft/Cosy/Changelog	(revision 1801)
@@ -1,3 +1,12 @@
                                                                   -*-*- END -*-*-
+ 2003/02/27 - Thomas Bretz (LaPalma):
+
+   * caos, caos/Makefile, caos/CaosLinKDef.h, caos/CaosIncl.h, 
+     caos/Led.[h,cc], caos/Leds.[h,cc], caos/Ring.[h,cc], 
+     caos/Rings.[h,cc], gui/MGMenu.[h,cc]:
+     - added
+
+
+
  2003/02/25 - Thomas Bretz (La Palma):
 
Index: /trunk/MagicSoft/Cosy/Makefile
===================================================================
--- /trunk/MagicSoft/Cosy/Makefile	(revision 1800)
+++ /trunk/MagicSoft/Cosy/Makefile	(revision 1801)
@@ -20,5 +20,5 @@
 #
 
-PROGRAMS = testse starg cosy
+PROGRAMS = testse starg cosy dummy
 SOLIB    = 
 CINT     = M
@@ -40,8 +40,9 @@
         main     \
         gui      \
+        caos     \
+        candrv   \
         catalog  \
         videodev \
 	devdrv   \
-        candrv   \
 	base     \
         slalib
@@ -98,4 +99,7 @@
 	@cd base; make mrproper; cd ..
 	@echo "cd .."
+	@echo "cd caos"
+	@cd caos; make mrproper; cd ..
+	@echo "cd .."
 	@echo "cd candrv"
 	@cd candrv; make mrproper; cd ..
@@ -118,26 +122,26 @@
 
 links:
-        @ln -sf ../Mars/mbase/MAGIC.h base/MAGIC.h
-        @ln -sf ../Mars/mbase/MLog.h base/MLog.h
-        @ln -sf ../Mars/mbase/MLog.cc base/MLog.cc
-        @ln -sf ../Mars/mbase/MLogManip.h base/MLogManip.h
-        @ln -sf ../Mars/mbase/MLogManip.cc base/MLogManip.cc
-        @ln -sf ../Mars/mbase/MGList.h base/MGList.h
-        @ln -sf ../Mars/mbase/MGList.cc base/MGList.cc
-        @ln -sf ../Mars/mbase/MParContainer.h base/MParContainer.h
-        @ln -sf ../Mars/mbase/MParContainer.cc base/MParContainer.cc
-        @ln -sf ../Mars/mtemp/MObservatory.h base/MObservatory.h
-        @ln -sf ../Mars/mtemp/MObservatory.cc base/MObservatory.cc
+	@ln -sf ../../Mars/mbase/MAGIC.h base/MAGIC.h
+	@ln -sf ../../Mars/mbase/MLog.h base/MLog.h
+	@ln -sf ../../Mars/mbase/MLog.cc base/MLog.cc
+	@ln -sf ../../Mars/mbase/MLogManip.h base/MLogManip.h
+	@ln -sf ../../Mars/mbase/MLogManip.cc base/MLogManip.cc
+	@ln -sf ../../Mars/mbase/MGList.h base/MGList.h
+	@ln -sf ../../Mars/mbase/MGList.cc base/MGList.cc
+	@ln -sf ../../Mars/mbase/MParContainer.h base/MParContainer.h
+	@ln -sf ../../Mars/mbase/MParContainer.cc base/MParContainer.cc
+	@ln -sf ../../Mars/mtemp/MObservatory.h base/MObservatory.h
+	@ln -sf ../../Mars/mtemp/MObservatory.cc base/MObservatory.cc
 
 magic:
-        @ln -sf bending_magic.txt bending.txt
-        @ln -sf prepos_magic.txt prepos.txt
-        @ln -sf .cosyrc_magic .cosyrc
+	@ln -sf bending_magic.txt bending.txt
+	@ln -sf prepos_magic.txt prepos.txt
+	@ln -sf .cosyrc_magic .cosyrc
 
 model:
-        @ln -sf bending_model.txt bending.txt
-        @ln -sf prepos_model.txt prepos.txt
-        @ln -sf .cosyrc_model .cosyrc
-        
+	@ln -sf bending_model.txt bending.txt
+	@ln -sf prepos_model.txt prepos.txt
+	@ln -sf .cosyrc_model .cosyrc
+
 tar:	mrproper
 	@echo "Making tar-file"
