home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / PERL_ARC / MAKEFILE < prev    next >
Encoding:
Text File  |  1991-08-28  |  656 b   |  21 lines

  1. # From kean@argh.ucs.orst.edu (Kean Stump) with the fixpath line
  2. # added by me.
  3. # Change the following two lines if you are not sysadmin.
  4. OWNER=bin
  5. GROUP=bin
  6. LIB=resolver.pl archie.depend newgetopt.pl
  7. BIN=archie
  8. MAN=archie.l
  9. STARTUP=system.archierc
  10. BINDIR=/usr/local/bin
  11. LIBDIR=/usr/local/lib/perl
  12. MANDIR=/usr/local/man/man1
  13. STARTUPDIR=/usr/local/lib
  14.  
  15. install: 
  16.     perl fixpath $(BINDIR)/perl
  17.     install -o $(OWNER) -g $(GROUP) -m 755 $(BIN) $(BINDIR)
  18.     install -o $(OWNER) -g $(GROUP) -m 444 $(LIB) $(LIBDIR)
  19.     install -o $(OWNER) -g $(GROUP) -m 444 $(MAN) $(MANDIR)/archie.1
  20.     install -o $(OWNER) -g $(GROUP) -m 444 $(STARTUP) $(STARTUPDIR)
  21.