source: tags/initial/lib/Makefile

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

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 665 bytes
Line 
1help.make:
2        @echo   'options'
3        @echo   '       slib    create links to perl, Xlib'
4        @echo   '       smacro  set permissions in the macros dir'
5        @echo   '       shelp   set permissions in the help dir'
6        @echo   '       all     all above'
7        @echo   '       msg     edit daily arb message'
8
9all:    slib smacro shelp
10
11slib:
12        rm -f dummyprg `find * -type l ! -name pts -print -o -type d -prune`
13        -mkdir ../Xlib
14        (ln -f -s `find ../Xlib -print` . || echo 'using standard X11 libs')
15        ln -f -s ../DEPOT/ghostscript .
16        ln -f -s ../PERL5/perl5 .
17
18smacro:
19        chmod -R g+w macros
20
21shelp:
22        (cd help; make all)
23
24
25msg:    $(HOME)/.arb_prop/time
26
27$(HOME)/.arb_prop/time: $(ARBHOME)/lib/message
28        touch $@
29        $(ARB_TEXTEDIT) $(ARBHOME)/lib/message
30
Note: See TracBrowser for help on using the repository browser.