|
Last change
on this file was
2,
checked in by oldcode, 25 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 | |
|---|
| 1 | help: |
|---|
| 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 | |
|---|
| 9 | all: |
|---|
| 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 | |
|---|
| 13 | realclean: |
|---|
| 14 | rm -f dummyprg `find . ! -name Makefile -print` |
|---|
| 15 | |
|---|
| 16 | arbclean: |
|---|
| 17 | rm -f `find . ! -type l -name 'arb_*' -print` |
|---|
Note: See
TracBrowser
for help on using the repository browser.