source: tags/initial/bin/Makefile

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 483 bytes
Line 
1help:
2        @echo   'Options'
3        @echo   '       all:    Create all links to binaries in:'
4        @echo   '               DEPOT SH PERL_SCRIPTS'
5        @echo   '       realclean: remove everything but this Makefile'
6        @echo   '       arbclean:  remove all arb_binaries'
7
8
9all:
10        rm -f dummyprg `find . -type l -print`
11        /bin/ln -s `find ../DEPOT ../SH ../PERL5/bin ../PERL_SCRIPTS -perm -100 ! -type d ! -name 'config*' -print` .
12
13realclean:
14        rm -f dummyprg `find . ! -name Makefile -print`
15
16arbclean:
17        rm -f `find . ! -type l -name 'arb_*' -print`
Note: See TracBrowser for help on using the repository browser.