Changeset 1801
- Timestamp:
- 02/28/03 17:37:50 (22 years ago)
- Location:
- trunk/MagicSoft/Cosy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/Changelog
r1795 r1801 1 1 -*-*- END -*-*- 2 2003/02/27 - Thomas Bretz (LaPalma): 3 4 * caos, caos/Makefile, caos/CaosLinKDef.h, caos/CaosIncl.h, 5 caos/Led.[h,cc], caos/Leds.[h,cc], caos/Ring.[h,cc], 6 caos/Rings.[h,cc], gui/MGMenu.[h,cc]: 7 - added 8 9 10 2 11 2003/02/25 - Thomas Bretz (La Palma): 3 12 -
trunk/MagicSoft/Cosy/Makefile
r1796 r1801 20 20 # 21 21 22 PROGRAMS = testse starg cosy 22 PROGRAMS = testse starg cosy dummy 23 23 SOLIB = 24 24 CINT = M … … 40 40 main \ 41 41 gui \ 42 caos \ 43 candrv \ 42 44 catalog \ 43 45 videodev \ 44 46 devdrv \ 45 candrv \46 47 base \ 47 48 slalib … … 98 99 @cd base; make mrproper; cd .. 99 100 @echo "cd .." 101 @echo "cd caos" 102 @cd caos; make mrproper; cd .. 103 @echo "cd .." 100 104 @echo "cd candrv" 101 105 @cd candrv; make mrproper; cd .. … … 118 122 119 123 links: 120 @ln -sf../Mars/mbase/MAGIC.h base/MAGIC.h121 @ln -sf../Mars/mbase/MLog.h base/MLog.h122 @ln -sf../Mars/mbase/MLog.cc base/MLog.cc123 @ln -sf../Mars/mbase/MLogManip.h base/MLogManip.h124 @ln -sf../Mars/mbase/MLogManip.cc base/MLogManip.cc125 @ln -sf../Mars/mbase/MGList.h base/MGList.h126 @ln -sf../Mars/mbase/MGList.cc base/MGList.cc127 @ln -sf../Mars/mbase/MParContainer.h base/MParContainer.h128 @ln -sf../Mars/mbase/MParContainer.cc base/MParContainer.cc129 @ln -sf../Mars/mtemp/MObservatory.h base/MObservatory.h130 @ln -sf../Mars/mtemp/MObservatory.cc base/MObservatory.cc124 @ln -sf ../../Mars/mbase/MAGIC.h base/MAGIC.h 125 @ln -sf ../../Mars/mbase/MLog.h base/MLog.h 126 @ln -sf ../../Mars/mbase/MLog.cc base/MLog.cc 127 @ln -sf ../../Mars/mbase/MLogManip.h base/MLogManip.h 128 @ln -sf ../../Mars/mbase/MLogManip.cc base/MLogManip.cc 129 @ln -sf ../../Mars/mbase/MGList.h base/MGList.h 130 @ln -sf ../../Mars/mbase/MGList.cc base/MGList.cc 131 @ln -sf ../../Mars/mbase/MParContainer.h base/MParContainer.h 132 @ln -sf ../../Mars/mbase/MParContainer.cc base/MParContainer.cc 133 @ln -sf ../../Mars/mtemp/MObservatory.h base/MObservatory.h 134 @ln -sf ../../Mars/mtemp/MObservatory.cc base/MObservatory.cc 131 135 132 136 magic: 133 134 135 137 @ln -sf bending_magic.txt bending.txt 138 @ln -sf prepos_magic.txt prepos.txt 139 @ln -sf .cosyrc_magic .cosyrc 136 140 137 141 model: 138 139 140 141 142 @ln -sf bending_model.txt bending.txt 143 @ln -sf prepos_model.txt prepos.txt 144 @ln -sf .cosyrc_model .cosyrc 145 142 146 tar: mrproper 143 147 @echo "Making tar-file"
Note:
See TracChangeset
for help on using the changeset viewer.