Ignore:
Timestamp:
04/29/04 19:48:18 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/Makefile

    r2615 r3897  
    157157        @gzip -9 ../cosy.tar
    158158
     159install:
     160        @echo Installing cosy to ~stesy/Cosy
     161        @echo Copy 'cosy'
     162        @chmod u+w /home/stesy/Cosy/cosy
     163        @cp cosy /home/stesy/Cosy/
     164        @chmod a-w /home/stesy/Cosy/cosy
     165        @echo Copy cosy resources '.cosyrc'
     166        @chmod u+w /home/stesy/Cosy/.cosyrc
     167        @cp .cosyrc /home/stesy/Cosy/
     168        @chmod a-w /home/stesy/Cosy/.cosyrc
     169        @echo Copy bending model 'bending.txt'
     170        @chmod u+w /home/stesy/Cosy/bending.txt
     171        @cp bending.txt /home/stesy/Cosy
     172        @chmod a-w /home/stesy/Cosy/bending.txt
     173        @echo Copy LED offsets 'leds.txt'
     174        @chmod u+w /home/stesy/Cosy/leds.txt
     175        @cp leds.txt /home/stesy/Cosy/
     176        @chmod a-w /home/stesy/Cosy/leds.txt
     177        @echo Copy predefined positions 'prepos.txt'
     178        @chmod u+w /home/stesy/Cosy/prepos.txt
     179        @cp prepos.txt /home/stesy/Cosy/
     180        @chmod a-w /home/stesy/Cosy/prepos.txt
     181        @echo Copy star catalog 'stars.txt'
     182        @chmod u+w /home/stesy/Cosy/stars.txt
     183        @cp stars.txt /home/stesy/Cosy/
     184        @chmod a-w /home/stesy/Cosy/stars.txt
     185        @echo Copy SAO catalog
     186        @chmod u+w /home/stesy/Cosy/sao/sao-*
     187        @cp sao/sao-* /home/stesy/Cosy/sao/
     188        @chmod a-w /home/stesy/Cosy/sao/sao-*
     189        @echo finished...
     190
    159191# @endcode
Note: See TracChangeset for help on using the changeset viewer.